* {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.section{
    padding: 5rem 0;
}

a {
    color: #FFF;
}

.bg-green{
    background: #95C11F;
}

.container-estrecho{
    margin: 0 10%;
}

.padding-input {
    padding: 15px;
}

/* nav */
.icon-logo{
    width: 57.306px;
    height: 37.766px;
    flex-shrink: 0;
    margin-right: 10px;
}

.p-info-login{
  display: none;
  padding: 10px;
  font-size: 12px;
}

.logo-texto{
    width: 205.095px;
    height: 31.669px;
    flex-shrink: 0;
}
.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

nav .nav-items ul{
    list-style: none;
}

nav .nav-items a{
    color: #FFF;
    text-align: center;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 34px;   
    transition: all 0.3s;
    font-weight: 500;
}
nav .nav-items a:hover{
    text-decoration: none;
    color: #312783;
}

@media (max-width: 992px){
    nav .nav-items a{
        font-size: 14px;
    }}

@media (min-width: 992px){
    nav .nav-items a{
        font-size: 19px;
    }}

nav .dropdown-menu{
    background-color: #95C11F;
}

nav .dropdown-menu{
    left: -130px !important;
    top: 127% !important;
    background-color: rgba(244, 244, 244, 1);
    border: none;
}

nav .dropdown-menu a{
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(45, 46, 131, 1);
}


/* Estilos menu mobile */
@media (max-width: 998px) {
    nav .nav-items a {
        line-height: normal;
        margin-left: 0;
        text-decoration: none;
    }

    .menu {
        position: absolute;
        top: -16px;
        right: 0;
        z-index: 100;
    }

    .menu input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

    .menu label {
        background: none transparent;
        border: 3px solid #fff;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        cursor: pointer;
        display: block;
        height: 24px;
        width: 24px;
        transition: all 0.2s;
        margin-right: 15px; 
        border-radius: 1.2px;
    }

    .menu label::before {
        background: #fff;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: 11px;
        width: 24px;
        transition: all 0.2s;
    }

    .menu label::after {
        background: #fff;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: 6px;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        transform: rotate(90deg);
        transition: all 0.2s;
    }

    .menu input[type="checkbox"]:checked + label::after, .menu input[type="checkbox"]:checked + label::before{
        top: 11px;
        left: 4px;
        width: 18px;
        opacity: 1;
    }

    .menu input[type="checkbox"]:checked + label {
        border: 2px solid #fff;
        border-radius: 50%;
        height: 28px;
        top: 12px;
        left: 18px;
        width: 28px;
        transform: rotate(-135deg);
    }

    .menu input[type="checkbox"]:checked + label::after {
        visibility: visible;
    }

    .menu input[type="checkbox"]:checked + label:hover {
        border-color: #fff;
    }

    
    .menu .nav-items {
        display: none;
        position: absolute;
        top: 50px;
        right: -25px;
        width: 102vw;
        background-color: #95c11f;
        opacity: 0; 
        transform: translateY(100%); 
        transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
        list-style: none;
        padding: 0;
        box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 35%);
    }

    .menu .nav-items li {
        padding: 0 1rem;
        border-top: 1px solid #fff;
    }

    .menu input[type="checkbox"]:checked + label + .nav-items {
        display: block;
        opacity: 1;
        transform: translateY(0);  /* Elimina el desplazamiento hacia abajo al mostrar */
    }

    .menu .nav-items a {
        color: #312783;
        display: block;
        font-size: 18px;
        font-weight: 500;
        padding: 12px 20px;
        text-align: end;
        width: 100%;
        transition: all 0.3s;
    }

    .menu .nav-items a:hover {
        color: #fff;
    }

    ::selection {
        background-color: transparent;
    }
}



.negrita{
    font-weight: 800 !important;
}

nav .dropdown-toggle:after{
    display: none;
}

@media (width >= 992px){
    nav>div{
        margin: 0 10%;
    }
}

/* generics */
.btn-right{

    border-radius: 40px;
    color: #FFF;
    background: #FF9146;
    height: fit-content;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-right: 3%;
    text-transform: none;
}

main{
    margin-top: 5rem;
}

/* hero */
.hero{
    /* height: 75vh; */
    background-image: url(/assets/img/backgrounds/estudiantes-sabiendo-respuesta-correcta.png);
    background-size: cover;
    color: #FFF;
    display: flex;
    background-color: rgba(0, 0, 0, 0.63);
    background-blend-mode: color;
}

.hero h1{
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.hero h2{
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero .login-card{
    border-radius: 16px;
    /* background: linear-gradient(136deg, #80bf8f -7.6%, #838d924f 57%); */
    background: linear-gradient(136deg, #c9f987ad 0.4%, #e4f4fc4f 57%);
    backdrop-filter: blur(21px);
}


@media (max-width: 999px){
    .hero h1{
        font-size: 25px;
    }
    .hero h2{
        font-size: 23px;
    }
}

@media (min-width: 992px){
    .hero h1{
        font-size: 35px;
    }
    .hero h2{
        font-size: 27px;
    }
}
@media (max-width: 768px){
    .hero h1{
        font-size: 19px;
    }
    .hero h2{
        font-size: 16px;
    }
    .hero h1, .hero h2 {
        text-align: center;
    }
}

.login-card{
    color: #fff;
    font-family: Inter;
    line-height: normal;
}
.login-card .title{
    font-weight: 500;
    line-height: normal;
    font-size: 19px;
}

.login-card label{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.login-card input{
    outline: none;
    color: #ffff;
    background-color: transparent;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-action{
    border-radius: 6px;
    width: auto;
    color: #312783;
    margin-top: 3rem;
    margin-right: 0;
    background: #FF9146;
    font-weight: 700;
    height: fit-content;
    border: none;
    text-transform: capitalize;
    transition: all .15s ease-in-out;
}
.btn-action a{
    color: #fdfcfc;
    text-decoration: none;
}

.btn-action:hover{
    opacity: .75;
    color: #FFF;
}
.login-card .btn-action{
    width: 100%;
}

.texto-ayuda{
    color: #000;
    text-align: right;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.texto-ayuda:hover{
    text-decoration: underline;
    cursor: pointer;
}

.btn-login{
    width: 100%;
    border-radius: 6px;
    font-family: Inter;
    background: #FF9146;
    font-style: bold;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
}

@media (max-width: 992px){
    .btn-login{
        width: 90%;
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 1rem;
    }
    .login-card .title{
        font-size: 18px;
    }

    .login-card label{
        font-size: 16px;
    }

    .section {
        padding: 2rem 0;
    }
}

@media (min-width: 992px){
    .btn-login{
        width: fit-content;
        font-size: 20px;
    }
    .login-card .title{
        font-size: 19px;
    }
}
@media (max-width: 991px) {
    .login-card button{
        margin-top: 1rem;
    }
}


/* seccion descripcion */
.descripcion{
    font-family: Inter;
    background-color: #F5F5F5;
}

.descripcion>.row{
    margin: 0 0 0 10%;
}

.descripcion h1{
    color: #312783;
    font-weight: 700;
    line-height: normal;
}

.descripcion h2{
    color: #000;
    font-weight: 400;
    line-height: normal;
}

.descripcion h3{
    color: #000;
    font-weight: 400;
    line-height: normal;
    font-size: 25px;
}

@media (max-width: 992px){
    .descripcion h1{
        font-size: 20px;
    }
    .descripcion h2{
        font-size: 13px;
    }
    .descripcion h3{
        font-size: 11px;
    }
}

@media (min-width: 992px){
    .descripcion h1{
        font-size: 35px;
    }
    .descripcion h2{
        font-size: 26px;
    }
    .descripcion h3{
        font-size: 25px;
    }
}

.rectangle-container{
    position: relative;
    display: inline-block;
    text-align: center;
}

@media (max-width: 992px){
    .rectangle-container img{        
        width: 250px;
        height: 30px;
        flex-shrink: 0;
        width: 100%;
    }
    
    .rectangle-container-right{
        margin-left: 20%;
    }
    
}

@media (min-width: 992px){
    .rectangle-container img{
        width: 367px;
        height: 55px;
        flex-shrink: 0;
    }
    
    .rectangle-container p{
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.rectangle-container p{
    color: #FFF;
    margin: 0;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.medios-de-pago{
    color: #848484;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.swiper{
    height: 137px;
    cursor: grab;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-slide{
    height: auto!important;
}

.swiper-pagination-bullet-active{
    background: #312783 !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    margin-top: 2rem;
    position: unset!important;
    display: flex;
    justify-content: center;
}


@media (min-width: 992px){   
    .medios-de-pago h2{
        font-size: 35px;
    } 
}

@media (max-width: 992px){ 
    .medios-de-pago h2{
        font-size: 20px;
    }  
    .medios-de-pago img{
        height: auto;
        object-fit: contain;
        width: 60%;
    }
}

/* genesis */
.genesis{
    background-color: #222051;
    color: #FFF;
    font-family: Inter;
}

.genesis h2{
    font-weight: 700;
}

.genesis h3{
    font-weight: 400;
}

/* blog */

.blog{
    background: #E8E8E8;
}

.blog-item {
    width: 100%;
    border-radius: 16px;
    background-color: #FFF;
    margin: 0 .5rem;
}
.blog-item img{
    width: 100%;
    object-fit: cover;
    height: 138px;
    border-radius: 16px 16px 0px 0px;
}
.blog-item a h3{
    color: #312783;
}
.blog-item a p{
    color: #000;
}
.blog-item a:hover{
    opacity: .8;
}
.blog-item .blog-content{
    padding: .5rem;
}
.blog-item .blog-content h3{
    font-size: 1.2rem;
    font-weight: 600;
}

/* mobile */
@media (max-width: 992px){ 
    .genesis h2{
        font-size: 20px;
    }
    .genesis h3{
        font-size: 14px;
    }
    .genesis>.row{
        margin: 0;
    }
    .btn-link-genesis{
        width: 100%;
    }
}

/* xl bootstrap breackpoint */
@media (min-width: 992px){   
    .genesis h2{
        font-size: 30px;
    }
    .genesis h3{
        font-size: 25px;
    }
    .genesis>.row{
        margin: 0 10% 0 0;
    }
    .btn-link-genesis{
        width: fit-content;
    }
}

.btn-link-genesis{
    border-radius: 6px;
    background: #FF9146;
    height: fit-content;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-right: 3%;
    color: #1D1B51;
    width: auto;
}

.genesis .img-container img{
    border-radius: 0 250px 250px 0;
    width: 550px;
    height: 384px;
}

.genesis .row>div{
    padding-left: 0;
}

@media (max-width: 990px){
    .genesis .img-container{
        width: 40%;
        position: absolute;
        opacity: 0.40;
        right: 0;
    }
    .genesis .img-container img{
        border-radius: 250px 0 0 250px;
        width: auto;
        height: auto;
    } 
}
@media (max-width: 768px){
    .genesis .img-container{
        width: 55%;
    }
}
/* contactanos */

.contactanos h4{
    color: #312783;
    font-family: Inter;
    font-weight: 700;
}

.contactanos h5{
    color: #000;
    font-family: Inter;
    font-weight: 400;
}

/* mobile */
@media (max-width: 992px){ 
    .contactanos h4{
        font-size: 20px;
    }
    .contactanos h5{
        font-size: 16px;
    }
    .contactanos .btn{
        width: 100%;
    }
}

/* xl bootstrap breackpoint */
@media (min-width: 992px){   
    .contactanos h4{
        font-size: 30px;
    }
    .contactanos h5{
        font-size: 22px;
    }
}

.contactanos form > *{
    display: block;
}


.contactanos label{
    color: #848484;
    font-weight: 500;
}

textarea{
    resize: none; 
    height: 120px!important;
}

/* footer */
.footer{
    border-top: 2px solid #1D1B51;
    padding-bottom: 0;
}
footer svg{
    width: 40%;
    object-fit: contain;
} 
@media (max-width:1000px) {
    footer svg{
        width: auto;
    }

}
.footer .footer-img-container{
    padding-left: 3rem;
}

.footer h4{
    font-size: 1.4rem;
    font-weight: 700;
    color: #312783;
    font-family: Open Sans,Helvetica Neue,Arial,sans-serif;    
}

footer h5{
    font-size: 13px;
}

.footer .container-direction{
    border-top: 1px solid #b1b1b1;
}

.list-icons-footer a i{
    color: #95C11F;
    font-size: 1.8rem;
}

.list-icons-footer a:hover{
    opacity: .8;
}
footer .icon-wpp{
    text-decoration: none;

}
footer .icon-wpp:hover{
    opacity: .55;
}


/* xl bootstrap breackpoint */
@media (min-width: 992px){   
    .footer a, .footer p, .footer span, .footer li{
        font-weight: 300;
    }

}

@media (max-width: 992px){   
    .footer .footer-img-container{
        padding-left: 0;
    }
}

/* PERFIL */

.perfil-alumno-container{
    background: linear-gradient(180deg, #6257BC 0%, #2D2E83 100%);
    width: 90%;
    margin-top: 40px;
    border-radius: 10px;
}

.perfil-alumno-container p{
    font-family: Inter;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.perfil-alumno-container .nombre{
    font-weight: 700;
}

.perfil-legajo{
    background: linear-gradient(180deg, #6257BC 0%, #2D2E83 100%);
    border-radius: 10px;
    width: 90%;
    font-family: Inter;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
}

.accion{
    border: none;
    border-radius: 10px;
    width: 90%;
    background-color: rgba(246, 246, 246, 1);
    
}

.btn:focus{
    box-shadow: none;
}

.perfil-responsable{
    border: 2px solid rgba(49, 39, 131, 1);
    border-radius: 10px;
    width: 90%;
    color: rgba(32, 29, 90, 1);
}

.perfil-responsable p{
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

/* xl bootstrap breackpoint */
@media (min-width: 992px){   
    .perfil-responsable{
        margin-top: 40px;
        flex: none;
        width: 38% !important;
    }

    .accion{
        width: 80%;
    }
}

.perfil-institucion{
    width: 80%;
    border-radius: 10px;
    margin-top: 63px;
    background: linear-gradient(180deg, #6257BC 0%, #2D2E83 100%);
    padding: 15px 0;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 129.023%; /* 24.514px */
}

/* Menu lateral */
.menu-lateral{
    background: #F4F4F4;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    height: 80vh;
}

.menu-lateral ul li{
    list-style: none;
    color: #2D2E83;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    /* font-weight: 800; */
    line-height: normal;
    text-transform: capitalize;
}

/* Estado de cuenta */
.cuenta-alumno{
    border-radius: 10px;
    background: linear-gradient(180deg, #6257BC 0%, #2D2E83 100%);
}

.estado-de-cuenta .perfil-alumno-container{
    width: 80%;
}

.estado-de-cuenta h1{
    color: #201D5A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 40px;
    }
.estado-de-cuenta .sin-deuda{
    color: #575756;
    text-align: center;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #F6F6F6;
}

.estado-de-cuenta .con-deuda p{
    color: #5D5D5D;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.estado-de-cuenta .deudas{
    border-radius: 10px;
    background: #F6F6F6;
    width: 100%;
}

.estado-de-cuenta .btn-pagar{
    border-radius: 10px;
    background: #95C11F;
    cursor: pointer;
}

.estado-de-cuenta .btn-pagar p{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.estado-de-cuenta .continuar{
    border-radius: 40px;
    background: #95C11F;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 50px;
}

.estado-de-cuenta .medio h1{
    color: #5D5D5D;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 129.6%; /* 28.512px */
}

/* xl bootstrap breackpoint */
@media (min-width: 992px){   
    .estado-de-cuenta .perfil-alumno-container{
        width: 90%;
    }

    .estado-de-cuenta h1{
        color: #312783;
        font-size: 25px;
        margin-left: 60px;
        }
    
    .estado-de-cuenta .con-deuda{
        margin-left: 60px;
    }
    
    .estado-de-cuenta .sin-deuda{
        font-size: 20px;
        font-weight: 400;
        box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
    }

    .estado-de-cuenta .con-deuda p{
        font-size: 20px;
    }

    .estado-de-cuenta .continuar{
        width: fit-content;
        padding: 10px;
        float:right;
        margin-right: 60px;
        margin-top: 48vh;
        margin-bottom: 0;
    }
}
.link__genesis:hover{
    text-decoration: none;
    cursor: pointer;
    color: white;
}


.label__navegacionPagina{
    color: #5D5D5D;
    font-size: 16px;
    margin-bottom: 10px;
}

/* scrollbar */

/* Estilo del scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

/* Color de la barra de desplazamiento */
::-webkit-scrollbar-thumb {
    background-color: #aaaaaa;

}

/* Color del fondo del scrollbar */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Forms */
.form-control:focus, input:focus{
    border-color: #d3cdff;    
    box-shadow: 0 0 0 0.2rem rgb(187 185 217 / 25%);
}

.navbar-title-container span, footer span{
    font-family: inherit;
}

.navbar-title-container h2{
    font-size: 1.5rem;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Eliminar las flechas en Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* Eliminar las flechas en versiones modernas de Edge */
input[type="number"] {
    -ms-appearance: none;
    appearance: none;
}