﻿body {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

header {
    height: 30px;
    position: relative;
}

header .logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    border-bottom-left-radius: 232px;
    border-bottom-right-radius: 232px;
    height: 116px;
    width: 232px;
    background-color: #FFF;
    padding: 47px 55px !important;
}

section {
    margin-bottom: 6rem;
}

.shadow-2 {
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, .15) !important;
}

.shadow-3 {
    box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, .15) !important;
}

.b-left:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7%;
    width: 10%;
    max-width: 87px;
    height: 255px;
    background: url('../img/banner_left.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.b-right:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 7%;
    width: 20%;
    max-width: 210px;
    height: 312px;
    background: url('../img/banner_right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.container-fluid {
    max-width: 1920px;
}

.catamaran {
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
}

.catamaran b,
b.catamaran {
    font-weight: 800;
}

.b_title {
    font-size: 3rem;
    font-weight: 800;
}

.btn-primary,
.tab_list.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.btn-outline-primary:hover,
.bg-primary {
    color: #fff !important;
    background-color: #0076c0 !important;
    border-color: #0076c0 !important;
}

.tab_list2.nav-pills .nav-link {
    background-color: #FFF !important;
    color: #0076c0;
    padding-bottom: .65rem !important;
    border-bottom: 3px solid #FFF;
}

.tab_list2.nav-pills .nav-link.active {
    border-bottom: 3px solid #0076c0;
}

.btn-outline-primary {
    color: #0076c0;
    border-color: #0076c0;
}

.text-primary {
    color: #0076c0 !important;
}

.tab_list button:after {
    content: '';
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #f8f9fa;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    z-index: -10;
}

.tab_list button.active:after {
    border-top: solid 10px #0076c0;
}

.px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.icons {
    height: 75px;
    width: 75px;
    background: #f6f6fc;
}

.links {
    height: 45px;
    width: 45px;
}

.carousel-indicators2 [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 6px;
    height: 6px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #D3D3D3;
    background-clip: padding-box;
    border: 0;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators2 [data-bs-target].active {
    background-color: #0076c0;
}

.centro_logo {
    position: absolute;
    height: 136px;
    width: 136px;
    top: 40%;
    left: 51%;
    margin-top: -68px;
    margin-left: -68px;
    z-index: 900;
}

.bg-form {
    /*background-image: url('../img/info_01.jpg');*/
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-form2 {
    background-color: white;
}

.bg-form .form-control {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.margin-neg {
    margin-top: -54px;
}

.ratio-21x6 {
    --bs-aspect-ratio: calc(6.5 / 21 * 100%);
}

.bg-form3 {
    /*background-image: url('../img/banner_03.jpg');*/
    background: linear-gradient(0deg, #ffffff 50%, #0074ba 50%);
}

.formulario .telefonos {
    color: #fff;
}

.formulario .btn.btn-primary {
    border: 1px solid #fff !important;
}

.form-contacto {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 50px 100px;
}

.formulario .text-center.catamaran {
    font-size: 20px;
}

.list-direcciones {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list-direcciones li {
    width: 50%;
    margin-bottom: 30px;
    text-align: left;
}

.list-direcciones li img {
    margin-right: 5px;
}

.gracias .form-contacto {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 50px 50px;
}

.form-contacto .form-check-input:checked[type=radio] {
    background-image: none;
}

@media (max-width: 1399.98px) {
    header .logo {
        border-bottom-left-radius: 212px;
        border-bottom-right-radius: 212px;
        height: 106px;
        width: 212px;
        padding: 47px 50px !important;
    }

    .b_title {
        font-size: 2.75rem;
        line-height: 1.1;
    }

    .ratio.fix>* {
        position: relative;
    }

    .ratio.fix::before {
        display: none;
    }

    .ratio.fix2>* {
        position: relative;
    }

    .ratio.fix2::before {
        display: none;
    }

    .bg-form2,
    .bg-form3 {
        background-size: cover;
    }

    .margin-neg {
        margin-top: 0;
    }

    .mspace {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    /*.mwhite,
    .mwhite .text-primary {
        color: #fff !important;
    }*/
}

@media (max-width: 1199.98px) {
    .b_title {
        font-size: 2.25rem;
        line-height: 1;
    }

    .px-6 {
        padding-top: 4.2rem !important;
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .b-right:before {
        width: 15%;
    }

    .b-left:before {
        width: 5%;
    }
}

@media (max-width: 991.98px) {

    .b-right:before,
    .b-left:before {
        width: 0;
    }

    .px-6 {
        padding-top: 2rem !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    section {
        margin-bottom: 3rem;
    }

    .centro_logo {
        display: none !important;
    }

    .catamaran b,
    b.catamaran {
        font-weight: 800;
    }

    .bg-form3 .container.h-100 {
        padding-bottom: 30px;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 90%;
    }

    form.col-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .form-contacto {
        padding: 50px 20px;
    }
}

@media (max-width: 575.98px) {
    header .logo {
        border-bottom-left-radius: 192px;
        border-bottom-right-radius: 192px;
        height: 96px;
        width: 192px;
        padding: 47px 45px !important;
    }

    .list-direcciones li {
        width: 100%;
    }
}

.xup {
    opacity: .75;
    z-index: -1000;
    position: absolute;
    top: 78px;
    display: none;
}

.btn.btn-lg.btn-primary.fw-bold.py-3 {
    pointer-events: none;
}

.form-contacto .btn.btn-lg.btn-primary.fw-bold.py-3{
    pointer-events: initial;
}