﻿@import url("/lib/bootstrap/dist/css/bootstrap.min.css");
@import url("/css/replace.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

@font-face {
    font-family: Titillium Web;
    src: url(/fonts/TitilliumWeb-LightItalic.eot);
    src: url(/fonts/TitilliumWeb-LightItalic.eot?#iefix) format("embedded-opentype"),url(/fonts/TitilliumWeb-LightItalic.woff2) format("woff2"),url(/fonts/TitilliumWeb-LightItalic.woff) format("woff"),url(/fonts/TitilliumWeb-LightItalic.ttf) format("truetype"),url(/fonts/TitilliumWeb-LightItalic.svg#TitilliumWeb-LightItalic) format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Titillium Web;
    src: url(/fonts/TitilliumWeb-Regular.eot);
    src: url(/fonts/TitilliumWeb-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/TitilliumWeb-Regular.woff2) format("woff2"),url(/fonts/TitilliumWeb-Regular.woff) format("woff"),url(/fonts/TitilliumWeb-Regular.ttf) format("truetype"),url(/fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Titillium Web;
    src: url(/fonts/TitilliumWeb-SemiBold.eot);
    src: url(/fonts/TitilliumWeb-SemiBold.eot?#iefix) format("embedded-opentype"),url(/fonts/TitilliumWeb-SemiBold.woff2) format("woff2"),url(/fonts/TitilliumWeb-SemiBold.woff) format("woff"),url(/fonts/TitilliumWeb-SemiBold.ttf) format("truetype"),url(/fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}


body {
    font-family: Titillium Web,arial,no-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 36px;
}

.bgc-granate {
    background-color: #CE1930 !important;
}

.bgc-green {
    background-color: #229B8C !important;
}

.bgc-gray {
    background-color: #00516E !important;
}

.bgc-blue {
    background-color: #00516E !important;
}

.bgc-yellow {
    background-color: #FDB932 !important;
}

.textc-white {
    color: #fff !important;
}

.textc-granate {
    color: #CE1930 !important;
}

.textc-green {
    color: #229B8C !important;
}

.textc-gray {
    color: #00516E !important;
}

.textc-blue {
    color: #00516E !important;
}

.textc-yellow {
    color: #FDB932 !important;
}

a {
}

    a:hover {
        color: #CE1930;
    }

section.content {
    padding: 80px 0;
}

nav {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 102px;
}

    nav .navbar-toggler {
        display: none; /* Oculto por defecto */
        position: relative; /* Para posicionamiento absoluto del menú */
    }

    nav.withborder {
        border-bottom: 3px solid #CE1930;
    }

    nav #logo {
        width: 239px;
        margin-left: 20px;
        margin-top: 7px;
    }

    nav > ul {
        display: inline-block;
        float: right;
        margin-top: 40px;
        margin-right: 0px;
        margin-bottom: 0;
    }

    nav ul li {
        float: left;
        list-style-type: none;
        padding: 5px 15px 30px;
        position: relative;
        margin-bottom: 0;
        text-align: left;
        white-space: nowrap;
        border: 1px solid white;
    }

        nav ul li a {
            font-size: 16px;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            letter-spacing: 1px;
        }

            nav ul li a i {
                margin-left: 5px;
                height: 14px;
                font-size: 14px;
            }


        nav ul li ul {
            display: none;
            position: absolute;
            top: 60px;
            display: none;
            width: auto;
            left: -1px;
            margin: 0;
            padding: 0;
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
            padding: 0 10px;
            background-color: #fff;
        }

    nav > ul > li > ul > li {
        float: none;
        background-color: #fff;
        border-bottom: 1px solid #f2f2f2;
        padding: 9px 16px;
        margin: 0;
        z-index: 1;
    }

    nav > ul > li:hover {
        color: #CE1930;
    }

        nav > ul > li:hover:has(ul) {
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
            background-color: #fff;
            z-index: 10;
        }

        nav > ul > li:hover > a {
            color: #CE1930;
        }

        nav > ul > li:hover > ul {
            display: inline-block;
        }

main #principal {
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: calc( (100vw / 2) - 500px);
    min-height: 550px;
    display: inline-block;
    position: relative;
}

    main#principal img.izq,
    main#principal img.der {
        position: absolute;
        left: calc(50% - 80px);
        display: none;
        top: 120px;
        width: 160px;
    }

    main#principal section {
        width: 50%;
        float: left;
        text-align: center;
        padding: 40px 40px;
        height: 575px;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
        margin-bottom: 60px;
    }

        main#principal section figure {
            margin-bottom: 40px;
            -webkit-transition: all 0.1s ease-out;
            -moz-transition: all 0.1s ease-out;
            -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
        }

        main#principal section h2 {
            margin-bottom: 20px;
            -webkit-transition: all 0.1s ease-out;
            -moz-transition: all 0.1s ease-out;
            -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
        }

            main#principal section h2 i {
                color: #fff;
                font-size: 26px;
                margin-right: 5px;
            }

        main#principal section img {
            max-width: 100%;
            width: 520px;
            -webkit-transition: all 0.1s ease-out;
            -moz-transition: all 0.1s ease-out;
            -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
        }


        main#principal section.empresas {
            background-color: #229B8C;
            color: white;
        }


        main#principal section.particulares {
            background-color: #FDB932;
            color: white;
        }



        main#principal section .btn-primary {
        }

        main#principal section:hover img {
            width: 540px;
        }

        main#principal section:hover h2 {
            margin-bottom: 16px;
            font-size: 45px;
        }

            main#principal section:hover h2 i {
                font-size: 30px;
            }

        main#principal section:hover figure {
            margin-bottom: 20px;
        }

        main#principal section.empresas:hover {
            background-color: #128577;
        }


        main#principal section.particulares:hover {
            background-color: #e8a520;
        }

.chk-parent .chk-notselected {
    display: none;
}

.chk-parent.invalid .chk-notselected {
    display: block;
}

section.contenido {
    margin-top: 40px;
    margin-bottom: 40px;
}

section.slogan .col-md-4 {
    text-align: center;
}

section.slogan img {
    height: 200px;
}

footer {
    width: 100%;
    background-color: #CE1930;
    padding: 50px 0;
    color: #fff;
}

    footer section h4 {
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
        padding-bottom: 5px;
        font-weight: 800;
        font-size: 20px;
        text-transform: uppercase;
    }

    footer section ul {
        padding: 0;
        margin: 0;
    }

        footer section ul li {
            list-style-type: none;
            margin: 5px 0px;
        }

            footer section ul li a {
                font-size: 15px;
                color: #fff;
                text-decoration: none;
            }

                footer section ul li a:hover {
                    color: #fff;
                    text-decoration: underline;
                }

    footer section .social ul {
        display: inline-block;
        width: 100%;
    }

        footer section .social ul li {
            float: right;
            margin: 30px 5px;
            margin-top: 75px;
        }

            footer section .social ul li i {
                font-size: 22px;
            }

            footer section .social ul li.logo-dark {
                margin-top: 60px;
                float: left;
                width: 80px;
            }

                footer section .social ul li.logo-dark img {
                    width: 180px;
                }


.header1-section {
    padding: 40px 0;
    background-color: #e8a520;
    color: white;
}

    .header1-section .image-container {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .header1-section .title {
        margin-top: 20px;
        font-size: 40px;
        font-weight: bold;
        text-align: right;
    }

    .header1-section ul {
        display: inline-block;
        float: right;
        max-width: 100%;
    }

        .header1-section ul li {
            font-size: 22px;
            text-align: right;
            margin: 15px 5px;
            list-style-type: none;
            padding-right: 50px;
            position: relative;
        }

            .header1-section ul li a {
                text-decoration: none;
                color: white;
            }

                .header1-section ul li a:hover {
                    text-decoration: underline;
                }

            .header1-section ul li i {
                color: #229B8C;
                font-size: 45px;
                position: absolute;
                right: 0;
                top: -15px;
            }

.header2-section {
    padding: 40px 0;
    background-color: #e8a520;
    color: white;
}

    .header2-section .image-container {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .header2-section .title {
        margin-top: 20px;
        font-size: 40px;
        font-weight: bold;
        text-align: right;
    }

    .header2-section ul {
        display: inline-block;
        float: right;
        max-width: 100%;
    }

        .header2-section ul li {
            font-size: 17px;
            text-align: right;
            margin: 12px 0px;
            list-style-type: none;
            padding-right: 50px;
            position: relative;
        }

            .header2-section ul li i {
                color: #229B8C;
                font-size: 35px;
                position: absolute;
                right: 0;
                top: -11px;
            }

.header1-section.empresas {
    padding: 40px 0;
    background-color: #229B8C;
    color: white;
}

    .header1-section.empresas ul li i {
        color: #fff;
    }

.band {
    background-color: #CE1930;
    width: 100%;
    padding: 30px 0;
    position: relative;
}

    .band h5 {
        color: white;
    }

    .band .icon-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        max-width: 980px;
    }

    .band .icon-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background-color: #fff;
        margin-left: 0px;
        margin-right: 20px;
    }

    .band .icon {
        font-size: 40px;
        color: #CE1930;
    }



section.faqs {
    background-color: #CE1930;
}

    section.faqs .accordion-item {
        margin-bottom: 7px;
    }

        section.faqs .accordion-item .accordion-header {
            margin-bottom: 0;
            padding: 7px 0;
            font-weight: 700;
        }

        section.faqs .accordion-item .accordion-button {
            font-size: 22px;
            font-weight: 700;
        }

            section.faqs .accordion-item
            .accordion-button::after {
                width: 1.45rem;
                height: 1.45rem;
            }

    section.faqs .col-md-9 h2,
    section.faqs .col-md-9 .accordion {
        padding-left: 30px;
    }

.download-info {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    color: #CE1930;
    text-decoration: none;
}

    .download-info i {
        color: #CE1930;
    }

    .download-info:hover {
        text-decoration: underline;
        color: #00516E;
    }

ul.custom {
    list-style: none;
}

    ul.custom li {
        list-style: none;
        margin: 10px 10px 10px 30px;
        position: relative;
    }

        ul.custom li i {
            font-size: 30px;
            position: absolute;
            left: -35px;
            top: -10px;
        }

            ul.custom li i.bi.bi-check {
                color: #229B8C;
            }

            ul.custom li i.bi.bi-x {
                color: #CE1930;
            }

            ul.custom li i.bi.bi-info {
                color: #ffc107;
            }

.sendMail {
    position: relative;
}

    .sendMail .sending {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: -15px;
        z-index: 1;
        background-color: rgba(34,155,140,0.95);
        padding: 10px;
    }

        .sendMail .sending span {
            display: inline-block;
            color: #fff;
            font-size: 22px;
            position: absolute;
            left: 48%;
            left: calc(50% - 56px);
            top: 48%;
            top: calc(50% - 12px);
        }

        .sendMail .sending div {
            display: inline-block;
            color: #fff;
            font-size: 22px;
            margin: 0 auto;
            position: absolute;
            top: 50%;
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 100%;
            left: 0;
            text-align: center;
        }

            .sendMail .sending div small {
                font-size: 16px;
            }

    .sendMail .row {
        margin-top: 15px;
    }

    .sendMail .btn-primary {
        padding: 12px 30px 18px 30px;
        margin: 5px 0 0;
    }

section.cifras {
}

    section.cifras h3 {
        text-align: center;
        margin-bottom: 30px;
    }

    section.cifras div.anios {
        font-size: 20px;
        border: 1px solid white;
        padding: 14px;
    }

        section.cifras div.anios span {
            display: inline-block;
            width: 100%;
            font-size: 45px;
        }

    section.cifras ul {
        list-style: none;
    }

        section.cifras ul li span {
            font-size: 30px;
        }

section.aseguradoras {
}

    section.aseguradoras .card h5.card-title {
        font-size: 28px;
        font-weight: bold;
        margin: 10px 0;
    }

section .contacto {
    text-align: right;
}

    section .contacto a {
        display: block;
        font-size: 28px;
        text-align: right;
        color: #fff;
        text-decoration: none;
    }

        section .contacto a:hover {
            text-decoration: underline;
        }

.liner h3 {
    display: inline-block;
    margin-right: 0px;
}

.liner .contenedor {
    padding: 10px;
    border: 1px solid gainsboro;
    margin: 20px;
}



@media (max-width: 768px) {
    .liner {
        display: none;
    }

    .mobile-view {
        display: block !important;
    }

    .navbar-toggler {
        display: block !important;
        cursor: pointer;
        border: none; /* Personaliza según tu diseño */
        background: none; /* Personaliza según tu diseño */
        float: right;
        margin-top: 20px;
        margin-right: 20px;
        color: #CE1930;
    }

        .navbar-toggler.active .navbar-toggler-icon {
            color: #fff;
            background-color: #CE1930;
        }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
        font-size: 40px;
        line-height: 40px;
        padding: 5px;
        border: 1px solid #CE1930;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    nav ul {
        position: absolute;
        top: 38px;
        right: 0px;
        background-color: #fff; /* Fondo blanco o el que mejor se adapte a tu diseño */
        box-shadow: 0 8px 16px rgba(0,0,0,0.3); /* Sombra suave */
        display: none; /* Oculto por defecto */
        width: 400px;
        padding-left: 0px;
        padding-bottom: 15px;
    }

        nav ul.active {
            display: block; /* Muestra el menú cuando se hace clic */
            background-color: #fff;
            z-index: 1000;
            top: 100px;
            position: absolute !important;
        }

            /* Ajustes para el menú principal y submenús en dispositivos móviles */
            nav > ul.active, nav ul.active li ul {
                float: none;
                display: block; /* Muestra el menú y submenús en bloque */
                position: static; /* Deshace el posicionamiento absoluto para submenús */
                width: 100%; /* El menú ocupa el ancho completo */
                margin-top: 0; /* Remueve el margen superior específico del menú principal */
                padding-left: 0; /* Asegura que no haya padding izquierdo innecesario */
                box-shadow: none;
                border: none;
            }

                nav ul.active li, nav > ul.active > li > ul > li {
                    float: none;
                    display: block; /* Muestra los ítems de menú en bloque */
                    padding: 10px 15px; /* Ajusta el padding para ítems de menú */
                    border: none; /* Remueve el borde específico de los ítems de menú en escritorio */
                    text-align: left; /* Alinea el texto a la izquierda */
                }

                    nav ul.active li:hover, nav > ul.active > li > ul > li:hover {
                        border: none;
                    }

                    nav ul.active li ul li {
                        padding-left: 20px; /* Añade un margen izquierdo a los ítems de submenús */
                    }

                    /* Asegura que los submenús estén siempre visibles */
                    nav ul.active li ul {
                        display: block; /* Muestra los submenús */
                    }


    main#principal section {
        width: 100%;
        margin-bottom: 0;
        height: auto;
        padding: 20px 20px;
    }

        main#principal section figure {
            margin-bottom: 5px;
            width: 100%;
            text-align: center;
        }

        main#principal section:hover figure {
            margin-bottom: 5px !important;
        }

        main#principal section img {
            text-align: center;
            margin: 0 auto;
            width: 150px;
        }

        main#principal section:hover img {
            width: 150px;
        }

        main#principal section p {
            margin-bottom: 0;
        }

        main#principal section h2 {
            font-size: 30px;
            margin-bottom: 5px;
        }

        main#principal section:hover h2 {
            font-size: 30px;
            margin-bottom: 5px;
        }
}

.nuestro-equipo .bios {
}

    .nuestro-equipo .bios img {
        filter: grayscale(100%);
        transition: filter 0.5s ease;
    }

    .nuestro-equipo .bios:hover img {
        filter: grayscale(0%);
    }

    .nuestro-equipo .bios .info {
        padding: 20px;
    }

        .nuestro-equipo .bios .info h4 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #ce1930;
        }

        .nuestro-equipo .bios .info h5 {
            font-size: 18px;
            margin-bottom: 20px;
            color: #000;
        }

        .nuestro-equipo .bios .info p {
            font-size: 14px;
            margin-bottom: 10px;
        }


#parentInsurances .other-insurance {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

#modalPoliticasPrivacidad section.content {
    padding: 40px 0 !important;
}

.razones ul {
    margin-top: 15px;
}

    .razones ul li {
        font-size: 18px;
        color: #fff;
    }

.testimonios {
    margin-top: 0px;
    padding: 60px 0;
    background-color: #f9f9f9;
}

.testimonios .dicen {
    color: #000;
}

    .testimonios .dicen .stars span{
        color: #000;
    }

    .dicen {
        margin-top: 27px;
        color: #fff;
    }

    .dicen .stars i {
        color: #FDB932;
        font-size: 22px;
    }

    .dicen .stars span {
        margin-left: 8px;
        font-weight: bold;
        font-size: 18px;
    }


#cookieConsentOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

#cookieConsentModal {
    display: none;
    position: fixed;
    bottom: -100%; /* Inicia fuera de la pantalla */
    z-index: 1000;
    background-color: white;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-align: left;
    padding: 20px;
    transition: bottom 0.2s ease-in-out; /* Animación suave al cambiar bottom */
}

    #cookieConsentModal p {
        margin: 0;
        font-size: 18px;
    }

    #cookieConsentModal .col-md-4 {
        text-align: center;
    }

        #cookieConsentModal .col-md-4 .btn {
            margin-right: 20px;
            margin-top: 15px;
        }

.accordion{
    color: #000;
}
/* Landings */
.slider-landing {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

    .slider-landing #fnd {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        min-height: 680px;
        /* filter: brightness(60%) contrast(80%) saturate(99%) blur(2px) hue-rotate(0deg); */
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: center;
        opacity: 0.25;
    }

    .slider-landing img#logo {
        position: absolute;
        top: 30px;
        left: calc(50vw - 130px);
        width: 260px;
        z-index: 20;
    }

    .slider-landing .container {
        position: relative;
        z-index: 20;
        padding-top: 180px;
        padding-bottom: 60px;
        color: #fff;
        font-weight: bold;
    }

        .slider-landing .container h1 {
            color: #ce1930;
            font-size: 47px;
            margin-bottom: 30px;
            backdrop-filter: blur(6px);
            width: auto;
            display: inline-block;
        }

        .slider-landing .container h2 {
            font-size: 28px;
            backdrop-filter: blur(6px);
            padding-right: 30px;
            margin-top: 10px;
            color: #000;
        }

        .slider-landing .container ul {
            color: #000;
            font-size: 21px;
            margin-top: 15px;
            margin-left: 10px;
            font-weight: normal;
        }

            .slider-landing .container ul li {
                list-style: none;
                backdrop-filter: blur(6px);
            }

                .slider-landing .container ul li i {
                    margin-right: 5px;
                    font-size: 21px;
                    color: #229B8C;
                }

@media (max-width: 768px) {
    .slider-landing img#logo {
        top: 15px;
        left: calc(50vw - 90px);
        width: 180px;
    }

    .slider-landing .container {
        padding-top: 100px;
        padding-bottom: 30px;
    }

        .slider-landing .container h1 {
            font-size: 30px;
            margin-bottom: 10px;
        }

        .slider-landing .container h2 {
            font-size: 18px;
        }

        .slider-landing .container ul {
            font-size: 16px;
            margin-top: 10px;
            padding-left: 10px;
            margin-left: 0;
        }

            .slider-landing .container ul li i {
                font-size: 18px;
            }
}

.formulario-landing {
    border-radius: 8px;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 2px 14px 0 rgba(255,255,255,.45);
    backdrop-filter: blur(6px);
    padding: 24px;
    margin: 0 10px;
    color: #000;
    box-shadow: 0 2px 14px 0 rgba(57,32,124,.45);
    position: fixed;
    width: 435.6px;
    right: calc((100vw - 1320px) / 2);
    transition: all 0.2s ease-in-out;
}

    .formulario-landing form {
        margin-right: -30px;
    }

    .formulario-landing.small {
        width: 290px;
        padding: 22px 17px;
    }

        .formulario-landing.small form {
            margin-right: -30px;
        }

    .formulario-landing h5 {
        color: #ce1930;
        margin-bottom: 10px;
    }

    .formulario-landing p.phone {
        text-align: center;
        font-size: 17px;
        margin-right: 10px;
        color: #ce1930;
        margin-bottom: 8px;
        transition: all 0.2s ease-in-out;
    }

        .formulario-landing p.phone a {
            color: #ce1930;
            text-decoration: none;
        }

    .formulario-landing.small p.phone {
        text-align: right;
        transition: all 0.2s ease-in-out;
    }


@media (max-width: 768px) {
    .formulario-landing, .formulario-landing.small {
        position: relative;
        right: auto;
        width: 100%;
        box-shadow: none;
        border-radius: 0px;
    }
}

@media (min-width: 769px) and (max-width: 991.98px) {
    nav #logo {
        width: 110px;
        margin-left: 0;
        margin-top: 29px;
    }

    nav ul li {
        padding: 5px 2px 30px;
    }

    .formulario-landing {
        width: 220px;
        right: 0;
    }

        .formulario-landing.small {
            width: 180px;
            top: 20px;
        }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    nav #logo {
        width: 180px;
        margin-left: 0px;
        margin-top: 11px;
    }

    .formulario-landing {
        width: 300px;
        right: 0;
    }

        .formulario-landing.small {
            width: 220px;
            top: 20px;
        }
}

@media (min-width: 1199.98px) and (max-width: 1399.98px) {
    .formulario-landing {
        width: 360px;
        right: 0;
    }

        .formulario-landing.small {
            width: 265px;
            top: 20px;
        }
}

