body{
    font-family: 'Inter', sans-serif;
    background-color: #f5f5f5;
    font-size: 50px;
}
.icon-logo:hover{
    opacity: .8;
}
.nav-items{
    font-size: 40% !important;
}
.bg-azul-genesis{
    background-color: #201D5A;
}
.text-azul-genesis{
    color: #201D5A;
}
.text-white{color: #fff !important;}
.btn-warning:hover{background-color: #FF9146; opacity: 0.8;}
.btn-outline-dark{
    border: 2px solid black;
}
.btn-outline-dark:hover{
    background-color: grey !important;
}

h1{font-size: 50%; font-weight: bold;}
h2{font-size: 32%; }
.italic{font-style: italic;}

.contenedor-principal{
    width: 100%;
    position: relative;
}
.contenedor-principal h1{
    font-size: 2.9rem;
}

.contenedor-principal h2{
    font-size: 1.8rem;
}
.div__flotantePrincipal{
    position: absolute;
    left: 0; 
    right: 0; 
    top: 30%;
    bottom: 0;
    margin-left: auto; 
    margin-right: auto; 
    width: 800px;
    height: 100px;
    text-align: center;
    z-index: 999999;
}

.img__principal{
    width: 100%;
    opacity: .95;
}

.titulo__seccion{
    color: #201D5A;
    font-weight: bold;
    font-size: 40px;
}

.descripcion__grande{
    font-size: 22px;
}
.descripcion__grandeBlanca{
    font-size: 18px;
    color: #fff;
}
.descripcion__seccion{
    font-size: 40%;
}
.descripcion__chica{
    font-size: 16px;
}
.img__servicios{
    width: 80%;
}
.img__servicios{
    width: 100%;
}

.seccion__nuestraEmpresa{
    background-color: #201D5A;
}

.form-contactanos{
    width: 60%;
    font-size: 16px;
}
@media(max-width:998px){
    .form-contactanos{
        width: 100%;
    }
}

.logo__footer{
    /* width: 40%; */
    width: auto;
}
.logo__footer:hover{
    cursor: pointer;
    opacity: .8;
}


/* footer */
.footer{
    border-top: 2px solid #1D1B51;
    padding-bottom: 0;
}
footer svg{
    width: 52%
}
.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;
    font-size: 1rem;
    color: #848484;
}

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

.list-icons-footer a:hover{
    opacity: .8;
}

footer .icon-wpp{
    text-decoration: none;

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

.info__paginacion{
    color: #5D5D5D;
    font-size: 20px;
}

/* services */
.img-services{
    width: 100%;
}
.container-services{
    width: 80%;
    margin: auto;
}

.card{
    background-color: #f5f5f5;
    border-radius: 15px;
    min-height: 400px;
    max-height: 600px;
}
.card-header{
    padding-top: 30px;
    background-color: rgb(255 255 255 / 3%);
    border-bottom: none;
}
.card-header img{
    width: min-content;
}
.card-body{
    padding-top: 0;
    border-top: none;
    background-color: rgb(255 255 255 / 3%);

}
.card__titulo{
    font-size: 50%;
    font-weight: bold;
    margin-top: 1.5rem;
    align-self: self-start;
}
.card__titulo, .card__descripcion{
    color: #201D5A;
    text-align: start;
}
.card__descripcion{
    font-size: 30%;
}
.card{
    border-top: 2px solid #201D5A;
    border-bottom: 2px solid #201D5A;
    border-radius: 15px;
}
.card-left{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 2px solid #201D5A;
    position: relative;
    z-index: -10;
    left: 10px;
}
.card-center{
    border: 2px solid #201D5A;
}
.card-right{
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 2px solid #201D5A;
    position: relative;
    left: -10px;
    z-index: -10;
}
@media(max-width: 998px){
    .container-services{
        width: 100%;
        margin: unset;
    }
    .card__titulo{
        align-self: self-end;
        margin: 0;
        margin-left: .5rem;
    }
    .card{
        min-height: 200px;
    }
    .card-left{
        padding-bottom: 1.2rem;
        border: 2px solid #201D5A;
        border-radius: 15px;
        left: 0;
        top: 30px;
    }
    .card-right{
        padding-top: 1.2rem;
        border: 2px solid #201D5A;
        border-radius: 15px;
        left: 0;
        z-index: -10;
        bottom: 30px;
    }
    .card-header img{
        width: 15%;
        object-fit: contain;
    }
    .card__titulo{
        font-size: 22px;
    }
    .card__descripcion {
        font-size: 15px;
    }
}
.lblForm{
    font-size: 30%;
    margin: 0;
    padding: 0;
}
.input__form{
    border: 3px solid #201D5A;
    border-radius: 35px;
}

.input__form input{
    padding: 0;
    margin: 0;
}
.input__form:hover{
    cursor: pointer;
    background-color: lightgrey;
    color: #fff;
}
.cb__input{
    border-radius: 10px;
}

.logo__pagoseducInput{
    width: 70%;
}

.lbl__cb{
    font-size: 35%;
    color: #201D5A;
}


.form__contratar{
    font-size: 20px;
}
.form-contratar input{
    border-radius: 35px;
    border: 3px solid #201D5A !important;
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    background-color: #f5f5f5;
    font-size: 30%;
}
.form__mailchimp {
    background-color: #f5f5f5;
}
.campo__formContratar {
    margin-top: 10px;
    border-radius: 35px;
    border: 1px solid #201D5A !important;
    width: 300px;
    height: 30px;
    padding: 10px 10px;
    background-color: #f5f5f5;
}

.main-top{
    margin-top: 9rem;
}
.main-index{
    margin-top: 6rem;
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000000;
}
.menu .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;
    text-decoration: none;
}
.menu .nav-items a:hover{
    color: #b1b1b1;
}
/* Estilos menu mobile */
@media (max-width: 768px) {
    .contenedor-principal img{
        height: 67vh;
        object-fit: cover;
    }
    .contenedor-principal h1{
        font-size: 32px;
    }
    .contenedor-principal h2{
        font-size: 16px;
    }
    .div__flotantePrincipal{
        width: auto;
    }
}
@media (max-width: 998px) {
    .navbar-title-container img{
        width: 35px;
        height: auto;
    }
    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: #201d5a;
        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 .nav-items li:hover {
        background-color: #322f7e;
    }

    .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: #fff;
        display: block;
        font-size: 18px;
        font-weight: 500;
        padding: 12px 20px;
        text-align: end;
        margin-left: 0;
        width: 100%;
        transition: all 0.3s;
    }

    ::selection {
        background-color: transparent;
    }
}
.navbar-title-container h2{
    font-size: 1.5rem;
}
.navbar-title-container{
    align-items: center;
}


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

.logo_pagoseduc{
    width: 250px;
}

.btn-basic-orange{
    border-radius: 6px;
    background: #FF9146;
    font-weight: 700;
    height: fit-content;
    border: none;
    padding: 0.8rem 3rem;
    text-transform: capitalize;
    transition: all .15s ease-in-out;
}
.btn-basic-orange:hover{
    opacity: 1;
    background:#f0a572;
}
.btn-secondary-orange{
    border-radius: 24px;
}
.btn-outline-dark{
    padding: 0.61rem 1rem;
    font-size: 17px;
    text-transform: capitalize;
}
.btn-outline-dark:hover{
    background-color: #201D5A!important;
}
.img__pagoseduc{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media(max-width: 968px){
    .img__pagoseduc{
        height: auto;
        border-radius: 20px;
    }
    .logo_pagoseduc {
        width: 185px;
    }
    .titulo__seccion {
        font-size: 23px;
    }
    .descripcion__grande {
        font-size: 19px;
        line-height: normal;
    }
    .descripcion__seccion{
        font-size: 17px;
    }
    .descripcion__grandeBlanca {
        font-size: 17px;
    }
    .footer .footer-img-container {
        padding-left: 1rem; 
    }
    .logo__footer {
        width: auto;
    }
}
@media(max-width:520px){
    .footer .footer-img-container {
        padding-left: 0; 
    }   
    .footer h5{
        margin-bottom: 0;
    }
    .logo__footer {
        width: 100%;
    }
    
} 

@media(max-width:300px){
    .footer .container-direction p{
        text-align: center;
    } 
    .footer .list-telephones{
        flex-direction: column; 
    }   
    
} 

