@charset "utf-8";
@font-face {
    font-family: "font1";
    src: url( "../fuentes/font1.ttf") format("truetype");
	font-display: swap;
	
}
@font-face {
    font-family: "font2";
    src: url( "../fuentes/font2.ttf") format("truetype");
	font-display: swap;

}
@font-face {
    font-family: "font3";
    src: url("../fuentes/font3.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font4";
    src: url("../fuentes/font4.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: 1px;
    color: #b44949;
    border-radius: 15px; 
    transition: background-color 0.5s ease;    
}
.fondo-texto:hover {
    background-color: #0fb47d; /* Cambia el color de fondo aquí */
}
.vistah {
	display: block;
}
.vistav {
	display: none;
}
.divparrafo {
	width: 94%;
	padding: 3%;
	float: left;

}
.div100 {
	width: 100%;
	float: left;
	text-align: left;
}
.div80 {
	width: 78%;
	padding: 1%;
	float: left;
}
.div70 {
	width: 68%;
	padding: 1%;
	float: left;
}


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: 2px;
    color: #fff;
    border-radius: 10px; 
    transition: background-color 0.5s ease;
    
}
.fondo-texto:hover {
    background-color: #00ff40; /* Cambia el color de fondo aquí */
}
.vistah {
	display: block;
}
.vistav {
	display: none;
}

.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%;
}
.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: font4;
}
.divparrafo h2 {
    font-size: 1vw; 
    font-weight: bold;
	color: #666;
	font-family: font1;
	line-height: 200%;
	letter-spacing: 1.5px;
}
.divparrafo h3 {
    font-size: 1.5vw; 
    color: #000;
	font-family: font2;
	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: #1c79fa;
    border: none;
    color: white;
    padding: 5%;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    width: 120px;
    font-family: font2;
    font-size: 1.2vw;
}
#parrafo h3 {
    font-size: 1vw; 
    font-weight: bold;
	color: #666;
}
#banner_formulario {
	background-color: #1111;
	background-image:  linear-gradient(50deg, rgba(2,0,36,1) 35%, rgba(0,212,255,0) 80%),  url("../img/fondo1.webp");
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 750px;
	width: 100%;
}
#banner_formulario h1 {
    color: #fff;
    text-shadow: 3px 5px 5px #000;
    font-size: 5vw;  
    font-weight: bold;
	line-height: 100%;
	font-family: font3;
    padding-right: 5%;
	margin-top: 1%;
}

#formulario {
    text-align: center;
	padding-top: 0%;
}
#banner_formulario h2 {
    padding-top: 0px;
	padding-left: 4%;
	color:#fff;
    font-size: 1vw;
	line-height: 150%;
	letter-spacing: 1.8px;
	font-family: font3;
}
#banner_formulario h3 {
    color: #fff;
	font-weight: bold;
    font-size: 1.7vw;    
    font-family: font3;
	padding-left: 4%;
	letter-spacing: 0px;
	line-height: 150%;
    margin-top: -2%;
}
#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%;
}
.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: 7vw; 
    
	color: #000;
	font-family: font4;
    
}
.divparrafo h2 {
    font-size: 5vw; 
    color: #666;
	font-family: font1;
	letter-spacing: 1.5px;
}
.divparrafo h3 {
    font-size: 6vw; 
    color: #333;
	font-family: font3;
	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: 5vw;
    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 {
	background: linear-gradient(100deg, rgba(2,0,36,1) 25%, rgba(0,212,255,0) 100%),  url("../img/fondov.webp") no-repeat left center ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 1%;
	height: 1600px;
	float: left;
	
}

#banner_formulario h1 {
    color: #fff;
    text-shadow: 3px 3px 15px #000;
    font-size: 8.8vw;  
    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: 3.8vw;
	line-height: 180%;
	letter-spacing: 0px;
	font-family: font1;
}
#banner_formulario h3 {
    color: #fff;
	font-weight: bold;
    font-size: 4.5vw;    
    font-family: font3;
	padding-left: 2%;
	letter-spacing: 0px;
    line-height: 7vw;
    
}
#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: 30px;
	font-family: font1;
	font-size: 17px;
	border-radius: 10px;
	color: #666;
	text-align: left;
	alignment-adjust: central;
	width: 75%;
	margin: 8px;
    font-weight: bolder;
    box-shadow: -3px 3px 8px #666;
    border: 0px
	}
textarea {
	padding: 30px;
	font-family: font1;
	font-size: 17px;
	border-radius: 10px;
	color: #666;
	text-align: left;
	alignment-adjust: central;
	width: 75%;
	margin: 8px;
    font-weight: bolder;
    box-shadow: -3px 3px 8px #666;
    border: 0px
	}    
    
}

