/**************************************************HEADER**************************************************/
.header.sticky .header__logo__link img {
    max-height: 75px;
    max-width: 100%;
    padding: 15px 0px;
}

.header .header_container {
    height: 100%;
    padding-block: 0.1rem;
    padding-right: 0;
}

.header .register_btn {
    width: 168px;
    margin: 0;
    line-height: 54px;
}

.question .dual_register {
    display: flex;
    text-align: center;
}

.question .dual_register .card {
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    border-radius: 8px;
}

.question .dual_register .card .body {
    display: flex;
    justify-content: center;
}

.fancybox-content {
    background-color: transparent !important;
}

#dualRegistration {
    max-width: 1320px !important;
    cursor: default !important;
}

#dualRegistration .card {
    width: 100%;
    min-height: 400px;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    box-shadow: none;
    border: none;
    box-shadow: 0px 2px 2px 0px rgba(255, 255, 255, 0.63);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(255, 255, 255, 0.63);
    -moz-box-shadow: 0px 2px 2px 0px rgba(255, 255, 255, 0.63);
    transition: transform 0.3s, filter 0.3s;
}

#dualRegistration .card:hover {
    transform: scale(0.99);
    cursor: pointer;
    filter: brightness(0.9);
}

#dualRegistration .card:hover .btn__basic {
    background-position: 0 center;
}

#dualRegistration .card.students {
    background-image: url("./../images/home/foto-estudiantes.png");
}

#dualRegistration .card.students.guerrero {
    background-image: url("./../images/landingGuerrero/alumno-guerrero.png");
}

#dualRegistration .card.teachers {
    background-image: url("./../images/home/foto-docentes.png");
}

#dualRegistration .card.teachers.guerrero {
    background-image: url("./../images/landingGuerrero/docente-guerrero.png");
}

#dualRegistration .card.collaborators {
    background-image: url("./../images/home/hijo_colaborador.png");
}

#dualRegistration .card.collaborators.guerrero {
    background-image: url("./../images/landingGuerrero/hijo_colaborador.png");
}

#dualRegistration .card.collaborators {
    margin-bottom: 30px;
}

#dualRegistration .card .card-title {
    font-family: 'BentonSansBBVA-Bold';
    color: #fff;
}

#dualRegistration .card .card-title {
    text-shadow: 2px 1px 2px #000;
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff !important;
}

.fancybox-bg {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    background-image: url("./../images/home/fondo-estrellas.png") !important;
}

/**************************************************GENERALES**************************************************/
.usernavbar.navbar-collapse {
    top: 62px;
    width: 80%;
}

.navbar-toggler {
    display: none;
}

.azulT_text {
    color: #00cfff;
}

.azulF_text {
    color: #072146;
}

.whiteT_text {
    color: #fff;
}

.bg_custom_btn {
    background-image: url("./../images/home/boton-Fondo.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 208px;
}
.bg_custom_btn.bigger{
    width: 249px;
    height: 80px;
    font-size: 20px;
}

.download-section {
    margin-top: 2.5rem;
}

.download-section .header-button.register_btn {
    width: 420px;
    line-height: 16px;
    max-width: max-content;
}

.download-section .header-button.register_btn .bg_custom_btn {
    background-image: url("./../images/home/boton_secundario_largo.svg") !important;
    width: 100%;
    padding: 1.8rem;
    color: #fff;
    background-size: contain;
    z-index: 1;
}

.download-section .header-button.register_btn .bg_custom_btn.fill {
    background-image: url("./../images/landingSimulador/mas_info-envolvente.svg") !important;
    width: 100%;
    padding: 1.8rem;
    color: #fff;
    background-size: contain;
    z-index: 1;
}

.download-section .header-button.register_btn .bg_custom_btn.fill-border {
    background-image: url("./../images/landingSimulador/descargar-envolvente.svg") !important;
    width: 100%;
    padding: 1.8rem;
    color: #fff;
    background-size: contain;
    z-index: 1;
}

.download-section .header-button.register_btn:hover .bg_custom_btn {
    background-image: url("./../images/home/boton_secundario_largo_hover.svg");
}

.px-sm-0 {
    padding-inline: 0;
}

.register_btn {
    width: 210px;
    margin: 0;
    line-height: 70px;
}

.border_btn {
    border: 1px solid #00a9e5;
    padding-inline: 2rem;
    border-radius: 4px;
    cursor: pointer;
}

.header-button {
    justify-content: center;
    margin: 0 20px;
}
.header-button span {
    color: #fff !important;
}
.section-title,
.banner .title,
.ecosystem .sections .title,
.steps .list,
.info_goals .goal .number {
    font-family: 'BentonSansBBVA-Medium';
    font-weight: 600;
    text-align: center;
}

.section-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.5rem;
    text-align: center;
    color: #3c3c3c;
}

.section-subtitle {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 1.5rem;
    color: #3c3c3c;
    text-align: center;
}

.section-subtitle.teachers {
    margin-top: 5.5rem;
}

.ecosystem .sections .card,
.driving .steps .list-group-item.active,
.driving .steps .contenido,
.general_goals,
.general_goals .section-title,
.general_goals .section-subtitle {
    color: #fff;
}

.content-reverse {
    display: flex;
    flex-direction: row-reverse;
}

a {
    text-decoration: none !important;
}

.underline-link {
    position: relative;
}

.underline-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -15px;
    width: 0;
    /* Empieza con un ancho de 0 */
    height: 20px;
    background-image: url(./../images/home/boton-OVER-01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: width 0.3s;
}

@media (max-width: 600px) {
    .underline-link::after {
        bottom: -18px;
        height: 18px;
    }

    .d-table-css {
        display: table;
    }
}

.underline-link.list-group-item::after {
    left: -7px;
    bottom: -15px;
}

.underline-link.active::after,
.underline-link:hover::after {
    width: calc(100% + 15px);
    /* Cambia el ancho en el estado hover */
}

.underline-link.list-group-item.active::after,
.underline-link.list-group-item:hover::after {
    width: calc(100% - 30px);
    /* Cambia el ancho en el estado hover */
}

.underline-link:hover span,
.underline-link.active span {
    color: #00a9e8 !important;
}

.contenedor-images_adornos {
    position: absolute;
    right: 0;
    z-index: 1;
}

.contenedor-images_adornos .image {
    width: 44px;
    position: absolute;
}

.contenedor-images_adornos .adorno_regla {
    right: 16rem;
    bottom: 18rem;
}

.contenedor-images_adornos .adorno_barquito {
    bottom: 12rem;
    right: 6rem;
}

.contenedor-images_adornos .adorno_lentes {
    bottom: 3rem;
    right: 28rem;
    width: 68px;
}

.contenedor-images_adornos .adorno_pincel {
    bottom: 3rem;
    right: 16rem;
    width: 38px;
}

.contenedor-images_adornos .adorno_manzana {
    top: -2rem;
    right: 4rem;
}

.contenedor-images_adornos .adorno_pincel2 {
    top: 7rem;
    right: 3rem;
}

.contenedor-images_adornos .adorno_colores {
    top: 17rem;
    right: 6rem;
    width: 60px;
}

.contenedor-images_adornos .adorno_libro {
    top: 28rem;
    right: 15rem;
    width: 90px;
}

.btn_register_blanco {
    font-family: 'BentonSansBBVA-Medium';
    font-weight: 600;
}

/**************************************************FONT SIZES**************************************************/
.extraBig_size {
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 0.15rem;
}

.big_size {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.02rem;
}

.regular_size {
    font-size: 1.8rem;
    line-height: 2.3rem;
}

.small_size {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

/**************************************************SECCIONES**************************************************/
.banner_login.container-image {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 40px);
    margin-top: 40px;
    min-height: 900px;
}

.banner_login.container-image.students {
    background-image: url("./../images/landingStudents/banner-students-3.jpg");
}

.banner_login.container-image.teachers {
    background-image: url("./../images/landingTeachers/banner-teachers-3.jpg");
}

.banner_login.container-image.teachers-2 {
    background-image: url("./../images/landingTeachers/banner-teachers-2.jpg");
    margin-top: 0;
}

.banner_login.container-image.students-2 {
    background-image: url("./../images/landingStudents/banner-students-4.jpg");
    margin-top: 0;
}

.banner_login.container-image.guerrero {
    background-image: url("./../images/landingGuerrero/banner-guerrero-1.jpg");
    position: relative;
}

.banner_login.container-image.guerrero .login-section .header-button.register_btn {
    width: 280px;
    line-height: 25px;
    max-width: 100%;
}

.banner_login.container-image.guerrero .login-section .header-button.register_btn .bg_custom_btn {
    background-image: url("./../images/landingGuerrero/bg_azul_font_celeste.svg");
    width: 100%!important;
    padding: 1rem;
    color: #00cfff;
    font-size: 17px;
    z-index: 1;
    background-size: 100%;
}

.banner_login.container-image .banner {
    color: #fff;
}

.banner_login.container-image .banner .title {
    font-weight: 600;
    text-align: left;
}

.banner_login.container-image .banner .subtitle {
    margin-top: 2.5rem;
}

.banner_login.container-image .banner .login-section {
    margin-top: 6.5rem;
    width: max-content;
    max-width: 100%;
}

.banner_login.container-image .banner .login-section.teachers {
    margin-top: 2rem;
}

.container-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

/* @media (max-width: 600px) {
    .container-image {
        background-size: auto;
    }
} */

.container-image.guerrero-2 {
    background-image: url("./../images/landingGuerrero/fondo_maestra_alumno.jpg");
    min-height: 1100px;
    padding-top: 8rem;
    margin-top: -8px;
}

.container-image.simulador-2 {
    background-image: url("./../images/landingSimulador/fondo-alumno.png");
    min-height: 1100px;
    padding-top: 8rem;
    margin-top: -8px;
}

.container-image.announcements_variants {
    min-height: 900px;
    margin-top: 62rem;
}

.container-image.announcements_variants.simulator{
    min-height: 700px;
}

.container-image.announcements_variants .regular_size {
    font-size: 18px;
}

.container-image.announcements_variants .announcements_cards {
    /* padding-bottom: 10rem; */
}

.container-image.announcements_variants .announcements_cards .card-container {
    display: flex;
    justify-content: center;
}


.container-image.students_announcements {
    background-image: url("./../images/landingGuerrero/fondo_students_announcements_full.jpg");
    min-height: 900px;
    position: relative;
    background-position: top;
    margin-top: -1px;
    margin-bottom: -1px;
}
.container-image.students_announcements.simulation {
    background-image: url("./../images/landingSimulador/fondo-tricolor.png");
    min-height: 900px;
    position: relative;
    background-position: top;
    margin-top: -1px;
    margin-bottom: -1px;
}

.container-image.students_announcements .steps_registration_div {
    margin-top: 10rem;
    padding-bottom: 32rem;
}

.container-image.students_announcements .announcement_download_div {
    /* margin-top: 10rem; */
    position: absolute;
    bottom: -10rem;
    z-index: 1;
    left: 0;
    right: 0;
}

.container_steps_simulation {
    display: flex;
    flex-direction: column;
    gap: 3rem; /* espacio entre elementos */
    margin-bottom: 5rem;
    margin-top: 5rem;
    background-image: url(./../images/landingSimulador/fondo-camino.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-attachment: scroll;
}
.image_wrapper {
    display: flex;
}

.image_wrapper.left {
    justify-content: flex-start;
}
.image_wrapper.right {
    justify-content: flex-end;
}

.image_wrapper.center {
    justify-content: center;
}

.step_by_step_image {
    max-width: 600px;
    width: 100%;
}
.content-extra-info{
    padding-bottom: 6rem !important;
    padding-top: 2rem !important;
}

.div-inferior{
    position: absolute;
}
.div-superior{
    position: absolute;
}

@media (max-width: 600px) {
    .container-image.students_announcements .announcement_download_div {
        padding-inline: 0.5rem;
    }

    .container-image.announcements_variants .announcements_cards .card-container.simulator {
        display: flex;
        justify-content: center;
        padding: 20px 30px;
    }
    .container-image.announcements_variants .regular_size.simulator{
        font-size: 22px;
    }

    .content-extra-info{

        flex-direction: column;
    }

}

.container-image.allies{
    background-image: url("./../images/landingGuerrero/fondo_allies.png");
    /* min-height: 900px; */
    position: relative;
    background-position: top;
    /* margin-top: -1px;
    margin-bottom: -1px; */
}

.container-image.allies .allys_div {
    padding-top: 18rem;
    padding-bottom: 6rem;
}

.container-image.allies .container_allys {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container-image.allies .container_allys .ally-container {
    margin-bottom: 3rem;
    padding-inline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-image.allies .container_allys .ally-container img {
    max-width: 50vw;
}

.container-image.students_announcements .container_announcement_download {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5rem 4rem;
    height: 490px;
    display: flex;
    align-items: center;
    background-image: url("./../images/landingGuerrero/announcement_download.png");
    max-width: 100%;
}
.container-image.students_announcements .container_announcement_download.simulation {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5rem 4rem;
    height: 490px;
    display: flex;
    align-items: center;
    background-image: url("./../images/landingSimulador/banner-padres_y_tutores.png");
    max-width: 100%;
}
@media (max-width: 600px) {
    .container-image.students_announcements .container_announcement_download, .container_announcement_download.simulation {
        padding: 1rem 0.5rem;
        height: 440px;
        background-size: cover;
        background-position: bottom;
    }
}

.container-image.students_announcements .container_announcement_download .banner {
    color: #fff;
}

.container-image.students_announcements .container_announcement_download .banner .title {
    font-weight: 600;
    text-align: left;
}

.container-image.students_announcements .container_announcement_download .banner .subtitle {
    margin-top: 2.5rem;
}

.container-image.students_announcements .container_announcement_download .banner .login-section {
    margin-top: 2.5rem;
}

.container-image.students_announcements .container_requirements {
    display: flex;
    align-items: center;
    margin-top: 8rem;
    flex-wrap: wrap;
}

.container-image.students_announcements .container_requirements .section-title,
.container-image.students_announcements .container_requirements .section-subtitle,
.container-image.students_announcements .container_requirements .banner {
    color: #fff;
}

.container-image.students_announcements .container_requirements .section-title .title,
.container-image.students_announcements .container_requirements .section-subtitle .title,
.container-image.students_announcements .container_requirements .banner .title {
    text-align: left;
    font-size: 26px;
}

.container-image.students_announcements .container_requirements .section-title .subtitle,
.container-image.students_announcements .container_requirements .section-subtitle .subtitle,
.container-image.students_announcements .container_requirements .banner .subtitle {
    margin-top: 2.5rem;
}

.container-image.students_announcements .container_requirements .section-title .login-section,
.container-image.students_announcements .container_requirements .section-subtitle .login-section,
.container-image.students_announcements .container_requirements .banner .login-section {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

.container-image.students_announcements .container_requirements .section-title .requirements-list.participate .requirement-content,
.container-image.students_announcements .container_requirements .section-subtitle .requirements-list.participate .requirement-content,
.container-image.students_announcements .container_requirements .banner .requirements-list.participate .requirement-content {
    display: flex;
}

.container-image.students_announcements .container_requirements .section-title .requirements-list.participate .requirement-content:before,
.container-image.students_announcements .container_requirements .section-subtitle .requirements-list.participate .requirement-content:before,
.container-image.students_announcements .container_requirements .banner .requirements-list.participate .requirement-content:before {
    content: url('./../images/landingGuerrero/circulo_celeste_chulito.svg');
    margin-right: 10px;
}

.container-image.students_announcements .container_requirements .section-title .requirements-list.win .requirement-content,
.container-image.students_announcements .container_requirements .section-subtitle .requirements-list.win .requirement-content,
.container-image.students_announcements .container_requirements .banner .requirements-list.win .requirement-content {
    display: flex;
}

.container-image.students_announcements .container_requirements .section-title .requirements-list.win .requirement-content:before,
.container-image.students_announcements .container_requirements .section-subtitle .requirements-list.win .requirement-content:before,
.container-image.students_announcements .container_requirements .banner .requirements-list.win .requirement-content:before {
    content: url('./../images/landingGuerrero/circulo_verde_chulito.svg');
    margin-right: 10px;
}

.container-image.students_announcements .container_requirements .section-title .requirements-list,
.container-image.students_announcements .container_requirements .section-subtitle .requirements-list,
.container-image.students_announcements .container_requirements .banner .requirements-list {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
}

.container-image.students_announcements .container_requirements .section-title .requirements-list .requirement-content:not(:last-child),
.container-image.students_announcements .container_requirements .section-subtitle .requirements-list .requirement-content:not(:last-child),
.container-image.students_announcements .container_requirements .banner .requirements-list .requirement-content:not(:last-child) {
    margin-bottom: 1.7rem;
}

.container-image.students_announcements .container_requirements .section-title .requirements-list .requirement-content .requirement,
.container-image.students_announcements .container_requirements .section-subtitle .requirements-list .requirement-content .requirement,
.container-image.students_announcements .container_requirements .banner .requirements-list .requirement-content .requirement {
    display: flex;
    flex-direction: column;
}

.container-image.students_announcements .container_requirements .section-title .requirements-list .requirement-content .sub-requirement,
.container-image.students_announcements .container_requirements .section-subtitle .requirements-list .requirement-content .sub-requirement,
.container-image.students_announcements .container_requirements .banner .requirements-list .requirement-content .sub-requirement {
    margin-top: 1rem;
}

@media (max-width: 600px) {
    .container-image.students_announcements .container_requirements .img-container-col {
        margin-top: 2.5rem;
    }
}

.container-image.students_announcements .container_requirements .img-container {
    max-width: 100%;
}

.container-image.students_announcements .container_requirements .img-container .img-contorno-color {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.container-image.students_announcements .container_steps_registration {
    display: flex;
    align-items: flex-start;
    margin-top: 6rem;
    flex-wrap: wrap;
    max-width: 100vw;
}

.container-image.students_announcements .container_steps_registration .section-title,
.container-image.students_announcements .container_steps_registration .section-subtitle,
.container-image.students_announcements .container_steps_registration .banner {
    color: #fff;
}

.container-image.students_announcements .container_steps_registration .section-title .title,
.container-image.students_announcements .container_steps_registration .section-subtitle .title,
.container-image.students_announcements .container_steps_registration .banner .title {
    text-align: left;
    font-size: 26px;
}

.container-image.students_announcements .container_steps_registration .section-title .subtitle,
.container-image.students_announcements .container_steps_registration .section-subtitle .subtitle,
.container-image.students_announcements .container_steps_registration .banner .subtitle {
    margin-top: 2.5rem;
}

.container-image.students_announcements .container_steps_registration .section-title .login-section,
.container-image.students_announcements .container_steps_registration .section-subtitle .login-section,
.container-image.students_announcements .container_steps_registration .banner .login-section {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

.container-image.students_announcements .container_steps_registration .section-title .steps-list.registration .step-content,
.container-image.students_announcements .container_steps_registration .section-subtitle .steps-list.registration .step-content,
.container-image.students_announcements .container_steps_registration .banner .steps-list.registration .step-content {
    display: flex;
    word-break: break-word;
}

.container-image.students_announcements .container_steps_registration .section-title .steps-list.registration .step-content:before,
.container-image.students_announcements .container_steps_registration .section-subtitle .steps-list.registration .step-content:before,
.container-image.students_announcements .container_steps_registration .banner .steps-list.registration .step-content:before {
    margin-right: 10px;
}

.container-image.students_announcements .container_steps_registration .section-title .steps-list,
.container-image.students_announcements .container_steps_registration .section-subtitle .steps-list,
.container-image.students_announcements .container_steps_registration .banner .steps-list {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
}

.container-image.students_announcements .container_steps_registration .section-title .steps-list .step-content:not(:last-child),
.container-image.students_announcements .container_steps_registration .section-subtitle .steps-list .step-content:not(:last-child),
.container-image.students_announcements .container_steps_registration .banner .steps-list .step-content:not(:last-child) {
    margin-bottom: 1.7rem;
}

.container-image.students_announcements .container_steps_registration .section-title .steps-list .step-content .step,
.container-image.students_announcements .container_steps_registration .section-subtitle .steps-list .step-content .step,
.container-image.students_announcements .container_steps_registration .banner .steps-list .step-content .step {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-image.students_announcements .container_steps_registration .section-title .steps-list .step_number_img,
.container-image.students_announcements .container_steps_registration .section-subtitle .steps-list .step_number_img,
.container-image.students_announcements .container_steps_registration .banner .steps-list .step_number_img {
    width: 56px;
    height: 56px;
    margin-right: 12px;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 600px) {
    .container-image.students_announcements .container_steps_registration .img-container-col {
        margin-top: 2.5rem;
    }
}

.container-image.students_announcements .container_steps_registration .img-container {
    max-width: 100%;
}

.container-image.students_announcements .container_steps_registration .img-container .img-contorno-color {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.container-image .card {
    padding: 20px 30px;
    border: none;
    box-shadow: none;
    z-index: 1;
    height: 100%;
    border-radius: 24px;
    width: 94%;
    color: #fff;
}

@media (max-width: 600px) {
    .container-image .card {
        padding: 12px 8px;
    }
}

.container-image .card .title {
    font-family: 'BentonSansBBVA-Medium';
    font-weight: 600;
    width: 82%;
    border-bottom: 1px solid;
    padding-bottom: 8%;
    margin-top: 4%;
}

.container-image .card .body {
    margin-top: 8%;
    margin-bottom: 38px;
}

.container-image .card .footer {
    background: none;
    padding-top: 0;
}

.container-image .card .footer .btn__basic {
    margin-top: 1rem;
}

.container-image .card.turquesa {
    border-image-slice: 54 35 53 36;
    border-image-width: 48px;
    border-image-outset: 34px;
    border-image-repeat: stretch stretch;
    border-image-source: url("./../images/home/Fondo-Texto(Celeste).svg");
    background: #00cfff;
}

.container-image .card.azul {
    border-image-slice: 54 35 53 36;
    border-image-width: 48px;
    border-image-outset: 34px;
    border-image-repeat: stretch stretch;
    border-image-source: url("./../images/home/Fondo-Texto(Azul).svg");
    background: #003067;
}

.container-image .card.rosa {
    border-image-slice: 54 35 53 36;
    border-image-width: 48px;
    border-image-outset: 34px;
    border-image-repeat: stretch stretch;
    border-image-source: url("./../images/home/Fondo-Texto(Rosa).svg");
    background: #ff328f;
}

.container-image .degradado {
    position: absolute;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.container-image .degradado.degradado_bottom {
    bottom: 0;
}

.container-image .degradado.degradado_top {
    top: 0;
}

.requirements_announcement.container-image {
    background-image: url("./../images/home/fondo-colores-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.requirements_announcement.container-image .container_announcement {
    margin-top: 6rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem 4rem;
    border-radius: 44px;
    box-shadow: none;
    transition: background-image 0.5s ease-in-out;
    display: flex;
    align-items: center;
    background-image: url("./../images/home/BBVA B-1 Landing(ESTUDIANTES)Beneficios-01.png");
}

.requirements_announcement.container-image .container_announcement .banner {
    color: #fff;
}

.requirements_announcement.container-image .container_announcement .banner .title {
    font-weight: 600;
}

.requirements_announcement.container-image .container_announcement .banner .subtitle {
    margin-top: 2.5rem;
}

.requirements_announcement.container-image .container_announcement .banner .login-section {
    margin-top: 2.5rem;
}

.requirements_announcement.container-image .container_requirements {
    display: flex;
    align-items: center;
    margin-top: 8rem;
}

.requirements_announcement.container-image .container_requirements .section-title,
.requirements_announcement.container-image .container_requirements .section-subtitle,
.requirements_announcement.container-image .container_requirements .banner {
    color: #fff;
}

.requirements_announcement.container-image .container_requirements .section-title .title,
.requirements_announcement.container-image .container_requirements .section-subtitle .title,
.requirements_announcement.container-image .container_requirements .banner .title {
    font-weight: 600;
}

.requirements_announcement.container-image .container_requirements .section-title .subtitle,
.requirements_announcement.container-image .container_requirements .section-subtitle .subtitle,
.requirements_announcement.container-image .container_requirements .banner .subtitle {
    margin-top: 2.5rem;
}

.requirements_announcement.container-image .container_requirements .section-title .login-section,
.requirements_announcement.container-image .container_requirements .section-subtitle .login-section,
.requirements_announcement.container-image .container_requirements .banner .login-section {
    margin-top: 2.5rem;
}

.requirements_announcement.container-image .container_requirements .section-title .requirements-list,
.requirements_announcement.container-image .container_requirements .section-subtitle .requirements-list,
.requirements_announcement.container-image .container_requirements .banner .requirements-list {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
}

.requirements_announcement.container-image .container_requirements .section-title .requirements-list .requirement,
.requirements_announcement.container-image .container_requirements .section-subtitle .requirements-list .requirement,
.requirements_announcement.container-image .container_requirements .banner .requirements-list .requirement {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.requirements_announcement.container-image .container_requirements .section-title .requirements-list .requirement:before,
.requirements_announcement.container-image .container_requirements .section-subtitle .requirements-list .requirement:before,
.requirements_announcement.container-image .container_requirements .banner .requirements-list .requirement:before {
    content: url('./../images/landingGuerrero/circulo_gris_chulito.svg');
    margin-right: 16px;
    width: 36px;
    height: 36px;
}

.requirements_announcement.container-image .container_requirements .section-title .requirements-list .requirement:not(:last-child),
.requirements_announcement.container-image .container_requirements .section-subtitle .requirements-list .requirement:not(:last-child),
.requirements_announcement.container-image .container_requirements .banner .requirements-list .requirement:not(:last-child) {
    margin-bottom: 2.5rem;
}

.requirements_announcement.container-image .container_requirements .img-container {
    border-image-slice: 22 20 22 19;
    border-image-width: 34px;
    border-image-outset: 16px;
    border-image-repeat: stretch stretch;
    border-image-source: url(./../images/landingGuerrero/contorno_colores.svg);
}

.requirements_announcement.container-image .container_requirements .img-container .img-contorno-color {
    width: 100%;
    height: 100%;
    border-radius: 48px;
}

.requirements_announcement.container-image .container_steps_account {
    padding-top: 8rem;
}

.requirements_announcement.container-image .container_steps_account .info_steps_account {
    display: flex;
    justify-content: space-evenly;
    margin-top: 6rem;
}

.requirements_announcement.container-image .container_steps_account .info_steps_account .step {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
    max-width: 200px;
    text-align: center;
}

.requirements_announcement.container-image .container_steps_account .info_steps_account .step .step_icon {
    width: 110px;
    height: 110px;
    margin-bottom: 2rem;
}

.requirements_announcement.container-image .container_steps_account .info_steps_account .step .step_title {
    display: flex;
    font-family: 'BentonSansBBVA-Medium';
    font-weight: 600;
    text-align: center;
    width: min-content;
    min-width: 145px;
    color: #3c3c3b;
}

.driving_ecosystem.container-image {
    background-image: url("./../images/home/fondo-colores-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    padding-bottom: 5rem;
}

.driving_ecosystem.container-image.students {
    background-image: url("./../images/home/fondo-colores-03.jpg");
}

.driving_ecosystem.container-image.teachers {
    background-image: url("./../images/landingTeachers/fondo-3.jpg");
}

.driving_ecosystem.container-image .ecosystem {
    padding-top: 6rem;
}

.driving_ecosystem.container-image .ecosystem .sections {
    margin-top: 7rem;
}

.driving_ecosystem.container-image .ecosystem .sections.students {
    margin-top: -10rem;
}

.driving_ecosystem.container-image .ecosystem .sections .card-container {
    display: flex;
    justify-content: center;
}

.driving_ecosystem.container-image .ecosystem .sections .card {
    padding: 20px 30px;
    border: none;
    box-shadow: none;
    z-index: 1;
    height: 100%;
    border-radius: 24px;
    width: 94%;
}

.driving_ecosystem.container-image .ecosystem .sections .card.turquesa {
    border-image-slice: 54 35 53 36;
    border-image-width: 48px;
    border-image-outset: 34px;
    border-image-repeat: stretch stretch;
    border-image-source: url("./../images/home/Fondo-Texto(Celeste).svg");
    background: #00cfff;
}

.driving_ecosystem.container-image .ecosystem .sections .card.azul {
    border-image-slice: 54 35 53 36;
    border-image-width: 48px;
    border-image-outset: 34px;
    border-image-repeat: stretch stretch;
    border-image-source: url("./../images/home/Fondo-Texto(Azul).svg");
    background: #003067;
}

.driving_ecosystem.container-image .ecosystem .sections .card.rosa {
    border-image-slice: 54 35 53 36;
    border-image-width: 48px;
    border-image-outset: 34px;
    border-image-repeat: stretch stretch;
    border-image-source: url("./../images/home/Fondo-Texto(Rosa).svg");
    background: #ff328f;
}

.driving_ecosystem.container-image .ecosystem .sections .section_icon {
    width: 54px;
    height: 78px;
    margin-left: -12px;
}

.driving_ecosystem.container-image .ecosystem .sections .btn_mas {
    width: 58px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.driving_ecosystem.container-image .ecosystem .sections .title {
    width: 82%;
    border-bottom: 1px solid;
    padding-bottom: 8%;
    margin-top: 4%;
    text-align: left;
}

.driving_ecosystem.container-image .ecosystem .sections .body {
    margin-top: 8%;
    margin-bottom: 38px;
}

.driving_ecosystem.container-image .driving {
    padding-top: 10rem;
}

.driving_ecosystem.container-image .driving .steps_container_img {
    margin-top: 7rem;
    position: relative;
}

.driving_ecosystem.container-image .driving .steps .list {
    font-weight: 600;
    margin-bottom: 3.5rem;
}

.driving_ecosystem.container-image .driving .steps .list .list-group {
    background: #002348;
    height: 100%;
    border-radius: 44px;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    padding-left: 1rem;
    border-image-slice: 54 35 53 36;
    border-image-width: 60px;
    border-image-outset: 25px;
    border-image-repeat: stretch stretch;
    border-image-source: url("./../images/home/fondo-Libreta(Izq).svg");
}

.driving_ecosystem.container-image .driving .steps .list .list-group.students {
    flex-direction: row;
}

.driving_ecosystem.container-image .driving .steps .list .list-group.heading {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.driving_ecosystem.container-image .driving .steps .list .list-group .list-group-item {
    color: #0073bf;
    background: none;
    border: none;
    border-bottom: 1px solid;
    border-color: #0073bf;
    padding-block: 14%;
    width: 80%;
    text-align: left;
}

.driving_ecosystem.container-image .driving .steps .list .list-group .list-group-item.active {
    z-index: 2;
    color: #fff;
}

.driving_ecosystem.container-image .driving .steps .list .list-group .list-group-item.obj-learning {
    padding-block: unset;
    border-bottom: none;
}

.driving_ecosystem.container-image .driving .steps .list .aros_libreta {
    position: absolute;
    height: 100%;
    right: -54px;
    top: 0;
    z-index: 3;
}

.driving_ecosystem.container-image .driving .steps .list .aros_libreta.students {
    right: -72px;
}

.driving_ecosystem.container-image .driving .steps .list .aros_libreta.teachers {
    right: -72px;
}

.driving_ecosystem.container-image .driving .steps .contenido {
    margin-bottom: 3.5rem;
}

.driving_ecosystem.container-image .driving .steps .contenido .info-text {
    display: flex;
    flex-direction: column;
    width: 54%;
    margin-left: 8rem;
}

.driving_ecosystem.container-image .driving .steps .contenido .info-text .feature {
    display: flex;
}

.driving_ecosystem.container-image .driving .steps .contenido .info-text .feature:not(:last-child) {
    margin-bottom: 12%;
}

.driving_ecosystem.container-image .driving .steps .contenido .info-text .feature::before {
    content: "●";
    color: #00265b;
    margin-right: 12px;
    font-size: 26px;
}

.driving_ecosystem.container-image .driving .steps .tab-content {
    background: none;
    background-image: url("./../images/home/BBVA A-1 Landing(HOME)Beneficios-01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    height: 100%;
    border-radius: 44px;
    box-shadow: none;
    transition: background-image 0.5s ease-in-out;
    display: flex;
    align-items: center;
    /*border-image-slice: 54 53 53 36;
	 border-image-width: 18px;
	 border-image-outset: 5px;
	 border-image-repeat: stretch stretch;
	 border-image-source: url("./../images/home/fondo-Libreta(Der).svg");
	*/
    /*.book_img{
		 position: absolute;
		 bottom: 0;
		 left: 0;
		 right: 0;
		 width: 100%;
	}
	*/
}

.driving_ecosystem.container-image .driving .steps .tab-content.students {
    background-image: url("./../images/home/BBVA B-1 Landing(ESTUDIANTES)Beneficios-01.png");
}

.driving_ecosystem.container-image .driving .steps .tab-content.teachers {
    background-image: url("./../images/home/BBVA B-1 Landing(ASESORES)Beneficios-01.png");
}

.driving_ecosystem.container-image .driving .steps .tab-content.t-carousel {
    background-image: none;
    width: 100%;
}

.driving_ecosystem.container-image .driving .steps .tab-content .tab-pane {
    /*width: 50%;
	 position: relative;
	*/
}

.general_goals.container-image {
    background-image: url("./../images/home/fondo-colores-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.general_goals.container-image.students {
    text-align: center;
}

.general_goals.container-image.teachers {
    position: relative;
    padding-bottom: 24rem;
}

.general_goals.container-image .container_goals {
    padding-top: 12rem;
}

.general_goals.container-image .container_goals.students {
    width: 50%;
    text-wrap: balance;
    margin-inline: auto;
}

.general_goals.container-image .container_goals.teachers {
    width: 50%;
    text-wrap: balance;
    margin-inline: auto;
}

.general_goals.container-image .container_goals .info_goals {
    padding-top: 7rem;
}

.general_goals.container-image .container_goals .info_goals.students {
    justify-content: center;
    z-index: 1;
    position: relative;
}

.general_goals.container-image .container_goals .info_goals.students .login-section .register_btn .bg_custom_btn {
    background-image: url("./../images/landingStudents/fondo-boton-oscuro.svg");
}

.general_goals.container-image .container_goals .info_goals.teachers {
    padding-top: 16rem;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.general_goals.container-image .container_goals .info_goals .goal {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 12rem;
}

.general_goals.container-image .container_goals .info_goals .goal .number {
    line-height: 3.5rem;
    font-weight: 600;
}

.general_goals.container-image .container_goals .info_goals .goal .about {
    line-height: 3rem;
}

.general_goals.container-image .brain_img {
    width: 100%;
    position: relative;
    bottom: -4px;
}

.general_goals.container-image .brain_img.students {
    width: 85%;
    bottom: 12rem;
}

.general_goals.container-image .brain_img.teachers {
    width: 95%;
    bottom: 8rem;
    max-width: 1200px;
    left: -34px;
    right: 0;
    margin: auto;
    position: absolute;
}

.comments.container-image {
    background-image: url("./../images/home/fondo-colores-03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.comments.container-image .container_comments {
    padding-top: 12rem;
}

.comments.container-image .container_comments .container-carousel {
    margin-top: 10rem;
    padding-bottom: 10rem;
}

.comments.container-image .container_comments .container-carousel .adorno_linea {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.comments.container-image .container_comments .container-carousel .adorno_linea.superior {
    top: 0;
}

.comments.container-image .container_comments .container-carousel .adorno_linea.inferior {
    bottom: 0;
}

.comments.container-image .container_comments .container-carousel .adorno_comilla {
    position: absolute;
    width: 130px;
    z-index: 2;
}

.comments.container-image .container_comments .container-carousel .adorno_comilla.superior {
    left: 4px;
    top: -6px;
}

.comments.container-image .container_comments .container-carousel .adorno_comilla.inferior {
    bottom: -1%;
    right: 0;
}

.comments.container-image .container_comments .container-carousel .item_content {
    display: flex;
    flex-wrap: wrap;
}

.comments.container-image .container_comments .container-carousel .item_content .item_img {
    width: 350px;
    height: max-content;
}

.comments.container-image .container_comments .container-carousel .item_content .comment_byStudent {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.comments.container-image .container_comments .container-carousel .item_content .comment_byStudent .comment {
    padding: 80px 0px 20px 0px;
}

.comments.container-image .container_comments .container-carousel .item_content .comment_byStudent .info_student {
    font-weight: 600;
    padding: 0px 0px 60px 0px;
}

.comments.container-image .container_comments .container-carousel .carousel-control-prev {
    left: -65px;
}

.comments.container-image .container_comments .container-carousel .carousel-control-next {
    right: -65px;
}

.comments.container-image .container_comments .container-carousel .carousel-control-prev,
.comments.container-image .container_comments .container-carousel .carousel-control-next {
    top: 40%;
    width: auto;
    height: fit-content;
    border: none;
    background: none;
}

.comments.container-image .container_comments .container-carousel .carousel-control-prev .carousel-control-prev-icon,
.comments.container-image .container_comments .container-carousel .carousel-control-next .carousel-control-prev-icon {
    background-image: url("./../images/home/boton-Atras.svg");
    width: 60px;
    height: 60px;
}

.comments.container-image .container_comments .container-carousel .carousel-control-prev .carousel-control-next-icon,
.comments.container-image .container_comments .container-carousel .carousel-control-next .carousel-control-next-icon {
    background-image: url("./../images/home/boton-Adelante.svg");
    width: 60px;
    height: 60px;
}

.comments.container-image .container_comments .container-carousel .carousel-counter_container {
    color: #9c9c9c;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    font-family: 'BentonSansBBVA-Medium';
}

.comments.container-image .container_comments .container-carousel .carousel-counter_container .active_item {
    font-weight: 600;
    color: #000;
}

.bg-gray {
    background: #f1f1f1;
}

.bg-gray .container_images {
    display: flex;
    justify-content: center;
    padding-block: 2.5rem;
}

.bg-gray .container_asignaturas {
    padding-top: 12rem;
    padding-bottom: 10rem;
}

.bg-gray .container_asignaturas .info_asignaturas {
    display: flex;
    justify-content: space-evenly;
    margin-top: 6rem;
}

.bg-gray .container_asignaturas .info_asignaturas .asignatura {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}

.bg-gray .container_asignaturas .info_asignaturas .asignatura .icon_asignatura {
    width: 48px;
    height: 48px;
    margin-bottom: 3rem;
}

.bg-gray .container_asignaturas .info_asignaturas .asignatura .nombre_asignatura {
    display: flex;
    font-family: 'BentonSansBBVA-Medium';
    font-weight: 600;
    text-align: center;
    width: min-content;
    min-width: 145px;
    color: #3c3c3b;
}

.linea_turquesa {
    position: relative;
    width: 100%;
    bottom: -90px;
}

.bg-turquesa {
    background: #c9ffff;
}

.bg-turquesa .container_registro {
    padding-top: 8rem;
    padding-bottom: 6rem;
}

.bg-turquesa .container_registro .info_registro {
    padding-top: 12rem;
}

.bg-turquesa .container_registro .info_registro.students {
    display: flex;
    justify-content: center;
}

footer#home-footer {
    text-align: center;
}

footer#home-footer .footer .footer_logo {
    margin-top: 6rem;
}

footer#home-footer .footer .footer_logo .footer_image {
    width: 600px;
}

footer#home-footer .footer .container_footer-menu {
    margin-top: 4rem;
}

footer#home-footer .footer .container_footer-menu .footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer#home-footer .footer .container_footer-menu .footer-menu .nav-item:not(:last-child) {
    position: relative;
    margin-right: 46px;
}

footer#home-footer .footer .container_footer-menu .footer-menu .nav-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #00a9e5;
}

footer#home-footer .footer .container_footer-menu .footer-menu .nav-item:last-child::after {
    display: none;
}

footer#home-footer .footer .container_footer-social_networks {
    margin-top: 4rem;
}

footer#home-footer .footer .container_footer-social_networks .footer-social_networks {
    display: flex;
    justify-content: center;
}

footer#home-footer .footer .container_footer-social_networks .footer-social_networks .nav-item:not(:last-child) {
    margin-right: 40px;
}

footer#home-footer .footer .container_footer-social_networks .footer-social_networks .social_logo_image {
    width: 28px;
}

footer#home-footer .footer .politicas {
    color: #5a6d84;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-family: 'BentonSansBBVA-Medium';
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.container.politicas .legal-links {
    justify-content: center;
    font-size: 12px;
}

.container.politicas .legal-links a {
    color: #00a9e5;
}

.container.politicas .legal-links a:hover{
    color: #fff;
}

.cookies_float {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 38px;
    z-index: 9;
    display: none;
}

.cookies_float .cookie-container {
    background: #004285;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 14px;
    border-image-slice: 31 18 20 18;
    border-image-width: 26px;
    border-image-outset: 22px;
    border-image-repeat: stretch stretch;
    border-image-source: url("./../images/home/Fondo-cookies.svg");
    /*width: 90vw;
	*/
    margin-inline: auto;
}

.cookies_float .cookie-container .col_container {
    /*padding: 30px 0 30px 28px;
	*/
    padding: 12px 0 12px 18px;
}

.cookies_float .cookie-container .cookie-description {
    font-size: 12px;
    color: #fff;
}

.cookies_float .cookie-container .btn_container {
    display: flex;
    justify-content: center;
}

.cookies_float .cookie-container .border_btn {
    width: max-content;
    color: #fff;
    padding-block: 1rem;
    font-family: 'BentonSansBBVA-Medium';
    text-align: center;
}

@media (max-width: 400px) {
    .general_goals.container-image .brain_img.teachers {
        left: -179px !important;
    }
}

@media (min-width: 401px) and (max-width: 428px) {
    .general_goals.container-image .brain_img.teachers {
        left: -164px !important;
    }
}

@media (min-width: 429px) and (max-width: 460px) {
    .general_goals.container-image .brain_img.teachers {
        left: -148px !important;
    }
}

@media (min-width: 461px) and (max-width: 500px) {
    .general_goals.container-image .brain_img.teachers {
        left: -128px !important;
    }
}

@media (min-width: 501px) and (max-width: 540px) {
    .general_goals.container-image .brain_img.teachers {
        left: -108px !important;
    }
}

@media (min-width: 541px) and (max-width: 580px) {
    .general_goals.container-image .brain_img.teachers {
        left: -88px !important;
    }
}

@media (min-width: 581px) and (max-width: 600px) {
    .general_goals.container-image .brain_img.teachers {
        left: -68px !important;
    }
}

@media (min-width: 601px) and (max-width: 700px) {
    .general_goals.container-image .brain_img.teachers {
        bottom: 20% !important;
    }
}

@media (max-width: 601px) {
    .driving_ecosystem.container-image .ecosystem .sections {
        justify-content: center;
    }

    .driving_ecosystem.container-image .ecosystem .sections.students {
        margin-top: 0;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .contenido .info-text {
        width: 100% !important;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .tab-content {
        padding: 2em 1em !important;
    }

    .cookies_float .cookie-container {
        border-image-slice: 12 6 8 6;
        border-image-width: 46px;
        border-image-outset: 38px;
    }

    .general_goals.container-image.teachers {
        padding-bottom: 18rem !important;
        overflow: hidden !important;
    }

    .general_goals.container-image .container_goals.students {
        padding-bottom: 6rem;
        width: 100%;
    }

    .general_goals.container-image .container_goals .info_goals.students {
        padding-top: 4rem;
    }

    .general_goals.container-image .brain_img.students {
        bottom: 2rem;
        width: 94%;
    }

    .general_goals.container-image .brain_img.teachers {
        width: 700px;
        left: -62px;
    }

    .footer .container.politicas {
        text-align: left;
    }

    .footer .legal-links {
        display: flex;
        flex-wrap: wrap;
    }

    .footer .legal-links a {
        padding: 0.25rem 0;
    }

    .footer .legal-links a::after {
        content: none !important;
    }
}

/* Small devices (portrait tablets and large phones) */
@media (max-width: 769px) {

    .nav-link.active,
    .nav-link:hover {
        color: #00a9e8;
    }

    .header .header__logo__link img {
        max-width: 280px;
    }

    .header .nav-item {
        display: none;
    }

    .container-fluid-custom {
        padding-right: 15px;
        padding-left: 15px;
    }

    .header-button {
        margin: 0;
    }

    .section-title {
        font-size: 2rem;
        line-height: 2.3rem;
    }

    .section-subtitle {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .banner_login.container-image {
        height: calc(100vh - 62px);
        margin-top: 62px;
    }

    .banner_login.container-image .banner .title {
        font-weight: 600;
    }

    .banner_login.container-image .banner .subtitle {
        margin-top: 2rem;
    }

    .banner_login.container-image .banner .login-section {
        margin-top: 2.5rem;
    }

    .driving_ecosystem.container-image .ecosystem {
        padding-top: 5rem;
    }

    .driving_ecosystem.container-image .ecosystem .sections {
        margin-top: 6rem;
        justify-content: center;
    }

    .driving_ecosystem.container-image .ecosystem .sections .card {
        padding: 20px 30px;
    }

    .driving_ecosystem.container-image .ecosystem .sections .card .section_icon {
        height: 76px;
    }

    .driving_ecosystem.container-image .ecosystem .sections .card .btn_mas {
        width: 60px;
        bottom: 0px;
        right: 0px;
    }

    .driving_ecosystem.container-image .ecosystem .sections .title {
        width: 66%;
        padding-bottom: 8%;
    }

    .driving_ecosystem.container-image .ecosystem .sections .body {
        margin-top: 1.5rem;
        margin-bottom: 45px;
    }

    .driving_ecosystem.container-image .driving {
        padding-top: 5rem;
    }

    .driving_ecosystem.container-image .driving .steps_container_img {
        margin-top: 5rem;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .contenedor-images_adornos .image {
        width: 44px;
        position: absolute;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .contenedor-images_adornos .adorno_regla {
        right: 21rem;
        bottom: 14rem;
        width: 74px;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .contenedor-images_adornos .adorno_barquito {
        bottom: 15rem;
        right: 1rem;
        width: 95px;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .contenedor-images_adornos .adorno_lentes {
        bottom: -2rem;
        right: 19rem;
        width: 120px;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .contenedor-images_adornos .adorno_pincel {
        bottom: -18rem;
        right: 20rem;
        width: 74px;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .contenedor-images_adornos .adorno_manzana {
        top: -2rem;
        right: 4rem;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .contenedor-images_adornos .adorno_pincel2 {
        top: 40rem;
        right: 3rem;
        width: 80px;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .contenedor-images_adornos .adorno_colores {
        top: 10rem;
        right: -0.5rem;
        width: 70px;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .contenedor-images_adornos .adorno_libro {
        top: 36rem;
        right: 22rem;
        width: 99px;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .list .list-group {
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 3rem;
        /* border-image-width: 88px; */
        border-image-outset: 26px;
        justify-content: space-between;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .list .list-group .list-group-item {
        padding-block: 4%;
        width: auto;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .list .aros_libreta {
        display: none;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .contenido .info-text {
        width: 70%;
        margin-left: 0rem;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .contenido .info-text .feature:not(:last-child) {
        margin-bottom: 5%;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .tab-content {
        padding: 3em;
        border-image-width: 67px;
        border-image-outset: 16px;
        min-height: 227px;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .tab-content .tab-pane {
        width: 100%;
    }

    .general_goals.container-image .container_goals {
        padding-top: 6rem;
    }

    .general_goals.container-image .container_goals.students {
        width: 100%;
    }

    .general_goals.container-image .container_goals .info_goals {
        padding-top: 5rem;
    }

    .general_goals.container-image .container_goals .info_goals.students {
        padding-top: 6rem;
    }

    .general_goals.container-image .container_goals .info_goals .goal {
        margin-bottom: 4rem;
        width: 50%;
    }

    .general_goals.container-image .brain_img.students {
        bottom: 2rem;
    }

    .comments.container-image .container_comments {
        padding-top: 6rem;
    }

    .comments.container-image .container_comments .container-carousel {
        margin-top: 5rem;
    }

    .comments.container-image .container_comments .container-carousel .adorno_comilla {
        width: 68px;
    }

    .comments.container-image .container_comments .container-carousel .item_content .item_img {
        width: 260px;
    }

    .comments.container-image .container_comments .container-carousel .item_content .comment_byStudent {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .comments.container-image .container_comments .container-carousel .item_content .comment_byStudent .comment {
        padding-bottom: 2rem;
    }

    .comments.container-image .container_comments .container-carousel .carousel-control-prev {
        left: -32px;
    }

    .comments.container-image .container_comments .container-carousel .carousel-control-next {
        right: -30px;
    }

    .comments.container-image .container_comments .container-carousel .carousel-control-prev,
    .comments.container-image .container_comments .container-carousel .carousel-control-next {
        top: 50%;
    }

    .comments.container-image .container_comments .container-carousel .carousel-control-prev .carousel-control-prev-icon,
    .comments.container-image .container_comments .container-carousel .carousel-control-next .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
    }

    .comments.container-image .container_comments .container-carousel .carousel-control-prev .carousel-control-next-icon,
    .comments.container-image .container_comments .container-carousel .carousel-control-next .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }

    .comments.container-image .container_comments .container-carousel .carousel-counter_container {
        font-size: 1rem;
        margin-top: 0.5rem;
    }

    footer#home-footer .footer .footer_logo {
        margin-top: 4rem;
    }

    footer#home-footer .footer .footer_logo .footer_image {
        width: 320px;
    }

    footer#home-footer .footer .container_footer-menu {
        margin-top: 4rem;
    }

    footer#home-footer .footer .container_footer-menu .footer-menu {
        justify-content: space-around;
    }

    footer#home-footer .footer .container_footer-menu .footer-menu .nav-item {
        width: 30%;
        margin-right: 0 !important;
    }

    footer#home-footer .footer .container_footer-menu .footer-menu .nav-item .header-button {
        font-size: 12px;
        line-height: 16px;
    }

    footer#home-footer .footer .politicas {
        margin-bottom: 1rem;
    }

    .cookies_float .cookie-container .col_container {
        padding: 0;
    }

    .cookies_float .cookie-container .btn_container {
        margin-bottom: 1rem;
    }

    .general_goals.container-image.teachers {
        padding-bottom: 18rem;
    }

    .general_goals.container-image .container_goals.teachers {
        width: 90%;
    }

    .general_goals.container-image .container_goals .info_goals.teachers {
        padding-top: 14rem;
    }

    .general_goals.container-image .brain_img.teachers {
        bottom: 16%;
    }

    .extraBig_size {
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: 0rem;
    }

    .big_size {
        font-size: 1.8rem;
        line-height: 2rem;
        letter-spacing: 0.02rem;
    }

    .big_size.simulator {
        font-size: 2rem;
        line-height: 2rem;
        letter-spacing: 0.02rem;
        padding-bottom: 5% !important;
    }

    .regular_size {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .navbar-toggler {
        display: flex;
    }
}

@media (max-width: 759px) {
    #dualRegistration {
        max-width: 100% !important;
        padding: 44px 0px !important;
    }

    #dualRegistration .dual_register {
        flex-direction: column !important;
    }

    #dualRegistration .dual_register .card_container:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

/* @media (max-width: 859px) {
    #dualRegistration .card {
        width: 300px !important;
        height: 300px !important;
    }
} */

/* @media (max-width: 959px) {
    #dualRegistration .card {
        width: 350px;
        height: 350px;
    }
} */

/* Medium devices (landscape tablets and regular-sized desktops) */
@media (min-width: 770px) and (max-width: 991px) {
    .header .nav-item {
        display: none;
    }

    .navbar-toggler {
        display: flex;
    }

    .usernavbar.navbar-collapse {
        width: 40%;
    }

    .banner_login.container-image {
        height: calc(100vh - 75px);
    }

    .banner_login.container-image .banner .title {
        font-size: 3.2rem;
        font-weight: 600;
        line-height: 3.5rem;
        letter-spacing: 0.15rem;
    }

    .banner_login.container-image .banner .subtitle {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-top: 2.2rem;
        letter-spacing: 0.02rem;
    }

    .banner_login.container-image .banner .login-section {
        margin-top: 4.5rem;
    }

    .driving_ecosystem.container-image .ecosystem .sections .card {
        padding-inline: 35px;
    }

    .driving_ecosystem.container-image .ecosystem .sections .title {
        width: 74%;
    }

    .driving_ecosystem.container-image .ecosystem .sections .body {
        margin-top: 2rem;
        margin-bottom: 40px;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .list .list-group {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 1rem;
        /* border-image-width: 84px; */
        border-image-outset: 26px;
        justify-content: space-between;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .list .list-group .list-group-item {
        padding-block: 4%;
        width: auto;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .list .aros_libreta {
        display: none;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .contenido .info-text {
        width: 82%;
        margin-left: 2rem;
    }

    .general_goals.container-image .container_goals.students {
        width: 100%;
    }

    .general_goals.container-image .container_goals .info_goals.students {
        padding-top: 10rem;
    }

    .general_goals.container-image .brain_img.students {
        bottom: 5rem;
    }

    .comments.container-image .container_comments {
        padding-top: 6rem;
    }

    .comments.container-image .container_comments .container-carousel {
        margin-top: 5rem;
    }

    .comments.container-image .container_comments .container-carousel .adorno_comilla {
        width: 68px;
    }

    .comments.container-image .container_comments .container-carousel .item_content .item_img {
        width: 188px;
    }

    .comments.container-image .container_comments .container-carousel .item_content .comment_byStudent {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .comments.container-image .container_comments .container-carousel .item_content .comment_byStudent .comment {
        padding-bottom: 2rem;
    }

    .comments.container-image .container_comments .container-carousel .carousel-control-prev {
        left: -32px;
    }

    .comments.container-image .container_comments .container-carousel .carousel-control-next {
        right: -30px;
    }

    .comments.container-image .container_comments .container-carousel .carousel-control-prev,
    .comments.container-image .container_comments .container-carousel .carousel-control-next {
        top: 50%;
    }

    .comments.container-image .container_comments .container-carousel .carousel-control-prev .carousel-control-prev-icon,
    .comments.container-image .container_comments .container-carousel .carousel-control-next .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
    }

    .comments.container-image .container_comments .container-carousel .carousel-control-prev .carousel-control-next-icon,
    .comments.container-image .container_comments .container-carousel .carousel-control-next .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }

    .comments.container-image .container_comments .container-carousel .carousel-counter_container {
        font-size: 1rem;
        margin-top: 0.5rem;
    }

    .cookies_float .cookie-container .col_container {
        padding: 0;
    }

    .cookies_float .cookie-container .btn_container {
        margin-bottom: 1rem;
    }

    .general_goals.container-image .container_goals .info_goals.teachers {
        padding-top: 14rem;
    }

    .general_goals.container-image .brain_img.teachers {
        bottom: 17%;
    }

    .big_size {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .regular_size {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}

/* Large devices (larger desktops) */
@media (min-width: 992px) and (max-width: 1199px) {

    .header .header-button,
    .header .register_btn {
        margin: 0 8px;
        line-height: 38px;
    }

    .header .register_btn {
        width: 134px;
    }

    .header .border_btn {
        padding-inline: 0.5rem;
    }

    .header .bg_custom_btn {
        width: 140px;
        line-height: 46px;
    }

    .usernavbar.navbar-collapse {
        display: none;
    }

    .driving_ecosystem.container-image .ecosystem .sections .card {
        padding-inline: 46px;
    }

    .driving_ecosystem.container-image .ecosystem .sections .title {
        width: 68%;
        padding-bottom: 8%;
    }

    .driving_ecosystem.container-image .ecosystem .sections .body {
        margin-top: 2rem;
        margin-bottom: 56px;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .contenido {
        padding-left: 2.1rem;
    }

    .cookies_float .cookie-container .col_container {
        padding: 8px 20px;
    }

    .cookies_float .cookie-container .btn_container {
        margin-bottom: 1rem;
    }

    .cookies_float .cookie-container .border_btn {
        padding-inline: 1.5rem;
    }

    .general_goals.container-image .container_goals .info_goals.teachers {
        padding-top: 14rem;
    }

    .general_goals.container-image .brain_img.teachers {
        bottom: 10rem;
    }

    .big_size {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .regular_size {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}

@media (width: 1024px) and (height: 600px) {
    .extraBig_size {
        font-size: 3rem;
    }

    .big_size {
        font-size: 1.8rem;
    }

    .banner_login.container-image .banner .login-section {
        margin-top: 1.5rem;
    }
}

/* Extra large devices (larger desktops) */
@media (min-width: 1200px) and (max-width: 1312px) {

    .header .header-button,
    .header .register_btn {
        margin: 0 12px;
        line-height: 38px;
    }

    .header .register_btn {
        width: 145px;
    }

    .header .border_btn {
        padding-inline: 1.3rem;
    }

    .header .bg_custom_btn {
        width: 140px;
        line-height: 46px;
    }
}

@media (min-width: 1200px) and (max-width: 1506px) {
    .driving_ecosystem.container-image .ecosystem .sections .card {
        padding-inline: 46px;
    }

    .driving_ecosystem.container-image .ecosystem .sections .title {
        width: 70%;
        padding-bottom: 8%;
    }

    .driving_ecosystem.container-image .ecosystem .sections .body {
        margin-top: 2rem;
        margin-bottom: 56px;
    }

    .driving_ecosystem.container-image .driving .steps_container_img .steps .contenido {
        padding-left: 2.2rem;
    }

    .driving_ecosystem.container-image .extraBig_size {
        font-size: 3.5rem;
        line-height: 4rem;
        letter-spacing: 0.15rem;
    }

    .driving_ecosystem.container-image .big_size {
        font-size: 2rem;
        line-height: 2.5rem;
        letter-spacing: 0.02rem;
    }

    .driving_ecosystem.container-image .regular_size {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}

@media (min-width: 1507px) {
    .cookies_float .cookie-container .cookie-description {
        font-size: 14px;
    }
}

@media (min-width: 1526px) {
    .general_goals.container-image .container_goals.students {
        max-width: 700px;
    }
}

/*modificaciones para carrusel de imagenes*/
.list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aros_notebook {
    transform: rotate(90deg);
    height: 50%;
    z-index: 3;
    position: absolute;
    bottom: 320px;
}

.video-container {
    background: #ececec;
    font-size: 15px;
    font-weight: bold;
    height: 300px;
    padding: 1rem;
}

.video-preview {
    background: #b1b1b1;
    padding: 3.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.video-description {
    margin-bottom: 1rem;
    color: #646464;
    line-height: 1rem !important;
    font-weight: lighter;
    font-size: 13px;
    overflow: hidden;
    /* Oculta cualquier contenido que se desborde del div */
    display: -webkit-box;
    /* Para navegadores WebKit */
    -webkit-line-clamp: 3;
    /* Limita el número de líneas a tres */
    -webkit-box-orient: vertical;
    /* Para navegadores WebKit */
}

.video-name {
    margin-bottom: 0.2rem;
    color: #4a4a49;
    line-height: 1.2rem !important;
    font-weight: bold;
}

.img-video {
    width: 40px;
}

#showVideo {
    background-color: #fff !important;
    width: 100%;
    max-width: 100% !important;
    height: 80%;
    padding: 1px;
}

#showVideo button {
    color: #fff !important;
    padding: 0px;
    /* background: black; */
    right: 1px;
    top: 1px;
}

@media (max-width: 995px) {
    /* .aros_notebook {
        bottom: 320px;
    } */
}

@media (max-width: 769px) {
    .aros_notebook {
        bottom: 360px;
    }
}

@media (max-width: 600px) {
    .aros_notebook {
        bottom: 330px;
    }
}

.video-js {
    width: 100%;
    height: 100% !important;
}

.fontweight_normal {
    font-weight: 100 !important;
}

.guerrero #mainCarouselHome .carousel-control-prev,
.guerrero #mainCarouselHome .carousel-control-next,
.guerrero #mainCarouselHome .carousel-indicators {
    display: none;
}
.students_doubts {
    background: #00336D;
    padding: 3rem 0 2rem 0;
}
.students_doubts .doubts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.students_doubts .description-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.students_doubts .img-container {
    width: 70px;
    height: 70px;
    margin-right: 28px;
}
.students_doubts .img-container img {
    width: 100%;
    height: 100%;
}
.students_doubts .description-container .title{
    font-size: 24px;
    font-weight: 600;
    color: #74AFE0;
}
.students_doubts .description-container .description {
    font-size: 18px;
    color: #FFFFFF;
    word-spacing: 2px;
    letter-spacing: 0.1px;
}
.bold-medium{
    font-family: 'BentonSansBBVA-Medium';
}
@media(max-width:1200px){
    .students_doubts {
        padding: 3rem 0 3rem 0;
        margin-bottom: -1px;
    }
    .students_doubts .description-container {
        margin-top: 1.5rem;
        text-align: center;
    }
    .students_doubts .description-container .description {
        margin-top: 3rem;
        line-height: 1.8rem;
    }
}
.download-section-custom{
    /* border-bottom: 6px solid #1D73B2;
    width: 50%;
    margin-inline: auto; */
    padding-bottom: 5rem;
    position: relative;
}
.download-section-custom .divisor-img{
    position: absolute;
    bottom: 0;
    max-width: 100%;
}
.container.manual_implementacion{
    padding-bottom: 8rem;
    margin-top: -2rem;
}

.container.manual_implementacion.simulator{
    background-image: url(./../images/landingSimulador/blur.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.container.manual_implementacion .title{
    word-break: break-word;
}

@media(max-width:600px){
    .container.manual_implementacion {
        margin-top: 2rem;
    }
}
