.container-slider-aliados.loaded img {
    visibility: visible;
}

.skeleton-loading img,
.skeleton-loading p.text-general.txt-gray,
.skeleton-loading .image-name-testimonios {
    visibility: hidden;
    height: 0;
}

.container-skeleton-loading {
    display: flex;
    width: 100%;
    gap: 20px;
    overflow: hidden;
}

.container-slider-aliados.container-skeleton-loading .skeleton-loading {
    min-width: calc(20% - 20px);
}

.skeleton-loading::before {
    content: "";
    height: 103px;
    position: relative;
    display: block;
    border-radius: 20px;
    animation: skeleton-loading 1s linear infinite alternate;
}

.carrusel-testimonios.container-skeleton-loading {
    width: calc(100% - 80px);
    margin: auto;
}

.testimonio.skeleton-loading::before {
    height: 150px;
}

.testimonio.skeleton-loading {
    min-width: calc(100% - 20px) !important;
}

@media(max-width: 999px) {
    .container-slider-aliados.container-skeleton-loading .skeleton-loading {
        min-width: calc(33% - 20px);
    }
}

@media(max-width: 674px) {
    .container-slider-aliados.container-skeleton-loading .skeleton-loading {
        min-width: calc(50% - 10px);
    }
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

/*GENERALES*/
a {
    text-decoration: none;
    transition: 0.5s !important;
}

.text-center {
    text-align: center !important;
}

.img-responsive {
    max-width: 100%;
}

.mb-2-rem {
    margin-bottom: 2rem;
}

.txt-gray {
    color: #6E6E6E;
}

.txt-blue {
    color: #002AC0;
}

.txt-blue-strong {
    color: #050C83;
}

.txt-white {
    color: #ffffff;
}

.txt-black {
    color: #000;
}

.font-weight-light {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.margin-section-title {
    margin-top: 120px;
    margin-bottom: 70px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px !important;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px;
    }
}

@media(max-width:674px) {
    .margin-section-title {
        margin-top: 80px;
        margin-bottom: 60px;
    }
}
/*END GENERALES*/


/*TIPOGRAFIAS*/
.title-page {
    font-family: "DM Sans", sans-serif;
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 300;
}

.text-general,
.content-blog-details p,
.content-blog-details li {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.8;
}

.text-lg, .card-text.text-general h1, .card-text.text-general h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.txt-small {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.subtitle,
.content-blog-details h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
}

.subtitle-small,
.content-blog-details h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
}

@media(max-width:674px) {
    .subtitle,
    .content-blog-details h1 {
        font-size: 30px;
    }

    .text-lg, .card-text.text-general h1, .card-text.text-general h2 {
        font-size: 16px;
    }

    .text-general,
    .content-blog-details p {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .txt-small {
        font-size: 16px;
    }

    .subtitle-small,
    .content-blog-details h2 {
        font-size: 22px;
    }
}
/*END TIPOGRAFIAS*/


/*Botones*/
.btn-icon {
    color: #000;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

    .btn-icon span {
        transition: 0.5s;
        font-size: 26px;
        line-height: 0;
        position: relative;
        left: 5px;
    }

    .btn-icon:hover, .btn-icon:hover span {
        color: #002ac0;
    }

.btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: #002AC0;
    border-color: #002AC0;
}

.btn-green {
    background: #49CB11;
    border-color: #49CB11;
    border-radius: 60px;
    padding: 10px 35px;
}

    .btn-green:hover {
        opacity: 0.8;
        background: #49CB11;
        border-color: #49CB11;
    }

.btn-center {
    margin: auto;
    display: block;
    width: fit-content;
}
/*End Botones*/


/*HOME*/
.content-home {
    position: relative;
    overflow: hidden;
}

.pngConfig img {
    width: 75%;
}

#section-seguros .txt-small.txt-gray {
    margin-bottom: 0.5rem;
    margin-top: -15px;
}

main {
    max-width: 100%;
    position: relative;
    transition: 0.5s;
}

#section-banner img.fondo-lineas {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
}

#section-seguros img.img-responsive {
    max-width: 245px;
}

#section-seguros.container-section-seguros img {
    max-width: 100%;
}

#section-seguros .subtitle,
.subtitle_border_green .subtitle
{
    padding-bottom: 0.7rem;
    border-bottom: 3px solid #49CB11;
}

#section-tipos-sevicio .content-tipo-servicio {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

    #section-tipos-sevicio .content-tipo-servicio.showing_content {
        display: flex;
    }

    #section-tipos-sevicio .content-tipo-servicio img {
        width: 250px;
        margin: auto;
        display: block;
    }

    #section-tipos-sevicio .content-tipo-servicio div {
        width: 50%;
    }

#section-tipos-sevicio .collapse,
#section-formularios .collapse,
#section-seguros .collapse {
    display: none;
}

#section-tipos-sevicio .select-tipo-servicio,
#section-formularios .select-formulario,
#section-seguros .select-seguro {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-radius: 60px;
    background: #f6f6f6;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#section-tipos-sevicio .select-tipo-servicio {
    margin-bottom: 70px;
}

    #section-tipos-sevicio .select-tipo-servicio p,
    #section-formularios .select-formulario p,
    #section-seguros .select-seguro p {
        margin-bottom: 0;
        width: calc(20% - 20px);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        color: #002AC0;
        cursor: pointer;
        transition: 0.5s;
        padding: 6px 0;
        min-height: 65px;
    }

        #section-tipos-sevicio .select-tipo-servicio p:hover,
        #section-formularios .select-formulario p:hover,
        #section-seguros .select-seguro p:hover {
            background: #002ac014;
        }

        #section-tipos-sevicio .select-tipo-servicio p.active,
        #section-formularios .select-formulario p.active,
        #section-seguros .select-seguro p.active {
            background: #002AC0 !important;
            color: #fff;
        }

#section-information-company .bg-blue-company,
#section-testimonios {
    background: #002AC0 !important;
}

.icon-content img {
    max-width: 140px;
}

#section-information-company {
    padding-top: 150px;
}

.fondoHeader {
    border-bottom-right-radius: 230px;
    background-color: #1B2441;
    padding-bottom: 50px;
    position: relative;
}

#section-aliados .subtitle {
    font-size: 52px;
}

#section-aliados .container-slider-aliados.glider {
    width: calc(100% - 60px);
}

#section-testimonios .carrusel-testimonios.glider {
    width: calc(100% - 80px);
}

#section-aliados .container-arrows,
#section-testimonios .container-arrows {
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    height: 0;
    position: absolute;
    align-items: center;
}

#section-aliados .container-carrusel-aliados,
#section-testimonios .container-carrusel-testimonios {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 60px;
}

#section-aliados .container-slider-aliados div {
    padding: 0 30px;
}

.design-dots {
    position: absolute;
    bottom: -40px;
}

#section-aliados .container-arrows .fas,
#section-testimonios .container-arrows .fas,
#banner-condiciones .container-arrows .fas {
    font-size: 22px;
    cursor: pointer;
    transition: 0.5s;
    color: #000;
}

#section-testimonios .container-arrows .fas {
    color: #fff;
}

    #section-aliados .container-arrows .fas:hover,
    #section-aliados .container-arrows .disabled .fas,
    #section-testimonios .container-arrows .fas:hover,
    #section-testimonios .container-arrows .disabled .fas,
    #banner-condiciones .container-arrows .fas:hover,
    #banner-condiciones .container-arrows .disabled .fas {
        color: #6E6E6E;
    }

.design-dots button.glider-dot {
    background: #D9D9D9;
}

.design-dots button.glider-dot {
    background: #D9D9D9;
    height: 10px;
    width: 10px;
    transition: 0.5s;
}

    .design-dots button.glider-dot.active {
        background: #CECECE;
        width: 31px;
    }

#section-testimonios .design-dots {
    position: unset;
    margin-top: 30px;
}

.testimonio {
    background: #fff;
    padding: 20px 40px;
    border-radius: 30px;
}

.image-name-testimonios {
    display: flex;
    align-items: center;
    gap: 30px;
}

#section-testimonios .col-md-5.col-12 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.section-formulario-image {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.content-form.showing_content {
    display: unset;
}

.content-form {
    display: none;
}

    .content-form .border-green {
        padding-bottom: 0.5em;
        border-bottom: 3px solid #49CB11;
        margin-bottom: 2rem;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

#section-formularios .select-formulario p {
    padding: 12px 0;
    width: 30%;
}

#section-formularios .select-formulario,
.section-formulario-image {
    padding-left: 6%;
    padding-right: 6%;
}

.btn-formulario {
    background: #002AC0;
    border-color: #002AC0;
    margin: auto;
    transition: 0.5s;
    padding: 10px 35px;
    border-radius: 10px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}

.btn-formulario:hover {
    opacity: 0.8;
}

.form-control {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 15px;
    color: #000;
    font-weight: 300;
}

.formulario-general .txt-small {
    font-weight: 300;
    font-size: 16px;
}

.margin-section {
    margin-bottom: 150px;
}

#section-contigo .container-logos-social {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.links-footer-border {
    display: flex;
    justify-content: center;
}

    .links-footer-border a:nth-child(2),
    .links-footer-border a:nth-child(4) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .links-footer-border a {
        padding: 0 1%;
        min-width: 18%;
    }

        .links-footer-border a:hover {
            opacity: 0.7;
        }

div#section-seguros {
    justify-content: space-between;
}

#section-information-company .text-lg {
    font-size: 22px;
}

.container-image-boton {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

    .container-image-boton a {
        position: absolute;
        bottom: 10%;
        background: #49CB11;
        border-color: #49CB11;
        border-radius: 60px;
    }

        .container-image-boton a:hover {
            background: #49CB11;
            border-color: #49CB11;
        }

#section-contigo a,
#section-contigo .txt-blue {
    color: #050C83;
}

#section-contigo .container-logos-social a {
    width: 27px;
    height: 27px;
    text-align: center;
    border: 1px solid #050c8370;
    border-radius: 50%;
    transition: 0.5s;
}

    #section-contigo .container-logos-social a:hover {
        background-color: #050c83;
        color: #fff;
        opacity: 1;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu .col-md-6 {
    min-width: 33%;
    width: 33%;
}

.br-10 {
    border-radius: 10px !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    white-space: unset;
}

#section-legales .container {
    text-align: justify;
}

.container-bg-filosofia {
    padding: 100px 0;
    position: relative;
    background: #f6f6f6;
}

    .container-bg-filosofia li {
        margin-bottom: 10px;
    }

.container-select {
    position: relative;
}

    .container-select select {
        background: transparent !important;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

        .container-select select option {
            cursor: pointer;
        }

    .container-select i {
        position: absolute;
        right: 20px;
        top: calc(50% - 7px);
        width: 10px;
        height: 10px;
        display: block;
        border-left: 3px solid #000;
        border-bottom: 3px solid #000;
        transform: rotate(-45deg);
        transition: all 0.25s ease;
        z-index: 1;
    }

.subtitle-filosofia {
    font-size: 22px;
}

.container-icon-text--nuestra-filosofia {
    display: flex;
    justify-content: center;
    text-align: center;
}

    .container-icon-text--nuestra-filosofia > div {
        padding: 15px 40px;
        border-right: 3px solid #dadada;
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .container-icon-text--nuestra-filosofia > div:last-child {
            border: 0;
        }

        .container-icon-text--nuestra-filosofia > div > div {
            width: 140px;
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #49CB11;
            border-radius: 50%;
        }

    .container-icon-text--nuestra-filosofia img {
        width: 86px;
    }

@media (min-width: 999px) and (max-width: 1280px) {
    .title-page {
        font-size: 33px;
    }

    .container-icon-text--nuestra-filosofia {
        flex-wrap: wrap;
    }
}

@media(min-width:999px) {
    #section-seguros .col-md-6.col-lg-3.col-12 {
        width: 30%;
    }
}

@media(max-width: 992px) {
    .container-icon-text--nuestra-filosofia {
        flex-wrap: wrap;
    }

        .container-icon-text--nuestra-filosofia > div {
            border-right: 0px solid #dadada;
        }

    ul.listado-filosofia li {
        width: 100%;
    }

    #section-formularios .select-formulario {
        padding-left: 0;
        padding-right: 0;
    }

    .container-bg-filosofia {
        padding: 60px 0;
    }

    div#section-tipos-sevicio {
        height: auto !important;
    }

    .txt-center-mobile {
        text-align: center;
    }

    #section-banner img.fondo-lineas {
        display: none;
    }

    #section-tipos-sevicio .content-tipo-servicio div:nth-child(1) {
        width: 30%;
    }

    #section-tipos-sevicio .content-tipo-servicio div {
        width: 70%;
    }

    .fondoHeader::after {
        content: "";
        background: #1B2441;
        height: 100px;
        position: absolute;
        display: block;
        width: 150%;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 100%;
        margin-left: -25%;
        margin-top: -10px;
    }

    #section-banner .title-page {
        text-align: center;
        margin-top: 80px;
        margin-bottom: 80px;
        font-size: 32px;
    }

    #section-banner .col-lg-6.pngConfig {
        text-align: center;
    }

    .fondoHeader {
        border-bottom-right-radius: 0 !important;
        padding-bottom: 0;
        position: unset;
    }

    #section-tipos-sevicio .select-tipo-servicio p,
    #section-formularios .select-formulario p {
        width: calc(50% - 20px);
    }

    #section-tipos-sevicio .select-tipo-servicio,
    #section-formularios .select-formulario {
        justify-content: center;
        border-radius: 20px;
    }
}

@media(max-width: 674px) {
    .container-icon-text--nuestra-filosofia > div {
        padding: 0px;
    }

    #modal_quiero_contratar .modal-body {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

        #modal_quiero_contratar .modal-body #form-contratar > .col-12 {
            margin-bottom: 1.5rem;
        }

    .container-icon-text--nuestra-filosofia {
        flex-direction: column;
    }

    .txt-link-condusef span.text-general {
        font-size: 11px;
    }

    .text-center-mobile {
        text-align: center !important;
    }

    .change-columns-mobile {
        flex-direction: column-reverse;
    }

    .testimonio {
        padding: 20px;
    }

    #section-information-company .text-lg {
        font-size: 20px;
    }

    #section-aliados .container-carrusel-aliados {
        margin-top: 40px;
    }

    .margin-section {
        margin-bottom: 80px;
    }

    .links-footer-border a {
        padding: 0;
        min-width: 100%;
        border: 0 !important;
    }

    .links-footer-border {
        flex-wrap: wrap;
        gap: 20px;
    }

    #section-contigo .col-12.col-lg-6 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
        gap: 20px;
    }

    #section-aliados .subtitle {
        font-size: 36px;
    }

    .hide-mobile {
        display: none !important;
    }

    #section-seguros img.img-responsive {
        margin: auto;
        display: block;
    }

    #section-tipos-sevicio .content-tipo-servicio {
        flex-wrap: wrap;
        gap: 10px;
    }

        #section-tipos-sevicio .content-tipo-servicio img {
            width: 150px;
            margin-left: 0;
        }

        #section-tipos-sevicio .select-tipo-servicio p,
        #section-tipos-sevicio .content-tipo-servicio div,
        #section-formularios .select-formulario p {
            width: 100%;
            min-height: 45px;
        }

    #section-tipos-sevicio .select-tipo-servicio,
    #section-formularios .select-formulario {
        gap: 10px;
        border-radius: 20px;
    }

    #section-banner .title-page {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pngConfig img {
        width: 100%;
    }
}
/*END HOME*


/*HEADER*/
.topbar {
    border-bottom: 1px solid #ffffff30;
}

header a {
    color: #fff;
}

    header a:hover {
        color: #fff;
        opacity: 0.8;
    }

.container-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

li.nav-item.dropdown.links_hover_blur {
    position: unset;
}

    li.nav-item.dropdown.links_hover_blur a::after {
        transition: 0.5s;
    }

.site-header {
    color: #fff;
    cursor: pointer;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    right: 0;
    width: 100%;
    border: 0;
    padding: 20px;
    border: 1px solid #ffffff1a !important;
    box-shadow: -1px 2px 10px #ffffff30;
}

.navbar-expand-lg .menu_client_header ul.dropdown-menu.colorHover {
    width: fit-content;
}

.navbar-expand-lg .navbar-nav {
    gap: 30px;
}

main::after {
    content: "";
    transition: 0.5s;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 100px;
    backdrop-filter: blur(3px);
    opacity: 0;
    display: none;
    z-index: 3;
}

main.blurbody::after {
    opacity: 1;
    display: unset;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffffe6;
}

a.dropdown-item {
    position: relative;
    width: fit-content;
    padding: .50rem 1rem;
    padding-right: 0;
}

    a.dropdown-item::after {
        content: "";
        background: green;
        height: 2px;
        width: 0px;
        position: absolute;
        transform: none !important;
        left: 17px;
        bottom: 5px;
    }

    a.dropdown-item:hover::after {
        width: calc(100% - 17px);
    }

.navbar-toggler[aria-expanded = "true"] .fa-bars::before {
    content: "\f00d" !important;
}

.navbar-toggler[aria-expanded = "false"] .fa-bars::before {
    content: "\f0c9" !important;
}

div#section-tipos-sevicio {
    height: 430px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

li.nav-item.dropdown.links_hover_blur:hover .site-header.dropdown-toggle {
    text-decoration: underline;
    text-decoration-color: #49CB11;
    text-underline-offset: 5px;
    color: #fff;
}

.dropdown-menu[data-bs-popper] {
    top: unset !important;
    left: unset !important;
    margin-top: unset !important;
}

a.nav-link.font-weight-bold.dropdown-toggle.site-header.text-general:hover,
a.nav-link.font-weight-bold.dropdown-toggle.site-header.text-general {
    color: #fff !important;
}

#section-planes-coberturas p.txt-small.txt-center-mobile.txt-gray.font-weight-light.mb-0,
.txt-aseguradoras-seguros {
    font-size: 18px;
}

@media(min-width: 992px) {
    .navbar-expand-lg .menu_client_header .dropdown-menu .col-md-6 {
        min-width: 425px;
    }

    .container-header .navbar-expand-lg {
        position: unset;
    }

    .container-header {
        position: relative;
    }

    li.nav-item.dropdown.links_hover_blur:hover a::after {
        transform: rotate(180deg);
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        left: unset !important;
    }
}

@media(max-width:992px) {
    #section-planes-coberturas p.txt-small.txt-center-mobile.txt-gray.font-weight-light.mb-0,
    .txt-aseguradoras-seguros {
        font-size: 16px;
    }

    #section-tipos-sevicio .select-tipo-servicio {
        margin-bottom: 40px;
    }

        #section-tipos-sevicio .select-tipo-servicio p,
        #section-formularios .select-formulario p,
        #section-seguros .select-seguro p {
            color: #ffffff;
            background: #002ac0;
        }

            #section-tipos-sevicio .select-tipo-servicio p.active,
            #section-formularios .select-formulario p.active,
            #section-seguros .select-seguro p.active {
                background: #1b2441 !important;
            }

    #section-tipos-sevicio .select-tipo-servicio,
    #section-formularios .select-formulario,
    #section-seguros .select-seguro {
        background: none;
    }

    li.nav-item.dropdown.links_hover_blur a[aria-expanded="true"]::after {
        transform: rotate(180deg) !important;
    }

    li.nav-item.dropdown.links_hover_blur:hover .site-header.dropdown-toggle {
        text-decoration: none;
        text-underline-offset: 0px;
        color: #fff;
    }

    li.nav-item.dropdown.links_hover_blur .site-header.dropdown-toggle[aria-expanded="true"] {
        text-decoration: underline;
        text-decoration-color: #49CB11;
        text-underline-offset: 5px;
        color: #fff;
    }

    .navbar-nav .nav-link {
        font-size: 20px !important;
    }

    div#section-seguros.mt-5 {
        margin-top: 150px !important;
    }

    .container-header {
        padding: 15px;
        justify-content: space-between;
    }

    nav.navbar {
        position: unset;
    }

    .navbar .navbar-collapse {
        position: fixed;
        left: 0;
        top: 150px;
        background: #1b2441;
        padding: 0 50px;
        width: 100%;
        z-index: 9;
        height: 100%;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        padding: 0;
        border: 0px solid #ffffff1a !important;
        box-shadow: none;
        min-width: fit-content;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    body.overflow-y-hidden {
        overflow-y: hidden !important;
    }
}

@media(max-width: 674px) {
    table.table.table-blue-manual.tabla_mobile_large {
        table-layout: fixed;
    }

        table.table.table-blue-manual.tabla_mobile_large th.text-general.txt-white:nth-child(1) {
            width: 200px;
        }

        table.table.table-blue-manual.tabla_mobile_large th.text-general.txt-white:nth-child(2) {
            width: 450px;
        }

    #section-planes-coberturas p.txt-small.txt-center-mobile.txt-gray.font-weight-light.mb-0,
    .txt-aseguradoras-seguros {
        font-size: 14px;
    }

    #section-information-company {
        padding-top: 80px;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 10px;
    }

    .navbar .navbar-collapse {
        top: 70px;
        padding: 0 18px;
        padding-bottom: 18px;
        height: calc(100% - 70px);
        overflow: scroll;
    }

    ul.dropdown-menu.colorHover .d-flex {
        flex-wrap: wrap;
        gap: 20px;
    }

        ul.dropdown-menu.colorHover .d-flex .col-md-6 {
            width: 100%;
            min-width: fit-content;
        }
}
/*END HEADER*/


/*FOOTER*/
.footer a {
    color: #fff;
}

footer.footer {
    padding: 3rem 0 30px;
}

.column-footer {
    padding: 0 10px;
}

.menu-footer-collapse .text-lg i {
    position: relative;
    top: -4px;
    transition: 0.5s;
}

.menu-footer-collapse.showing_menu i.fas.fa-sort-down {
    transform: rotate(180deg);
    top: 4px;
}

.menu-footer-collapse div {
    padding-left: 20px;
    transition: 0.5s;
    opacity: 0;
}

.menu-footer-collapse.showing_menu div {
    opacity: 1;
}

.menu-footer-collapse .text-lg {
    cursor: pointer;
    transition: 0.5s;
}

    .menu-footer-collapse .text-lg:hover,
    .menu-footer-collapse.showing_menu .text-lg {
        opacity: 0.8;
    }

.menu-footer-collapse {
    transition: 0.5s;
    overflow: hidden;
}

.social-media-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}

    .social-media-footer a {
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50%;
        color: #1b2441;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
    }

        .social-media-footer a:hover {
            opacity: 0.8;
        }

div#section-btn-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

#section-btn-whatsapp a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #00bb2d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

    #section-btn-whatsapp a::after {
        content: "1";
        position: absolute;
        top: -10px;
        right: 0;
        background: red;
        font-size: 16px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        text-align: center;
        animation-name: animation-message;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

@keyframes animation-message {
    0% {
        top: -5px
    }

    50% {
        top: -10px
    }

    100% {
        top: -5px
    }
}

@media(max-width:674px) {
    div#section-btn-whatsapp {
        bottom: 15px;
        right: 15px;
    }
}
/*END FOOTER*/


/*Página Descarga Condiciones*/
#section-seguros .select-seguro p {
    width: 100%;
}

#section-seguros .select-seguro {
    border-radius: 30px;
    padding: 0;
    height: fit-content;
    position: sticky;
    top: 30px;
    background: none;
}

.content-seguro {
    padding: 0 20px;
    border-radius: 30px;
    display: none;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

    .content-seguro.showing_content {
        display: flex;
    }

.cart-to-download {
    width: calc(33.33% - 16px);
    padding: 20px;
    border: 1px solid #002ac0;
    border-radius: 30px;
    text-align: center;
}

.modal.modal_showing {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.modal .btn-to-change-modal::before {
    content: "";
    background: #0000004f;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: auto;
}

#section-seguros.container-section-seguros .subtitle {
    padding: 0;
    border: 0;
}

.modal .content-body-popup {
    width: 750px;
    height: auto;
    margin: auto;
    max-width: 100%;
}

.btn-to-change-modal {
    cursor: pointer;
}

    .btn-to-change-modal span {
        z-index: 19;
        cursor: pointer;
        float: right;
        background: #fff;
        padding: 10px;
        padding-top: 6px;
        border-radius: 31px;
        color: #000;
        width: 40px;
        height: 40px;
        display: flex;
        font-size: 34px;
        box-shadow: 0px 0px 10px #0000006e;
        align-items: center;
        transition: 0.5s;
        position: relative;
        top: 22px;
        left: 22px;
        font-family: 'DM Sans';
        justify-content: center;
    }

.modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
}

    .modal-content .container-qualitas a {
        display: block;
        margin-bottom: 14px;
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

div#banner-condiciones {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    div#banner-condiciones .container-arrows {
        position: absolute;
        width: calc(100% - 40px);
        display: flex;
        justify-content: space-between;
        height: 0;
    }

#section-seguros.container-section-seguros .row {
    justify-content: space-between;
}

    #section-seguros.container-section-seguros .row .section-content-download {
        width: 70%;
    }

.btn-to-show-seguros.active i {
    color: #49CB11;
}

#banner-condiciones .container-arrows .fas {
    width: 35px;
    height: 35px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    z-index: 1;
    position: relative;
}

@media(min-width: 999px) {
    .pop-manual-container .modal-body.container-qualitas {
        display: flex;
        align-items: center;
    }

    #section-banner .container {
        min-height: 500px;
    }
}

@media(min-width: 674px) {
    .hide-desktop {
        display: none !important;
    }
}

@media(max-width:999px) {
    .modal.modal_showing {
        align-items: unset;
    }

    #section-seguros.container-section-seguros .row .section-content-download {
        width: 100%;
    }

    .cart-to-download {
        width: calc(50% - 16px);
    }

    #section-seguros .select-seguro {
        position: unset;
        gap: 10px;
        padding: 0 20px;
    }
}

@media(max-width:674px) {
    .btn-to-change-modal span {
        left: -10px;
    }

    .cart-to-download {
        width: 100%;
        padding: 10px;
    }

    #section-seguros .select-seguro p {
        min-height: 45px;
    }

    #modal_qualitas .container-content-popup {
        padding: 0 20px;
    }

    #section-video-descarga iframe {
        height: 210px;
    }
}
/*END - Página Descarga Condiciones*/


h3 {
    margin-bottom: 1rem;
}

nav-link {
    padding: 0.5rem 0.5rem;
}

footer {
    background-color: #1B2441;
}

header {
    background-color: #1B2441;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #002AC0;
}

li::marker {
    color: #49CB11;
}


.dropdown-item:focus, .dropdown-item:hover {
    background: none;
}

.titlePageLeft {
    text-decoration-color: #49CB11;
    text-decoration-line: underline;
    text-underline-offset: 5px !important;
    text-decoration-thickness: 2px;
}


.heightImgHeader .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.colorHover {
    background-color: #1b2441;
    right: 0;
}

.colorHoverText {
    color: white;
}




/*
    Forms
*/
.formCheckBox {
    margin: 7px 0px 0px 0px;
}

.fontWeightNormal {
    font-weight: normal !important;
}

.otroInputStyle {
    display: none;
    margin-top: 10px;
}

.spanOtroInput {
    display: none;
}


/*Página de Preguntas Frecuentes*/
.container-faq {
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 30px;
    border-radius: 35px;
}

.section-answer {
    padding: 20px;
    border: 2px solid #f6f6f6;
    background: #f6f6f6;
    transition: 0.5s;
}

.section-question p,
.section-question a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border: 2px solid #002ac0;
    background: #002ac0;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    margin: 0;
    gap: 15px;
}

.section-question i.fas.fa-caret-down {
    position: relative;
    transition: 0.5s;
    font-size: 30px;
    color: #49CB11;
}

.showing_answer .section-question i.fas.fa-caret-down {
    transform: rotate(180deg);
}

.container-faq .section-answer p.text-general:last-child {
    margin-bottom: 0;
}

.telefonia div a {
    margin: 0 !important;
    width: 100% !important;
}

.telefonia div img {
    width: 80%;
}

.telefonia div {
    text-align: center;
}

.telefonia {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 25%;
}

.containers-telefonias {
    gap: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.modal-body #form-cooperativa form {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modal-body #form-cooperativa .mb-3 {
    width: 50%;
    margin-bottom: 0.8rem !important;
    padding-left: calc(1.5rem * .5);
    padding-right: calc(1.5rem * .5);
}

.modal-body form label {
    margin-bottom: 5px;
}

.modal-body #form-cooperativa .mb-3.form-check.form-check-inline,
.modal-body #form-cooperativa .mb-3:nth-child(4),
.modal-body #form-cooperativa .mb-3:nth-last-child(3) {
    width: 100%;
}

.modal-body #form-cooperativa .row.mb-3 {
    width: calc(100% + 30px);
}

.modal-body #form-cooperativa .col-lg-6 {
    width: 50%;
}

.modal-body #form-cooperativa .form-check-input {
    margin: 0;
}

.modal-body #form-cooperativa .mb-3.form-check.form-check-inline {
    display: flex;
    align-items: center;
}

.modal-body #camposAdicionales .mb-3:nth-child(2) {
    float: right;
}

.modal-body #camposAdicionales .mb-3 {
    width: calc(50% - 0.75rem);
    display: inline-block;
}

.modal-body #form-contratar .mb-3,
.modal-body #camposAdicionales .mb-3 {
    margin-bottom: 0.5rem !important;
}

@media(max-width: 999px) {
    .telefonia {
        width: 33%;
    }
}

@media(max-width: 674px) {
    .telefonia {
        width: 50%;
    }

    .modal-body #form-cooperativa .mb-3,
    .modal-body #form-cooperativa .col-lg-6,
    .modal-body #camposAdicionales .mb-3 {
        width: 100%;
    }

    .pop-manual-container .container {
        margin: auto;
    }
}
/*END Págian de Preguntas Frecuentes*/


/*Aviso de privacidad*/
#section-legales a {
    color: #002ac0;
}

    #section-legales a:hover {
        color: #0a58ca;
    }

#section-legales p.text-lg.txt-black {
    text-transform: uppercase;
}

@media(max-width: 674px) {
    #section-legales .container .text-lg {
        text-align: left;
        font-size: 18px;
    }
}
/*End Aviso de Privacidad*/


/*Seguros de Auto*/
.fondoSegurosAuto {
    background-color: transparent;
    background-size: cover;
    border-radius: 0;
    background-position-y: bottom;
    background-position-x: right;
}

    .fondoSegurosAuto.fondoHeader::after {
        display: none !important;
    }

.container-datos-seguro {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .container-datos-seguro img {
        width: 110px;
    }

.subtitle_border_green .subtitle{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.content-blog-details h1{
    margin-bottom: 15px;
    font-size:36px;
}
#section-information-seguros-autos span.number-border-blue {
    border: 2px solid #050C83;
    color: #050C83;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    margin-right: 20px;
    font-weight: 900;
    font-size: 18px;
}

#section-information-seguros-autos .section-answer li.text-general::marker {
    color: #050C83;
    font-size: 24px;
    line-height: 0;
}

.container-datos-seguro:last-child {
    margin-bottom: 0px !important;
}

.table-blue-manual thead {
    background: #002ac0;
}

.table-blue-manual th, .table-blue-manual td {
    padding: 25px 20px;
    text-align: center;
    vertical-align: middle;
}

.table-blue-manual tbody tr:nth-child(2n) {
    background: #002ac01f;
}

.table-blue-manual thead tr th:first-child {
    border-top-left-radius: 30px !important;
}

.table-blue-manual thead tr th:last-child,
table.table.table-blue-manual {
    border-top-right-radius: 30px !important;
}

.table-blue-manual tbody tr:last-child th {
    border-bottom-left-radius: 30px !important;
}

.table-blue-manual tbody tr:last-child td:last-child {
    border-bottom-right-radius: 30px !important;
}

.table-blue-manual tbody tr:last-child {
    border-bottom: 0px solid #fff;
}

.margin-100 {
    margin-bottom: 100px;
}

.container-number p.text-general {
    width: calc(100% - 35px);
}

.container-number {
    display: flex;
    margin-bottom: 1rem;
}

    .container-number span.number-border-blue {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

@media(min-width: 999px) {
    .container-datos-seguro div {
        max-width: 65%;
    }

    .container-formulario-seguro-hogar .row, .container-formulario-seguro-auto .row {
        overflow: hidden !important;
    }

    .container-formulario-seguro-hogar .table-blue-manual tr th:first-child,
    .container-formulario-seguro-auto .table-blue-manual tr th:first-child {
        box-shadow: none !important;
    }
}

@media(min-width:999px) and (max-width:1399px) {
    .row.container-table-manual-scroll {
        position: relative;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        transition: all 0.2s;
        will-change: transform;
        user-select: none;
        cursor: grab;
    }

        .row.container-table-manual-scroll.active {
            cursor: grabbing;
            cursor: -webkit-grabbing;
        }
}

@media( max-width: 1399px ) {
    #section-planes-coberturas .row.mb-4 {
        position: sticky;
        left: 0;
        margin: 0;
        overflow: hidden;
    }

    .table-blue-manual tr th:first-child {
        position: sticky;
        left: 0;
        background: #ffffffcf;
        box-shadow: inset -1px 0px 0px #002ac075;
    }

    .table-blue-manual tbody tr:nth-child(2n) th:first-child {
        background: #e0e5f7cf;
    }

    .table-blue-manual thead th:first-child {
        background: #002ac0cf;
    }

    #section-planes-coberturas .row {
        margin: 0;
        overflow-x: scroll;
        border-radius: 30px;
    }
}

@media(max-width: 999px) {
    div#section-planes-coberturas {
        width: 100%;
        padding: 0 10px !important;
    }

    .margin-100 {
        margin-bottom: 80px;
    }
}

@media(min-width: 674px) {
    .fondo-mobile-seguros-mobile .container-img-mobile {
        display: none;
    }
}

@media(max-width: 674px) {
    #section-autos img.img-responsive {
        max-width: 80%;
    }

    #section-information-seguros-autos .section-answer {
        padding: 30px 20px;
    }

    .fondoSegurosAuto {
        background-position-x: center;
    }

    .container-datos-seguro div {
        text-align: center;
    }

    .container-datos-seguro {
        gap: 25px;
        flex-direction: column;
        margin-bottom: 40px !important;
    }

    #section-especificaciones-seguro .subtitle_border_green .subtitle {
        margin-bottom: 40px;
    }

    .fondo-mobile-seguros-mobile {
        background: none !important;
    }

        .fondo-mobile-seguros-mobile .container {
            position: absolute;
        }

    .fondo-mobile-seguros-mobile {
        background: none !important;
        display: flex;
        align-items: flex-start;
    }
}
/*END Seguros de Auto*/

#banner-condiciones .swiper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.container-dots-descarga.swiper-pagination-bullets {
    z-index: 999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 40px;
}

.container-dots-descarga span {
    background: #D9D9D9;
    height: 10px;
    width: 10px;
    transition: 0.5s;
    opacity: 1;
    border-radius: 999px;
}

    .container-dots-descarga span.swiper-pagination-bullet-active {
        background: #CECECE;
        width: 31px;
    }


/*PÁGINA DE ASISTENCIAS*/
.btn-change-tabs-asistencias {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 10px 25px;
    border: 2px solid #050c83;
    background: #fff;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 30px;
}

.carrusel-asisstencias-logos-alineamiento {
    justify-content: center;
    display: flex;
}
    .btn-change-tabs-asistencias p {
        transition: 0.5s;
    }

    .btn-change-tabs-asistencias:hover,
    .btn-change-tabs-asistencias.showing-tab {
        background: #050c83;
    }

        .btn-change-tabs-asistencias:hover p,
        .btn-change-tabs-asistencias.showing-tab p {
            color: #fff;
        }

    .btn-change-tabs-asistencias i.fas.fa-chevron-right {
        color: #fff;
        background: #050c83;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        border-radius: 50%;
        transition: 0.5s;
    }

        .btn-change-tabs-asistencias i.fas.fa-chevron-right::before {
            position: relative;
            left: 1px;
        }

    .btn-change-tabs-asistencias:hover i.fas.fa-chevron-right,
    .btn-change-tabs-asistencias.showing-tab i.fas.fa-chevron-right {
        color: #050c83;
        background: #49cb11;
    }

.container-seleccion-seguro .btn-change-tabs-asistencias:last-child {
    margin-bottom: 0;
}

.tab-data-asistencia {
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 30px;
    border-radius: 40px;
    border: 2px solid #050c83;
}

    .tab-data-asistencia.showing-tab {
        display: flex;
    }

@media(min-width: 674px) {
    #section-aliados.section-logos-asistencias .glider-track {
        padding: 0;
    }

    #section-aliados.section-logos-asistencias .container-slider-aliados.glider {
        width: 100%;
    }
}

@media(max-width:1199px) {
    .btn-change-tabs-asistencias {
        padding: 5px 10px;
    }

        .btn-change-tabs-asistencias img {
            width: 60px;
        }

        .btn-change-tabs-asistencias i.fas.fa-chevron-right {
            width: 29px;
            height: 29px;
            font-size: 16px;
        }
}

@media (max-width: 674px) {
    #section-aliados.section-logos-asistencias .container-slider-aliados div {
        padding: 0;
    }

    .btn-change-tabs-asistencias img {
        width: 40px;
    }

    .btn-change-tabs-asistencias {
        margin-bottom: 20px;
    }

        .btn-change-tabs-asistencias .subtitle-small {
            font-size: 20px;
        }
}
/*END PÁGINA DE ASISTENCIAS*/

/*PÁGINA DE NUESTRA HISTORIA*/
.content-texto {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 50px;
}

.content-line-time .content-texto .title-page::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #49cb11;
    display: block;
    position: relative;
    left: -30%;
    z-index: 1;
    top: 0.5rem;
}

.content-line-time .content-imagen {
    position: relative;
    z-index: 2;
}

.content-texto .title-page {
    margin-bottom: 2rem;
    font-size: 52px;
}

#section-linea-tiempo .btns-to-change-time-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 10px;
}

    #section-linea-tiempo .btns-to-change-time-line span.swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        border: 2px solid #1b2441;
        background: #f6f6f6;
        border-radius: 50%;
        position: relative;
        z-index: 2;
        cursor: pointer;
        transition: 0.5s;
        margin: 0;
        opacity: 1;
    }

.btns-to-change-time-line::after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    left: 20px;
    background: #1b2441;
    z-index: 1;
}

#section-linea-tiempo .btns-to-change-time-line span.swiper-pagination-bullet:hover,
#section-linea-tiempo .btns-to-change-time-line span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1b2441;
}

.content-line-time .row {
    margin: 0;
}

.btns-to-change-time-line span.swiper-pagination-bullet.showing-animation-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

    .btns-to-change-time-line span.swiper-pagination-bullet.showing-animation-dots::before {
        content: "";
        background-color: #49CB11;
        width: 1%;
        height: 1%;
        position: absolute;
        border-radius: 50%;
        animation: pulse-dot 1s infinite;
        z-index: 1;
    }

    .btns-to-change-time-line span.swiper-pagination-bullet.showing-animation-dots::after {
        content: "";
        background-color: #f6f6f6;
        width: 16px;
        height: 16px;
        position: absolute;
        border-radius: 50%;
        z-index: 1;
    }

.block-draggable-historia {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.section-answer .d-flex p.text-general {
    width: calc(100% - 55px);
}

.text-left {
    text-align: left !important;
}

@keyframes pulse-dot {
    0% {
        width: 20px;
        height: 20px;
    }

    50% {
        width: 30px;
        height: 30px;
    }

    80%, 100% {
        opacity: 0;
        width: 30px;
        height: 30px;
    }
}

@media(max-width: 674px) {
    .content-texto {
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
    }

    .content-line-time .content-imagen {
        padding: 0;
    }

    .content-line-time .row {
        margin: 0;
        padding: 0 15px;
    }

    .content-line-time .content-texto .title-page::after {
        left: 0;
    }

    .all-content-line-time {
        padding: 0;
    }

    .content-texto .title-page {
        font-size: 42px;
    }

    #section-linea-tiempo .btns-to-change-time-line {
        padding: 0 10px;
        padding-bottom: 10px;
    }

        #section-linea-tiempo .btns-to-change-time-line span.swiper-pagination-bullet {
            width: 15px;
            height: 15px;
        }

    .btns-to-change-time-line span.swiper-pagination-bullet.showing-animation-dots::after {
        width: 9px;
        height: 9px;
    }
    .content-blog-details h1 {
        font-size: 26px;
    }
    .section-sala-prensa-content .table-blue-manual tr th:first-child, .section-sala-prensa-content .table-blue-manual tr td:nth-child(2) {
        min-width: 130px !important;
    }
    .section-sala-prensa-content .table-blue-manual tr td:nth-child(3) {
        min-width: 240px !important;
        padding: 20px 10px;
    }
}

/*END PÁGINA DE NUESTRA HISTORIA*/


/*PÁGINA NUESTRA CALCULADORA*/

input[type='range'] {
    accent-color: #002AC0;
    line-height: 2rem;
    cursor: pointer;
}

input[type='range'] {
    background: linear-gradient(to right, #002AC0 0%, #002AC0 53.333%, #fff 47%, #fff 100%);
    border: 1px solid #ced4da;
    border-radius: 8px;
    height: 8px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    padding: 0;
}

.form-check.form-check-inline.seleccion-check-manual input {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0d6efd00;
    border-color: #0d6efd00;
}

.seleccion-check-manual input:checked::after,
.seleccion-check-manual input:hover::after {
    background-color: #1b2441;
}

.seleccion-check-manual input:checked + label,
.seleccion-check-manual input:hover + label {
    color: #fff;
}

.seleccion-check-manual input::after {
    content: "";
    width: 110px;
    height: 60px;
    display: block;
    position: absolute;
    border: 1px solid #1b2441;
    border-radius: 10px;
    z-index: 1;
    transition: 0.5s;
    cursor: pointer;
    background: #fff;
}

.seleccion-check-manual input + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    background-color: #49cb11;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.seleccion-check-manual input#noCheckbox + label::before {
    content: "\f00d";
    background-color: #ff141e;
}

.form-check.form-check-inline.seleccion-check-manual {
    padding: 0;
    margin: 0;
    position: relative;
    left: 55px;
}

.seleccion-check-manual label {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    left: -52px;
    position: relative;
    top: -1px;
    transition: 0.5s;
    cursor: pointer;
}

.btns-to-validate-change {
    display: flex;
    justify-content: center;
    gap: 150px;
    align-items: center;
    margin: 45px 0;
}

.btns-step-two-form {
    display: flex;
    justify-content: space-around;
}
/*PÁGINA NUESTRA CALCULADORA*/

/*
    Login icono contrasena
*/
.fa-eye-slash {
    margin-right: -1px;
    color: #ced4da;
}

.fa-eye {
    color: #ced4da;
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

.spinner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

div#cooperativaModal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#cooperativaModal .modal-dialog {
    max-width: 674px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-container {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    background-color: #f8f9fa;
}

.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .stepper .step-circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: #333;
        cursor: pointer;
    }

        .stepper .step-circle.active {
            background-color: #002AC0;
            color: #fff;
        }

    .stepper .line {
        flex: 1;
        height: 2px;
        background-color: #ddd;
        margin: 0 5px;
    }

        .stepper .line.active {
            background-color: #002AC0;
        }

.car-image {
    font-size: 50px;
    color: #333;
}

.card-container {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background-color: #f8f9fa;
}

.info-label {
    color: #888;
    font-size: 0.9rem;
    font-weight: bold;
}

.info-value {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}

#loading .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.5rem;
}

.form-range {
    appearance: none;
    width: 100%;
    height: 10px;
    background: #e4e4e4;
    border-radius: 5px;
    outline: none;
    transition: background 0.3s;
}

    .form-range::-webkit-slider-thumb {
        appearance: none;
        width: 20px;
        height: 20px;
        background: #007bff;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    }

    .form-range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: #007bff;
        border: none;
        border-radius: 50%;
        cursor: pointer;
    }


.datalist-input {
    position: relative;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: all 0.3s ease-in-out;
}

    .datalist-input:focus {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

/* Estilo para la lista personalizada */
.dropdown-menu-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1050;
}

    .dropdown-menu-list li {
        padding: 8px 12px;
        cursor: pointer;
    }

        .dropdown-menu-list li:hover {
            background-color: #D9D9D9;
        }


.uppercase-select option {
    text-transform: uppercase;
}


.text-transform-normal{
    text-transform: none !important;
}
.content-blog-details img {
    max-width: 100%;
}

#stepperContent input,
#stepperContent select,
#stepperContent textarea {
    text-transform: uppercase; 
}

.card-text.text-general h1, .card-text.text-general h2{
    font-weight: 300;
    margin-bottom: 5px;
}

.ql-align-justify {
    text-align:justify; 
}
.ql-align-center {
    text-align: center;
}

.ql-align-right {
    text-align: right;
}

.ql-align-left {
    text-align: left;
}
.content-blog-details p strong {
    font-weight: 600;
}

.card-text strong {
    font-weight: 600;
}

.section-sala-prensa-content table p {
    margin-bottom: 0 !important;
}