/*todo*/
.titulo{
	color: #004B7D;
	text-align: center;
	text-transform: uppercase;
	font-size: 2em;
}
.texto-azul{
	color: #004B7D;
}
.texto-gris{
	color: #606060;
	font-weight: bold;
	text-align: justify;
}
.texto-marron{
	color: #685024;
}
.texto-verde{
	color: #394B19;
}
.seccion{
	margin-top: 2em;
}
.image{
	width: 100%;
	height: auto;
	/*margin: 0 2em;*/
}
.ftco-navbar-light{
	background: white !important;
}

/*whatsapp*/
#direct-contact{
	background-color: #546831;
	color: white;
	padding: 1em;
	text-align: right;
	text-transform: uppercase;
}
#direct-contact a{
	color: white;
}
#icon-whatsapp{
	font-size: 1.5em;
	vertical-align: middle;
}

/*productos*/
article{
	background-image: url("../images/waylitos/fondo-productos.png");
	background-size: cover;
}
.producto{
	margin: 30px 0;
}
.producto .hojas-platano{
	vertical-align: top;
	text-align: left;
}
.producto .empaque{
	margin: 0 5% 0 10%;
}
.producto .empaque img{
	width: 100%;
}
.producto .empaque img:hover{
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
	animation-name: agrandar;
	animation-duration: 4s;
}
.producto .datos{
	padding: 15px 0;
	margin: 0 12%;
}
.producto .nombre{
	width: 260px;
	height: 100px;
	padding-left: 15px;
	margin-top: 160px;
	color: #394B19;
	font-weight: bold;
	text-align: justify;
}
.producto .descripcion-natural{
	background-image: url("../images/waylitos/fondo-producto-texto-natural.png");
	background-repeat: no-repeat;
	background-size: 335px 225px;
	color: white;
	padding: 3em 3em 5em 5em;
	font-style: italic;
	text-align: justify;
	height: 300px;
}
.producto .descripcion-patacon{
	background-image: url("../images/waylitos/fondo-producto-texto-patacon.png");
	background-repeat: no-repeat;
	background-size: 335px 225px;
	color: white;
	padding: 3em 3em 5em 5em;
	font-style: italic;
	text-align: justify;
	height: 300px;
}
.producto .descripcion-dulce{
	background-image: url("../images/waylitos/fondo-producto-texto-dulce.png");
	background-repeat: no-repeat;
	background-size: 335px 225px;
	color: white;
	padding: 3em 3em 5em 5em;
	font-style: italic;
	text-align: justify;
	height: 300px;
}
.producto .descripcion-picante{
	background-image: url("../images/waylitos/fondo-producto-texto-picante.png");
	background-repeat: no-repeat;
	background-size: 335px 225px;
	color: white;
	padding: 3em 3em 5em 5em;
	font-style: italic;
	text-align: justify;
	height: 300px;
}
.producto .descripcion p{
	width: 290px;
}
.producto .racimo-platano{
	vertical-align: bottom;
	text-align: right;
}

/* Standard syntax */
@keyframes agrandar {
  from {width: 100%;}
  to {width: 110%;}
}

/*proceso*/
#proceso .fondo{
	background-image: url("../images/waylitos/proceso.png");
	background-size: 100% auto;
}
#proceso .descripcion{
	background-color: rgb(0, 0, 0, 0.5);
	border-radius: 15px;
	padding: 25px;
	margin: 35px;
	color: white;
	font-size: 14px;
	font-style: italic;
}
#proceso .video{
	border: 1px solid white;
	border-radius: 25px;
	padding: 5px 70px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0;
}

/*social*/
#social .fondo{
	background-image: url("../images/waylitos/social.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#social .fondo > .col-md-6{
	padding: 0;
	margin: 0;
}
#social .descripcion{
	background: url("../images/waylitos/burbuja-responsabilidad-social.png") no-repeat;
	background-size: cover;
	opacity: 0.75;
	padding: 9em 2em 9em 9em;
	margin: 14em 0;
	color: black;
	font-size: 1em;
	font-weight: bold;
	text-align: justify;
}

/*contacto*/
form{
	padding: 0 15px;
}
.enviar{
	background: #004B7D;
	color: white;
	border-radius: 5px;
    border: none;
    padding: 15px 30px;
    text-align: center;
}

/*footer*/
footer{
	background-color: #004B7D;
	color: white;
}
footer h2{
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
footer a{
	color: white;
}
.texto-especial{
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}
#footer{
	padding: 3em 0;
	margin: 0;
}
.ftco-footer-social li a span{
	color: white
}
#derechos-autor{
	background-color: #546831;
	color: white;
	text-align: center;
	padding: 1em;
}
.icon-social{
	background-color: #6DAECC;
}