body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #FAFEFF;
}

html {
    overflow-x: hidden;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

.principal-menu {
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 0;
    /*.nav-item.active {
        border-bottom: 1px solid #979797;
    }*/
}

    .principal-menu .custom-popover {
        padding-right: 30px;
    }

        .principal-menu .custom-popover [data-content] a {
            color: black !important;
        }

    .principal-menu .logo {
        margin-left: 55px;
        margin-right: 35px;
    }

        .principal-menu .logo img {
            height: 50px;
        }

    .principal-menu .account {
        margin-right: 50px;
    }

    .principal-menu .nav-item {
        position: relative;
    }

        .principal-menu .nav-item.active:after {
            content: "";
            background: #979797;
            position: absolute;
            bottom: 0;
            left: 15%;
            height: 5px;
            width: 70%;
        }

    .principal-menu .links-mobile {
        display: none;
    }

@media (max-width: 767.98px) {
    #navbarText ul {
        text-align: center;
    }

    #navbarText .account {
        text-align: center;
        width: 100%;
    }

    .custom-popover {
        display: none;
    }

    .links-mobile {
        display: initial !important;
    }
}

.footerContent {
    background: url(/images/background-blue.png) no-repeat center center;
    background-size: cover;
}

    .footerContent .footer {
        padding: 31px 0;
        /*.links {
            padding-left: 80px;

            a {
                color: black;
                font-size: 13.2px;
            }
        }

        .terms-conditions {
            padding-left: 80px;
            font-size: 13.2px;

            a {
                color: white;
            }
        }

        .socialmedia {
            padding-top: 80px;
            a{
                margin:3px;
            }
        }*/
    }

        .footerContent .footer .menu {
            font-size: 13.2px;
            color: #12284C;
            line-height: 27.1px;
            padding-left: 14%;
        }

            .footerContent .footer .menu a {
                color: white !important;
            }

            .footerContent .footer .menu:last-child {
                padding-left: 40px;
            }

        .footerContent .footer .list-menu {
            padding-left: 140px;
        }

        .footerContent .footer .social-network a {
            margin: 0 7px;
        }

        .footerContent .footer .terms-conditions {
            text-align: center;
        }

            .footerContent .footer .terms-conditions a {
                color: #FFFFFF;
                font-size: 13.2px;
                line-height: 27.1px;
            }

@media (max-width: 575.98px) {
    footer .menu {
        justify-content: center;
        text-align: center;
        padding-bottom: 4px;
        padding-left: 0px !important;
        padding-left: 0% !important;
    }

    footer .social-network {
        margin-top: 20px;
        text-align: center;
    }

    footer .logo {
        margin-top: 20px;
        text-align: center;
    }

    footer .terms-conditions {
        margin-top: 20px;
        padding-left: 0px !important;
        text-align: center;
    }
}

.section0 {
    padding: 25px;
}

.section1 {
    position: relative;
    height: 900px;
}

    .section1 .jumbotron {
        background-color: white;
        background: url(/images/fondo.jpg) no-repeat center center;
        background-size: cover;
        border: 1px solid gray;
        position: relative;
    }

        .section1 .jumbotron::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.5);
        }

    .section1 .title {
      
        font-size: 45px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

    .section1 .productList {
        border-radius: 5px;
        background-color: #FFFFFF;
        position: absolute;
        top: 25%;
        right: 14%;
        border-color: grey;
    }

        .section1 .productList ul li {
            margin-right: 3px;
        }

            .section1 .productList ul li a {
                padding: 0.5rem 24px;
            }

        .section1 .productList .tabProducts {
            font-family: Helvetica;
            font-size: 18px;
            color: #4C4C4C;
            text-align: center;
        }

            .section1 .productList .tabProducts ul li a {
                color: #4C4C4C;
            }

            .section1 .productList .tabProducts .nav-link {
                background-color: #D8D8D8;
                color: #495057;
                text-decoration: none;
            }

                .section1 .productList .tabProducts .nav-link.active {
                    background-color: #FFFFFF;
                    color: #495057;
                }

        .section1 .productList .tabProductsContent {
            padding: 50px;
            padding-top: 70px;
            padding-bottom: 70px;
            border-bottom: 1px solid #EEEEEE;
            border-left: 1px solid #EEEEEE;
            border-right: 1px solid #EEEEEE;
            border-radius: 5px;
            box-shadow: 0px 1px 1px 0px #000000;
        }

            .section1 .productList .tabProductsContent .product {
                display: block;
                margin-top: 10px;
            }

                .section1 .productList .tabProductsContent .product img {
                    width: 63px;
                }

                .section1 .productList .tabProductsContent .product h6 {
                    color: #575757;
                    font-size: 12px;
                    margin: 0;
                    margin-top: 8px;
                    width: 100%;
                }

                .section1 .productList .tabProductsContent .product a {
                    font-size: 10px;
                    color: #40BFEF;
                    letter-spacing: 0;
                    line-height: 40px;
                    text-decoration: underline;
                }




    @media (max-width: 575.98px) {
        .whatsapp-float {
        right: -10px !important; /* Distancia desde la parte izquierda */
    }

    .section2 {
        margin-top: 600px !important
    }

        .section2 .title h2 {
            font-size: 35px !important;
        }
}



.whatsapp-float {
    position: fixed;
    bottom: 20px; /* Distancia desde la parte inferior */
    right: 20px; /* Distancia desde la parte izquierda */
    z-index: 9999;
}

    .whatsapp-float img:hover {
        cursor: pointer;
        opacity: 0.8;
        width: 149px;
    }

.section2 .jumbotron {
    background-image: url("/images/BANNER-HOME-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
}

    .section2 .jumbotron a {
        background-color: #91D1E5;
        border-color: #91D1E5;
    }

.section2 .cardCustom p {
    color: #ADADAD;
    font-size: 13px;
}

.section2 .cardCustom .customButton {
    color: #009EE2;
    border: 1px solid #009EE2;
    background-color: white;
    font-size: 14px;
    text-align: center;
    padding: 9px 2px;
    margin: 2px;
    width: 138px;
}

.section2 .cardCustom .customImg {
    background: rgba(4, 26, 70, 0.6) !important;
}

.section2 .title {
    display: inline-block;
    text-align: center;
}

    .section2 .title h2 {
        padding-top: 20px;
        display: inline-block;
        font-size: 45px;
        color: #12284C;
    }

    .section2 .title p {
        color: #4A4A4A;
    }

    .section2 .title figure {
        display: inline-grid;
    }

.section2 .insurance {
    margin-bottom: 100px;
}

    .section2 .insurance img {
        height: 180px;
    }

.section2 .card {
    height: 250px;
}

.section3 {
    background-image: url("/images/background-blue.png");
    background-size: cover;
    height: 499px;
}

    .section3 .textAnimation {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
    }

        .section3 .textAnimation:first-of-type {
            /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
            animation: showup 7s infinite;
        }

        .section3 .textAnimation:last-of-type {
            width: 0px;
            animation: reveal 10s infinite;
        }

            .section3 .textAnimation:last-of-type span {
                margin-left: -355px;
                animation: slidein 10s infinite;
            }

@keyframes showup {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slidein {
    0% {
        margin-left: -800px;
    }

    20% {
        margin-left: -800px;
    }

    35% {
        margin-left: 0px;
    }

    100% {
        margin-left: 0px;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        width: 0px;
    }

    20% {
        opacity: 1;
        width: 0px;
    }

    30% {
        width: 355px;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 355px;
    }
}

.section3 .cell {
    /* margin-top: 50px;*/
    /*z-index: 666;*/
}

    .section3 .cell img {
        height: 510px;
    }

.section3 .cell-info {
    height: inherit;
}

    .section3 .cell-info .container {
        height: inherit;
    }

        .section3 .cell-info .container .row {
            height: inherit;
        }

        .section3 .cell-info .container .apps img {
            height: 55px;
        }

    .section3 .cell-info .title {
        font-size: 35px;
        color: #FFFFFF;
        text-align: center;
    }

    .section3 .cell-info .subtitle {
        font-size: 23px;
        color: #FFFFFF;
        margin-bottom: 50px;
        text-align: center !important;
    }

.sectionBanner {
    padding-top: 150px;
    padding-bottom: 80px;
}

    .sectionBanner .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-radius: 0px !important;
    }

    .sectionBanner .BannerSection .jumbotron {
        background-image: url("/images/bannerInsurance.png");
        background-color: rgba(255, 255, 255, 0.4);
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px !important;
        padding-left: 17%;
        position: relative;
    }

        .sectionBanner .BannerSection .jumbotron::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.5);
        }

        .sectionBanner .BannerSection .jumbotron h1 {
            color: white;
            position: relative;
        }

        .sectionBanner .BannerSection .jumbotron p {
            color: #E5E8ED;
        }

        .sectionBanner .BannerSection .jumbotron a {
            background-color: #009EE2;
            border-color: #009EE2;
            left: 50%;
        }

        .sectionBanner .BannerSection .jumbotron .customButton {
            color: #009EE2;
            border: 1px solid #009EE2;
            background-color: white;
            font-size: 14px;
            text-align: center;
            padding: 9px 2px;
            margin: 2px;
            width: 138px;
        }

    .sectionBanner .cardCustom p {
        color: #ADADAD;
    }

    .sectionBanner .cardCustom .customButton {
        color: #009EE2;
        border: 1px solid #009EE2;
        background-color: white;
        font-size: 14px;
        text-align: center;
        padding: 9px 2px;
        margin: 2px;
        width: 138px;
    }

    .sectionBanner .cardCustom customImg {
        height: 10px;
    }

    .sectionBanner .title {
        padding-top: 65px;
        padding-bottom: 45px;
        margin-bottom: 30px;
        display: inline-block;
        text-align: center;
    }

        .sectionBanner .title h2 {
            padding-top: 20px;
            margin-right: 30px;
            display: inline-block;
            font-size: 45px;
            color: #12284C;
        }

        .sectionBanner .title p {
            color: #ADADAD;
        }

        .sectionBanner .title figure {
            display: inline-grid;
        }

.section4 {
    height: 500px;
}

    .section4 h1 {
        text-shadow: 0.1px 0.1px 0.1px white, 0 0 0.1em grey;
    }

    .section4 .jumbotron {
        background-image: url("/images/BANNER-HOME-2.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

.section5 .title-container .title {
    color: #12284C;
    font-size: 45px;
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
}

.section5 .title-container .map-list {
    margin-bottom: 50px;
}

    .section5 .title-container .map-list .btnMap {
        color: #009EE2;
        border: 1px solid #009EE2;
        background-color: white;
        font-size: 14px;
        text-align: center;
        padding: 9px 2px;
        margin: 2px;
        width: 138px;
    }

        .section5 .title-container .map-list .btnMap:hover {
            background-color: #009EE2;
            color: white;
        }

.section5 .map {
    position: relative;
    margin: 0;
    width: 100%;
}

    .section5 .map .map-img {
        width: 100%;
        margin-bottom: 5px;
    }

    .section5 .map .map-pointer1 {
        height: 15px;
        border-radius: 30px;
        position: absolute;
        padding: 0;
        width: 15px;
    }

    .section5 .map #map-pointer-chepe {
        top: 63%;
        left: 59%;
    }

    .section5 .map #map-pointer-guana {
        top: 15%;
        left: 34%;
    }

    .section5 .map #map-pointer-alajuela {
        top: 42%;
        left: 54%;
    }

    .section5 .map #map-pointer-limon {
        top: 50%;
        left: 70%;
    }

.section5 .locations {
    margin: 20px;
}

    .section5 .locations .content-location {
        border: 0.5px solid #FFFFFF;
        border-radius: 5px;
        padding: 30px 20px;
        /* margin: 0px !important; */
        box-shadow: 0px 1px 2px 0px #000000;
        margin-top: 15px;
    }

        .section5 .locations .content-location .header-location {
            margin: 0 auto;
        }

        .section5 .locations .content-location .local {
            width: 100%;
        }

        .section5 .locations .content-location .body-location {
            color: #12284C;
            font-size: 13px;
            line-height: 20.1px;
            margin: 0;
        }

            .section5 .locations .content-location .body-location p:first-of-type {
                margin-top: 20px;
            }

            .section5 .locations .content-location .body-location p {
                margin: 0;
                margin-bottom: 10px;
            }

        .section5 .locations .content-location .footer-location {
            display: inline-block;
        }

            .section5 .locations .content-location .footer-location .map-b {
                color: #009EE2;
                border: 1px solid #009EE2 !important;
                border-radius: 5px;
                text-decoration: none;
                background-color: white !important;
                display: inline-block;
                font-size: 14px;
                text-align: center;
                padding: 9px 2px;
                margin: 2px;
                width: 118px;
            }

        .section5 .locations .content-location .f-chepe {
            margin-top: 17px;
        }

        .section5 .locations .content-location .f-guana {
            margin-top: 36px;
        }

        .section5 .locations .content-location .f-alajuela {
            margin-top: 52px;
        }

        .section5 .locations .content-location .f-limon {
            margin-top: 72px;
        }

.section5 .modal .modal-dialog {
    width: 350px;
}

    .section5 .modal .modal-dialog img {
        width: 100%;
    }

    .section5 .modal .modal-dialog .modal-footer {
        justify-content: center;
    }

        .section5 .modal .modal-dialog .modal-footer .map-b {
            color: #009EE2;
            border: 1px solid #009EE2;
            background-color: white;
            font-size: 14px;
            text-align: center;
            padding: 9px 2px;
            /*margin: 2px;*/
            width: 118px;
        }

    .section5 .modal .modal-dialog .modal-body p {
        margin: 0;
        margin-bottom: 10px;
    }

.section-info-map .modal-title {
    text-align: center;
}

.section-info-map .img-local img {
    width: 100%;
}

.section-info-map .map-b {
    color: #009EE2;
    border: 1px solid #009EE2;
    background-color: white;
    font-size: 14px;
    text-align: center;
    padding: 9px 2px;
    /*margin: 2px;*/
    width: 118px;
}

.modal-backdrop {
    background-color: transparent;
}

@media (max-width: 575.98px) {
    .section1 {
        height: 320px;
    }

        .section1 .title {
            padding-top: 50px;
            padding-left: 4px;
            padding-right: 4px;
            font-size: 25px !important;
        }

        .section1 .productList {
            position: absolute;
            top: 76%;
            right: 0% !important;
            margin: auto;
            width: 100%;
        }

            .section1 .productList ul {
                font-size: 10px !important;
            }

            .section1 .productList .tabProductsContent {
                padding-top: 24px;
                padding-bottom: 24px !important;
            }

                .section1 .productList .tabProductsContent .product {
                    margin-top: 10;
                }

                    .section1 .productList .tabProductsContent .product h6 {
                        font-size: 7px;
                        text-align: center !important;
                    }

                    .section1 .productList .tabProductsContent .product img {
                        width: 30px;
                    }

                    .section1 .productList .tabProductsContent .product .link-ver {
                        font-size: 7px;
                        display: none;
                    }

        .section1 .title {
            font-size: 30px;
            text-align: center;
            word-wrap: break-word;
            width: 100%;
        }

    .section2 {
        margin-top: 20px;
    }

        .section2 .titulo-productos {
            padding-top: 20px;
        }

        .section2 .container .insurance .card {
            margin: 0 auto;
            margin-top: 10px;
        }

    .section3 .textAnimation {
        overflow: visible;
    }

    .section3 .cell {
        margin-top: 20px;
    }

        .section3 .cell .phone {
            width: 130px;
            display: none;
        }

    .section3 .cell-info .container {
        height: 0;
    }

        .section3 .cell-info .container .title {
            font-size: 35px;
            text-align: center;
            padding-top: 20px;
        }

        .section3 .cell-info .container .subtitle {
            text-align: center;
            font-size: 20px;
            margin-bottom: 25px;
            padding-top: 60px;
        }

        .section3 .cell-info .container .row .icons {
            padding-top: 170px;
        }

    .section4 {
        height: 210px;
    }

        .section4 .jumbotron {
            background-color: transparent;
            background-image: url("/images/bannerGrey.jpg");
            background-size: contain;
            background-repeat: no-repeat;
        }

    .section5 .title-container .title {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 576px) {
    /*.section2 {
        margin-top: 110px;

        .container {
            .insurance {
                .card {
                    margin: 0 auto;
                    margin-top: 10px;
                }
            }
        }
    }

    .section3 {

        .cell {
            margin-top: 20px;

            img {
                width: 130px;
            }
        }

        .cell-info {
            .container {
                height: 0;

                .row {
                    height: 0;

                    .apps {
                        text-align: center !important;

                        img {
                            width: 150px;
                        }
                    }
                }
            }

            .title {
                font-size: 20px;
                text-align: center
            }

            .subtitle {
                text-align: center;
                font-size: 15px;
                margin-bottom: 25px;
            }
        }
    }

    .section4 {
        height: 210px;

        .jumbotron {
            background-color: transparent;
            background-image: url("/images/promoBanner11.png");
            background-size: 100;
            background-repeat: no-repeat
        }
    }

    .section5 {
        .title-container {
            .title {
                text-align: center;
                margin-top: 60px;
                margin-bottom: 60px;
            }
        }
    }*/
}

@media (max-width: 768px) {
    .section3 .textAnimation {
        overflow: visible;
    }

    .section3 .cell {
        margin-top: 20px;
    }

        .section3 .cell img {
            width: 130px;
        }

        .section3 .cell .phone {
            width: 130px;
            display: none;
        }

    .section3 .cell-info .container {
        height: 0;
        padding-top: 10px;
    }

        .section3 .cell-info .container .title {
            font-size: 35px;
            text-align: center;
            padding-top: 20px;
        }

        .section3 .cell-info .container .subtitle {
            text-align: center;
            font-size: 20px;
            padding-top: 60px;
            margin-bottom: 15px;
        }

        .section3 .cell-info .container .row {
            height: 0;
        }

            .section3 .cell-info .container .row .icons {
                padding-top: 170px;
            }

            .section3 .cell-info .container .row .apps {
                width: 150px;
            }

    .section4 {
        height: 210px;
    }

        .section4 .jumbotron {
            background-color: transparent;
            background-image: url("/images/bannerGrey.jpg");
            background-size: 100%;
            background-repeat: no-repeat;
        }
}

#map {
    height: 100% !important;
    padding-bottom: 40%;
    position: relative;
    width: 100% !important;
}

.section0 {
    padding: 25px;
}

.about-section1 .carousel-inner .image01 {
    background-image: url("/images/CRS_1.jpg") !important;
    background-color: rgba(255, 255, 255, 0.7);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .about-section1 .carousel-inner .image01::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .about-section1 .carousel-inner .image01 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.about-section1 .carousel-inner .image02 {
    background-image: url("/images/CRS_2.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .about-section1 .carousel-inner .image02::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .about-section1 .carousel-inner .image02 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.about-section1 .carousel-inner .image03 {
    background-image: url("/images/CRS_3.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .about-section1 .carousel-inner .image03::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .about-section1 .carousel-inner .image03 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.about-section1 .carousel-inner .image04 {
    background-image: url("/images/CRS_4.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .about-section1 .carousel-inner .image04::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .about-section1 .carousel-inner .image04 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

generalInfo .title {
    font-size: 35px;
    color: #12284C;
}

generalInfo .subtitle {
    font-size: 18px;
    color: #2C2C2C;
    line-height: 20.1px;
}

generalInfo .text {
    font-size: 28px;
    color: #2C2C2C;
    line-height: 42px;
}

.mvv {
    margin-top: 160px;
}

    .mvv .card-title {
        font-size: 25px;
        color: #1FC3F3;
    }

    .mvv .description {
        font-size: 15px;
        color: #2C2C2C;
        line-height: 33px;
    }

.about-section2 {
    margin-top: 132px;
}

    .about-section2 p {
        color: #ADADAD;
    }

.about-section3 {
    margin-bottom: 209px;
}

    .about-section3 p {
        color: #ADADAD !important;
    }

.about-section4 {
    position: relative;
    height: 500px;
}

    .about-section4 .jumbotron {
        background: url(/images/insurance.png) no-repeat center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

        .about-section4 .jumbotron::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.4);
        }

.about-section5 {
    position: relative;
    height: 500px;
}

    .about-section5 .jumbotron {
        background: url(/images/promoBanner11.png) no-repeat center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

        .about-section5 .jumbotron::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.4);
        }

.sectionBannerAbo {
    padding-top: 150px;
    padding-bottom: 0px;
}

    .sectionBannerAbo .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-radius: 0px !important;
    }

    .sectionBannerAbo .BannerSectionAbo .jumbotron {
        background-image: url("/images/SGM_3.jpg");
        background-color: rgba(255, 255, 255, 0.4);
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px !important;
        padding-left: 17%;
        position: relative;
    }

        .sectionBannerAbo .BannerSectionAbo .jumbotron::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.6);
        }

        .sectionBannerAbo .BannerSectionAbo .jumbotron h1 {
            color: white;
            position: relative;
        }

        .sectionBannerAbo .BannerSectionAbo .jumbotron p {
            color: #E5E8ED;
        }

        .sectionBannerAbo .BannerSectionAbo .jumbotron a {
            background-color: #009EE2;
            border-color: #009EE2;
            left: 50%;
        }

        .sectionBannerAbo .BannerSectionAbo .jumbotron .customButton {
            color: #009EE2;
            border: 1px solid #009EE2;
            background-color: white;
            font-size: 14px;
            text-align: center;
            padding: 9px 2px;
            margin: 2px;
            width: 138px;
        }

    .sectionBannerAbo .cardCustom p {
        color: #ADADAD;
    }

    .sectionBannerAbo .cardCustom .customButton {
        color: #009EE2;
        border: 1px solid #009EE2;
        background-color: white;
        font-size: 14px;
        text-align: center;
        padding: 9px 2px;
        margin: 2px;
        width: 138px;
    }

    .sectionBannerAbo .cardCustom customImg {
        height: 10px;
    }

    .sectionBannerAbo .title {
        padding-top: 65px;
        padding-bottom: 45px;
        margin-bottom: 30px;
        display: inline-block;
        text-align: center;
    }

        .sectionBannerAbo .title h2 {
            padding-top: 20px;
            margin-right: 30px;
            display: inline-block;
            font-size: 45px;
            color: #12284C;
        }

        .sectionBannerAbo .title p {
            color: #ADADAD;
        }

        .sectionBannerAbo .title figure {
            display: inline-grid;
        }

@media (max-width: 575.98px) {
    .about-section1 .carousel-inner .image01 {
        background-image: url("/images/CRS_1.jpg") !important;
        background-color: rgba(255, 255, 255, 0.7);
        background-size: cover !important;
        background-repeat: no-repeat;
        height: 500px !important;
        position: relative;
    }

        .about-section1 .carousel-inner .image01::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.6);
        }

        .about-section1 .carousel-inner .image01 h1 {
            padding-top: 100px;
            padding-left: 0px;
            font-size: 35px;
            text-align: center !important;
            color: white;
            font-weight: bold;
            width: 449px;
            position: relative;
        }

    .about-section1 .carousel-inner .image02 {
        background-image: url("/images/CRS_2.jpg") !important;
        background-color: rgba(255, 255, 255, 0.2);
        background-size: cover !important;
        background-repeat: no-repeat;
        height: 500px !important;
        position: relative;
    }

        .about-section1 .carousel-inner .image02::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.6);
        }

        .about-section1 .carousel-inner .image02 h1 {
            padding-top: 100px;
            padding-left: 0px;
            font-size: 35px;
            text-align: center !important;
            color: white;
            font-weight: bold;
            width: 449px;
            position: relative;
        }

    .about-section1 .carousel-inner .image03 {
        background-image: url("/images/CRS_3.jpg") !important;
        background-color: rgba(255, 255, 255, 0.2);
        background-size: cover !important;
        background-repeat: no-repeat;
        height: 500px !important;
        position: relative;
    }

        .about-section1 .carousel-inner .image03::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.6);
        }

        .about-section1 .carousel-inner .image03 h1 {
            padding-top: 100px;
            padding-left: 0px;
            font-size: 35px;
            text-align: center !important;
            color: white;
            font-weight: bold;
            width: 449px;
            position: relative;
        }

    .about-section1 .carousel-inner .image04 {
        background-image: url("/images/CRS_4.jpg") !important;
        background-color: rgba(255, 255, 255, 0.2);
        background-size: cover !important;
        background-repeat: no-repeat;
        height: 500px !important;
        position: relative;
    }

        .about-section1 .carousel-inner .image04::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.6);
        }

        .about-section1 .carousel-inner .image04 h1 {
            padding-top: 100px;
            padding-left: 0px;
            font-size: 35px;
            text-align: center !important;
            color: white;
            font-weight: bold;
            width: 449px;
            position: relative;
        }

    .display-4 {
        font-size: 2.6rem;
    }

    .lead {
        font-size: 1.1rem;
    }
}

.insurance-section1 .carousel-inner .image01 {
    background-image: url("/images/SH_1.jpg") !important;
    background-color: rgba(255, 255, 255, 0.7);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .insurance-section1 .carousel-inner .image01::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .insurance-section1 .carousel-inner .image01 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.insurance-section1 .carousel-inner .image02 {
    background-image: url("/images/SA_1.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .insurance-section1 .carousel-inner .image02::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .insurance-section1 .carousel-inner .image02 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.insurance-section1 .carousel-inner .image03 {
    background-image: url("/images/SGM_1.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .insurance-section1 .carousel-inner .image03::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .insurance-section1 .carousel-inner .image03 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.insurance-section1 .carousel-inner .image04 {
    background-image: url("/images/SPY_1.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .insurance-section1 .carousel-inner .image04::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .insurance-section1 .carousel-inner .image04 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 45px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.insurance-section2 {
    margin-top: 50px;
}

    .insurance-section2 .productList .tabProducts {
        border: none;
        /*justify-content: center;*/
    }

        .insurance-section2 .productList .tabProducts .nav-item {
            margin: 0 auto;
            /*width: 230px;*/
        }

            .insurance-section2 .productList .tabProducts .nav-item .nav-link {
                border: none;
                color: #12284C;
                font-size: 35px;
                opacity: 0.75;
                overflow: visible;
                text-align: center;
                white-space: nowrap;
            }

                .insurance-section2 .productList .tabProducts .nav-item .nav-link.active {
                    border-bottom: 2px solid #009EE2;
                }

    .insurance-section2 .productList .tabProductsContent .product {
        border: 0.5px solid #FFFFFF;
        border-radius: 5px;
        padding: 30px 20px;
        box-shadow: 0px 1px 2px 0px #000000;
        margin-top: 106px;
        margin-right: 30px;
        margin-left: 30px;
        background-color: white;
    }

        .insurance-section2 .productList .tabProductsContent .product img {
            height: 50px;
        }

        .insurance-section2 .productList .tabProductsContent .product h6 {
            color: #1FC3F3;
            padding-top: 30px;
            padding-bottom: 20px;
            font-size: larger;
        }

        .insurance-section2 .productList .tabProductsContent .product p {
            color: #ADADAD;
            font-size: medium;
        }

        .insurance-section2 .productList .tabProductsContent .product .customButton, .insurance-section2 .productList .tabProductsContent .product .customButton2 {
            color: #009EE2;
            border: 1px solid #009EE2;
            background-color: white;
            font-size: 14px;
            text-align: center;
            padding: 9px 2px;
            margin: 2px;
            width: 138px;
        }

.insurance-section3 {
    margin-bottom: 50px;
}

    .insurance-section3 .title {
        margin: 150px 0 50px 0;
    }

    .insurance-section3 .providers .provider {
        height: 80px;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .insurance-section3 .providers img {
        margin: 0 auto !important;
        cursor: pointer;
    }

    .insurance-section3 .providers .adisa, .insurance-section3 .providers .sagicor {
        width: 60%;
    }

    .insurance-section3 .providers .bcbs {
        width: 45%;
    }

    .insurance-section3 .providers .bmi {
        width: 50%;
    }

    .insurance-section3 .providers .magisterio, .insurance-section3 .providers .mapf {
        width: 50%;
    }

    .insurance-section3 .providers .qualitas {
        width: 40%;
    }

    .insurance-section3 .providers .lafise {
        width: 70%;
    }

    .insurance-section3 .providers .oceanica {
        width: 50%;
    }

    .insurance-section3 .providers .ins {
        width: 50%;
    }

    .insurance-section3 .providers .palic {
        width: 70%;
    }

.insurance-section4 {
    display: none;
}

    .insurance-section4 .title {
        margin-top: 50px;
    }

    .insurance-section4 .aviso {
        background-image: linear-gradient(-180deg, #74E1F8 0%, #40BFEF 100%);
        margin-top: 25px;
    }

        .insurance-section4 .aviso .text p {
            color: #FFFFFF;
            font-size: 18px;
            line-height: 21.1px;
            margin: 0;
        }

        .insurance-section4 .aviso .alert-image {
            margin: 0 20px 0 5px;
        }

            .insurance-section4 .aviso .alert-image figure {
                margin: 0;
            }

    .insurance-section4 .text2 {
        margin: 25px 0 50px 0;
    }

    .insurance-section4 .accounts .title {
        margin-bottom: 40px;
    }

    .insurance-section4 .accounts .bank p:first-child {
        font-weight: bold;
    }

.insurance-section5 {
    margin-top: 100px;
    position: relative;
    height: 500px;
}

    .insurance-section5 .jumbotron {
        background: url(/images/banner-app-2.png) no-repeat center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.sectionBannerOur {
    padding-top: 150px;
    padding-bottom: 20px;
}

    .sectionBannerOur .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-radius: 0px !important;
    }

    .sectionBannerOur .BannerSectionOur .jumbotron {
        background-image: url("/images/SH_3.jpg");
        background-color: rgba(255, 255, 255, 0.2);
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px !important;
        padding-left: 17%;
        position: relative;
    }

        .sectionBannerOur .BannerSectionOur .jumbotron::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.5);
        }

        .sectionBannerOur .BannerSectionOur .jumbotron h1 {
            color: white;
            position: relative;
        }

        .sectionBannerOur .BannerSectionOur .jumbotron p {
            color: #ADADAD;
            position: relative;
        }

        .sectionBannerOur .BannerSectionOur .jumbotron a {
            background-color: #009EE2;
            border-color: #009EE2;
            left: 50%;
        }

        .sectionBannerOur .BannerSectionOur .jumbotron .customButton {
            color: #009EE2;
            border: 1px solid #009EE2;
            background-color: white;
            font-size: 14px;
            text-align: center;
            padding: 9px 2px;
            margin: 2px;
            width: 138px;
        }

        .sectionBannerOur .BannerSectionOur .jumbotron img {
            opacity: 0.6;
        }

    .sectionBannerOur .cardCustom p {
        color: #ADADAD;
    }

    .sectionBannerOur .cardCustom .customButton {
        color: #009EE2;
        border: 1px solid #009EE2;
        background-color: white;
        font-size: 14px;
        text-align: center;
        padding: 9px 2px;
        margin: 2px;
        width: 138px;
    }

    .sectionBannerOur .cardCustom customImg {
        height: 10px;
    }

    .sectionBannerOur .title {
        padding-top: 65px;
        padding-bottom: 45px;
        margin-bottom: 30px;
        display: inline-block;
        text-align: center;
    }

        .sectionBannerOur .title h2 {
            padding-top: 20px;
            margin-right: 30px;
            display: inline-block;
            font-size: 45px;
            color: #12284C;
        }

        .sectionBannerOur .title p {
            color: #ADADAD;
        }

        .sectionBannerOur .title figure {
            display: inline-grid;
        }

.red-medica, .red-medica:active, .red-medica:hover {
    color: #009EE2 !important;
    border: 1px solid #009EE2 !important;
    background-color: white !important;
    text-align: center !important;
    box-shadow: none !important;
}

.customModal {
    position: unset !important;
    /* bring your own prefixes */
}

    .customModal h5 {
        color: #12284C !important;
    }

    .customModal h6 {
        color: #1FC3F3;
    }

    .customModal p {
        color: #ADADAD;
    }

#our-insurance {
    top: 30% !important;
}

#our-insurance2 .formSection h5 {
    color: #40BFEF;
    padding-bottom: 14px;
    font-size: 22px;
}

#our-insurance2 .formSection label {
    font-size: 14px;
    color: #12284C;
}

#our-insurance2 .formSection .send-btn {
    margin-top: 20px;
    background: #12284C !important;
    color: white;
    font-size: 13px;
}

#our-insurance2 .formSection .input {
    border-bottom: solid;
    border-color: #40BFEF;
    border-left-width: 0px;
}

@media (max-width: 575.98px) {
    .insurance-section1 .carousel-inner .image01 {
        background-image: url("/images/SA_1.jpg") !important;
        background-color: rgba(255, 255, 255, 0.2);
        background-size: cover !important;
        background-repeat: no-repeat;
        height: 500px !important;
    }

        .insurance-section1 .carousel-inner .image01 .textBanner {
            padding: 20px;
        }

            .insurance-section1 .carousel-inner .image01 .textBanner h1 {
                padding-top: 100px;
                padding-left: 0px !important;
                font-size: 35px;
                text-align: center !important;
                color: white;
                font-weight: bold;
            }

    .insurance-section1 .carousel-inner .image02 {
        background-image: url("/images/SGM_1.jpg") !important;
        background-color: rgba(255, 255, 255, 0.2);
        background-size: cover !important;
        background-repeat: no-repeat;
        height: 500px !important;
    }

        .insurance-section1 .carousel-inner .image02 .textBanner {
            padding: 20px;
        }

            .insurance-section1 .carousel-inner .image02 .textBanner h1 {
                padding-top: 100px;
                padding-left: 0px !important;
                font-size: 35px;
                text-align: center !important;
                color: white;
                font-weight: bold;
            }

    .insurance-section1 .carousel-inner .image03 {
        background-image: url("/images/SH_1.jpg") !important;
        background-color: rgba(255, 255, 255, 0.2);
        background-size: cover !important;
        background-repeat: no-repeat;
        height: 500px !important;
    }

        .insurance-section1 .carousel-inner .image03 .textBanner h1 {
            padding-top: 100px;
            padding-left: 0px !important;
            font-size: 35px;
            text-align: center !important;
            color: white;
            font-weight: bold;
        }

    .insurance-section1 .carousel-inner .image04 {
        background-image: url("/images/SPY_1.jpg") !important;
        background-color: rgba(255, 255, 255, 0.2);
        background-size: cover !important;
        background-repeat: no-repeat;
        height: 500px !important;
    }

        .insurance-section1 .carousel-inner .image04 .textBanner h1 {
            padding-top: 100px;
            padding-left: 0px !important;
            font-size: 35px;
            text-align: center !important;
            color: white;
            font-weight: bold;
        }

    .insurance-section2 .tabProductsContent .product {
        margin-left: 10px;
        margin-right: 10px;
    }

    .insurance-section3 .providers .adisa, .insurance-section3 .providers .sagicor {
        width: 40%;
    }

    .insurance-section3 .providers .bcbs {
        width: 22%;
    }

    .insurance-section3 .providers .bmi {
        width: 40%;
    }

    .insurance-section3 .providers .magisterio, .insurance-section3 .providers .mapf, .insurance-section3 .providers .ins, .insurance-section3 .providers .oceanica {
        width: 28%;
    }

    .insurance-section3 .providers .qualitas {
        width: 20%;
    }

    .insurance-section3 .providers .lafise {
        width: 40%;
    }
}

.transparency-section1 .carousel-inner .image01 {
    background-image: url("/images/TRANS_2.jpg") !important;
    background-color: rgba(255, 255, 255, 0.7);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .transparency-section1 .carousel-inner .image01::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .transparency-section1 .carousel-inner .image01 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.transparency-section1 .carousel-inner .image02 {
    background-image: url("/images/TRANS_3.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .transparency-section1 .carousel-inner .image02::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .transparency-section1 .carousel-inner .image02 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.transparency-section1 .carousel-inner .image03 {
    background-image: url("/images/TRANS_4.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .transparency-section1 .carousel-inner .image03::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .transparency-section1 .carousel-inner .image03 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.transparency-section1 .carousel-inner .image04 {
    background-image: url("/images/SPY_1.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .transparency-section1 .carousel-inner .image04::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .transparency-section1 .carousel-inner .image04 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.transparency-section2 .finance-title .title {
    color: #12284C;
    font-size: 35px;
    margin-top: 104px;
}

.transparency-section2 .finance-title .subtitle {
    color: #2C2C2C;
    font-size: 18px;
    line-height: 20.1px;
    margin-top: 22px;
    margin-bottom: 70px;
}

.transparency-section2 .card {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    margin: 10px;
}

    .transparency-section2 .card .card-body .card-title {
        font-size: 14px;
        color: #40BFEF;
    }

    .transparency-section2 .card .card-body .card-subtitle {
        font-size: 12px;
        color: #ADADAD;
        line-height: 20.1px;
        margin-bottom: 30px;
    }

    .transparency-section2 .card .card-body .text a {
        font-size: 12px;
        color: #12284C;
        line-height: 20.3px;
    }

    .transparency-section2 .card .card-body .more-text {
        display: none;
    }

    .transparency-section2 .card .card-body .more-js {
        margin-top: 9px;
    }

.transparency-section2 .government-title {
    margin-top: 133px;
    margin-bottom: 82px;
}

    .transparency-section2 .government-title .title {
        color: #12284C;
        font-size: 35px;
    }

.transparency-section2 .normative-title .title {
    margin-top: 207px;
    margin-bottom: 76px;
    font-size: 35px;
    color: #12284C;
}

.transparency-section2 .normative {
    margin-bottom: 191px;
}

    .transparency-section2 .normative .title {
        color: #40BFEF;
        font-size: 25px;
        margin-bottom: 54px;
    }

    .transparency-section2 .normative ul li a {
        font-size: 15px;
        color: #2C2C2C;
        line-height: 33px;
    }

.blog-section1 .carousel-inner .image01 {
    background-image: url("/images/BLOG_1.jpg") !important;
    background-color: rgba(255, 255, 255, 0.7);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .blog-section1 .carousel-inner .image01::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .blog-section1 .carousel-inner .image01 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.blog-section1 .carousel-inner .image02 {
    background-image: url("/images/SA_1.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .blog-section1 .carousel-inner .image02::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .blog-section1 .carousel-inner .image02 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.blog-section1 .carousel-inner .image03 {
    background-image: url("/images/SGM_1.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .blog-section1 .carousel-inner .image03::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .blog-section1 .carousel-inner .image03 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.blog-section1 .carousel-inner .image04 {
    background-image: url("/images/SPY_1.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .blog-section1 .carousel-inner .image04::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .blog-section1 .carousel-inner .image04 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 45px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.blog-section2 {
    margin-top: 109px;
}

    .blog-section2 .card {
        position: relative;
    }

        .blog-section2 .card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.6);
        }

    .blog-section2 .card-title {
        color: #FFFFFF;
        /*font-size: 33.25px;*/
        font-size: 2vw;
        margin-bottom: 30px;
    }

    .blog-section2 .article-btn {
        color: #40BFEF;
        font-size: 13.3px;
        text-align: center;
        line-height: 17.1px;
        margin-right: 106px;
    }

    .blog-section2 .date-text {
        color: #FFFFFF;
        font-size: 11.4px;
        opacity: 0.75;
        line-height: 17.1px;
    }

        .blog-section2 .date-text span {
            opacity: 0.59;
        }

    .blog-section2 .description-text {
        color: #FFFFFF;
        font-size: 12.35px;
        line-height: 17.1px;
        max-width: 280px;
    }

.blog-section3 {
    margin-top: 46px;
    margin-bottom: 60px;
}

    .blog-section3 .card {
        margin-top: 20px;
        position: relative;
    }

        .blog-section3 .card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.6);
        }

    .blog-section3 .card-title {
        color: #FFFFFF;
        font-size: 20px;
        margin-bottom: 56px;
    }

    .blog-section3 .article-btn {
        color: #40BFEF;
        font-size: 13.3px;
        text-align: center;
        line-height: 17.1px;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .blog-section3 .date-text {
        color: #FFFFFF;
        font-size: 11.4px;
        opacity: 0.75;
        line-height: 17.1px;
    }

        .blog-section3 .date-text span {
            opacity: 0.59;
        }

    .blog-section3 .description-text {
        color: #FFFFFF;
        font-size: 12.35px;
        line-height: 17.1px;
        max-width: 280px;
    }

.blog-section4 {
    background-color: #1FC3F3;
    height: 267px;
    margin-bottom: 235px;
}

    .blog-section4 .title {
        color: #FFFFFF;
        font-size: 50px;
        margin: 0 auto;
        width: 350px;
    }

    .blog-section4 .subscription .text {
        color: #12284C;
        font-size: 15px;
        width: 350px;
    }

    .blog-section4 button {
        background-color: #12284C;
        border-radius: 3px;
        color: #FFFFFF;
        font-size: 15px;
        height: 37px;
        width: 203px;
    }

    .blog-section4 input {
        border: 1px solid #979797;
        border-radius: 3px;
        height: 37px;
        width: 248px;
    }

    .blog-section4 .row {
        height: inherit;
    }

.news-modal .modal-dialog {
    max-width: 1200px !important;
}

    .news-modal .modal-dialog .modal-body {
        width: 100%;
        margin: 0 auto;
    }

        .news-modal .modal-dialog .modal-body iframe {
            width: 100%;
        }

#sucessForm {
    top: 40%;
    left: 40%;
}

#noticia1 .modal-body {
    height: 800px;
}

    #noticia1 .modal-body iframe {
        height: 100%;
    }

@media (max-width: 575.98px) {
    .blog-section1 .carousel-inner .image01 {
        background-image: url("/images/BLOG_1.jpg") !important;
        background-color: rgba(255, 255, 255, 0.7);
        background-size: cover !important;
        background-repeat: no-repeat;
        height: 500px !important;
        position: relative;
    }

        .blog-section1 .carousel-inner .image01::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.6);
        }

        .blog-section1 .carousel-inner .image01 h1 {
            padding-top: 100px;
            padding-left: 0px;
            font-size: 35px;
            text-align: center !important;
            color: white;
            font-weight: bold;
            width: 449px;
            position: relative;
        }

    .blog-section4 {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .blog-section2 .card-title {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .blog-section2 .description-text {
        display: none;
    }
}

.contact-section1 .carousel-inner .image01 {
    background-image: url("/images/edificio-2.jpg") !important;
    background-color: rgba(255, 255, 255, 0.7);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .contact-section1 .carousel-inner .image01::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .contact-section1 .carousel-inner .image01 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.contact-section1 .carousel-inner .image02 {
    background-image: url("/images/CRS_2.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .contact-section1 .carousel-inner .image02::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .contact-section1 .carousel-inner .image02 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: black;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.contact-section1 .carousel-inner .image03 {
    background-image: url("/images/CRS_3.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .contact-section1 .carousel-inner .image03::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .contact-section1 .carousel-inner .image03 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.contact-section1 .carousel-inner .image04 {
    background-image: url("/images/CRS_4.jpg") !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 500px !important;
    position: relative;
}

    .contact-section1 .carousel-inner .image04::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(4, 26, 70, 0.6);
    }

    .contact-section1 .carousel-inner .image04 h1 {
        padding-top: 100px;
        padding-left: 40px;
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: 449px;
        position: relative;
    }

.contact-section {
    margin-top: 90px;
}

    .contact-section .title {
        margin: 0;
        padding: 0;
        margin-bottom: 50px;
    }

    .contact-section .content-box {
        /*padding-bottom: 60px;*/
        /*padding-top: 150px;*/
        box-shadow: 0px 1px 2px 0px #000000;
        border: 0.5px solid #FFFFFF;
        border-radius: 5px;
        padding: 65px 20px 90px 25px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: white;
    }

    .contact-section .formSection h5 {
        color: #40BFEF;
        padding-bottom: 14px;
        font-size: 22px;
    }

    .contact-section .formSection label {
        font-size: 14px;
        color: #12284C;
    }

    .contact-section .formSection .customButton {
        margin-top: 20px;
        background: #12284C !important;
        color: white;
        font-size: 13px;
    }

    .contact-section .formSection .input {
        border-bottom: solid;
        border-color: #40BFEF;
        border-left-width: 0px;
    }

.contact-section2 {
    margin-top: 100px;
    position: relative;
    height: 500px;
}

    .contact-section2 .jumbotron {
        background-color: white;
        background: url(/images/CRS_4.jpg) no-repeat center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.form-p2, .car-insurance-form-2, .form-contact-2, .location-insurance-form-2,
.life-insurance-form-2, .health-insurance-form-2 {
    display: none;
}

.section-insurance-quote form {
    margin: 50px 0;
}

    .section-insurance-quote form .form-check .form-check-label {
        margin-left: 1.75rem;
    }

    .section-insurance-quote form .form-check .form-check-input {
        margin-left: 0.75rem;
    }

.section-insurance-quote .next, .section-insurance-quote .back, .section-insurance-quote .next-form-c, .section-insurance-quote .back-form-b, .section-insurance-quote .send-btn {
    display: inline-block;
    color: #009EE2;
    border: 1px solid #009EE2;
    background-color: white;
    font-size: 14px;
    text-align: center;
    padding: 9px 2px;
    margin: 2px;
    margin: 0 auto;
    width: 138px;
}

.section-insurance-quote .car-insurance-form-1 {
    padding-top: 120px;
    padding-bottom: 50px;
}

    .section-insurance-quote .car-insurance-form-1 h3 {
        padding-bottom: 35px;
        color: #12284C;
        font-size: 45px;
        text-align: center;
    }

    .section-insurance-quote .car-insurance-form-1 .form-group {
        padding-left: 150px;
        padding-right: 150px;
        text-align: center;
    }

.section-insurance-quote .car-insurance-form-2 {
    padding-top: 120px;
    padding-bottom: 50px;
}

    .section-insurance-quote .car-insurance-form-2 h3 {
        padding-bottom: 35px;
        color: #12284C;
        font-size: 45px;
        text-align: center;
    }

    .section-insurance-quote .car-insurance-form-2 h5 {
        text-align: center;
        color: dimgray;
    }

    .section-insurance-quote .car-insurance-form-2 .form-group {
        padding-left: 150px;
        padding-right: 150px;
        text-align: center;
    }

.section-insurance-quote .health-insurance-form-1 {
    padding-top: 120px;
    padding-bottom: 50px;
}

    .section-insurance-quote .health-insurance-form-1 h3 {
        padding-bottom: 35px;
        color: #12284C;
        font-size: 45px;
        text-align: center;
    }

    .section-insurance-quote .health-insurance-form-1 .form-group {
        padding-left: 150px;
        padding-right: 150px;
        text-align: center;
    }

.section-insurance-quote .health-insurance-form-2 {
    padding-top: 120px;
    padding-bottom: 50px;
}

    .section-insurance-quote .health-insurance-form-2 h3 {
        padding-bottom: 35px;
        color: #12284C;
        font-size: 45px;
        text-align: center;
    }

    .section-insurance-quote .health-insurance-form-2 h5 {
        text-align: center;
        color: dimgray;
    }

    .section-insurance-quote .health-insurance-form-2 .form-group {
        padding-left: 150px;
        padding-right: 150px;
        text-align: center;
    }

.section-insurance-quote .life-insurance-form-1 {
    padding-top: 120px;
    padding-bottom: 50px;
}

    .section-insurance-quote .life-insurance-form-1 h3 {
        padding-bottom: 35px;
        color: #12284C;
        font-size: 45px;
        text-align: center;
    }

    .section-insurance-quote .life-insurance-form-1 h5 {
        text-align: center;
        color: dimgray;
    }

    .section-insurance-quote .life-insurance-form-1 .form-group {
        padding-left: 150px;
        padding-right: 150px;
        text-align: center;
    }

.section-insurance-quote .life-insurance-form-2 {
    padding-top: 120px;
    padding-bottom: 50px;
}

    .section-insurance-quote .life-insurance-form-2 h3 {
        padding-bottom: 35px;
        color: #12284C;
        font-size: 45px;
        text-align: center;
    }

    .section-insurance-quote .life-insurance-form-2 h5 {
        text-align: center;
        color: dimgray;
    }

    .section-insurance-quote .life-insurance-form-2 .form-group {
        padding-left: 150px;
        padding-right: 150px;
        text-align: center;
    }

.section-insurance-quote .location-insurance-form-1 {
    padding-top: 120px;
    padding-bottom: 50px;
}

    .section-insurance-quote .location-insurance-form-1 h3 {
        padding-bottom: 35px;
        color: #12284C;
        font-size: 45px;
        text-align: center;
    }

    .section-insurance-quote .location-insurance-form-1 h5 {
        text-align: center;
        color: dimgray;
    }

    .section-insurance-quote .location-insurance-form-1 .form-group {
        padding-left: 150px;
        padding-right: 150px;
        text-align: center;
    }

.section-insurance-quote .location-insurance-form-2 {
    padding-top: 120px;
    padding-bottom: 50px;
}

    .section-insurance-quote .location-insurance-form-2 h3 {
        padding-bottom: 35px;
        color: #12284C;
        font-size: 45px;
        text-align: center;
    }

    .section-insurance-quote .location-insurance-form-2 h5 {
        text-align: center;
        color: dimgray;
    }

    .section-insurance-quote .location-insurance-form-2 .form-group {
        padding-left: 150px;
        padding-right: 150px;
        text-align: center;
    }

.section-insurance-quote .form-contact-1 {
    padding-top: 120px;
    padding-bottom: 50px;
}

    .section-insurance-quote .form-contact-1 h3 {
        padding-bottom: 35px;
        color: #12284C;
        font-size: 45px;
        text-align: center;
    }

    .section-insurance-quote .form-contact-1 h5 {
        text-align: center;
        color: dimgray;
    }

    .section-insurance-quote .form-contact-1 .form-group {
        padding-left: 150px;
        padding-right: 150px;
        text-align: center;
    }

.section-insurance-quote .form-contact-2 {
    padding-top: 120px;
    padding-bottom: 50px;
}

    .section-insurance-quote .form-contact-2 h3 {
        padding-bottom: 35px;
        color: #12284C;
        font-size: 45px;
        text-align: center;
    }

    .section-insurance-quote .form-contact-2 h5 {
        text-align: center;
        color: dimgray;
    }

    .section-insurance-quote .form-contact-2 .form-group {
        padding-left: 150px;
        padding-right: 150px;
        text-align: center;
    }

@media (max-width: 575.98px) {
    .section-insurance-quote form {
        margin: 50px 0;
    }

        .section-insurance-quote form .form-check .form-check-label {
            margin-left: 1.75rem;
        }

        .section-insurance-quote form .form-check .form-check-input {
            margin-left: 0.75rem;
        }

    .section-insurance-quote .next, .section-insurance-quote .back, .section-insurance-quote .next-form-c, .section-insurance-quote .back-form-b, .section-insurance-quote .send-btn {
        display: inline-block;
        color: #009EE2;
        border: 1px solid #009EE2;
        background-color: white;
        font-size: 14px;
        text-align: center;
        padding: 9px 2px;
        margin: 2px;
        margin: 0 auto;
        width: 138px;
    }

    .section-insurance-quote .car-insurance-form-1 {
        padding-top: 120px;
        padding-bottom: 50px;
    }

        .section-insurance-quote .car-insurance-form-1 h3 {
            padding-bottom: 35px;
            color: #12284C;
            font-size: 45px;
            text-align: center;
        }

        .section-insurance-quote .car-insurance-form-1 .form-group {
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

    .section-insurance-quote .car-insurance-form-2 {
        padding-top: 120px;
        padding-bottom: 50px;
    }

        .section-insurance-quote .car-insurance-form-2 h3 {
            padding-bottom: 35px;
            color: #12284C;
            font-size: 45px;
            text-align: center;
        }

        .section-insurance-quote .car-insurance-form-2 h5 {
            text-align: center;
            color: dimgray;
        }

        .section-insurance-quote .car-insurance-form-2 .form-group {
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

    .section-insurance-quote .health-insurance-form-1 {
        padding-top: 120px;
        padding-bottom: 50px;
    }

        .section-insurance-quote .health-insurance-form-1 h3 {
            padding-bottom: 35px;
            color: #12284C;
            font-size: 45px;
            text-align: center;
        }

        .section-insurance-quote .health-insurance-form-1 .form-group {
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

    .section-insurance-quote .health-insurance-form-2 {
        padding-top: 120px;
        padding-bottom: 50px;
    }

        .section-insurance-quote .health-insurance-form-2 h3 {
            padding-bottom: 35px;
            color: #12284C;
            font-size: 45px;
            text-align: center;
        }

        .section-insurance-quote .health-insurance-form-2 h5 {
            text-align: center;
            color: dimgray;
        }

        .section-insurance-quote .health-insurance-form-2 .form-group {
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

    .section-insurance-quote .life-insurance-form-1 {
        padding-top: 120px;
        padding-bottom: 50px;
    }

        .section-insurance-quote .life-insurance-form-1 h3 {
            padding-bottom: 35px;
            color: #12284C;
            font-size: 45px;
            text-align: center;
        }

        .section-insurance-quote .life-insurance-form-1 h5 {
            text-align: center;
            color: dimgray;
        }

        .section-insurance-quote .life-insurance-form-1 .form-group {
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

    .section-insurance-quote .life-insurance-form-2 {
        padding-top: 120px;
        padding-bottom: 50px;
    }

        .section-insurance-quote .life-insurance-form-2 h3 {
            padding-bottom: 35px;
            color: #12284C;
            font-size: 45px;
            text-align: center;
        }

        .section-insurance-quote .life-insurance-form-2 h5 {
            text-align: center;
            color: dimgray;
        }

        .section-insurance-quote .life-insurance-form-2 .form-group {
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

    .section-insurance-quote .location-insurance-form-1 {
        padding-top: 120px;
        padding-bottom: 50px;
    }

        .section-insurance-quote .location-insurance-form-1 h3 {
            padding-bottom: 35px;
            color: #12284C;
            font-size: 45px;
            text-align: center;
        }

        .section-insurance-quote .location-insurance-form-1 h5 {
            text-align: center;
            color: dimgray;
        }

        .section-insurance-quote .location-insurance-form-1 .form-group {
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

    .section-insurance-quote .location-insurance-form-2 {
        padding-top: 120px;
        padding-bottom: 50px;
    }

        .section-insurance-quote .location-insurance-form-2 h3 {
            padding-bottom: 35px;
            color: #12284C;
            font-size: 45px;
            text-align: center;
        }

        .section-insurance-quote .location-insurance-form-2 h5 {
            text-align: center;
            color: dimgray;
        }

        .section-insurance-quote .location-insurance-form-2 .form-group {
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

    .section-insurance-quote .form-contact-1 {
        padding-top: 120px;
        padding-bottom: 50px;
    }

        .section-insurance-quote .form-contact-1 h3 {
            padding-bottom: 35px;
            color: #12284C;
            font-size: 45px;
            text-align: center;
        }

        .section-insurance-quote .form-contact-1 h5 {
            text-align: center;
            color: dimgray;
        }

        .section-insurance-quote .form-contact-1 .form-group {
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

    .section-insurance-quote .form-contact-2 {
        padding-top: 120px;
        padding-bottom: 50px;
    }

        .section-insurance-quote .form-contact-2 h3 {
            padding-bottom: 35px;
            color: #12284C;
            font-size: 45px;
            text-align: center;
        }

        .section-insurance-quote .form-contact-2 h5 {
            text-align: center;
            color: dimgray;
        }

        .section-insurance-quote .form-contact-2 .form-group {
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }
}

.section-content-client {
    padding-top: 150px;
    padding-bottom: 30px;
}

    .section-content-client .title {
        text-align: center;
        font-size: 45px;
        padding-bottom: 20px;
        color: #12284C;
    }

    .section-content-client p {
        color: #ADADAD;
        padding-top: 10px;
    }

    .section-content-client .jumbotron {
        background-image: url("/images/BANNER-HOME-2.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 100%;
    }

        .section-content-client .jumbotron a {
            background-color: #91D1E5;
            border-color: #91D1E5;
        }

    .section-content-client .cardCustom p {
        color: #ADADAD;
    }

    .section-content-client .cardCustom .customButton {
        color: #009EE2;
        border: 1px solid #009EE2;
        background-color: white;
        font-size: 14px;
        text-align: center;
        padding: 9px 2px;
        margin: 2px;
        width: 138px;
    }

    .section-content-client .cardCustom .customImg {
        background: rgba(4, 26, 70, 0.6) !important;
    }

    .section-content-client .insurance {
        margin-bottom: 100px;
    }

        .section-content-client .insurance img {
            height: 180px;
        }

    .section-content-client .card {
        height: 250px;
    }

.sectionBannerClients {
    padding-top: 80px;
    padding-bottom: 0px;
}

    .sectionBannerClients .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-radius: 0px !important;
    }

    .sectionBannerClients .BannerSectionClient .jumbotron {
        background-image: url("/images/SH_3.jpg");
        background-color: rgba(255, 255, 255, 0.2);
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px !important;
        padding-left: 17%;
        position: relative;
    }

        .sectionBannerClients .BannerSectionClient .jumbotron::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(4, 26, 70, 0.5);
        }

        .sectionBannerClients .BannerSectionClient .jumbotron h1 {
            color: white;
            position: relative;
        }

        .sectionBannerClients .BannerSectionClient .jumbotron p {
            color: #ADADAD;
            position: relative;
        }

        .sectionBannerClients .BannerSectionClient .jumbotron a {
            background-color: #009EE2;
            border-color: #009EE2;
            left: 50%;
        }

        .sectionBannerClients .BannerSectionClient .jumbotron .customButton {
            color: #009EE2;
            border: 1px solid #009EE2;
            background-color: white;
            font-size: 14px;
            text-align: center;
            padding: 9px 2px;
            margin: 2px;
            width: 138px;
        }

        .sectionBannerClients .BannerSectionClient .jumbotron img {
            opacity: 0.6;
        }

    .sectionBannerClients .cardCustom p {
        color: #ADADAD;
    }

    .sectionBannerClients .cardCustom .customButton {
        color: #009EE2;
        border: 1px solid #009EE2;
        background-color: white;
        font-size: 14px;
        text-align: center;
        padding: 9px 2px;
        margin: 2px;
        width: 138px;
    }

    .sectionBannerClients .cardCustom customImg {
        height: 10px;
    }

    .sectionBannerClients .title {
        padding-top: 65px;
        padding-bottom: 45px;
        margin-bottom: 30px;
        display: inline-block;
        text-align: center;
    }

        .sectionBannerClients .title h2 {
            padding-top: 20px;
            margin-right: 30px;
            display: inline-block;
            font-size: 45px;
            color: #12284C;
        }

        .sectionBannerClients .title p {
            color: #ADADAD;
        }

        .sectionBannerClients .title figure {
            display: inline-grid;
        }
