/* ------------------------- */
/* Estilos Generales */
/* ------------------------- */

/*
body {
     background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}

*/

.titulo {
     font-size: 55px;
     text-transform: uppercase;
     letter-spacing: 7px;
}

/*
.galeria img {
     box-shadow: 0 8px 10px -4px rgba(0,0,0,.6);
     border-radius: 15px;
}*/

/*
.materialbox-caption {
     bottom: 30px;
     right: 0;
     width: 40%;
     height: auto;
     padding: 10px;
     margin: auto;
     background: #000;
     box-shadow: 5px 5px #fff;
     font-size: 20px;
     color: #fff;
     line-height: 28px;
}*/

.material-placeholder{
	width:250px;
	height:250px;
	
}


.material-placeholder img{
	width:100%;
	height:100%;
object-fit:cover;}

.galeria .col {
     margin-bottom: 20px;
}

/*
@media screen and (max-width: 600px){
     .materialbox-caption {
          width: 90%;
     }
}

@media screen and (max-width: 992px){
     .materialbox-caption {
          width: 70%;
     }
}*/