body {
    justify-content: center;
    align-items: center;
}



.content {
    display: flex;
    justify-content: center;
    height: 370px;
    align-items: center;
}

.brandcicle {
    position: absolute;
    width: 470px;
    top: -1px;
}

.container .empresas {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.container .block-empresas.active{
    border:1px solid #A6CFFF;
}

.container .block-empresas {
    margin-top: 15px;
    width: 20%;
    border:1px solid #000000;
    background-color: #F5F5F5;
    height: 7.813vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.empresas-image {
    max-width: 9.375vw;
}
.titletext {
    height: 300px;
}

.p1 {
    font-family: Montserrat, sans-serif;
    font-size: 33px;
    font-weight: bold;
    margin: 0px 2px 20px 2px;
    color: #000000;

}

.p2 {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    line-height: 20px;
    margin: 20px 2px 20px 2px;

}


.marcas {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 2.031vw;
    font-weight: 500;
    line-height: 2.188vw;
    letter-spacing: 1.641vw;
}


.empresaTitulo {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 3.125vw;
}

.dados {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dados .block-dados p{
    line-height: .2;
    font-size: 2.344vw;
    font-family: Montserrat,sans-serif;
}
.dados .block-dados h2{
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    font-size: 2.734vw;
}
.dados .block-dados{
    text-align: center;
    width: 30%;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    color: #fff;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #fff;
}
.image-em-breve img{
    width: 39.063vw;
}
.image-em-breve {
    margin-top: -7.031vw;
}
.mabu-curitiba-color {
    background-color: #B6A028;
    color: #fff;
}
.mymabu-color {
    background-color: #2190C0;
    color: #fff;
}
.bp-color {
    background-color: #117DCC;
    color: #fff;
}
.mabu-thermas-color {
    background-color: #315384;
    color: #fff;
}

.content-info-image p {
    font-size: 2.188vw;
    font-family: Montserrat, sans-serif;
    color: #000;
    max-width: 450px;
    margin: 0;
}

.margin-top {
    margin-top: 40px;
}

.margin-bottom {
    margin-bottom: 3.125vw;
}
.link-visite{
    display: block;
    margin: auto;
    max-width: 23.438vw;
    font-family: Montserrat, sans-serif;
    padding: 2px 0;
    font-weight: 800;
    text-decoration: none;
    font-size: 1.563vw;
}

@media (max-width:420px) {
   .link-visite{
       display: block;
       margin: auto;
       max-width: 37.438vw;
       font-family: Montserrat, sans-serif;
       padding: 2px 0;
       font-weight: 800;
       text-decoration: none;
       font-size: 3.563vw;
   }
    .marcas {
        font-size: 3.531vw;
    }
    .empresaTitulo {
        font-size: 4.525vw;
    }
    .dados .block-dados h2 {
        font-size: 3.734vw;
    }
}

@media (min-width: 1280px) {
    .content-info-image p {
        font-size: 37px;
        font-family: Montserrat, sans-serif;
        color: #000;
        max-width: unset;
        margin: 0;
    }
}

