/*=============================================
GLOBAL
=============================================*/

* {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;

}

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: 0% !important;
	padding: 0 !important;
	font-size: 12px !important;
}

.dropdown-item {
	padding: 8px 18px !important;
	color: black !important;
	font-weight: 500 !important;

}


/*=============================================
HEADER
=============================================*/

header {
	position: fixed;
	z-index: 2;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1);
}


.botonera li {
	cursor: pointer;
}

.botonera li:hover {
	border-bottom: 3px solid white;
}

.menuMovil {
	display: none;
}

/*=============================================
DISEÑO HERO - CINEMAGRAPH
=============================================*/
.vistaVideo {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.filtroVideo {
	position: absolute;
	width: 100%;
	height: inherit;
	top: 0;
	left: 0;
	background: url(../img/filtro.png);
	background-repeat: repeat;
}

.vistaVideo .container {
	transform: translate(0, -120%);
}

.vistaVideo .container h1 {
	font-size: 50px !important;
	font-family: 'Grand Hotel', cursive;
}

.vistaVideo .container .row div {
	position: relative;
}

.vistaVideo .container i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 40px;
}

/*=============================================
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: #5d7179
}

.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: #b07b8f;
	border-radius: 20px 20px 0px 0px;
	position: relative;
	cursor: auto;
}

.faq .tituloFaq img {
	position: absolute;
	top: -19px;
	left: 34px;
}

.faq .row div {
	display: block;
}

/*=============================================
CONTACTENOS
=============================================*/

.contactenos input,
.contactenos textarea {
	font-weight: 100;
}

.contactenos .visitanos {
	background: #bea890;
	transform: translate(0%, -15%);
}

/*=============================================
SCROLL UP
=============================================*/

#scrollUp {
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url(../img/flecha.jpg);
}

/*=============================================
PRELOAD
=============================================*/

#preload {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: #fff;
}

#porcentajeCarga {
	position: absolute;
	text-align: center;
	width: 100%;
	color: #333;
	top: 52%;
	font-size: 20px;
	font-weight: 100;
	padding-top: 20px;
	font-family: 'Grand Hotel', cursive !important;
}

#lineaCarga {
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#rellenoCarga {
	width: 0%;
}

/*=======STYLES LOGIN & REGISTER*/
/* =====================================
   Fondo General con Imagen
===================================== */
.back {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('../img/fondo7.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

/* =====================================
   Reset & Fuente
===================================== */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #fff;
}

/* =====================================
   Contenedor Principal
===================================== */
.ladoUsuarios {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 100vh;
	padding: 1rem;
	text-align: center;
}

@media (min-width: 1024px) {
	.ladoUsuarios {
		flex-direction: column; /* ya no separa izquierda/derecha */
	}
}




/* =====================================
   Form Wrapper
===================================== */
.form-wrapper {
	width: 100%;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;

}

/* =====================================
   Formulario
===================================== */
.login-form {
	width: 100%;
	max-width: 400px;
	padding: 2rem;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.265); /* semitransparente */
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	color: #19386D;
}

/* Formulario transparente con blur */
form {
	width: 100%;
	max-width: 400px;
	padding: 2rem;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.265); /* semitransparente */
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	color: #19386D;
}

/* =====================================
   Tipografía
===================================== */
h1 {
	font-size: 28px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
}

p,
label {
	color: #000000;
	font-size: 14px;
	text-align: center;
}

.register {
	color: #fafafa;
	text-decoration: none;
}

::placeholder {
	color: #f0f0f0;
}

/* =====================================
   Inputs
===================================== */
input[type="text"],
input[type="email"],
input[type="password"] {
	width: 100%;
	padding: 12px;
	margin-bottom: 15px;
	border-radius: 20px;
	border: 1px solid #0a3bff;
	font-size: 15px;
	background-color: rgba(246, 251, 255, 0.984);
	color: #000000;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
	background-color: rgba(0, 0, 0, 0.25);
	outline: none;
}

/* =====================================
   Botón
===================================== */
.submit-button {
	width: 100%;
	padding: 12px;
	border: none;
	border-radius: 20px;
	background-color: #2A6190;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.3s;
}

.submit-button:hover {
	background-color: #77F7F0;
}

/* =====================================
   Redes Sociales
===================================== */
.circle-logo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0 10px;
}

.circle-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.social-login {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

/* Línea separadora */
.line-container {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.line {
	flex-grow: 1;
	height: 1px;
	background-color: #ccc;
	margin: 0 10px;
}

.Group-Register {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

/* FIN FERNANDO  */

.formulario {
	background: #fff;
	padding: 30px;
	border-top: 0;
	color: #666;
}


.fotoIngreso::before,
.fotoRegistro::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0, 0, 0, .5);
}

.formulario {
	width: 37%;
	margin: 7% auto;
}

.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;
}

input[type="checkbox"] {
	display: none;
}

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;
}

/*=============================================
COOKIES
=============================================*/

.cookies {
	position: fixed;
	bottom: -5%;
	display: none;
}





/*=============================================
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;
	}

	.menuMovil .nav-item {
		background-color: #5D7179;
		border-bottom: 1px solid black;
	}

	.menuMovil .nav-item a {
		font-weight: 100;
		font-size: 20px;
	}

	.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: hidden;
	}

	.ladoUsuarios .btnRegresarMovil {
		position: relative;
	}

	.ladoUsuarios .redesSociales {
		left: 50%;
		transform: translate(-50%, 0);
		bottom: 0;
	}

	.formulario {
		width: 80%;
		margin-top: 20px;
	}

}

/*=============================================
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;
	}

	.menuMovil .nav-item {
		background-color: #5D7179;
		border-bottom: 1px solid black;
	}

	.menuMovil .nav-item a {
		font-weight: 100;
		font-size: 20px;

	}

	.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: hidden;
	}

	.ladoUsuarios .btnRegresarMovil {
		position: relative;
	}

	.ladoUsuarios .redesSociales {
		left: 50%;
		transform: translate(-50%, 0);
		bottom: 0;
	}

	.formulario {
		width: 80%;
		margin-top: 20px;
	}


}

/*=============================================
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;
	}

	.menuMovil .nav-item {
		background-color: #5D7179;
		border-bottom: 1px solid black;
	}

	.menuMovil .nav-item a {
		font-weight: 100;
		font-size: 20px;

	}

	.vistaVideo {
		height: 920px;
	}

	.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: hidden;
	}

	.ladoUsuarios .btnRegresarMovil {
		position: relative;
	}

	.ladoUsuarios .redesSociales {
		left: 50%;
		transform: translate(-50%, 0);
		bottom: 0;
	}

	.formulario {
		width: 90%;
		margin-top: 20px;
	}

}




.swal2-icon.swal2-info {
	color: #17a2b8 !important;
	border-color: ligthen(#17a2b8, 20%) !important;
}

.swal2-icon.swal2-warning {
	color: #ffc107 !important;
	border-color: #ffc107 !important;
}

.swal2-icon.swal2-error {
	color: #dc3545 !important;
	border-color: ligthen(#dc3545, 20%) !important;
}

.swal2-icon.swal2-question {
	color: #6c757d !important;
	border-color: ligthen(#6c757d, 20%) !important;
}

.swal2-icon.swal2-success {
	color: #28a745 !important;
	border-color: ligthen(#28a745, 20%) !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
	border-color: ligthen(#28a745, 20%) !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
	background-color: #28a745 !important;
}

.swal2-container.swal2-icon-type-warning .swal2-popup {
    border-left: 20px solid #ffc107 !important;
}

/*/MODIFICACIONES DANIELH*/

.btn-ghost-primary {
  background-color: transparent;
  border: none;
  color: #4091B2; /* Primary-300 */
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 6px;
  transition: all 0.15s ease-in-out;
}

.btn-ghost-primary:hover,
.btn-ghost-primary:focus {
  background-color: rgba(119, 247, 240, 0.08); /* Primary-100 semi */
  color: #2A6190; /* Primary-400 */
  text-decoration: none;
  outline: none;

  
}
