@charset "utf-8";
@font-face {
    font-family: "font1";
    src: url( "../fonts/OpenSans-Light.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font2";
    src: url( "../fonts/OpenSans-Medium.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font3";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font4";
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font5";
    src: url("../fonts/OpenSans-ExtraBold.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-position: center;
    background-size: cover;
	min-height: 650px;
	padding-left: 0%;
	padding-top: 0%;
}
.video-background {
            position: relative;
            width: 100%;
            height: 100vh; /* Altura completa de la ventana */
            overflow: hidden;
        }

/* El video debe cubrir el div y estar centrado */
.video-background video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* Asegura que el video cubra todo el div */
	z-index: -1; /* Pone el video detrás del texto */
	filter: brightness(40%)
}

/* Estilo para el texto centrado */
.content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7); /* Sombra para el texto */
}
.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;
	font-family: font1;

}

.fondo-texto {
    margin-top: 1%;
    font-size: 1vw;
    font-family: font2;  
    padding: 5px;
    color: #666;
    border-radius: 10px; 
    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;

}
.pie {
	width: 96%;
	padding: 2%;
	float: left;
	text-align: left;

}
.div100 {
	width: 98%;
	padding: 1%;
	float: left;
	text-align: left;
	height: 1200px;
}
.div80 {
	width: 78%;
	padding: 1%;
	float: left;
}
.div70 {
	width: 68%;
	padding: 1%;
	float: left;
}
.div60 {
	width: 52%;
	padding: 4%;
	float: left;
}
.div50 {
	width: 48%;
	padding: 1%;
	float: left;
}
.div40 {
	width: 38%;
	padding: 1%;
	float: left;
	text-align: center;
	margin-top: 4%;
}
.div30 {
	width: 28%;
	padding: 1%;
	float: left;
}
.div20 {
	width: 20%;
	float: left;
	margin-left: 4.16%;
	text-align: center;
	background-color: #254a5d;
}
.div15 {
	width: 15%;
	padding: 0%;
	float: left;
	border-radius: 10px;
	background-color: #fff;
	margin-left: 4.16%;
	text-align: center;
	height: 450px;
}
.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: 1vw; 
    font-weight: bold;
	color: #666;
	font-family: font1;
	line-height: 200%;
	letter-spacing: 1.5px;
}
#planes h1 {
	color: #000;
	font-family: font1;
	font-size: 2vw;
	line-height: 220%;
}
#planes h5 {
	color: #000;
	font-family: font2;
	font-size: 2.8vw;
}
.planes h2 {
	margin-top: -50px;
	background-color: #546eab;
	border: none;
	color: white;
	padding: 5%;
	text-decoration: none;
	text-align: center;
	border-radius: 20px;
	width: 80%;
	font-family: font1;
	font-size: 1.6vw;
	margin-left: 5%;
	box-shadow: -5px 5px 20px #000;
	letter-spacing: 1.5px;
}
.planes h3 {
	border: none;
	color: #000;
	font-family: font1;
	font-size: 1vw;
	line-height: 220%;
}
.planes h4 {
	margin-top: -30px;
	background-color: #47b5f4;
	border: none;
	color: white;
	padding: 5%;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	width: 60%;
	font-family: font1;
	font-size: 1vw;
	letter-spacing: 2px;
	margin-left: 15%;
}

.divparrafo p {
    font-size: 1.3vw;   
	color: #000;
	line-height: 160%;
}
.pie p {
    font-size: 1.3vw;   
	color: #000;
	line-height: 160%;
}

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

.fila_producto {
    margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.boton_consultar {
    background-color: #08459b;
    border: none;
    color: white;
    padding: 3%;
    text-decoration: none;
    margin: auto 2px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    width: 120px;
    font-family: font2;
    font-size: 1.2vw;
}
#parrafo h3 {
    font-size: 1vw; 
    font-family: font2;
	margin: auto;

}
#banner_formulario h1 {
    color: #fff;
    font-size: 5vw;  
	line-height: 110%;
	font-family: font2;
	margin-top: 10px;
	margin-left: 3%;
	text-shadow: -3px 3px 2px #000;
}
#banner_formulario h2 {
    color:#fff;
	text-shadow: 2px 2px 2px #000;
    font-size: 2.5vw;
	letter-spacing: 2px;
	font-family: font1;
	margin-left: 4%;
}
#banner_formulario h3 {
    color:#fff;
	text-shadow: 2px 2px 2px #000;
    font-size: 2vw;
	letter-spacing: 2px;
	font-family: font1;
	margin-left: 4%;
}
#banner_formulario h4 {
	color:#fff;
	text-shadow: 2px 2px 2px #000;
    font-size: 1vw;
	letter-spacing: 2px;
	font-family: font1;
	margin-left: 4%;
}
#boton_enviar {
    background-color:#49bbf0;
    padding: 4%;
    border-style: none;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 18px;
	font-family: font1;
	text-align: center;
	letter-spacing: 1.5px;
	margin-top: 10px;
	width: 30%;
}
input {
	padding: 15px;
	font-family: font1;
	font-size: 1.2vw;
	border-radius: 8px;
	color: #000;
	text-align: left;
	alignment-adjust: central;
	width: 50%;
	margin: 8px;
    font-weight: bolder;
    border: 0px
	}
textarea {
	padding: 20px;
	font-family: font1;
	font-size: 1.2vw;
	border-radius: 10px;
	color: #666;
	text-align: left;
	alignment-adjust: central;
	width: 50%;
	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 */
	background-color: #254a5d;
}
.video-background {
	position: relative;
	width: 100%;
	height: 1500px;
	overflow: hidden;
	padding: 0%;
}
.video-background video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}
.vistah {
	display: none;
}
.vistav {
	display: block;
}
.divparrafo {
	width: 98%;
	padding: 2%;
	float: left;
	background-color: #fff;
}
.pie {
	width: 96%;
	padding: 2%;
	float: left;
	text-align: left;
	background-color: #fff;

}
.div100 {
	width: 98%;
	padding: 1%;
	float: left;
	text-align: left;
	height: 3800px;
}
.div80 {
	width: 98%;
	padding: 1%;
	float: left;
}
.div70 {
	width: 90%;
	padding: 5%;
	float: left;
}
.div60 {
	width: 90%;
	padding: 5%;
	float: left;
}
.div50 {
	width: 90%;
	padding: 5%;
	float: left;
}
.div40 {
	width: 90%;
	padding: 5%;
	float: left;
	text-align: center;
	margin-top: 4%;
	background-color: #fff;
}
.div30 {
	width: 90%;
	padding: 5%;
	float: left;
	margin-top: -70px;
}
.div20 planes {
	width: 90%;
	padding: 5%;
	float: left;
}
.div20 {
	width: 80%;
	padding: 5%;
	float: left;
	margin-bottom: 10px;

}
.div10 {
	width: 98%;
	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; 
    font-weight: bold;
	color: #666;
	font-family: font1;
	line-height: 200%;
	letter-spacing: 1.5px;
}
.divparrafo p {
    font-size: 4vw;   
	color: #000;
	line-height: 160%;
	font-family: font1;
}
.pie p {
    font-size: 4vw;   
	color: #000;
	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;
    
}
.planes h3 {
	border: none;
	color: #000;
	font-family: font1;
	font-size: 4vw;
	line-height: 220%;
}
#parrafo h3 {
    font-size: 1vw; 
    font-weight: bold;
	color: #666;
}
#banner_formulario {
	filter: contrast(100%);
	background-size: cover;
	height: 14500px;
	background-attachment: fixed;
	padding-left: 0%;
	padding-top: 0%;
	background-image: url(../img/fondo2.png);
}

#planes h1 {
    color: #000;
    font-size: 7vw;  
    font-weight: bold;
	line-height: 120%;
	font-family: font1;
	padding-top: 0px;
}
#planes h5 {
    color: #000;
    font-size: 12vw;  
	font-family: font2;
	margin-top: 20px;
	margin-bottom: 25px;
}

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

#formulario {
    text-align: center;
	padding-top: 0%;
}
.planes h2 {
	margin-top: -50px;
	background-color: #546eab;
	border: none;
	color: white;
	padding: 5%;
	text-decoration: none;
	text-align: center;
	border-radius: 20px;
	width: 80%;
	font-family: font1;
	font-size: 5vw;
	margin-left: 5%;
	box-shadow: -5px 5px 20px #000;
	letter-spacing: 1.5px;
}
#banner_formulario h2 {
    padding-top: 30px;
	padding-left: 2%;
	color:#fff;
    font-size: 5vw;
	line-height: 130%;
	letter-spacing: 1.5px;
	font-family: font1;
}
#banner_formulario h3 {
    color: #E9E579;
	font-weight: bold;
    font-size: 7.5vw;    
    font-family: font3;
	padding-left: 2%;
	letter-spacing: 2px;
    line-height: 7vw;
}
.planes h4 {
	margin-top: -30px;
	background-color: #47b5f4;
	border: none;
	color: white;
	padding: 5%;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	width: 50%;
	font-family: font1;
	font-size: 4vw;
	letter-spacing: 2px;
	margin-left: 20%;
}
#banner_formulario h4 {
    color: #fff;
    font-size: 3.5vw;
	padding-bottom: 15px;
	font-family: font1;
	line-height: 180%;
}
#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;
    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
	}    
    
}

