section.ban .title,
section.ban .subtit{
    width: 416px;
    color: var(--title);
    margin-left: auto;
}

section.ban .title{
	color: var(--white);
}

section.ban .title strong{
    display: inline;
    display: -webkit-inline;
    color: var(--main);
}

section.ban .subtit{
	color: var(--white);
    font-size: 29px;
    line-height: 1.10;
}

.localidades{
    padding: 64px 0 0;
}

.localidades .row{
    grid-gap: 56px 0;
}

.localidades .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.localidades .row>*:nth-last-child(2){
    padding-bottom: 50px;
}

.localidades .sectitle{
    background: linear-gradient(to bottom,var(--main),var(--main)) no-repeat left center/10px 100%;
    margin-bottom: 1rem;
    padding-left: 31px;
}

.localidades .img img{
    width: fit-content;
}

.localidades .locals{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 13px;
}

.localidades .locals>*{
    flex: 0 1 100%;
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: fit-content;
    text-transform: uppercase;
    color: var(--text);
    font-size: 13px;
    line-height: 1.3;
    background-color: #EFEFEF;
    box-shadow: 0 3px 6px #00000029;
}

.localidades .locals>* .icon{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 40px;
    max-width: 40px;
    aspect-ratio: 1/1;
}

.localidades .locals>* .icon::after{
    content: '';
    position: absolute;
    right: -12px;
    width: 12px;
    height: 17px;
    clip-path: polygon(0 0,100% 50%,0 100%);
    -webkit-clip-path: polygon(0 0,100% 50%,0 100%);
}

.localidades .locals>* .icon img{
    height: 27px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.localidades .locals>*>*:last-child{
    align-content: center;
    width: 100%;
    padding: 12px 1rem 12px 28px;
}

.region{
    position: relative;
    background: url(../../assets/img/regionbg.png) no-repeat bottom center;
    padding: 152px 0 183px;
}

.region .box{
    position: relative;
    width: fit-content;
    max-width: 100%;
    padding: 33px 98px 29px 62px;
}

.region .box::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px 32px 136px 28px;
    background-color: var(--main);
    mix-blend-mode: multiply;
}

.region .box>*{
    position: relative;
    max-width: 100%
}

.region .box .title{
    width: 315px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.16;
}

.region .box .text{
    width: 324px;
    margin-top: 21px;
}

.region .dbtn{
    background-color: var(--black);
    margin-left: 3.22vw;
    margin-top: 51px;
}

@media(max-width:1749px){
    .region{
        /* background-size: calc(100% - 40px); */
        background-position: top center;
        padding: 12vw 0 10.46vw;
    }
}

@media(max-width:992px){
    section.ban{
/*         background: url(../../assets/img/curvas-cinza.png) no-repeat center !important; */
        padding: 2rem 0;
    }
/*     section.ban img{
        display: none;
        display: -webkit-none;
    } */
    section.ban .title,
    section.ban .subtit{
        width: 100%;
    }
    .localidades{
        padding: 2rem 0;
    }
    .localidades .row{
        grid-gap: 2rem 0;
    }
    .localidades .locals>*{
        flex-basis: calc(32% - 5px);
    }
    .region{
        padding: 8rem 0 2rem;
    }
    .localidades .row>*:nth-last-child(2){
        padding-bottom: 0;
    }
    .localidades .row>*.main{
        display: none;
        display: -webkit-none;
    }
}

@media(max-width:768px){
    .region .box{
        padding: 2rem;
    }
    .region .dbtn{
        margin-left: 0;
    }
    .localidades .locals>*{
        flex-basis: calc(50% - 13px);
    }
}

@media(max-width:575px){
    .region{
        background-position: center;
        padding: 2rem 0;
    }
    .region .box{
        padding: 2rem 1rem;
    }
    .region .box::before{
        border-radius: 28px;
    }
    .region .box .title,
    .region .box .text{
        text-align: center;
    }
    .localidades .locals>*{
        flex-basis: 100%;
    }
}