@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: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    border-style: none;
}
#los_links {
    padding-top: 18px;
    background-color: #FFFFFF;
    font-family: font2;
}

    #elem03:hover,#elem04:hover{
        color: #0dc0c0 !important;
        border-bottom: 2px solid #0dc0c0;
    }
    #elem01:hover,#elem02:hover{
        border-bottom: 2px solid #0dc0c0;
        color: white!important;
        background: #21252b;
  
    }
   
    .mobile-menu{
        display: none;
    }

#los_links li {
    font-size: 14px;
}
   
    .dropdown {
        position: relative;
        display: inline-block;
      }
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #21252b;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
      }
.item-menu{
    cursor: pointer;
        display: block;
        padding: 15px;
        color: white;
        border-bottom: 1px solid #262c33;
      }
a.item-menu{
        text-decoration: none;
      }
.item-menu:hover{
        color: #0dc0c0;
      }
.dropdown:hover .dropdown-content {
        display: block;
}

.navbar-collapse { 
    border: none; 
    box-shadow: none; 
}
.closed-menu{
    border: none; 
    box-shadow: none; 
}
#banner_formulario {
    background-image: url("../img/banner.png");
	background-size: cover;

	min-height: 600px;
}

#banner_formulario h2 {
    padding-top: 10px;
	color:#fff;
    text-shadow: -1px 2px 10px #000;
    font-size: 1.5vw;
    font-weight: bold;
	margin-bottom: -16px;
	line-height: 150%;
	letter-spacing: 150%;
}
#banner_formulario h1 {
    color:#ffffff;
    text-shadow: 3px 3px 2px #4B4B4D;
    font-size: 6vw;  
    font-weight: bold;
	line-height: 110%;
	font-family: font3; 
}
#banner_formulario li {
    color: #FFFFFF;
    font-size: 1.2vw;
	line-height: 130%;
	text-shadow: 2px 2px 5px #000;
}

#formulario {
    text-align: center;
	padding-top: 60px;
}
#formulario h3 {
    color: #FFFFFF;
    font-size: 24px;    
    font-family: font2;
}
#formulario h4 {
    color: #FFFFFF;
    font-size: 1.3vw;
	padding-bottom: 15px;
}
	
#boton_enviar {
    background-color: #0088A1;
    width: 160px;
    height: 65px;
    border-style: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 20px;
	font-family: font2;
	box-shadow: -4px 4px  #000;
	 
}
.titulo_principal h1 {
    text-align: center;
    font-size: 8vw;
    color: #4F9E49;
    font-family: font3;
	padding-top: 15px;
	text-shadow: -2px 2px 2px #000;  
}

.producto h1 {
    font-size: 3vw; 
    font-weight: bold;
}
.producto p {
    font-size: 1vw;    
}

.producto .textos_chicos {
    font-size: 20px;
}

.fila_producto {
    margin-bottom: 150px;
	padding-left: 20px;
	padding-right: 20px;
	
}
.boton_consultar {
    display: block;
    background-color: #0088A1;
    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: #333;
	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;    
}

.campos_form {
	width: 60%;	
    height: 50px;
    border-radius: 10px;
    font-size: 20px;
	margin: auto;
} 

.area_form {   
	width: 60%;
    border-radius: 10px;
    font-size: 20px;
	margin: auto;
}

.imagen_producto {
	width: 90%;
}
.vistav {
	display: block;	
}

.vistah {
	display: none;	
}

.texto_izq {
    padding-left: 50px;
}
 


/* Responsive */
@media (max-width: 1024px) {
    #los_links li {
        font-size: 17px;        
    }
    #los_links li a{        
        padding: 0px;
        padding-left: 8px;
        padding-top: 15px;
    }
    .dropdown {
        position: relative;
        display: inline-block;
      }
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #21252b;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
      }
      .item-menu{
        display: block;
        padding: 10px;
        color: white;
        border-bottom: 1px solid #262c33;
      }
      a.item-menu{
        text-decoration: none;
      }
      .item-menu:hover{
        color: #0dc0c0;
      }
      .dropdown:hover .dropdown-content {
        display: block;
      }
      .texto_izq {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    #los_links {
        padding-left: 20px;
        padding: 20px;
        background-color: #21252b;
        color:white;
        position: relative;
        
    }
    #banner_formulario {
        background-image: url("../img/bannerv.png");    
    } 
    #banner_formulario h1 {
        color:#FFFFFF;
        text-shadow: 3px 3px 2px #4B4B4D;
        font-size: 12vw;  
        font-weight: bold;
        line-height: 110%;
        font-family: font3; 
    }
    #banner_formulario li {
        color: #FFFFFF;
        font-size: 5vw;
        line-height: 120%;
        text-shadow: 2px 2px 2px #000;
    }
    #formulario h4 {
        color: #FFFFFF;
        font-size: 4vw;
        padding-bottom: 15px;
    }
    #titulo_principal h1 {
        text-align: center;
        font-size: 	13vw;
        color:#00AFF0;
        font-family: font3;
        padding-top: 15px;
    }
    .producto h1 {
        font-size: 7vw; 
        font-weight: bold;
        padding-top: 10px;
    }
    .producto .textos_chicos {
        font-size: 15px;
    }  
    .producto p {
        font-size: 20px;    
    } 
    .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: 80%;	
        padding: 8%;
        border-radius: 10px;
        font-size: 20px;
        margin: auto;
    } 
    .area_form {   
        width: 80%;
        padding: 8%;
        border-radius: 10px;
        font-size: 20px;
        margin: auto;
    }
    .vistav {
        display: none;	
    }
    .vistah {
        display: block;	
    }
    #elem01:hover,#elem02:hover,#elem03:hover,#elem04:hover{ 
        border-bottom: 0px solid;
    }
    .dropdown:hover .dropdown-content {
        display: none;
    }
    .mobile:hover .mobile-menu {
        display: block;
		background-color: #333;
    }
    .img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {

    max-width: 65%;
    top: 1px;
    left: 1px;
    height: 77px;
    position: absolute;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
   
  }

}