#wrapper-map-area {
    max-width: 1240px;
}
#mapa-de-corresponsales.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
#activmap-accordion {
    clear: both;
}
#activmap-accordion .panel-heading .activmap-accordion-toggle:after {
    margin: 0 0 0 15px;
}
#activmap-accordion .panel-heading {
    background: #154C7A;
    color: #fff;
    font-family: "Alianza del Valle", Sans-serif;
}
#activmap-accordion .panel-title a {
    display: block;
    color: #fff;
}
#activmap-accordion .panel-title a:hover {
    text-decoration: none;
}
#activmap-accordion .panel-title a:after {
    font-family: FontAwesome;
    content: '';
    float: right;
}
.gm-svpc {
    display: none;
}
#activmap-accordion .panel-title a.collapsed:after {
    content: '';
}
#activmap-reset {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}
#activmap-reset i {
    margin: 0px;
    line-height: 24px;
    margin-right: 4px;
}
#activmap-geolocate {
    margin-bottom: 0;
    position: absolute;
    right: 2px;
    background: transparent;
    border: none;
    bottom: 8px;
}
#mapa-de-corresponsales label {
    font-size: 1.125rem;
    font-weight: 500;
    color: #09487a;
    padding: 0;
    margin-bottom: 0.5rem;
    font-family: "Alianza del Valle", Sans-serif;
}
label b {
    color: #09487a;
    margin: -0.11em 0px 0.11em;
    font-family: "Alianza del Valle", Sans-serif;
    font-weight: 500;
    font-size: var(--textappearances-copy200-fontsize);
    line-height: var(--textappearances-copy200-lineheight);
}
#filtros_ubicacion label {
    font-size: .8rem;
    font-weight: 600;
    color: #09487a;
}
#filtros_ubicacion p {
    margin-top: 5px;
}
#activmap-wrapper {
    position: relative;
    display: flex;
    height: 540px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    gap: 30px;
}
#activmap-canvas {
    width: 100% !important;
    height: 100%;
    float: right;
}
.activemap-left-panel {
    background: #fff;
    position: relative;
    left: 0;
    z-index: 10;
    height: auto;
    width: 35%;
    padding: 0;
    margin: 0;
    overflow: auto;
    min-width: calc(33.33333% - 30px);
    flex: 0 0 calc(33.33333% - 30px);
    order: 2;
}

#activmap-places {
    background: #fff;
    position: relative;
    left: 0;
    z-index: 10;
    height: auto;
    width: 100%;
    padding: 0;
    overflow: auto;
    margin: 0px;
    padding: 0;
    min-width: 100%;
}
#activmap-container {
    min-width: 66.66667%;
    flex: 0 0 66.66667%;
    border-radius: 12px;
    overflow: hidden;
}
.search-panel {
    min-height: 100px;
    padding: 0;
}
.map-panel {
    padding: 0;
}
.search-filters {
    padding: 0 15px 0;
    border-bottom: 5px solid rgba(226, 231, 235, 0.4);
    margin: 0 15px 30px;
}
.align-center {
    text-align: center !important;
}
.ratio-input {
    margin-left: 15px !important;
}
.address, .phone, .schedule {
    display: block;
    margin-top: 8px;
    padding-left: 15px;
    text-indent: -8px;
}
.address .fa, .phone .fa {
    margin-right: 6px;
}
.schedule i {
    margin-right: 6px;
}
#filtros_ubicacion label {
    font-size: .85rem;
    font-weight: 700;
    color: #09487a;
    text-transform: uppercase;
}
#filtros_ubicacion span.input-group-btn {
    position: relative;
    bottom: 5px;
    right: 10px;
}
.form-control::placeholder {
    color: #4b6154ab;
    opacity: 1;
}
input.form-control,
.select2-container--default .select2-selection--single {
    padding: 0.75rem !important;
    height: 50px !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 10px 0px !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    font-size: 1rem !important;
    font-family: "Alianza del Valle", Sans-serif !important;
    line-height: 1 !important;
    border-radius: var(--border-radius) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important; 
    width: 50px !important;
}

@media(max-width:767px){
    #activmap-places.hidden-xs {
        display: none!important;
    }
}
@media(min-width:768px){
    #activmap-places.hidden-xs {
        display: block!important;
    }
}
#activmap-results-num {
    color: var( --e-global-color-text );
    margin: -0.11em 0px 0.11em;
    font-family: "Alianza del Valle", Sans-serif;
    font-weight: 400;
    font-size: var(--textappearances-copy200-fontsize);
    line-height: var(--textappearances-copy200-lineheight);
    margin-bottom: 1rem;
}
#activmap-results-num span {
    font-weight: 400;
    padding: 6px 10px;
    background: #09487a;
    color: #fff;
    border-radius: 16px;
}
.activmap-place {
    display: none;
    border: none;
    padding: 0;
    margin: 15px 0;
    cursor: pointer;
    transition: 0.3s;
}
.activmap-place h3 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}
.activmap-place h3:before {
    font-family: FontAwesome;
    content: '';
    margin-right: 10px;
}
h4.activmap-title {
    font-size: 18px;
    margin: 10px 0 0;
}
.activmap-infowindow {
    display: flex;
}
.activmap-brand {
    display: block;
    margin: 10px 10px 10px 0;
    height: 48px;
    width: 48px;
}
.activmap-brand img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.activmap-brand-description {
    max-width: 280px;
    padding-left: 0.5rem;
}
.activurl {
    display: flex;
    margin-top: 12px;
}
.activmap-url {
    display: flex;
    height: 24px;
    align-items: center;
}
.activmap-url i {
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
}
.activmap-url-label {
    margin: 0 8px;
}
.gm-style-iw {
    left: 25px !important;
}
.url {
    margin-top: 10px;
    display: block;
    margin-bottom: 5px;
}
.url a {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
}
.list-checkbox-wrapper {
    margin: 20px 0 8px;
    padding: 20px 20px 12px;
    background: #f3f5f7;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
}
.list-checkbox {
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
    padding: 0;
    width: 50%;
}
.list-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.list-checkbox li {
    line-height: 20px;
    display: flex;
    align-items: end;
}
.radio-area {
    padding: 10px 50px;
    display: flex;
    align-items: flex-start;
    height: 50px;
}
.radio-area label {
    font-weight: 400;
}
.radio-area input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.sticky-col-red {
    margin-top: -20px;
    position: sticky;
    top: 130px;
    padding-bottom: 110px;
}
.fa.white-text {
    color: #fff !important;
}
.icn-track {
    background: url('/wp-content/uploads/2023/07/icon-target.svg') no-repeat center center;    
    width: 24px;
    height: 24px;
    display: block;
    filter: invert(24%) sepia(45%) saturate(1557%) hue-rotate(176deg) brightness(90%) contrast(101%);
}
.dYXzcP {
    position: relative;
    padding: 1.75rem;
    background-color: rgb(255, 255, 255);
    z-index: 0;
    border: 1px solid rgb(223, 228, 232);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 10px 0px !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 12px;
}
.activmap-place.active .dYXzcP,
.dYXzcP:focus {
    border: 3px solid var(--e-global-color-secondary) !important;
    background: #f9f9f9;
}
.erdvEz {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}
.dZwUIs {
    margin: 0;
    right: 25px;
    position: absolute;
    justify-content: flex-end;
    top: 28px;
}
.gRpxze {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.ebLzdM {
    display: inline-flex;
}
.dmmXXK {
    color: #989899;
    margin: -0.11em 0px 0.11em;
    font-family: "Alianza del Valle", Sans-serif;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1;
    width: 100%;
    text-align: right;
}
.fwyNTZ {
    color: rgb(255, 209, 0);
    filter: invert(77%) sepia(68%) saturate(2305%) hue-rotate(2deg) brightness(109%) contrast(103%);
}
.eLTXgi {
    color: rgb(223, 228, 232);
    filter: invert(84%) sepia(3%) saturate(310%) hue-rotate(132deg) brightness(109%) contrast(95%);
}
.bjOKFo {
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 50%;
}
.icon-star {
    background: url('/wp-content/uploads/2023/07/icon-star.svg') no-repeat 0 0;
    display: block;
    width: 12px;
    height: 12px;
}
.jyPJSg {
    position: relative;
}
.kLuVge {
    display: flex;
    column-gap: 4px;
}
.hZYHTb {
    position: relative;
    font-style: normal;
}
.kDzhKF {
    word-break: break-word;
    padding-bottom: 20px;
    overflow: hidden;
    margin-bottom: 0px;
}
.fPjsZF {
    display: grid;
    row-gap: 40px;
}
.jWOFrs {
    color: var( --e-global-color-text );
    font-family: "Alianza del Valle", Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    font-size: var( --e-global-typography-text-font-size );
    display: flex;
    column-gap: 8px;
    align-items: center;
}
.gmGydv {
    display: grid;
    row-gap: 16px;
}
.gmGydv .ContactCTAWrapper--121bdwy {
    display: inline-flex;
}
.frmaeR.frmaeR.frmaeR:first-child {
    display: inline-flex;
}
.gwhMBn {
    font-weight: inherit;
    display: inline;
    border: medium none rgb(0, 30, 80);
    position: relative;
    text-decoration: none;
    cursor: pointer;
    padding: 0px;
    background: transparent none repeat scroll 0% 0%;
    color: rgb(0, 30, 80);
    text-align: inherit;
}
.ksRJGE {
    display: inline-grid;
    grid-template-columns: max-content auto;
    column-gap: 8px;
    -moz-box-align: center;
    align-items: center;
}
.TlpRK {
    border-radius: 50%;
    line-height: 0;
    position: relative;
    order: initial;
    margin-top: -4px;
}
.cCDkox {
    color: var( --e-global-color-text );
    margin: -0.11em 0px 0.11em;
    font-family: "Alianza del Valle", Sans-serif;
    font-weight: normal;
    line-height: 2.2rem;
    font-size: 0.8rem;
}
.ContactCTAWrapper--121bdwy.frmaeR {
    display: flex;
    align-items: center;
    column-gap: 8px;
    height: 2.25rem;
}
.hspUxB div {
    text-align: right;
    height: 42px;
}
.gwhMBn:hover .StyledLinkIcon-sc-wjrax8::before, 
.gwhMBn:active .StyledLinkIcon-sc-wjrax8::before {
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.gwhMBn:hover:not(:focus) .StyledLinkIcon-sc-wjrax8::before {
    background-color: rgba(194, 202, 207, 0.2);
    box-shadow: rgba(194, 202, 207, 0.2) 0px 0px 0px 9px;
}
.gwhMBn:hover .StyledLinkIcon-sc-wjrax8::before, 
.gwhMBn:active .StyledLinkIcon-sc-wjrax8::before {
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -4px;
}
.gwhMBn:hover:not(:focus) .StyledLinkIcon-sc-wjrax8::before {
    background-color: rgba(194, 202, 207, 0.2);
    box-shadow: rgba(194, 202, 207, 0.2) 0px 0px 0px 9px;
}
.hULwLQ {
    color: #1d699d;
    margin: -0.11em 0px 0.11em;
    font-family: "Alianza del Valle", Sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.25;
    text-transform: uppercase;
}
.icon-pbx {
    background: url('/wp-content/uploads/2023/07/icon-pbx.svg') no-repeat center center;
    display: block;
    width: 24px;
    height: 24px;
    filter: invert(24%) sepia(45%) saturate(1557%) hue-rotate(176deg) brightness(90%) contrast(101%);
}
.icon-phone {
    background: url('/wp-content/uploads/2023/07/icon-phone-thin.svg') no-repeat center center;
    display: block;
    width: 24px;
    height: 24px;
    filter: invert(24%) sepia(45%) saturate(1557%) hue-rotate(176deg) brightness(90%) contrast(101%);
}
.icon-mail {
    background: url('/wp-content/uploads/2023/07/icon-email.svg') no-repeat center center;
    display: block;
    width: 24px;
    height: 24px;
    filter: invert(24%) sepia(45%) saturate(1557%) hue-rotate(176deg) brightness(90%) contrast(101%);
}
.icon-route {
    background: url('/wp-content/uploads/2023/07/icon-route.svg') no-repeat center center;
    display: block;
    width: 24px;
    height: 24px;
    filter: invert(24%) sepia(45%) saturate(1557%) hue-rotate(176deg) brightness(90%) contrast(101%);
}
.icon-vehicle {
    background: url('/wp-content/uploads/2023/07/icon-vehicle.svg') no-repeat center center;
    display: block;
    width: 24px;
    height: 24px;
    filter: invert(24%) sepia(45%) saturate(1557%) hue-rotate(176deg) brightness(90%) contrast(101%);
}
.icon-service {
    background: url('/wp-content/uploads/2023/07/icon-service.svg') no-repeat center center;
    display: block;
    width: 24px;
    height: 24px;
    filter: invert(24%) sepia(45%) saturate(1557%) hue-rotate(176deg) brightness(90%) contrast(101%);
}
.icon-up-arrow {
    background: url('/wp-content/uploads/2023/07/icon-up-arrow.svg') no-repeat center center;
    display: block;
    width: 24px;
    height: 24px;
    filter: invert(24%) sepia(45%) saturate(1557%) hue-rotate(176deg) brightness(90%) contrast(101%);
}
.icon-down-arrow {
    background: url('/wp-content/uploads/2023/07/icon-down-arrow.svg') no-repeat center center;
    display: block;
    width: 24px;
    height: 24px;
    filter: invert(24%) sepia(45%) saturate(1557%) hue-rotate(176deg) brightness(90%) contrast(101%);
}
.icon-building {
    background: url('/wp-content/uploads/2023/07/icon-cbbuilding.svg') no-repeat center center;
    display: block;
    width: 24px;
    height: 24px;
    filter: invert(24%) sepia(45%) saturate(1557%) hue-rotate(176deg) brightness(90%) contrast(101%);
}
.icon-postmail {
    background: url('/wp-content/uploads/2023/07/icon-postmail.svg') no-repeat center center;
    display: block;
    width: 24px;
    height: 24px;
    filter: invert(24%) sepia(45%) saturate(1557%) hue-rotate(176deg) brightness(90%) contrast(101%);
}
.TypeService {
    margin: 0;
    display: block;
}
.ekGyaj {
    display: grid;
    grid-template-rows: auto;
    grid-template-areas: "right" "left";
    align-items: flex-end;
    margin-top: 20px;
}
.hWcYfs {
    grid-area: left;
}
.hspUxB {
    grid-area: right;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.DealerNameWrapper--1f4cqld.lnmNtP {
    max-width: 65%;
}
.MvpQR {
    position: relative;
    display: inline-flex;
    text-align: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    max-height: 48px;
    min-width: 204px;
    padding: 12px 0;
    border: 2px solid var( --e-global-color-7dc1495 );
    margin: 0px;
    border-radius: 48px;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
    cursor: pointer;
    background: #09487a;
    color: #fff;
}
.MvpQR:focus {
    outline: currentcolor none medium;
    background-color: rgb(0, 119, 204);
    color: rgb(255, 255, 255);
    box-shadow: rgb(0, 30, 80) 0px 0px 0px 1px inset;
}
.MvpQR:hover::before, 
.MvpQR:active::before {
    content: "";
    border-radius: 48px 48px 0px 48px;
    position: absolute;
    inset: 0px;
    margin: -2px;
}
.MvpQR:hover::before {
    background-color: rgba(194, 202, 207, 0.2);
}
.MvpQR:hover {
    color: #fff;
    text-decoration: underline 1.5px;
    text-decoration-color: var( --e-global-color-674a4b81 );
    text-underline-offset: 0.25em;
}
.activmap-infowindow.activmap-nowrap {
    flex-wrap: nowrap;
}
.activmap-infowindow.activmap-nowrap .activmap-title-name {
    margin-top: 5px;
}
.activmap-side-img {
    width: 120px;
}
.activmap-img-icon {
    min-width: 32px;
    height: auto !important;
}
.bbzjgU {
    font-family: "Alianza del Valle", Sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.MvpQR:hover .bbzjgU {
    color: #fff;
}
.MvpQR .raven-button-icon.raven-button-icon-position-right svg {
    width: 24px;
    height: 24px;
}
.MvpQR .raven-button-icon.raven-button-icon-position-right {
    margin: 0px -16px -4px 8px;
}
.gwovc {
    position: relative;
    text-decoration: underline 1.15px;
    text-underline-offset: 0.25em;
    cursor: pointer;
    text-decoration-color: #09487a;
}
.cCDkoA {
    font-family: "Alianza del Valle", Sans-serif;
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 1;
    color: var( --e-global-color-text );
}
.activmap-place:first-child {
    margin-top: 0;
}
.activmap-title-name {
    color: #000;
    margin: 0;
    font-family: "Alianza del Valle", Sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('/wp-content/uploads/2023/07/icon-down-arrow.svg') no-repeat center center !important;
    height: 24px !important;
    width: 24px !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
    border: none !important;
    filter: invert(24%) sepia(45%) saturate(1557%) hue-rotate(176deg) brightness(90%) contrast(101%);
}
#activmap-places::before {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: #fff;
}
button[aria-label="Cerrar"] {
    top: 0 !important;
    right: 0 !important;
}
.gm-style .gm-style-iw-c {
    border-radius: 24px !important;
    padding: 20px !important;
}
.dNGrmC {
    display: flex;
    flex-direction: column;
    gap: var(--size-dynamic0050);
}
.bg-bottom-gradiente {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
    display: block;
    width: 33.33333%;
    height: 100px;
    position: absolute;
    z-index: 20;
    bottom: 0;
    right: 0;
}
.AddressDetail.cCDkox {
    line-height: 1.2;
}

.gm-style .gm-style-iw-c {
    border-radius: 12px !important;
    padding: 20px !important;
}
.activmap-infowindow {
    display: flex;
    flex-wrap: wrap;
    max-width: 250px;
    gap: 8px;
}
.activmap-right-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.activmap-title-name {
    color: #09487a;
    margin: 0;
    font-family: "Alianza del Valle", Sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1;
    text-transform: initial;
    letter-spacing: initial;
    width: 100%;
    margin-bottom: 6px;
}
.activemap-address {
    width: 100%;
    font-size: 0.8rem;
}
.activemap-url {
    margin-top: 6px;
}
.activemap-url a {
    font-weight: 400;
    color: #09487a;
    font-size: 0.85rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1.15px;
}
#activmap-cities-filter label {
    width: 100%;
}
#activmap-cities-filter label, #activmap-cities-filter .select2 {
    width: 100% !important;
}
#activmap-cities-filter {
    min-width: 100%;
}
@media (min-width: 560px) {
    .dNGrmC {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template: "map map" 1fr / 420px 1fr;
    }
    .erdvEz {
        margin-bottom: 16px;
    }
    .hZYHTb {
        display: grid;
        grid-template-columns: 1fr;
    }
    .kDzhKF {
        padding-bottom: 0px;
        padding-right: 16px;
    }
    .ekGyaj {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "left right";
    }
    .hWcYfs {
        padding-right: 16px;
    }
    .hspUxB {
        padding-bottom: 0px;
    }
}
@media (max-width: 560px) {
    .dZwUIs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 16px;
        position: relative;
    }
}
