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

body {
	margin: 0px;
    padding: 0px;
    width: 100%;
    overflow-x: hidden;
    text-decoration: none;/* Esto puede ayudar a evitar el desbordamiento horizontal */
}
.fondo-texto {
    margin-top: 1%;
    font-size: 1vw;
    font-family: font2;  
    padding: 5px;
    color: #666;
    border-radius: 15px; 
    transition: background-color 0.5s ease;
    
}
.fondo-texto:hover {
            background-color: #EFEFEF; /* Cambia el color de fondo aquí */
}
.vistah {
	display: block;
}
.vistav {
	display: none;
}
.divparrafo {
	width: 90%;
	padding: 2%;
	float: left;

}
.div100 {
	width: 100%;
	float: left;
	text-align: left;
}
.div80 {
	width: 78%;
	padding: 1%;
	float: left;
}
.div70 {
	width: 68%;
	padding: 1%;
	float: left;
}adrian@charset "utf-8";
@font-face {
    font-family: "font1";
    src: url( "../fuentes/JosefinSans-Light.ttf") format("truetype");
	font-display: swap;
	
}
@font-face {
    font-family: "font2";
    src: url( "../fuentes/JosefinSans-Regular.ttf") format("truetype");
	font-display: swap;

}
@font-face {
    font-family: "font3";
    src: url("../fuentes/JosefinSans-Bold.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font4";
    src: url("../fuentes/Mulish-ExtraLight.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font5";
    src: url("../fuentes/Mulish-Regular.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font6";
    src: url("../fuentes/Mulish-Black.ttf") format("truetype");
	font-display: swap;
}
body {
	margin: 0px;
    padding: 0px;
    width: 100%;
    overflow-x: hidden;
    text-decoration: none;/* Esto puede ayudar a evitar el desbordamiento horizontal */
}
.fondo-texto {
    margin-top: 1%;
    font-size: 1.3vw;
    font-family: font2;  
    padding: 3px;
    color: #666;
    border-radius: 5px; 
    transition: background-color 0.5s ease;
    
}
.fondo-texto:hover {
           
			  background-image: linear-gradient(to bottom, #ffffff 0%, #eeecec 40%);
}
.vistah {
	display: block;
}
.vistav {
	display: none;
}
.divparrafo {
	width: 90%;
	padding: 2%;
	float: left;

}
.div100 {
	width: 100%;
	float: left;
	text-align: left;
}
.div80 {
	width: 78%;
	padding: 1%;
	float: left;
}
.div70 {
	width: 68%;
	padding: 1%;
	float: left;
}
.div60 {
	width: 52%;
	padding: 4%;
	float: left;
}
.div40 {
	width: 38%;
	padding: 1%;
	float: left;
	text-align: center;
	margin-top: 4%;
}
.div33 {
	width: 31%;
	padding: 1%;
	float: left;
}
.div30 {
	width: 28%;
	padding: 1%;
	float: left;
}
.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: 3vw; 
    font-weight: bold;
	color: #000;
	font-family: font2;
}

.divparrafo h2 {
    font-size: 1.2vw; 
    font-weight: bold;
	color: #666;
	font-family: font1;
	line-height: 200%;
	letter-spacing: 1.5px;
}
.divparrafo h3 {
    font-size: 1vw; 
	color: #666;
	font-family: font1;
	line-height: 200%;
	letter-spacing: 1px;
}
.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: #4F9E49;
    border: none;
    color: white;
    padding: 4%;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    width: 150px;
    font-family: font1;
    font-size: 1.5vw;
}
#parrafo h3 {
    font-size: 1vw; 
    font-weight: bold;
	color: #666;
}
#banner_formulario {
	background-image: linear-gradient(35deg, rgba(2, 0, 36, 0.9) 0%, rgba(0,212,255,0) 100%),  url("../img/banerh.webp");
	filter: contrast(120%);
	background-size: cover;
	min-height: 600px;
	background-attachment: fixed;
	padding-left: 0%;
	padding-top: 0%;
	box-shadow: -5px 0px 15px #666;
	
}

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

#formulario {
    text-align: center;
	padding-top: 0%;
}
#banner_formulario h2 {
    padding-top: 0px;
	padding-left: 4%;
	color:#fff;
    font-size: 1vw;
	line-height: 180%;
	letter-spacing: 1.8px;
	font-family: font1;
}
#banner_formulario h3 {
    color: #fff;
    font-size: 1.5vw;    
    font-family: font1;
	padding-left: 5%;
	letter-spacing: 1px;
    margin-top: 0%;
	margin-left: 2%;
	text-shadow: 1px 3px 8px #000;
	margin-right: 29%;
}
#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;
	margin-top: 4%;
}
.div33 {
	width: 90%;
	padding: 5%;
	float: left;
}
.div30 {
	width: 90%;
	padding: 5%;
	float: left;
}
.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: 5.5vw; 
    font-weight: bold;
	color: #666;
	font-family: font1;
	line-height: 200%;
	letter-spacing: 1.5px;
}
.divparrafo h3 {
    font-size: 2.5vw; 
    font-weight: bold;
	color: #666;
	font-family: font1;
	line-height: 200%;
	letter-spacing: 2px;
}
.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: #4F9E49;
    font-size: 5vw;
    border: none;
    color: white;
    padding: 5%;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 18px;
    width: 180px;
    font-family: font1;
    
}
#parrafo h3 {
    font-size: 1vw; 
    font-weight: bold;
	color: #666;
}
#banner_formulario {
	background-image: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,212,255,0) 100%),  url("../img/banerv.webp");
	background-size: cover;
	height: 1300px;
	background-attachment: fixed;
	padding-left: 0%;
	padding-top: 0%;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

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

#formulario {
    text-align: center;
	padding-top: 0%;
}
#banner_formulario h2 {
    padding-top: 0px;
	padding-left: 3%;
	color:#fff;
    font-size: 3vw;
	line-height: 200%;
	letter-spacing: 1px;
	font-family: font1;
}
#banner_formulario h3 {
    color: #3bd1ff;
	font-weight: bold;
    font-size: 5vw;    
    font-family: font3;
	padding-left: 2%;
	letter-spacing: 0px;
    line-height: 5.5vw;
    
}
#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: 6vw;
	border-radius: 10px;
	color: #666;
	text-align: left;
	alignment-adjust: central;
	width: 80%;
	margin: 8px;
    font-weight: bolder;
    box-shadow: -3px 3px 8px #666;
    border: 0px
	}
textarea {
	padding: 20px;
	font-family: font1;
	font-size: 6vw;
	border-radius: 10px;
	color: #666;
	text-align: left;
	alignment-adjust: central;
	width: 80%;
	margin: 8px;
    font-weight: bolder;
    box-shadow: -3px 3px 8px #666;
    border: 0px
	}    
    
}

