@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;700&display=swap');


/* ------ BODY ------ */
html, body{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
}


body a, a:hover, a:active, a:visited{
	text-decoration: none !important;
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background: rgba(136, 147, 148,0.8);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:9999;
}



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

.img-100{
	width: 100%;
	height: auto;
}

.img-50{
	width: 50%;
	height: auto;
	margin: 0 auto;
	display: table;
}

.img-clip-circle {
	width: 100%;
	height: auto;
    border-radius: 50%;
	padding: 20px;
  }

.mb-20{
	margin-bottom: 20px;
}


.col-centered{
    float: none;
  margin-left: auto;
  margin-right: auto;
}

.cols-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}



.navbar-nocover{
	margin-top: 100px !important;
}

@media (max-width: 767px) {
	.navbar-nocover{
		margin-top: 50px !important;
	}
}

.text-frame{
	padding: 40px;
}



/* ------ COL 5 COLUMNS -----*/
 div.col-sm-7.five-three {
	width: 60% !important;
 }

div.col-sm-5.five-two {
	width: 40% !important;
}





/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}




/* ----- WHATSAPP FLOAT ICON -----*/
.whatsapp-float-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}

.whatsapp-float-icon img{
    width: 70px;
    height: auto;
}



/* ------ NAVBAR ------*/
.logo-size{
	height: 80px;
}


.nav-item{
	font-weight: 400 !important;
	font-size: 1em !important;

}

.dropdown-item{
	font-weight: 400 !important;
	font-size: 1em !important;

}




/* ------ BUTTON -----*/
.btn{
	border: 1px solid #106DB3;
	background-color:#106DB3 !important;
	color: white;
	padding: 10px 20px;
}

.btn:hover{
	border: 1px solid #106DB3;
	background-color: white !important;
	color: #000000;
	padding: 10px 20px;
	
}


/* ----- BANNER -----*/
.banner-img{
	width: 100%;
	height: auto;
}


/* ----- CONTENT -----*/
.content{
	padding: 40px 10px;
}

.content p{
	color: #112E4E;
	font-size: 1.1em !important;
	text-align: justify;
}

.content h1{
	color: #112E4E;
	font-size: 2.4em !important;
	font-weight: 700 !important;
}

.content h2{
	color: #112E4E;
	font-size: 2em !important;
	font-weight: 900 !important;
}

.content h3{
	color: #112E4E;
	font-size: 1.2em !important;
	font-weight: 700 !important;
}

.content .tittle{
	color: #112E4E;
	font-size: 1.2em !important;
	font-weight: 700 !important;
}


.content h5{
	color: #112E4E;
	font-size: 1.2em !important;
	font-weight: 700 !important;
}

.content .academia-logo{
	width: 100%;
	height: auto;
}


/*----- callOuts -----*/
.callout .row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
  }

.callout  [class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.callout{
	padding: 20px 10px;
}

.callout img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: table;
	margin-bottom: 20px;
}

.callout p{
	color: #112E4E;
	font-size: 1em !important;
	text-align: center;
}


.callout-2{
	padding: 40px 0px;
}

.callout-2 h5{
	color: #112E4E;
    font-size: 2.5em !important;
    font-weight: 700 !important;
	margin-bottom: 30px;
}

.callout-2 .callout-2-item .img-size{
	width: 50%;
	height: auto;
	margin-bottom: 20px;
	margin: 0 auto;
	display: block;
}


.callout-2 .callout-2-item h3{
	color: #112E4E;
	text-align: center;
	font-size: 1.3em !important;
}

.btn-empezar{
	background-color: #106DB3;
    padding: 10px;
	display: block;
    margin-top: 10px;
    color: white;
    font-size: 1.1em;
    text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;   
}

.btn-empezar:hover{
	background-color: #112E4E;
	color: white;
}


/* ------ WELCOME ------*/
.welcome{
	background-color: rgba(136, 147, 148,0.3);
	padding: 40px 40px 0px 40px !important;
}

.welcome h2{
	color: #112E4E;
	font-size: 1.8em !important;
	font-weight: 900;
}

.welcome p{
	color: #112E4E;
	text-align: justify;
}

.rector .pic-rector{
	float: left;
	margin-right: 10px;
	width: 250px;
}


.rector .rector-name{
	padding-top: 100px;
}

.rector .rector-name p{
	margin: 0 !important;
	padding: 0 !important
}

.rector .rector-name .tittle{
	font-weight: 700;
	font-size: 1.2em;
}
	

/* ----- OFERTA ------*/
.flex-container {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: baseline;
    width: 100%;
    overflow: auto;
    flex-direction: column;
	height: 100%;
	background:#106DB3;;
  }
  
.flex-items{
	background:#106DB3;;
  	padding: 5px;
 	margin-top: 10px;
  	color: white;
  	font-weight: 700;
  	font-size: 1.5em;
  	text-align: center;
  	display:flex;
  	flex-direction: column;
  	justify-content: center;
  	height: 80px;
	margin: 4px;
	border-bottom: #FFFFFF solid 1px;	
}




.flex-items:first-child{
	margin-top: 0px !important;
  }

.flex-items:hover{
	background:#112E4E;
	cursor: pointer;
 }


.oferta .btn-oferta{
	background-color: #112E4E;
	margin: 3px 0px;
	
}

.oferta .btn-oferta a{
	color: #FFFFFF !important;
	font-size: 1.6em !important;
	font-weight: 700 !important;
	text-align: center;
}

/*------ CAROUSEL ACADEMIAS -------*/
.academia-logo{
	padding: 30px;
}


/*----- ACREDITACIONES -----*/
.acreditaciones{
	padding: 20px 10px;
}

.acreditaciones ul{
	list-style: none;
    margin: 0 auto;
    display: table;
    padding: 0;
}

.acreditaciones li{
	display: inline-block;
    padding: 10px 20px;
}

.acreditaciones li img{
	width: 110px;
	height: auto;
}




/*----- ACREDITACIONES INTERNACIONALES -----*/
.acreint{
	padding: 20px 10px;
}

.acreint .acreint-imgsize{
	height: 250px;
	width: auto;
	margin: 0 auto;
	display: block;
}


.btn-acreint{
	background-color: #106DB3;
    padding: 10px;
	display: block;
    margin-top: 10px;
    color: white;
    font-size: 1.1em;
    text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;   
}

.btn-acreint:hover{
	background-color: #112E4E;
	color: white;
}

.aha{
	padding: 40px 10px;
	color: #ffffff;	
	background-image: url('../../imagenes/aha-background.jpg');
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.aha p{
	color: #000000;
	font-size: 1.1em !important;
	text-align: center;
}

.aha .aha-slogan{
	font-weight: bold;
	color: #112E4E;
	font-size: 1.3em !important;
}

.aha .aha-slogan span{
	color: #c10e21 !important;
}

.btn-aha{
	background-color: #c10e21;
    padding: 10px;
	display: block;
    margin-top: 10px;
    color: white;
    font-size: 1.4em;
    text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;   
}

.btn-aha:hover{
	background-color: #106DB3;
	color: white;
}

.ecsi{
	padding: 40px 10px;
}


.btn-ecsi{
	background-color: #432e6f;
    padding: 10px;
	display: block;
    margin-top: 10px;
    color: white;
    font-size: 1.4em;
    text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;   
}

.btn-ecsi:hover{
	background-color: #106DB3;
	color: white;
}


.ipr{
	padding: 40px 10px;
}

.btn-ipr{
	background-color: #12243a;
    padding: 10px;
	display: block;
    margin-top: 10px;
    color: white;
    font-size: 1.4em;
    text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;   
}

.btn-ipr:hover{
	background-color: #106DB3;
	color: white;
}







/* ------ AVISO DE PRIVACIDAD ------ */
.aviso-privacidad{
	padding: 40px 10px;
}

.aviso-privacidad h3{
	color:#274BAB;
	font-size: 1.8em !important;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.aviso-privacidad p{
	text-align: justify;
}


/* ------ FOOTER ------ */
.footer{
	background-color: #112E4E;
	color: #ffffff;
  	height: auto;
	width: 100%;
  	padding: 40px 30px;
  	border-top: 5px solid #106DB3;
}

.footer .logo-dipastore{
	width: 180px;
	height: auto;
}

.footer .footer-logo{
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}


.footer .footer-tittle{
  font-weight: 700;
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 0 !important;
}

.footer .footer-tittle a{
  color: #FFFFFF ;
  font-weight: 700;
}

.footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li{
  color: #FFFFFF;
  display: inline-block;
  margin-right: 20px;
}

.footer li a{
  color: #FFFFFF;
  font-weight: 300 !important;
}

hr.separator{
	margin: 40px 40px 10px 10px;
}

.footer .copyright{
  font-size: 12px;
  text-align: center !important;
}



.footer .btn-enviar{
	background-color: #106DB3;
    padding: 10px;
    display: block;
    margin-top: 10px;
    color: white;
    font-size: 1.1em;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.footer .btn-enviar:hover{
	background-color: #112E4E !important;
    color: white !important;
}



@media (max-width: 767px) {

}

/*------ FOOTER MAP ------*/
.footer-map-size{
	width: 100%;
	height: 150px;
}

/*------ ACADEMIA INFO ------*/
.duracion{
	font-weight: 600;
    color: #106DB3;
    font-size: 1.8em;
}




/*----- ACADEMIA CERTIFICACIONES ------*/
.certificaciones{
	padding:10px;
}

.certificaciones h5{
	font-weight: 700;
    color: #106DB3;
	font-size: 1.5em;
	text-align: center;
}


.certificaciones ul{
	list-style: none;
	margin: 0 auto;
	display: table;
}


.certificaciones li{
	display: inline-block;
	padding: 20px;
}

.certificaciones .logo-certificaciones-size{
	width: auto;
	height: 60px;
	margin-bottom: 10px;
}


/* ------ ACADEMIA TEMARIO ------ */
.academia-info .accordion{
	--bs-accordion-bg: #106DB3 !important;
	--bs-accordion-active-color: #fff !important;
    --bs-accordion-active-bg: #106DB3 !important;
}

.academia-info .accordion button {
    font-weight: 700 !important;;
    color: #ffffff !important;
	font-size: 1.2rem !important;
}

.academia-info .accordion-item {
    background-color: #112E4E !important;
	color: #ffffff;
}

.temario span{
	font-weight: 600;
    color: #106DB3;
}

.temario li{
	margin-bottom: 20px !important;
}


/* ------ PROCESO DE INSCRIPCION ------ */


.bs-stepper .step-trigger {
	font-size: 2rem !important;
}


.active .bs-stepper-circle {
    background-color: #106DB3 !important;
}

.proc-inscripcion h3{
	font-weight: 700;
    color: #106DB3;
	font-size: 1.9em;
	text-align: center;
}

.step-btn{
	background-color: #106DB3;
    padding: 10px 20px;
    margin-top: 10px;
    color: white;
    font-size: 1.1em;
    text-align: center;
	border: none !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;   
}

.step-btn:hover{
	background-color: #112E4E;
	color: white;
}

.btn-send{
	background-color: red !important;
}



/* ------ CALLOUT WITH IMAGE ------ */

.callout-with-image .row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  }


.callout-with-image  [class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.callout-with-image{
	padding: 20px 0px 50px;
	
}

.callout-with-image .callout-frame{
	padding: 10px;
	color: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image: url('../../imagenes/frame-background.jpg');
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;

	
}

.callout-with-image .callout-imgsize{
	width: 70%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
	top: -30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	

}

.callout-with-image h3{
	text-align: center;
	font-size: 1.4rem !important;
	font-weight: 700;
}


.callout-with-image ul{
	list-style: none;
}

.callout-frame li{ 
	font-weight: 200;
	font-size: 0.9em;
}



.callout-with-image .promo .promo-imgsize{
	width: 60%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.callout-with-image .callout-btn{
	background-color: #ffffff;
	padding: 10px 20px;
	color: #106DB3;
	text-align: center;
	margin: 0 auto;
	display: table;
	margin-bottom: 20px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	top:10px;
}

.callout-with-image .callout-btn:hover{
	background-color: #112E4E;
	color: #ffffff;
}



/* ------ CALLOUT WITH IMAGE ------ */

.callout-sede .row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  }


.callout-sede  [class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.callout-sede{
	padding: 20px 0px 50px;
	
}

.callout-sede .callout-frame{
	padding: 10px;
	color: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image: url('../../imagenes/frame-background.jpg');
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center !important;
	
}

.callout-sede .callout-imgsize{
	width: 70%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
	top: -30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	

}

.callout-sede h3{
	text-align: center;
	font-size: 1.4rem !important;
	font-weight: 700;
}

.callout-sede .callout-frame p{	
	color: #ffffff;
	font-weight: 300 !important;
}


.callout-sede ul{
	list-style: none;
}

.callout-frame li{ 
	font-weight: 200;
	font-size: 0.9em;
}



.callout-sede .promo .promo-imgsize{
	width: 60%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.callout-sede .callout-btn{
	background-color: #ffffff;
	padding: 10px 20px;
	color: #106DB3;
	text-align: center;
	margin: 0 auto;
	display: table;
	margin-bottom: 20px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	top:10px;
}

.callout-sede .callout-btn:hover{
	background-color: #112E4E;
	color: #ffffff;
}

.callout .horario{
	text-align: center;
	color: #ffffff;
}








/* ------ PLAN DE ESTUDIOS ------ */
.plan-estudios{
	padding: 20px;
	border: #e2e2e2 solid thin;
}

.plan-estudios h4{
	font-size: 1.3em !important;
	font-weight: 700 !important;
	margin-bottom: 20px !important;
}

.plan-estudios p {
	text-align: justify;
}


/* ------ INFO ICONS ------ */
.tabs{
	margin: 0 auto;
	display: table;
	list-style: none;
}

.info-icons ul{
	margin: 0 auto;
	display: block;
	list-style: none;
	margin-bottom: 30px;
}

.info-icons li{
	display: inline-block;
	width: 125px;
	vertical-align: top;
	
}

.info-icons li a{
	margin: 0 auto;
	display: table;
	list-style: none;
	
}

.info-icons .icon-size{
	width: 70px;
	height: auto;
	margin-bottom: 10px;
}


.info-icons img{
	margin: 0 auto;
	display: block;
}

.info-icons img:hover{
	position: relative;
	top:-10px;
}

.info-icons li h5{
	text-align: center;
	color:#274BAB;
	font-size: 0.9em !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #e2e2e2 !important
}


/* ------ TEXT BLOCK ------ */
.text-block{
	border:  solid #929292 thin;
	padding: 30px;
	margin-bottom: 20px;
}

.text-block h4{
	color:#274BAB;
	font-size: 1em !important;
	font-weight: 700;
}

.text-block p{
	font-size: 1em !important;
	text-align: justify;
}

/* ------ PLAN ESTUDIOS ------ */
.plan-estudios ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.plan-estudios li{
	display: block;
	width: 100% !important;
}


.plan-estudios li i{
	color:#274BAB;
}

.plan-estudios .small{
	color:#274BAB;
	font-size: 12px !important;
	margin-top: 20px;
}


/* ------ BLOCK INSCRIPCION ------ */

.block-inscripcion{
	padding: 30px 0px;
}

.block-inscripcion h3{
	color:#274BAB;
	font-size: 1.8em !important;
	font-weight: 700;
	text-align: center;
}

.notificaciones{
	margin-top: 50px;
}

.block-inscripcion h5{
	color:#274BAB;
	font-size: 1.2em !important;
}

.btn-notificaciones{
	background-color:goldenrod !important;
	color: white !important;
}

.btn-notificaciones:hover{
	background-color:#274BAB !important;
	color: #FFFFFF;

}


.block-inscripcion p{
	padding: 10px 0px;
	text-align: center;
}

.inscripcion-step-size{
	height: 70px;
	width: auto;
	margin: 0 auto;
	display: block;
}

.inscripcion-step .text-small{
	font-size: 0.7em;
	text-align: center;
}

.inscripcion-step .btn-proceso{
	background-color: #106DB3;
	width: 200px;
	padding: 10px;
	display: block;
	margin-top: 10px;
	color: white;
	font-size: 1.1em;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;   
	margin: 0 auto;
}

.btn-iniciar_proceso{
	background-color: #106DB3;
    padding: 10px 20px;
    margin-top: 10px;
    color: white;
    font-size: 1.1em;
    text-align: center;
	border: none !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 40px;
	float: right; 
	margin-bottom: 20px;  

}

.btn-iniciar_proceso:hover{
	background-color: #112E4E;
}


/* ----- Evaluaciones ----- */
.evaluacion{
	padding: 40px 10px;
}

.botones-evaluacion ul{
	list-style: none;

}

.botones-evaluacion li{
	display: inline-block;
	padding: 10px;
}

.btn-encuesta{
	height: 55px;
	width: auto;
}

.btn-encuesta:hover{
	position: relative;
	top: -3px;
}


.btn-seguimiento{
	width: 550px;
	height: auto;
}

.btn-seguimiento:hover{
	position: relative;
	top: -3px;
}


/* ----- VALORES ICONS ----- */
.icons-valores{
	padding: 100px;
}

.icons-valores .valores-icon{
	margin: 0 auto;
	display: block;
}

.icons-valores h3{
	color: #274BAB;
	font-size: 1.5em !important;
	text-align: center;
	font-weight: bold;
}

.icons-valores p{
	font-size: 0.9em !important;
	text-align: center;

}


/* ------ DIRECTORIO -----*/
.directorio{
	padding: 30px 10px;
}

.directorio h2{
	color: #274BAB;
	font-size: 1.5em !important;
	text-align: center;
	font-weight: bold;
}

.circulo {
	width: 200px;
	height: 200px;
	background: conic-gradient(#274BAB 0% 50%, #000000 50% 100%);
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
  }

 .circulo:hover {
 	 animation: girar 0.5s forwards;
}

@keyframes girar {
  100% {
    transform: rotate(360deg);
  }
}

.circulo-blanco {
	width: 180px;
	height: 180px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.circulo-foto{
	width: 175px;
	height: 175px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.circulo-foto img{
	max-width: 100%;
 	 max-height: 100%;
  	object-fit: contain;
}
    

.directorio .nombre{
	color: #274BAB;
	font-size: 1.6em !important;
	text-align: center;
	font-weight: bold;
}

.directorio .correo{
	text-align: center;
}

.directorio .correo a{
	color: #274BAB;
	font-size: .8em !important;
	text-align: center;
}

.directorio .apellido{
	color: #000000;
	font-size: 1.6em !important;	
	text-align: center;
	font-weight: 300;
	
}

.directorio .puesto{
	color: #000000;
	font-size: 0.7em !important;	
	text-align: center;
	font-weight: 400;
}

.directorio-item{
	margin-bottom: 30px;
}

.directorio-item p{
	margin: 0px !important;
	padding: 0px !important;
	line-height: 1 !important

}


/* ----- SEDES ------*/

.sedes .mapa-size{
	width: 100%;
	height: auto;
}

.sedes h3{
	color: #274BAB;
	font-size: 1.6em !important;
	font-weight: bold;
}

.sedes .direccion{
	color: #000000;
	font-size: 0.8em !important;	
}

.sedes .telefonos{
	color: #000000;
	font-size: 1.2em !important;
	font-weight: bold;	
}

.sedes .correo{
	color: #000000;
	font-size: 0.8em !important;	
}


.sedes .horario{
	color: #000000;
	font-size: 0.8em !important;	
}


.sedes .btn-sedes{
	background-color: #274BAB;
	width: 200px;
	padding: 10px;
	display: block;
	margin-top: 10px;
	color: white;
	font-size: 1.1em;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;   
}

.sedes .btn-sedes:hover{
	background-color: #112E4E;
}

/* ----- AULA VIRTUAL ------*/
.aulavirtual{
	padding: 40px 10px;
}

.aulavirtual .aulavirtual-login .aulavtittle{
	color: #112E4E;	
	text-align: center;
	font-size: 1.8em !important;
	font-weight: 700;
}

.aulavirtual .aulavirtual-login input{
	width: 100%;
	padding: 5px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #112E4E;
	border:  #112E4E solid thin;
    text-decoration: none;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;

}

.aulavirtual .aulavirtual-login .showpass{
	border: none;
	background-color: transparent;
	padding: 0;
	margin-bottom: 10px;
	font-size: 0.8em;
	text-align: left !important;
}

.aulavirtual .aulavirtual-login .login{
	padding: 5px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	background-color: #112E4E;
    color: #ffffff;
	border:  #112E4E solid thin;
    text-decoration: none;
	margin-bottom: 30px;
	float: right;
	margin-right: 30px;
	font-size: 1.3em;

}

.aulavirtual .aulavirtual-login .login:hover{
	background-color: #106DB3;
	border-color: #106DB3;
}


.aulavirtual .blueblock{
	background-image: url('../../imagenes/dv-background.jpg');
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
	display: flex;
    flex-direction: column;
    justify-content: center; 
	padding: 40px;
}

.aulavirtual .blueblock h1{
	color: #ffffff !important;
	font-size: 2.3em !important;
	font-weight: 700 !important;
	text-align: left;
	margin-bottom: 30px;
}

.aulavirtual .blueblock p{
	color: #ffffff !important;
	font-size: 1.2em !important;
	font-weight: 200 !important;
}

.aulavirtual .blueblock .btn-ofertaeducativa{
	max-width: 330px;
	padding: 3px 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #FFFFFF;
	border:  #ffffff solid thin;
    text-decoration: none;
	text-align: center;
}

.aulavirtual .blueblock .btn-ofertaeducativa:hover{
	background-color: #106DB3;
}

.aulavirtual .blueblock {
	position: relative;
}

.aulavirtual .blueblock .smalltext p{
	color: #FFFFFF;
	text-align: center !important;
	font-size: 10px !important;
	position: absolute;
	bottom: 0;
}


/* ------ Modal Aviso ------*/
.modal-aviso .modal-title{
	color: #112E4E;
}

.modal-aviso .folio{
	padding: 5px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	background-color: #112E4E;
    color: #ffffff;
    text-decoration: none;
	margin-bottom: 30px;
}