/*=============================================
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;
 }
 /* boton crear cuenta  */
 .crear-cuenta-movil{
	padding: 0px;
	margin-top: 15vh;

	
 }
 @media (min-width: 1090px) {
	.crear-cuenta-movil{
		margin-top: 0;
		
		
		
	}
	 
 }

 /*=============================================
DISEÑO HERO - CINEMAGRAPH
=============================================*/
.vistaVideo{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.filtroVideo{
	position: absolute;
	top:0;
	left:0;
	background-color: rgba(0,0,0,.3);
	width: 100%;
	height: 125vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*
.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: #17A2bb;
	transform:translate(0%,-15%);
}
.contactenos .visitanos p, .visitanos h1{
	color: white;
} 

/*=============================================
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%;
}

/*=============================================
PÁGINA INGRESO Y REGISTRO
=============================================*/
.formulario{
	margin: auto 0;
}


.ladoUsuarios{
	overflow-y:hidden;
}

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

.fotoIngreso{
	background: url(../img/roblox\ school.png);
	background-repeat: no-repeat;
	height: 100vh;

}

/* Pantllas de 15*/
@media (min-width: 1464px){
	.fotoIngreso{
		background: url(../img/roblox\ school_2.png);
		background-repeat: no-repeat;
		height: 100vh!important;
	}
}
/* Pantalla superior a 15*/
@media (min-width: 1564px){
	.fotoIngreso{
		background: url(../img/roblox\ school_3.png);
		background-repeat: no-repeat;
		height: 100vh!important;
	}
}

.fotoRegistro{
	background: url(../img/roblox\ clase.png);
	background-repeat: no-repeat;
}

.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;
}

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;
}

.nosotros img{
	width: 100%;
	padding: 20px;
}
.testimonios p, .testimonios h4{
	color: white;

}
.testimonios{
	background-color: #17a2b8;
}

/*=============================================
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:100vh;
	}
	/*
	.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:125vh;
	}
/*
	.vistaVideo .container{
		transform:translate(0, 8%);
	}*/

	.filtroVideo{
		background: url(../img/fondo_movi.png);
		height: auto;
		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;
	 }

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

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

	}

	.vistaVideo{
		height:190vh;
	}
/*
	.vistaVideo .container{
		transform:translate(0, 10%);
	}
*/

	.filtroVideo{
		background: url(../img/fondo_movil.png);
		height: auto;
		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;
	}


}

/*=============================================
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:125vh;
	}
/*
	.vistaVideo .container{
		transform:translate(0, 8%);
	}
*/
	.vistaVideo .container h1{
		font-size:25px !important;
	}

	.filtroVideo{
		background: url(../img/fondo_movil.png);
		height: auto;
		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 img{
		width: 100%;
		padding: 20px;
	}

}
.checkBox-aceptado{
	color:white;
	margin-bottom: 10px;

}
.campus-roblox{
	margin-top:220px;
	padding: 20px;
	margin-bottom: 20px ;
	background-color: rgba(0, 162, 255, 0.63);
	border-radius:20px;
	color:white;
}
@media (max-width: 1400px) {
	.campus-roblox{
		margin-top:130px;
	
	}
}
.campus-roblox h2 {
	color: rgb(253,254,255);
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	font-family: Montserrat, sans-serif;
}
.campus-roblox p{
	font-size: 22px;
	font-weight: bold;
	margin: 0 40px;
	color: white;
}
.campus-roblox a{
	cursor: pointer;
	background-color:rgb(251,152,3);
	font-size:24px;
	border:0;
}

/* CURSOS ESPECIALIZADOS 
@import 'cursos-especializados';

@import url("https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@400;500;600&display=swap");
*/

.section-card-presentation .card-body-especializacion {

	display: flex;
		
	flex-direction: column;
	justify-content: space-between;
  width: 18rem;
  margin: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 40px 25px;
  text-align: center; }
  .section-card-presentation .card-body-especializacion .card-img img {
    max-width: 100%;
    padding: 5px;
    height: 200px;
    border-radius: 30% 70% 59% 41%/30% 38% 62% 70%;
    border: 1px dashed #008081;
    overflow: hidden; }
  .section-card-presentation .card-body-especializacion h2 {
    margin: 10px 0px;
   
    }

  .section-card-presentation .card-body-especializacion .card-footer-especializacion {
	

}

    


