.caf_dropdown_ofi a {
    color: #fff;
    font-weight: 300;
    font-size: 1em !important;
}

.caf_dropdown_ofi .dropdown-toggle::after {
    float: right;
    margin-top: -35px;
}

/*.caf_dropdown_ofi .dropdown-menu {
    font-size: 1em;
    left: 0px !important;
    top: -32px !important;
    width: 100%;
    position: relative;
    padding: 0rem;
}*/

.caf_oficinas_list a:hover {
    color: #000;
}

.caf_dropdown_ofi h6 {
    color: #fff;
    font-weight: 200;
    font-size: 1em;
    line-height: 1.4;
}

.caf_dropdown_ofi h4 {
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    line-height: .9;
    margin-top: 18px;
}

#caf_ofi_selected {
    display: block;
}

.caf_dropdown_ofi a:not(:first-child) {
    font-family: Playfair Display, serif;
}

.caf_dropdown_ofi .dropdown-item {
    line-height: 1.3 !important;
}

#caf_ofi_selected {
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
}

.dropdown-toggle::after {
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

.caf_info_pais_2 h4 {
    font-weight: 700;
    font-size: 1.6em;
    color: white;/*#000;*/
}

.caf_info_pais_2 h6 {
    font-weight: 100;
    font-size: 1.1em;
    color: white;/*#000;*/
}

.caf_info_pais_2 a {
    color: white;/*#000;*/
}

/*@media (max-width: 991.98px) {
    .caf_info_map img {
        z-index: 1;
        width: 100%;
        top: 10%;
        position: relative;
    }

    .caf_info_pais,
    .caf_info_pais_2 {
        padding: 60px;
        min-height: 50px;
    }

    .caf_oficinas_wrap {
        padding-top: 60px;
    }
}*/

@media (min-width: 992px) {
    .caf_info_map img {
        z-index: 1;
        position: absolute;
        width: 100%;
        top: 6%;
        right: -50px;
    }

    .caf_info_pais {
        padding: 80px 80px 0 80px;
        min-height: 500px;
    }

    .caf_info_pais_2 {
        padding: 120px;
        min-height: 500px;
    }
}

/*.caf_dropdown_ofi .dropdown-menu {
    background-color: #fff0 !important;
}*/

.caf_oficinas_list {
    height: 260px;
    overflow-y: scroll;
}

.caf_oficinas_list {
    /*--scrollbarBG: #f31156;*/
    --scrollbarBG: #f3115500;
    --thumbBG: #fff;
}

.caf_oficinas_list::-webkit-scrollbar {
    width: 8px;
}

.caf_oficinas_list {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.caf_oficinas_list::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.caf_oficinas_list::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

@media (max-width: 991.98px) {
    .caf_info_map img {
        z-index: 1;
        width: 100%;
        top: 10%;
        position: relative;
    }

    .caf_info_pais,
    .caf_info_pais_2 {
        padding: 0px;
        min-height: 180px;
    }

    .caf_oficinas_list {
        height: 314px;
    }

    .caf_oficinas_wrap {
        padding-top: 20px;
    }
}

.caf_oficinas_list>.dropdown-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
}

.caf_oficinas_list>.dropdown-item~.dropdown-item {
    border-bottom: 0px solid #fff;
    padding-bottom: 0px;
}

.dropdown-item {
    padding: .25rem 0rem;
}

a.caf_oficinas_list_first:after {
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    display: inline-block;
    content: "";
    float: right;
    margin-top: 10px;
}

.caf_dropdown_ofi .dropdown-menu {
    font-size: 1em;
    left: 0px !important;
    top: -32px !important;
    width: 100%;
    position: relative;
    padding: 0rem;
    z-index: 90;
}

#caf_oficinas_dropdown a {
    padding: 4px 20px;
}

.caf_oficinas_list {
    transform: translate3d(0px, 31px, 0px) !important;
}

/* NEW RULES 20240123 (Ticket #703) */

.map-pais-card {
    position: absolute;
    background-color: #ffffffb4;
    width: 75%;
    right: 0;
    bottom: 30px;
    min-height: 210px;
}

.map-pais-card p {
    font-weight: 600;
    margin-bottom: .5rem;
}

.map-pais-card span {
    font-weight: 800;
    text-transform: uppercase;
}

@supports (aspect-ratio: 1/1) {
    .box-box .col, .box-box .col-lg-6 {
        height: auto;
        aspect-ratio: 1/1;
    }
}

.full-bgimage-item {
    position: absolute;
    inset: 0;
    background-image: var(--bgimage);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#officeLeaflet {
    z-index: 0;
}