@charset "utf-8";
@font-face {
    font-family: "font1";
    src: url("../fuentes/Mulish-ExtraLight.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font2";
    src: url( "../fuentes/Mulish-Light.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font3";
    src: url( "../fuentes/Mulish-Regular.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font4";
    src: url("../fuentes/Mulish-Bold.ttf") format("truetype");
	font-display: swap;
}

body {
	margin: 0px;
    padding: 0px;
    width: 100%;
    text-decoration: none;/* Esto puede ayudar a evitar el desbordamiento horizontal */
	background-attachment: fixed;   
    background-image: url("../img/fondo3.jpg");
	background-position: center;
    background-size: cover;
	min-height: 650px;
	padding-left: 0%;
	padding-top: 0%;

}
.wapph {
    background-color: transparent; 
    position: fixed; 
    bottom: 20px; 
    z-index: 997; 
    right: 20px;
}

.fondo-texto {
    margin-top: 1%;
    font-size: 1.2vw;
    font-family: font2;  
    padding: 3px;
    color: #fff;
    border-radius: 10px;
    width: 50%;
    transition: background-color 0.5s ease;
    vertical-align: middle;
}
.fondo-texto:hover {
    background-color: #fff; /* Cambia el color de fondo aquí */
    font-weight: bold;
	color: #fff;
    letter-spacing: 0.5px;
}
.vistah {
	display: block;
}
.vistav {
	display: none;
}
.divparrafo {
	width: 96;
	padding: 2%;
	float: left;

}
.div100 {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0%;
}
.div80 {
	width: 78%;
	padding: 1%;
	float: left;
}
.div70 {
	width: 70%;
	padding: 0%;
	float: left;
}
.div60 {
	width: 52%;
	padding: 4%;
	float: left;
}
.div40 {
	width: 38%;
	padding: 1%;
	float: left;
	text-align: center;
	margin-top: 4%;
}
.div30 {
	width: 28%;
	padding: 1%;
	float: left;
}
.div25 {
	width: 23%;
	padding: 1%;
	float: left;
    text-align: center;
    margin-bottom: 0%;

}
.div20 {
	width: 18%;
	padding: 1%;
	float: left;
}
.div10 {
	width: 8%;
	padding: 1%;
	float: left;
	color: aqua;
	padding-top: 2%;
}
.titulo_principal h1 {
    text-align: center;
    font-size: 8vw;
    color: #4F9E49;
    font-family: font3;
	padding-top: 15px;
	text-shadow: -2px 2px 2px #000;
    

}
.divparrafo h1 {
    font-size: 2.5vw; 
    font-weight: bold;
	color: #000;
	font-family: font2;
}

.divparrafo h2 {
	font-family: font1;
    font-size: 1vw; 
	color: #000;
	line-height: 200%;
	letter-spacing: 1px;
    font-weight: 100;
}
.divproducto p {
    font-size: 1.3vw;   
	color: #666;
	line-height: 160%;
}

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

.fila_producto {
    margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.boton_consultar {
    background-color: #7DB1F8;
    border: none;
    color: white;
    padding: 3%;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    width: 120px;
    font-family: font1;
    font-size: 1.2vw;
}
#parrafo h3 {
    font-size: 1vw; 
    font-weight: bold;
	color: #666;
}
#banner_formulario {
    --opacidad-negro: 0.8;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, var(--opacidad-negro))), url("../img/fondo1.jpg");
    background-size: cover;
    background-position: center;
    filter: contrast(110%);
	min-height: 650px;
	background-attachment: fixed;
	padding-left: 0%;
	padding-top: 0%;
}

#banner_formulario h1 {
    color: #fff;
    text-shadow: 3px 3px 5px #666;
    font-size: 6vw;  
    font-weight: bold;
	line-height: 110%;
	font-family: font3;
	padding-top: 0px;
    padding-right: 25%;
}

#formulario {
    text-align: center;
	padding-top: 0%;
}
#banner_formulario h2 {
	font-family: font1;
    padding-top: 0px;
	padding-left: 2%;
	color:#fff;
    font-size: 1vw;
	line-height: 200%;
	letter-spacing: 1.8px;
}
#banner_formulario h3 {
    color: #E9E579;
	font-weight: bold;
    font-size: 1.7vw;    
    font-family: font1;
	padding-left: 2%;
	letter-spacing: 1px;

}
#formulario h4 {
    color: #fff;
    font-size: 1.3vw;
	padding-bottom: 15px;
	font-family: font2;
}
#boton_enviar {
    background-color:#2C99FF;
    width: 160px;
    height: 65px;
    border-style: none;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 20px;
	font-family: font2;
}
input {
	padding: 20px;
	font-family: font1;
	font-size: 1.2vw;
	border-radius: 10px;
	color: #666;
	text-align: left;
	alignment-adjust: central;
	width: 60%;
	margin: 8px;
    font-weight: bolder;
    box-shadow: -3px 3px 8px #666;
    border: 0px
	}
textarea {
	padding: 20px;
	font-family: font1;
	font-size: 1.2vw;
	border-radius: 10px;
	color: #666;
	text-align: left;
	alignment-adjust: central;
	width: 60%;
	margin: 8px;
    font-weight: bolder;
    box-shadow: -3px 3px 8px #666;
    border: 0px
	}



@media (max-width: 767px) {
body {
	margin: 0px;
    padding: 0px;
    width: 100%;
    overflow-x: hidden; /* Esto puede ayudar a evitar el desbordamiento horizontal */
}
.vistah {
	display: none;
}
.vistav {
	display: block;
}
.divparrafo {
	width: 98%;
	padding: 2%;
	float: left;

}
.div100 {
	width: 100%;
	float: left;
	text-align: left;
}
.div80 {
	width: 78%;
	padding: 1%;
	float: left;
}
.div70 {
	width: 90%;
	padding: 5%;
	float: left;
}
.div60 {
	width: 90%;
	padding: 5%;
	float: left;
}
.div40 {
	width: 90%;
	padding: 5%;
	float: left;
	text-align: center;
}
.div30 {
	width: 90%;
	padding: 5%;
	float: left;
}
.div25 {
	width: 98%;
	padding: 1%;
	float: left;
    text-align: center;
    margin-bottom: 0%;

}
.div20 {
	width: 90%;
	padding: 5%;
	float: left;
}
.div10 {
	width: 8%;
	padding: 1%;
	float: left;
	color: aqua;
	padding-top: 2%;
}
.titulo_principal h1 {
    text-align: center;
    font-size: 8vw;
    color: #4F9E49;
    font-family: font3;
	padding-top: 15px;
	text-shadow: -2px 2px 2px #000;  
}
.divparrafo h1 {
    font-size: 6.5vw; 
    font-weight: bold;
	color: #666;
	font-family: font2;
    line-height: 130%;
}

.divparrafo h2 {
    font-size: 3vw; 
	color: #000;
	font-family: font1;
	line-height: 200%;
	letter-spacing: 1.5px;
}
.divproducto p {
    font-size: 1.3vw;   
	color: #666;
	line-height: 160%;
}

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

.fila_producto {
    margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.boton_consultar {
    background-color: #62ADE4;
    font-size: 3vw;
    border: none;
    color: white;
    padding: 5%;
    text-decoration: none;
    
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
    width: 120px;
    font-family: font1;
    
}
#parrafo h3 {
    font-size: 1vw; 
    font-weight: bold;
	color: #666;
}
#banner_formulario {
    --opacidad-negro: 0.1;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, var(--opacidad-negro))), url("../img/fondo1.jpg");
	filter: contrast(120%);
	background-size: cover;
	min-height: 650px;
	background-attachment: fixed;
	padding-left: 0%;
	padding-top: 0%;
}

#banner_formulario h1 {
    color: #fff;
    text-shadow: -2px 3px 5px #000;
    font-size: 12vw;  
    font-weight: bold;
	line-height: 120%;
	font-family: font4;
	padding-top: 0px;
}

#formulario {
    text-align: center;
	padding-top: 0%;
}
#banner_formulario h2 {
    padding-top: 0px;
	padding-left: 2%;
	color:#fff;
    font-size: 3vw;
	line-height: 180%;
	letter-spacing: 1.8px;
	font-family: font1;
	text-shadow: -1px 2px 5px #000;
}
#banner_formulario h3 {
    color: #E9E579;
	font-weight: bold;
    font-size: 4.5vw;    
    font-family: font3;
	padding-left: 2%;
	letter-spacing: 2px;
    line-height: 7vw;
	text-shadow: -2px 3px 5px #000;    
}
#formulario h4 {
    color: #fff;
    font-size: 1.3vw;
	padding-bottom: 15px;
	font-family: font2;
}
#boton_enviar {
    background-color:#2C99FF;
    width: 160px;
    height: 65px;
    border-style: none;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 20px;
	font-family: font2;
}
input {
	padding: 20px;
	font-family: font1;
	font-size: 17px;
	border-radius: 10px;
	color: #666;
	text-align: left;
	alignment-adjust: central;
	width: 55%;
	margin: 8px;
    font-weight: bolder;
    box-shadow: -3px 3px 8px #666;
    border: 0px
	}
textarea {
	padding: 20px;
	font-family: font1;
	font-size: 17px;
	border-radius: 10px;
	color: #666;
	text-align: left;
	alignment-adjust: central;
	width: 55%;
	margin: 8px;
    font-weight: bolder;
    box-shadow: -3px 3px 8px #666;
    border: 0px
	}    
    
}


img {
    border-radius: 10px;
}
