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

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

.titulo {
	margin-top:3px;
	background:#000;
     font-size: 50px;
     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;
}

.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%;
     }
}

.footer {
	top:5px;
	font-size:25px;
	color:#FFF;
	}
.flex-container {
  display: flex;
  left: 5px;
  height: 100px;
  background-color:#000;
  width:100%;
}

.detalle_precio{
	font-size:12px;
	color:#333;
	font-family: 'Bruno Ace SC', cursive;

	}

.detalle_letra{
	top:5px;
	left:20px;
	font-size:20px;
	color:#FFF;
	font-family: 'Bruno Ace SC', cursive;

	}
