@charset "utf-8";
@font-face {
    font-family: "font1";
    src: url(../fuentes/gotham-light.ttf) format("truetype");
}
@font-face {
    font-family: "font2";
    src: url(../fuentes/gotham-normal.ttf) format("truetype");
}
@font-face {
    font-family: "font3";
    src: url(../fuentes/gotham-bold.ttf) format("truetype");
}
body {
    font-family: font1;
    padding-top: 80px;
}
#menu {
    height: 80px;
    background-color: #373435;
    padding-left: 20px;
    padding-right: 20px;
    border-style: none;
}
#los_links {
    padding-top: 18px;
    background-color: #373435;
    font-family: font2;
}
@media (max-width: 767px) {
    #los_links {
        padding-left: 20px;
    }
}
#los_links li {
    font-size: 14px;
	text-align: center;
	margin-top: -10px;
}
@media (max-width: 1024px) {
    #los_links li {
        font-size: 17px;        
    }
    #los_links li a{        
        padding: 0px;
        padding-left: 8px;
        padding-top: 15px;
    }
}
.navbar-collapse { 
    border: none; 
    box-shadow: none; 
}
#banner_formulario {
    background-image: url("../img/banner.png");
	filter: contrast(120%);
	background-size: cover;
	min-height: 600px;
}
@media (max-width: 767px) {
    #banner_formulario {
        background-image: url("../img/bannerv.png");    
    }    
}
#banner_formulario h2 {
    padding-top: 10px;
	color:#fff;
    text-shadow: -1px 2px 2px #000;
    font-size: 1.5vw;
    font-weight: bold;
	line-height: 150%;
}
#banner_formulario h1 {
    color:#fff;
    text-shadow: 3px 3px 2px #4B4B4D;
    font-size: 5.4vw;  
    font-weight: bold;
	line-height: 110%;
	font-family: font3; 
}
@media (max-width: 767px) {
	#banner_formulario h1 {
    color:#fff;
    text-shadow: 3px 3px 2px #4B4B4D;
    font-size: 10vw;  
    font-weight: bold;
	line-height: 110%;
	font-family: font3; 
	}
}
#banner_formulario li {
    color: #FFFFFF;
    font-size: 1.1vw;
	line-height: 160%;
	text-shadow: 2px 2px 2px #000;
}
@media (max-width: 767px) {
	#banner_formulario li {
    color: #FFFFFF;
    font-size: 5vw;
	line-height: 120%;
	text-shadow: 2px 2px 2px #000;
	}
}
#formulario {
    text-align: center;
	padding-top: 60px;
}
#formulario h3 {
    color: #fff;
	font-weight: bold;
    font-size: 24px;    
    font-family: font2;
	text-shadow: -3px 2px 5px #000;
}
#formulario h4 {
    color: #fff;
    font-size: 1.3vw;
	padding-bottom: 15px;
	text-shadow: -3px 2px 5px #000;
}

@media (max-width: 767px) {
	#formulario h4 {
    color: #FFFFFF;
    font-size: 4vw;
	padding-bottom: 15px;
	}
}
	
#boton_enviar {
    background-color: #34BBE4;
    width: 160px;
    height: 65px;
    border-style: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 20px;
	font-family: font2;
}
.titulo_principal h1 {
    text-align: center;
    font-size: 8vw;
    color: #4F9E49;
    font-family: font3;
	padding-top: 15px;
	text-shadow: -2px 2px 2px #000;  
}

@media (max-width: 767px) {
#titulo_principal h1 {
    text-align: center;
    font-size: 	13vw;
    color:#00AFF0;
    font-family: font3;
	padding-top: 15px;
	}
}
.producto h1 {
    font-size: 3vw; 
    font-weight: bold;
	color: #fff;
}
@media (max-width: 767px) {
	.producto h1 {
    font-size: 7vw; 
    font-weight: bold;
	padding-top: 10px;
	}
}
.producto p {
    font-size: 1.2vw;   
	color: #fff;
}
@media (max-width: 767px) {
	.producto p {
    font-size: 20px;    
	}
}
.producto .textos_chicos {
    font-size: 20px;
}
@media (max-width: 767px) {
    .producto .textos_chicos {
    font-size: 15px;
    }    
}
.fila_producto {
    margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.boton_consultar {
    display: block;
    background-color: #32B5CD;
    width: 160px;
    height: 65px;    
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 20px;  
    text-align: center;
    padding-top: 17px;
}
a.boton_consultar:hover {
    text-decoration: none;
    color: #FFFFFF;
}
a[name] {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
#pie {
    margin: 0px;
    padding: 30px;
	background-color: #373435;
	color: #fff;
}
#pie p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}
#pie img {
    margin: auto;
}
.caja_mensaje {
	width:80%;
	border-style:solid;
	border-width:1px;
    border-color:#000000;
	padding:10px;	
}
.caja_mensaje p{
	font-family:font1;
	font-size:1.5rem;
	text-align:center;	
    color:#000000;
}

.producto2 h1 {
    font-size: 3vw; 
    font-weight: bold;
    text-align: center;
}
.producto2 h2 {
    font-size: 2vw; 
    font-weight: bold;
    text-align: center;
}
.producto2 p {
    font-size: 24px;    
}
@media (max-width: 767px) {
    .producto2 h1 {
        font-size: 8vw;     
    }
    .producto2 h2 {
        font-size: 6vw; 
        font-weight: bold;
        text-align: center;
    }
	#banner_formulario h2 {
    padding-top: 10px; color:#fff;
    text-shadow: 3px 3px 2px #4B4B4D;
    font-size: 4.8vw;
    font-weight: bold;
	line-height: 130%;
	}
    .producto2 p {
        font-size: 18px;    
    }    
}
.campos_form {
	width: 60%;	
    height: 50px;
    border-radius: 10px;
    font-size: 20px;
	margin: auto;
} 
@media (max-width: 767px) {
	.campos_form {
	width: 80%;	
    padding: 8%;
    border-radius: 10px;
    font-size: 20px;
	margin: auto;
	} 
}
.area_form {   
	width: 60%;
    border-radius: 10px;
    font-size: 20px;
	margin: auto;
}
@media (max-width: 767px) {
	.area_form {   
	width: 80%;
		padding: 8%;
    border-radius: 10px;
    font-size: 20px;
	margin: auto;
	}
}
.imagen_producto {
	width: 90%;
}
.vistav {
	display: block;	
}
@media (max-width: 767px) {
	.vistav {
	display: none;	
	}
}
.vistah {
	display: none;	
}
@media (max-width: 767px) {
	.vistah {
	display: block;	
	}
}
.texto_izq {
    padding-left: 50px;
}
@media (max-width: 1024px) {
    .texto_izq {
        padding-left: 15px;
    }
}    