.especialidades-content {
    width: 100%;
}
.especialidades-content-wrapper {
    width: 100%;
    max-width: 1260px;
}

.quadros-selecao {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.quadros-selecao .quadros {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 165px;
}

.quadros-selecao .quadros:first-child{
    margin-bottom: 38px;
}

.quadros-selecao .quadros .coluna {
    width: 590px;
    height: 150px;
    cursor: pointer;
}

.quadro-borda {
    background-image: url(../img/bordas-retangulo-especialidades-b2s-obras.webp);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.quadro-borda .wrapper-content{
    height: 144px;
    width: 584px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.wrapper-content .wrapper-texto {
    width: 75%;
}

.wrapper-content .wrapper-texto h3 {
    color: #88171a;
    font-size: 20.83px;
    font-weight: bolder;
    padding-top: 17px;
    padding-bottom: 20px;
}

.wrapper-content .wrapper-texto p {
    color: #565555;
    font-size: 16.67px;
    padding-bottom: 24px;
}

.wrapper-content .wrapper-img img{
    width: 86px;
}

.quadros-conteudo {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 43px;
}

.quadros-conteudo .wrapper-content .display-none {
    display: none;
}

.quadros-conteudo .wrapper-content .display-block {
    display: block;
}

.quadros-conteudo .wrapper-content {
    width: 93.5%;
}

.quadros-conteudo .wrapper-content h3 {
    text-align: center;
    color: #88171a;
    font-size: 20.83px;
    font-weight: bolder;
    padding-bottom: 32px;
}

.quadros-conteudo .wrapper-content p {
    text-align: justify;
    color: #565555;
    font-size: 16.67px;
}
.quadros-slides {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
}
.quadros-slides .main-slide-border {
    width: 610px;
    height: 481px;
    background-image: url(../img/bordas-retangulo.webp);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quadros-slides .main-slide-border .swiper {
    width: 590px;
    max-height: 390px;
}
.quadros-slides .main-slide-border .swiper-slide {
    background-position: center;
    background-size: cover;
}
.quadros-slides .main-slide-border .swiper-slide img {
    display: block;
    width: 100%;
}

.quadros-slides .left-slide, .quadros-slides .right-slide{
    width: 303px;
    height: 203px;
}
.quadros-slides .left-slide .swiper, .quadros-slides .right-slide .swiper{
    width: 100%;
    height: 100%;
}
.quadros-slides .left-slide .swiper-slide .quadros-slides .right-slide .swiper-slide{
    background-position: center;
    background-size: cover;
}
.quadros-slides .left-slide .swiper-slide img, .quadros-slides .right-slide .swiper-slide img{
    display: block;
    width: 100%;
}
.quadros-slides .arrows-slide {
    position: absolute;
    top: 240px;
    right: 310px;
    left: 310px;
}
.quadros-slides .arrows-slide .swiper-button-prev::after{
    font:normal normal normal 14px/1 FontAwesome;
    content: '\f0d9';
    font-size: 45px;
}
.quadros-slides .arrows-slide .swiper-button-next::after{
    font:normal normal normal 14px/1 FontAwesome;
    content: '\f0da';
    font-size: 45px;
}

.quadros-slides .arrows-slide .swiper-button-prev::after, .quadros-slides .arrows-slide .swiper-button-next::after {
    color: #88171a;
}

/*///////////////// CLIENTES ////////////////////////*/
.clientes-content{
    margin-top: 2rem;
}
.clientes-content{
    width: 100%;
}
.clientes-content .clientes-content-wrapper{
    width: 100%;
    max-width: 1260px;
    margin-bottom: 47px;
}
.clientes-content .clientes-content-wrapper .box-image{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clientes-content .clientes-content-wrapper .box-image .box-image-wrapper{
    background-image: url(../img/retangulo-clientes-b2s-obras.webp);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1063px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-image .box-image-wrapper .boxBtn,
.box-image .box-image-wrapper .boxText{
  width: 100%;
    max-width: 280px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.box-image .box-image-wrapper .boxText p{
    font-size: 25px;
    color: var(--red);
}
.box-image .box-image-wrapper .boxBtn button{
    width: 205px;
    height: 55px;
    font-size: 25px;
    background-color: var(--red);
    color: white;
    border: none;
    margin-left: 50px;
    cursor: pointer;
    justify-content:center;
}
/*///////////////// FIM CLIENTES ////////////////////////*/

/*//////////////////MOBILE////////////////*/
@media (min-width: 1200px) {
    .quadros-selecao .quadros .coluna:hover {
        width: 643px;
        height: 165px;
    }

    .quadro-borda:hover {
        background-image: url(../img/bordas-retangulo-especialidades-hover-b2s-obras.webp);
    }

    .quadro-borda .wrapper-content:hover {
        width: 637px;
        height: 159px;
    }

}

/*@media (min-width:490px) and (max-width: 990px) {*/
/*    .area-atendimento, .area-atendimento .wrapper-box {*/
/*        height: 100%;*/
/*        width: 100%;*/
/*        margin-bottom: 20px;*/
/*        margin-top: 15px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 990px) {
    .especialidades-content .container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .quadros-selecao {
        width: 100%;
    }
    .quadros-selecao .quadros {
        flex-direction: column;
        height: 370px;
        align-items: center;
    }

    .quadros-selecao .quadros:first-child {
        margin-bottom: 0;
    }

    .quadros-selecao .quadros .coluna {
        width: 100%;
    }

    .quadros-conteudo {
        height: auto;
        margin-bottom: 50px;
    }

    .left-slide, .right-slide, .arrows-slide {
        display: none;
    }

    .quadros-slides {
        height: 100%;
    }

    .quadros-slides .main-slide-border {
        width: 100%;
        height: 100%;
    }

    .area-atendimento, .area-atendimento .wrapper-box {
        height: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .area-atendimento .wrapper-box .area-content {
        flex-direction: column;
        height: 132px;
    }
    .area-atendimento .wrapper-box .area-content .coluna {
        width: 100%;
    }
    .wrapper-content .wrapper-img img{
        width: 55px;
    }
    /*************************************/
    .clientes-content .clientes-content-wrapper {
        padding: 5px;
    }
    .clientes-content .clientes-content-wrapper .box-image{
        padding:0;
    }
    .clientes-content .clientes-content-wrapper .box-image .box-image-wrapper{
        background-image:none;
        display:block;
        border-width: 30px 3px 3px 3px;
        border-color: var(--red);
        border-style: solid;
    }
        .box-image .box-image-wrapper .boxBtn, .box-image .box-image-wrappe.boxText{
        display:block;
    }
    .box-image .box-image-wrapper .boxBtn button{
        width: 155px;
        font-size: 18px;
    }
    .box-image .box-image-wrapper .boxBtn button{
        margin-left:0;
    }
    .box-image .box-image-wrapper .boxText p {
        font-size: 25px;
    }
    .box-image .box-image-wrapper .boxText,
    .box-image .box-image-wrapper .boxBtn {
        height: 70px;
        max-width: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /*************************************/
    .quadro-borda .wrapper-content{
        width: 100%;
    }
}

@media (min-width:320px) and (max-width:360px) {
    .wrapper-content .wrapper-texto p{
        font-size: 12px;
    }
}