
.pace-progress {
    background: #da2131 !important;
}
h2{
    color:#da2131;
}
.btn-primary {
    border-color: #da2131 !important;
    background-color: #da2131 !important;
    color: #fff !important;
    display:block;
}
a {
    color: #da2131;
    text-decoration: none;
}
a:hover {
    color: #da2131;
    text-decoration: none;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #da2131 !important;
}
.btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #e62a3a !important;
}
.form-check-input:checked {
    background-color: #da2131;
    border-color: #da2131;
}

.form-check-input:not(:disabled):checked {
    box-shadow: 0 2px 4px 0 rgba(250, 95, 95, 0.4);
}

.form-check-input:focus {
    border-color: #ea2d2d;
    outline: 0;
    box-shadow: 0 2px 4px 0 rgba(240, 103, 103, 0.4);
}

.form-control:focus {
    color: #7b6b6e;
    background-color: #fff;
    border-color: #ea2d2d;
    outline: 0;
    box-shadow: 0 3px 10px 0 rgb(34 41 47 / 10%);
}
.input-group:not(.bootstrap-touchspin):focus-within .form-control, .input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
    border-color: #f06767;
    box-shadow: none;
}

.form-control {
    background-color: #e8f0fd !important;
}

.img_rs{
    width: 70%;
}
.img_icon{
    vertical-align: baseline !important;
}

.auth-wrapper .auth-footer-btn .btn:not(:last-child) {
    margin-right: 0;
}
/*home/content*/
.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-label .bs-stepper-title {
    color: #da2131 !important;
}
.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
    background-color: #da2131 !important;
    color: #fff;
    box-shadow: 0 3px 6px 0 rgba(240, 103, 103, 0.4);
}

.bs-stepper-box{
    background-image: url('');
}
.content-header-title{
    color: #da2131 !important;
}

.custom-option-item-check:checked+.custom-option-item {
    color: #da2131;
    background-color: rgba(255, 255, 255, 0.12);
    border-color: #ea2d2d;
}

.icon_user{
    width: 50%;
}
.icon_pasos{
    width: 95%;
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    min-height: 2.714rem;
    padding: 5px;
    border: 1px solid #D8D6DE;
    background: #e8f0fd;
}

.select2-container--classic .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus {
    outline: 0;
    border-color: #da2131!important;
    box-shadow: 0 3px 10px 0 rgba(34,41,47,.1)!important;
}

.select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #da2131!important;
    outline: 0;
}

.select2-container--classic .select2-results__option--highlighted, .select2-container--default .select2-results__option--highlighted {
    background-color: rgba(240, 103, 103, 0.12)!important;
    color: #da2131!important;
}

.select2-container--classic .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #da2131!important;
    color: #FFF!important;
}

.bs-stepper .bs-stepper-header .step.crossed + .line {
    color: #da2131!important;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #da2131;
    background-color: rgba(243, 104, 104, 0.2);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #da2131;
}

.contenedor_button {
    padding: 1em;
    background: #575959;
    border-radius: 2px;
    color: #ffffff;
    margin-top: 50px;
    padding-bottom: 0px;
    padding-top: 0px !important;
    min-height: 380px;
}

.contenedor_button .btn-link img{
    width: 120px;
}

.contenedor_button .btn-link{
   /* position: relative; */
    top: -65px;
   /* left: -80px; */
}
.button_top {
    align-self: baseline;
    margin-left: 30px;
}

.contenedor_button .btn-outline-danger{   
    margin-bottom: -0px;
    margin-right: -14px !important;
    margin-top: 0;
    margin-left: auto !important;
    padding: 0px;
    border-style: none !important;
}

.contenedor_button .btn-outline-danger img,
.contenedor_info .btn-outline-danger img{   
    width: 60px;
	transition:all 0.30s;
}

.contenedor_button .btn-outline-danger img:hover,
.contenedor_info .btn-outline-danger img:hover   {   
	transform: scale(1.2);
    transition:all 0.30s;
	transform-origin: bottom right;
}

.tutorial .tutorial_button img{
    transition:all 0.30s;
}
.tutorial .tutorial_button img:hover{
	transform: scale(1.05);
    transition:all 0.30s;
}

.contenedor_button h4{  
    text-align: initial !important;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    padding-bottom: 40px;
    margin-top: -50px;
    margin-bottom: 35px !important;
    color: #ffffff !important;
}

.contenedor_button p{   
    margin-top: 30px;
}


.card {
    background: none !important;box-shadow: none;
}
.card-body .btn,
.card-body .btn.btn-outline-danger {
	transition:all 0.1s;
	padding: 15px 0 0 15px;
}
.card-body .btn:hover {
    /* background: #f2f2f2; */
    border: 0.3em solid #f2f2f2;
    opacity: 1 !important;
	transition:all 0.1s;
}

.floating-nav{ 
margin: auto !important;
}
.main-logo{
max-height: 100px;
margin: 0px 0px;
position: relative;
left: 25px;
max-width: 55%;
}
.mac-logo{
    max-height: 35px;
    position: relative;
    right: 20px;
}
.header-logos{ 
background-color: black;
width: 100%;
min-height: 90px;
}
.cct{
margin-left: 40px;
}

li.dropdown-user{
margin: auto;
}

.content-category{
font-size: 1.6em;
font-weight: bold;
margin-bottom: 10px;
}

.app-content{
position: relative;
/* top: 50px; */
}

.footer{
padding: 40px 0px;
background-color: #000000;
color: white;
text-align: center;
}

.footer a{
font-style: italic;
text-decoration: underline;
color: white;
}

.aviso-link{
position: absolute;
right:20px;
}

.center{
text-align: center;
}

.content-main-logo{
max-height: 120px
}

div.bookmark-wrapper{
    display: none !important;
}


@media screen and (max-width:991px) { 
	.contenedor_button {
		height: auto;
	}
	.seccion {
		margin-left: 70px !important;
	}
}
@media screen and (min-width:992px) and (max-width:1266px) { 
	.contenedor_button {
		height: auto;
	}
}
@media screen and (min-width:1267px) { 
	.contenedor_button {
		height: auto;
	}
}

.user-name{
    color: #ffffff;
}

.row{
    margin: 0px !important;
}

.mainBanner{
    padding-top: 100px;
    /* margin-bottom: 8% !important; */
}

.redBanner{
    background-color: #FF1E01;
    aspect-ratio: 1/1;
    color: #000000;
    font-size: 8vw;
    font-weight: bold;
}


.redBanner .white{
    color: #ffffff;
    font-weight: bolder;
}

.meeBanner{
    background: url('/app-assets/images/pages/mee-banner.jpg');
    aspect-ratio: 1/1;
    background-size: cover;
    color: #ffffff;
    font-size: 3.6vw;
    background-position-x: right;
    background-position-y: bottom;
}

@media only screen and (min-width: 1120px) {
	.card .card-title {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px)
{
	.meeBanner{
        font-size: 2vw!important;
        height: 460px!important;
    }
    .redBanner{
        font-size: 3.5vw!important;
        height: 460px!important;
    }
	.meeLogo {
		width: 140px!important;
	}
	.rbanner {
		padding: 0 10px!important;
	}	
	.card .card-title {
		font-size: 1.4rem;
	}
	.platformContent {
		padding: 0 15px!important;
	}
	.button_top {
		align-self: baseline;
		margin-left: 15px!important;
	}
}

@media only screen and (max-width: 768px) {
    .redBanner{
        font-size: 7vw;
        height: 250px;
		justify-content: end;
    }
    .meeBanner{
        font-size: 4vw;
        justify-content: center;
        height: 450px;
    }
	.meeBanner .link2{
        font-size: 80%;
		margin-top: 8% !important;
    }
	.meeBanner .link a {
		padding: 3vw 5vw!important;
		font-size: 120%;
		border-radius: 24px!important;
	}
	.meeBanner .link2 a {
		padding: 2vw 3vw!important;
		font-size: 100%;
		border-radius: 24px!important;
	}
	
	.main-logo {
		left: 0px;
		max-width: 75%;
	}
	.mainBanner {
		padding-top: 100px;
	}
	.meeLogo {
		width: 140px!important;
	}
	.rbanner {
		padding: 0 10px!important;
	}
	#Tutoriales .col-lg-12 {
		margin-bottom: 20px!important;
	}
	.separator img {
		height: 80px;
	}
	.tutorial_button img {
		width: 140%!important;
		overflow: hidden;
		margin-left: -140px;
	}
	.seccion {
		font-size: 5vw!important;
	}
	.seccion img {
		width: 7%!important;
	}

	#login-email, #password {
    font-size: 16px;
	}
	.flecha-login input{
		width: 60px;
	}
	.loginLabel{
		font-size: 1em;
	}
	.shadow.p-2.mb-1.rounded{
		padding: 0 !important;
	}
	.auth-inner .col-11{
		width: 100%;
	}

}
@media only screen and (max-width: 992px) {
	.auth-inner .p-0{
		align-content: center;
	}
	.d-nones{
		display: none !important;
	}	
}

@media screen and (min-width: 768px) {
    .meeBanner{
        font-size: 1.3vw;
        justify-content: center;
        height: 600px;
    }
	.meeBanner .link2{
        font-size: 80%;
		margin-top: 8% !important;
    }
    .redBanner{
        font-size: 3vw;
        height: 600px;
		justify-content: end;
    }
	#login-email, #password {
		font-size: 20px;
		padding: 10px 15px;
	}
	.flecha-login input{
		width: 85px;
	}
	.loginLabel{
		font-size: 1.25em;
	}
}
	#login-email {
		border-radius: 20px 5px 5px 20px;
	}
	#password {
		border-radius: 20px 0 0 20px;
	}
	
	.input-group-text {
		color: #FFF;
	}	
	.form-check .form-check-label{
		cursor: pointer;
		font-size: 17px;
		color: #b2b2b2;
	}
	.form-check-input[type="checkbox"] {
		border-radius: 7px;
	}

@media screen and (min-width: 1920px) {
	.lbanner, .rbanner{
		max-width: 840px !important;
	}
	.redBanner {
        font-size: 2vw;
    }
	.meeBanner {
        font-size: 1vw;
    }
}

.myBanner {
    font-size: 2.85em;
}





.meeBanner .title{
    margin-top: 5%;
    font-weight: bolder;
    font-size: 1.3em;
	text-shadow: 2px 3px 9px rgb(0 0 0);
}

.meeBanner .link{
    margin: 30px 0 40px 0;
    text-align: left;
}
.meeBanner .link2{
    margin: 30px 0 40px 0;
    text-align: left;
}

.meeBanner .link a{
    border-style: solid;
    border-radius: 30px;
    padding: 1.1vw;
    background-color: #000;
    color: #fff;
}
.meeBanner .link2 a{
    border-style: solid;
    border-radius: 20px;
    padding: .7vw;
    background-color: #000;
    color: #fff;
}

.meeBanner .link a img{
    width: 5%;
    margin-left: 2%;
	transition:all 0.30s;
}
.meeBanner .link2 a img{
    width: 4%;
    margin-left: 2%;
	transition:all 0.30s;
	transform: rotate(90deg);
}

.meeBanner .link a:hover > img{
    transform: scale(1.3);
    transition:all 0.30s;
	transform-origin: bottom left;
}
.meeBanner .link2 a:hover > img{
	transition: all 0.30s;
    transform-origin: 11px 15px;
    transform: rotate(90deg) scale(1.2);
}

.meeBanner .link a{
	transition:all 0.30s;
}
.meeBanner .link2 a{
	transition:all 0.30s;
}

.meeBanner .link a:hover{
	transition:all 0.30s;
	background-color: #FFF;
    color: #000;
	border-color: #FFF;
}
.meeBanner .link2 a:hover{
	transition:all 0.30s;
	background-color: #FFF;
    color: #000;
	border-color: #FFF;
}



.meeLogo{
    width: 200px;
    aspect-ratio: 1/1;
	margin-left: -8px;
}

.seccion{
    font-size: 2.5vw;
    margin-left: 118px;
    margin-top: 50px;
}

.seccion img{
    width: 3%;
    margin-right: 2%;
}

.tutorial{
    overflow: hidden;
    padding: 0px;
    justify-content: end !important;
    min-height: 50px !important;
    margin-top: 50px !important;
}

.tutorial div{
    background-color: #000000;
}

.tutorial_button{
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: -0px;
    margin-left: auto !important;
    padding: 0px;
    border-style: none !important;
}

.tutorial_button img{
    width: 100%;
}

.separator{
    height: 36px;
    width: 100%;
    background-color: #cccccc;
}

.separator img{
    height: 90px;
    margin-top: -27px;
}

.infoIcon{
    height: 90px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.infoContent{
    text-align: center;
    font-size: 1.2em;
    /* font-weight: bold; */
}

.seccionInfo {
    font-size: 2.2em;
    margin-top: 50px;
  }

.contenedor_info {
    padding: 1em;
    background: #DCDCD7;
    border-radius: 2px;
    color: #333333;
    margin-top: 50px;
    padding-bottom: 0px;
    padding-top: 0px !important;
    min-height: 300px;
}

.contenedor_info .btn-outline-danger{   
    margin-bottom: -0px;
    margin-right: -14px !important;
    /* margin-top: 50px; */
    margin-left: auto !important;
    padding: 0px;
    border-style: none !important;
}

.contenedor_info .btn-outline-danger img{   
    width: 60px;
}

.platformContent {
    min-height: 150px;
	padding: 0 30px;
}

.row.contactenos, .row.accesos-dir {
    justify-content: center;
}
#Tutoriales .col-lg-12{
	padding: 0;
	margin-top: -30px;
    margin-bottom: 30px;
}
.accesosdirectos {
   /* margin-left: 0 !important; */
}
.lbanner, .rbanner{
	max-width: 640px;
}
.rbanner{
	padding: 0 30px;
	
}
.subtitle {
    font-size: 85%;
	text-shadow: 2px 3px 9px rgb(0 0 0);
}
.overlay2 {
    border-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.9)) fill 0;
}
.overlay {
    border-image: linear-gradient(165deg, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.9)) fill 0;
}
.dropdown-user-link {
    align-items: center;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.logo_colegio{
    max-height: 60px;
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    border-color: #ffffff;
}

.popup-header .text-header {
    text-align: center;
    margin: 0 0 30px 0;
}

.popup {
    border: none !important;
    box-shadow: 0 5px 20px 0 rgba(34, 41, 47, 0.1) !important;
	max-width: 700px !important;
}

.popup-button.active {
    color: #DA1B2C !important;
    border-color: #ccc;
}