/*=============================================
GLOBAL
=============================================*/

*{
	font-family: 'Roboto', sans-serif;
	
}

a, h1, h2, h3, h4, h5, h6, button, select, option, .input-group, input, .input-group-text, textarea, .nav-link{
	font-family: 'Roboto Condensed', sans-serif;
}

ul, ol{
	list-style: none;
}

a:visited, a:link, a:focus, a:hover, a:active{
	list-style: none;
	text-decoration: none;
}

.dropdown-menu{
	min-width: auto !important;
	padding: 0.5rem 0 !important;
	font-size: 14px !important;
	background-color: rgba(4, 50, 72, 0.95) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dropdown-item{
	padding: 0.5rem 1.5rem !important;
	color: white !important;
	transition: all 0.3s ease !important;
}

.dropdown-item:hover {
	background-color: #00e6e6 !important;
	color: rgb(4, 50, 72) !important;
}

/*=============================================
HEADER
=============================================*/

header {
    position: fixed;
    z-index: 10001;
    width: 100%;
    top: 0;
    left: 0;
    height: 60px;
}

/* Eliminamos los estilos de la línea divisoria */

.botonera li{
	cursor:pointer;
}

.botonera li:hover{
	border-bottom: none;
}

 .menuMovil{
 	display:none;
 }

 /*=============================================
DISEÑO HERO
=============================================*/

.vistaFondo {
    background-color: rgb(4, 50, 72);
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 0;
    height: auto;
}

.text-container {
    color: white;
    padding: 0;
    position: relative;
    z-index: 2;
    width: 100%;
}

.futuristic-text {
    font-size: 4rem;
    font-weight: bold;
    color: rgba(0, 230, 230, 0.9);
    text-shadow: 0 0 10px rgba(0, 230, 230, 0.3);
    margin-top: 20px;
    margin-bottom: 1.5rem;
}

.futuristic-subtitle {
    font-size: 1.8rem;
    color: white;
    margin-bottom: 2rem;
}

.futuristic-card {
    background-color: rgba(52, 58, 64, 0.8);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

/* Estilos para los botones */
.action-buttons {
    margin-top: 1rem;
    margin-bottom: 0; /* Eliminado el margen inferior */
    padding-bottom: 2rem; /* Agregado padding inferior más pequeño */
}

.hero-btn {
    background-color: #00e6e6;
    color: rgb(4, 50, 72);
    padding: 0.8rem 2rem;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
    margin: 0.5rem;
    display: inline-block;
    width: auto; /* Anula el width: 100% de .btn */
    max-width: none; /* Anula el max-width de .btn */
}

.hero-btn:hover {
    background-color: white;
    color: rgb(4, 50, 72);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 230, 230, 0.3);
}

/* Ajustes responsive */
@media (max-width: 768px) {
    .vistaFondo {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .text-container {
        padding: 0;
    }

    .futuristic-text {
        font-size: 2.5rem;
        margin-top: 10px;
        margin-bottom: 1rem;
        text-shadow: 0 0 8px rgba(0, 230, 230, 0.2);
    }

    .futuristic-subtitle {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }

    .futuristic-card {
        padding: 1rem;
    }

    .action-buttons {
        padding: 0 1rem;
        margin-top: 1rem;
        padding-bottom: 1rem;
    }

    .hero-btn {
        display: block;
        width: 100%;
        margin: 0.5rem 0;
    }

    #inicio {
        margin-top: 0;
    }

    header {
        border-bottom: 2px solid rgba(0, 230, 230, 0.3); /* Ajustamos para móvil */
    }
}

@media (max-width: 576px) {
    .vistaFondo {
        padding-top: 40px; /* Aún menos padding para pantallas muy pequeñas */
    }

    .futuristic-text {
        font-size: 2rem;
        margin-top: 0; /* Eliminado el margen superior */
    }

    .futuristic-subtitle {
        font-size: 1rem;
    }
}

/*=============================================
CURSOS
=============================================*/
.cursos .row h3{
	font-weight:bold;
}

.cursos video{
	cursor:pointer;
}

/*=============================================
NOSOTROS
=============================================*/
.nosotros{
	background: #f7f8f8;
}


.nosotros i{
	width:140px;
	line-height:140px;
	font-size:50px;
}

.nosotros i.fa-users{
	background: #5d7179;
}

.nosotros i.fa-graduation-cap{
	background: #a17a8c;
}

.nosotros i.fa-laptop{
	background: #c1aa92;
}

.nosotros i.fa-check{
	background: #a1b287;
}

/*=============================================
TESTIMONIOS
=============================================*/
.testimonios figure{
	overflow:hidden;
	cursor:pointer;
}

.testimonios img{
	transform: scale(1, 1);
	transition: .5s all;	
}

.testimonios img:hover{
	transform: scale(1.1, 1.1);
	transition: .5s all;
}

/*=============================================
PLANES
=============================================*/

.planes{
	background: rgb(4, 50, 72);
}

.planes h1{
	font-weight:bold;
}

.planes .decimal{
	position:relative; 
	top:-15px; 
	font-size:20px; 
	font-weight:bold;
}

/*=============================================
FAQ
=============================================*/

.faq ul li{
	cursor:pointer;
}

.faq .tituloFaq{
	background: #17a2b8;
	border-radius:20px 20px 0px 0px; 
	position:relative;
	cursor:auto;
}

.faq .tituloFaq img{
	position:absolute; 
	top:-19px; 
	left:34px;
}

.faq .row div{
	display:block;
}

.p-5 {
    font-weight: bold;
}

/*=============================================
CONTACTENOS
=============================================*/

.contactenos input, .contactenos textarea{
	font-weight:100;
}

.contactenos .visitanos{
	background:#17a2b8;
	transform:translate(0%,-15%);
    color: #ffffff;
}

/*=============================================
SCROLL UP
=============================================*/

#scrollUp{
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url(../img/flecha.jpg);
}



/*=============================================
PÁGINA INGRESO Y REGISTRO
=============================================*/
/*
.ladoUsuarios{
	overflow-y:hidden;
}*/

.fotoIngreso, .fotoRegistro{
	position:relative;
	background-size: cover;
	background-position:center top;
	background-attachment:fixed;
	height:100vh;
}

.fotoIngreso{
	background: url(../img/monte.jpg);
}

.fotoRegistro{
	background: url(../img/regEmpresasimg.jpg);
	background-size: cover; /* Hace que la imagen cubra todo el div sin deformarse */
    width: 100%; /* Asegura que el div ocupe todo el ancho del contenedor */
    height: 100vh; /* Ajusta el alto a toda la altura visible del navegador, puedes modificarlo */
}

.fotoIngreso::before, .fotoRegistro::before{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:"";
	background:rgba(0,0,0,.5);
}

.ladoUsuarios .btnRegresar{
	position:absolute;
	right:2%;
	top:2%;
	padding:5px 20px;
	font-size:15px;	
}

.fotoIngreso .btnRegresar, .fotoIngreso .btnRegresarMovil{
	background:#A17A8C;
}

.fotoRegistro .btnRegresar, .fotoRegistro .btnRegresarMovil{
	background:#A1B287;
}

.ladoUsuarios .redesSociales{
	position:absolute;
	right:2%;
	bottom:0;
}

label[for="politicas"] span{
	display:inline-block;
	width:25px;
	height:25px;
	background:#E9ECEF;
	vertical-align:middle;
	border-radius:100%;
	border:1px solid #aaa;
	cursor:pointer;
}

input[type="checkbox"]:checked + label[for="politicas"] span{
	background:url(../img/check.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border:1px solid #fff;
}



/*=============================================
TABLET HORIZONTAL (LG revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){

	header .ingresos button{
	 	margin-top:-33px;
	 	padding-bottom:0px;
	}

	header .ingresos button a{
	 	font-size:10px;
	}

	.vistaVideo{
		height:70vh;
	}

	.vistaVideo .container{
		transform:translate(0,-95%);
	}


	.filtroVideo{
		position:absolute;
		width:100%;
		height:inherit;
		top:0;
		left:0;
		background: url(../img/filtro.png);
		background-repeat: repeat;
	}

}

/*=============================================
TABLET VERTICAL (MD revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

 	header .ingresos button{
	 	margin-top:-10px;
	 	padding-bottom:0px;
 	}


 	header .ingresos button a{
	 	font-size:18px;
	 	padding-bottom:5px;
 	}

 	.menuMovil{	
	 	position:fixed;
	 	top:0;
	 	left:0;
	 	width:100%;
	 	height:100%;
	 	background:black;
	 	z-index:2;
        margin-top: 7rem;
	}

	.menuMovil .nav-item{
	  	background-color: #5D7179;
	  	border-bottom:1px solid black;
	}

	.menuMovil .nav-item a{
		font-weight: 100;
		font-size:20px;
	}

    /* Ajusta el fondo para cubrir toda la altura de la pantalla */
    .vistaFondo {
        /* height: 350vh; */ /* Comentado para evitar altura forzada */
        position: relative;
    }

    .filtroFondo {
        background-size: cover;
        background-position: center;
        height: 100%; /* Asegura que el filtro ocupe toda la altura */
    }

	.vistaVideo{
		height:90vh;
	}

	.vistaVideo .container{
		transform:translate(0, 8%);
	}

	.filtroVideo{
		background: url(../img/fondo_movil.png);
		background-size:cover;
	}

	.filtroVideo::after{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
		content: "";
	}

	.faq .row div{
		display:none;
	}

	.contactenos .visitanos{
		margin-top:20px;
		transform:translate(0%,0%);
	}

	.ladoUsuarios{
		overflow-y:scroll;
	}

	.ladoUsuarios .btnRegresarMovil{
		position:relative;
	}

	.ladoUsuarios .redesSociales{
		left:50%;
		transform:translate(-50%, 0);
		bottom:0;
	}

}

/*=============================================
MÓVIL HORIZONTAL (SM revisamos en 576px)
=============================================*/

@media (max-width:767px) and (min-width:576px){

	header .ingresos button{
	 	margin-top:-10px;
	 	padding-bottom:0px;
	 }


	 header .ingresos button a{
	 	font-size:14px;
	 	padding-bottom:5px;
	 }

	 .menuMovil{		
	 	position:fixed;
	 	top:0;
	 	left:0;
	 	width:100%;
	 	height:100%;
	 	background:black;
	 	z-index:2;
         margin-top: 6rem;
	 }

	.menuMovil .nav-item{
	  	background-color: #5D7179;
	  	border-bottom:1px solid black;
	}

	.menuMovil .nav-item a{
		font-weight: 100;
		font-size:20px;

	}

    /* Ajusta el fondo para cubrir toda la altura de la pantalla */
    .vistaFondo {
        /* height: 360vh; */ /* Comentado para evitar altura forzada */
        position: relative;
    }

    .filtroFondo {
        background-size: cover;
        background-position: center;
        height: 100%; /* Asegura que el filtro ocupe toda la altura */
    }

	.vistaVideo{
		height:950px;
	}

	.vistaVideo .container{
		transform:translate(0, 10%);
	}


	.filtroVideo{
		background: url(../img/fondo_movil.png);
		background-size:cover;
	}

	.filtroVideo::after{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
		content: "";
	}

	.faq .row div{
		display:none;
	}

	.contactenos .visitanos{
		margin-top:20px;
		transform:translate(0%,0%);
	}

	.ladoUsuarios{
		overflow-y:scroll;
	}

	.ladoUsuarios .btnRegresarMovil{
		position:relative;
	}

	.ladoUsuarios .redesSociales{
		left:50%;
		transform:translate(-50%, 0);
		bottom:0;
	}

    .nosotros h2 {
        padding-left: 1rem;
    }


}

/*=============================================
MOVIL VERTICAL (revisamos en 320px)
=============================================*/

@media (max-width:575px){

	header .ingresos button{
	 	margin-top:-10px;
	 	padding-bottom:0px;
	 }


	 header .ingresos button a{
	 	font-size:12px;
	 }

	 .menuMovil{		
	 	position:fixed;
	 	top:0;
	 	left:0;
	 	width:100%;
	 	height:100%;
	 	background:black;
	 	z-index:2;
         margin-top: 6rem;
	 }

	.menuMovil .nav-item{
	  	background-color: #5D7179;
	  	border-bottom:1px solid black;
	}

	.menuMovil .nav-item a{
		font-weight: 100;
		font-size:20px;

	}

    /* Ajusta el fondo para cubrir toda la altura de la pantalla */
    .vistaFondo {
        /* height: 360vh; */ /* Comentado para evitar altura forzada */
        position: relative;
    }

    .filtroFondo {
        background-size: cover;
        background-position: center;
        height: 100%; /* Asegura que el filtro ocupe toda la altura */
    }


	.vistaVideo{
		height:90vh;
	}

	.vistaVideo .container{
		transform:translate(0, 8%);
	}

	.vistaVideo .container h1{
		font-size:25px !important;
	}

	.filtroVideo{
		background: url(../img/fondo_movil.png);
		background-size:cover;
	}

	.filtroVideo::after{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
		content: "";
	}

	.faq .row div{
		display:none;
	}

	.contactenos .visitanos{
		margin-top:20px;
		transform:translate(0%,0%);
	}

	.ladoUsuarios{
		overflow-y:scroll;
	}

	.ladoUsuarios .btnRegresarMovil{
		position:relative;
	}

	.ladoUsuarios .redesSociales{
		left:50%;
		transform:translate(-50%, 0);
		bottom:0;
	}
    .btn {
        background-color: #17a2b8; /* Color de fondo */
        color: #ffffff; /* Color del texto */
        padding: 12px 24px; /* Ajusta el padding para que el botón tenga una buena altura */
        font-size: 16px; /* Asegura que el tamaño de fuente sea consistente */
        width: 100%; /* Asegura que el botón ocupe todo el ancho del contenedor */
        max-width: 300px; /* Puedes ajustar el máximo ancho si deseas */
        border: none; /* Elimina bordes adicionales */
        border-radius: 5px; /* Bordes redondeados */
        text-align: center; /* Centra el texto */
        display: block; /* Asegura que se comporte como un bloque */
        margin: 0 auto; /* Centra el botón horizontalmente */
        box-shadow: none; /* Elimina sombras que puedan alterar el diseño */
    }
    
    .btn:hover {
        background-color: #138496; /* Color de fondo al pasar el ratón */
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Leve sombra al hacer hover */
    }

    .nosotros h2 {
        padding-left: 1rem;
    }

}

/*=============================================
LOGIN BUTTON
=============================================*/

.login-btn {
    background-color: #00e6e6 !important;
    color: rgb(4, 50, 72) !important;
    border: none !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 20px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.login-btn:hover {
    background-color: white !important;
    color: rgb(4, 50, 72) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 230, 230, 0.2) !important;
}

/*=============================================
NAV LINKS
=============================================*/

.nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    padding: 0.5rem 1rem !important;
    position: relative !important;
}

.nav-link:after {
    content: '' !important;
    position: absolute !important;
    width: 0 !important;
    height: 2px !important;
    bottom: 0 !important;
    left: 50% !important;
    background-color: #00e6e6 !important;
    transition: all 0.3s ease !important;
    transform: translateX(-50%) !important;
}

.nav-link:hover:after {
    width: 80% !important;
}

.nav-link:hover {
    color: #00e6e6 !important;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
        margin-top: -50px;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
}

/*=============================================
MENÚ MÓVIL
=============================================*/

.menuMovil {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background-color: rgb(4, 50, 72);
    display: none;
    padding-top: 60px;
}

.menuMovil.show {
    display: block;
}

.menuMovil .nav-item {
    background-color: rgba(93, 113, 121, 0.95);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menuMovil .nav-item a {
    font-weight: 400;
    font-size: 18px;
    color: white !important;
    padding: 15px 20px;
    display: block;
    transition: all 0.3s ease;
}

.menuMovil .nav-item a:hover {
    background-color: #00e6e6;
    color: rgb(4, 50, 72) !important;
}

@media (max-width: 768px) {
    .menuMovil {
        overflow-y: auto;
    }
}

/* Ajuste para la siguiente sección */
#inicio {
    margin-top: 0;
    padding-top: 0; /* Eliminado el padding superior */
    background-color: #f8f9fa;
}

/*=============================================
INICIO/CURSOS
=============================================*/

.inicio {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #f8f9fa;
}

.video1 {
    margin: 0 !important;
    padding: 0 !important;
}

.video1 .bg-white {
    margin-top: 0 !important;
}

/* Eliminar espacios entre secciones */
#inicio {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 768px) {
    .inicio {
        margin-top: 0 !important;
    }
    
    .video1 {
        margin-top: 0 !important;
    }
}

/* Estilos para la sección de acción */
.action-section {
    margin-top: 2rem;
}

.action-question {
    color: rgba(0, 230, 230, 0.9);
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 230, 230, 0.3);
}

@media (max-width: 768px) {
    .action-question {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        letter-spacing: 1px;
        text-shadow: 0 0 8px rgba(0, 230, 230, 0.2);
    }
}
