.parallax {
    /* The image used */
    background-image: url('../img/historiaMole.jpg');
    background-color: rgba(0,0,255,0.5);

    /* Set a specific height */
    min-height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
   background-size: cover;
  		display: flex;
   justify-content: center;
   align-items: center;
   

}
.fondoParallax{
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	min-height: 300px;
	display: flex;
   justify-content: center;
   align-items: center;
}
.fondoParallax span{

	color: #fff;
	font-family: 'Quicksand', sans-serif;
	 font-size: 60px;
	     line-height: 62px;
}




	.card .card-image{
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card .card-image img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.historyFont{
    color: #545454;
	    font-size:16px;
        text-align: justify;
}

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
   
}
 

.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.subcabeszoteHistory{
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
}





.card{
   font-family: 'Quicksand', sans-serif;
    position: relative;

}

.card .card-content {
    padding: 10px;    
}

.card .card-content .card-title, .card-revealInfortunio .card-title,.card-revealTrajedia .card-title ,.card-reveal .card-title{
    font-size: 24px;
    font-weight: 200;    
}

.card .card-action a{
    font-size: 15px;
    color: #ffab40;
    text-transform:uppercase;
    margin-right: 20px;    
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.card .card-action a:hover{    
    color:#ffd8a6;
    text-decoration:none;
}

.card .card-reveal, .card .card-revealTrajedia,.card .card-revealInfortunio{    
    padding: 20px;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    overflow-y: auto;
    /*top: 0;*/
    left:0;
    bottom:0;
    height: 100%;
    z-index: 1;
    display: none;    
}



.btn-custom{
    background-color: transparent;
    font-size:18px;
}