@charset "utf-8";
/* CSS Document */
footer{position:relative;background-image:url(../imagenes/formulario_contacto_banner.jpg);background-position:center top;text-align:center; }
footer .contenido .latIzq, footer .contenido .latDer{display:inline-block;text-align:left;vertical-align:top;margin-top:45px;margin-bottom:60px;}
footer .contenido .latDer{float:right;}
footer .latIzq h3{font-size:28px;font-family:"Cabin";color:rgb(255, 255, 255);margin-bottom:25px;}
footer .latIzq h3 span{font-weight:normal}
footer .latIzq p{font-size:16px;font-family:"Cabin";color:rgb(255, 255, 255);line-height:1.2;}
footer .size20{font-size:20px;font-family:"Cabin";color:rgb(255, 255, 255);margin-bottom:35px;max-width:313px;}
footer .telefono{margin-bottom:20px;}
footer #formulario{max-width:472px;}
footer #formulario .label{display:inline-block;vertical-align:top;}
footer #formulario label{width:73px;display:block;font-size:16px;font-family:"Cabin";color:rgb(255, 255, 255);font-weight:bold;}
footer #formulario .input{border:none;border-radius:10px;background-color:rgb(255, 255, 255);max-width:394px;width:100%;height:26px;margin-bottom:11px;}
footer #formulario .msj{border:none;border-radius:10px;background-color:rgb(255, 255, 255);width:394px;height:108px;resize:none;}
footer #formulario #respuesta{font-family:"Cabin";text-align:center;height:19px;font-weight:bold;color:rgba(248,231,4,1.00);}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes flash {
  from, 50%, to {opacity:1;}
  25%, 75% {opacity:0;}
}
@keyframes flash {
  from, 50%, to {opacity:1;}
  25%, 75% {opacity:0;}
}
.flash{-webkit-animation-name:flash;animation-name:flash;}
footer #formulario #enviar{margin-left:73px;border:none;border-radius:10px;background-color:rgb(50, 57, 70);width:98px;height:34px;font-size:15px;font-family:"Cabin";color:rgb(255, 255, 255);font-weight:bold;}
footer .redes-sociales{float:right;}
footer .redes-sociales a{display:inline-block;margin-right:10px;}
footer #derechos{background-color:rgb(50, 57, 70);width:100%;height:51px;}
footer #derechos p{line-height:51px;font-size:12px;font-family:"Cabin";color:rgb(255, 255, 255);}
footer #derechos p a{line-height:51px;font-size:12px;font-family:"Cabin";color:rgb(255, 255, 255);}
footer #derechos .latIzq{float:left;margin:0;}
footer #derechos .latDer{float:right;margin:0;}
@media (max-width: 1024px){
	footer .contenido40 .latDer{float:none;display:block;clear:both;}
	footer #formulario{margin:0 auto;}
}
@media (max-width: 960px){
	footer .contenido .latDer{float:none;}
}
@media (max-width: 560px){
	footer #formulario .input{max-width:100%;width:100%;}
	footer #formulario .msj{max-width:100%;width:100%;}
	footer #formulario #enviar{margin-left:0;}
	.contenido40{padding:0 20px;}
}
@media (max-width: 480px){
	footer #formulario .input{max-width:100%;}
	footer #derechos .latIzq, footer #derechos .latDer{float:none;}
	footer #derechos p{line-height:25px;}
	footer #derechos p a{line-height:25px;}
}