*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

:root{
    --red:#88171a;
    --black:#000000;
    --cinza:#e9e9e9;
}

.container-full{
    width: 100%;
}
.container-static{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/*//////////////////AREA Slide////////////////*/
/*********** slide principal ************************/
.slide-area{
    position: relative;
}
.slide-area .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 250px;
    left: 0;
    width: 100%;
}
.slide-area .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
    opacity: unset;
}
.slide-area .swiper-pagination-bullet-active {
    background: var(--red);
}
.slide-area .swiper-pagination-bullet {
    width: 75px;
    height: 10px;
    border-radius: 0px;
    display: inline-block;
}
.slide-area .swiper-container-horizontal>.swiper-pagination-bullets{
    top: 94%;
    z-index: 1;
}
/*********** fim slide principal ************************/

/*********** slide especialidades ************************/
.btn-box .btn-box-wrapper .btn-right .icon-caret-right-solid,
.btn-box .btn-box-wrapper .btn-left .icon-caret-left-solid{
    font-size: 50px;
    margin:0 10px 0 10px;
    color: var(--red);
    cursor: pointer;
}
/*********** fim slide especialidades ************************/
/*//////////////////FIM SLIDES////////////////*/

/*//////////////////CONTEUDO ACOMPANHE////////////////*/
.content-acompanhe{
    width:100%;
    background-color: white;
}
.content-acompanhe .content-acompanhe-wrapper{
    max-width: 1260px;
    width:100%;
    margin-top: 30px;
}
.box{
    width: 100%;
}  
.box .box-wrapper{
    max-width: 1260px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}  
.box .box-wrapper .box-img-bg{
    width: 100%;
}
.box .box-wrapper .box-img-bg .box-img-bg-wrapper{
    max-width: 1260px;
    width: 100%;
    height: 590px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box .box-wrapper .box-img-bg .box-img-bg-wrapper .box-background{
    width: 100%;
}
.box .box-wrapper .box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper{
    background-image: url(../img/bordas-retangulo.webp);
    background-repeat: no-repeat;
    max-width: 610px;
    width: fit-content;
    height: 410px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 13px;
}
.box .box-wrapper .box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper .box-size-img{
    /*width: 588px;*/
    height: 390px;
}
.box .box-wrapper .box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper .box-size-img a img{
   /*width: 100%;*/
   height: 100%;
}
.box .box-wrapper .box-text{
    width: 100%;
}
.box .box-wrapper .box-text .box-text-wrapper{
    width: 100%;
    max-width: 610px;
    margin-left: 23px;
}
.box .box-wrapper .box-text .box-text-wrapper .content-box-text{
    max-width: 605px;
    width: 100%;
    height: auto;
    background-color: var(--cinza);
}
.box .box-wrapper .box-text .box-text-wrapper .content-box-text .content-text{
   padding: 20px 30px;
}
.box .box-wrapper .box-text .box-text-wrapper .content-box-text .content-text .content-box-title{
    font-size: 20px;
    font-weight: bold;
    color: var(--red);
    margin-bottom: 20px;
}
.box .box-wrapper .box-text .box-text-wrapper .content-box-text .content-text .content-box-subtitle{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.box .box-wrapper .box-text .box-text-wrapper .content-box-text .content-text button{
    margin-top: 30px;
    padding: 10px 20px;
    border: 3px solid var(--red);
    color: var(--red);
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.box .box-wrapper .box-text .box-text-wrapper .content-box-text .content-text button:hover{
    color: white;
    background-color: #88171a;
    transition:0.5s;
}

/***********red bar************************/
.content-acompanhe .content-acompanhe-wrapper .acompanhe-title h2{
     text-align: center;
    color: var(--red);
    font-weight: bold;}

 .content-acompanhe .content-acompanhe-wrapper .acompanhe-title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.redBar{
    
    background-color: #88171a;
    width: 158px;
    height: 5px;
    content: "";
}
/*////////////////// FIM CONTEUDO ACOMPANHE////////////////*/

/*//////////////////CONTEUDO ESPECIALIDADE////////////////*/
.content-especialidades{
    width:100%;
    background-color: var(--cinza);
}
.content-especialidades .content-especialidades-wrapper{
    max-width: 1260px;
    width:100%;
}

.content-especialidades .content-especialidades-wrapper .especialidades-title{
    width: 100%;
}
.content-especialidades .content-especialidades-wrapper .especialidades-title .especialidades-title-wrapper{
    max-width: 1260px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    top: 30px;
}
.content-especialidades .content-especialidades-wrapper .especialidades-title .especialidades-title-wrapper h2{
    color: var(--red);
}
/*****box one*******/
.box-especialidade{
    width: 100%;
    height: 400px;
}
.box-especialidade .box-especialidade-wrapper{
    max-width: 1260px;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
}
.space-height{
    width: 100%;
    height: 50px;
}
.box-especialidade .box-especialidade-wrapper .boxOne-slide{
    width: 100%;
}
.box-especialidade .box-especialidade-wrapper .boxOne-slide .boxOne-slide-wrapper{
    background-image: url(../img/bordas-retangulo-especialidades-b2s-obras.webp);
    max-width: 590px;
    width: 100%;
    height: 149px;
}
.box-especialidade .box-especialidade-wrapper .boxOne-slide .boxOne-slide-wrapper .sideOne{
    padding: 12px;
    height: 125px;
}
.box-especialidade .box-especialidade-wrapper .boxOne-slide .boxOne-slide-wrapper .sideOne .link-slideOne{
    width: 100%;
    display: flex;
    height: 130px;
}
.box-especialidade .box-especialidade-wrapper .boxOne-slide .boxOne-slide-wrapper .sideOne .link-slideOne .imgOne-box .imgOne-box-wrapper{
    max-width: 140px;
    width: 100%;
    margin: 10px 30px;
}
.box-especialidade .box-especialidade-wrapper .boxOne-slide .boxOne-slide-wrapper .sideOne .link-slideOne .imgOne-box .imgOne-box-wrapper img{
    width: 95px;
    height: 95px;
}
.link-slideOne .textOne-box {
    width: 100%;
}
.link-slideOne .textOne-box .textOne-box-wrapper{
    padding: 12px;
}

.box-especialidade .box-especialidade-wrapper .boxTwo-slide{
    width: 100%;
}
.box-especialidade .box-especialidade-wrapper .boxTwo-slide .boxTwo-slide-wrapper{ 
    background-image: url(../img/bordas-retangulo-especialidades-b2s-obras.webp);
    max-width: 590px;
    width: 100%;
    height: 149px;
    margin-left: 40px;
}

/*****box two******/
.box-especialidade .box-especialidade-wrapper .boxTwo-slide .boxTwo-slide-wrapper .sideTwo{
    padding: 12px;
    height: 125px;
}
.box-especialidade .box-especialidade-wrapper .boxTwo-slide .boxTwo-slide-wrapper .sideTwo .link-slideTwo{
    width: 100%;
    display: flex;
    height: 130px;
}
.box-especialidade .box-especialidade-wrapper .boxTwo-slide .boxTwo-slide-wrapper .sideTwo .link-slideTwo .imgTwo-box .imgTwo-box-wrapper{
    max-width: 140px;
    width: 100%;
    margin: 10px 30px;
}
.box-especialidade .box-especialidade-wrapper .boxTwo-slide .boxTwo-slide-wrapper .sideTwo .link-slideTwo .imgTwo-box .imgTwo-box-wrapper img{
    width: 95px;
    height: 95px;
}
.link-slideTwo .textTwo-box {
    width: 100%;
}
.link-slideTwo .textTwo-box .textTwo-box-wrapper{
    padding: 12px;
}

.box-especialidade .box-especialidade-wrapper .boxTwo-slide{
    width: 100%;
}
.box-especialidade .box-especialidade-wrapper .boxTwo-slide .boxTwo-slide-wrapper{ 
    background-image: url(../img/bordas-retangulo-especialidades-b2s-obras.webp);
    max-width: 590px;
    width: 100%;
    height: 149px;
}
.btn-box{
    width: 100%;
    height: 80px;
}
.btn-box-wrapper{
    width: 100%;
    display: flex;
    justify-content: center
}
.btn-leiaMais .btn-leiaMais-wrapper{
    width: 100%;
    max-width: 1260px;
}
.btn-leiaMais .btn-leiaMais-wrapper .leia-mais{
    padding: 10px 20px;
    border: 3px solid var(--red);
    color: var(--red);
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.btn-leiaMais .btn-leiaMais-wrapper .leia-mais:hover{
    color: white;
    background: #88171a;
    transition: 0.5s;
}
.link-slideTwo .textTwo-box .textTwo-box-wrapper h2,
.link-slideOne .textOne-box .textOne-box-wrapper h2{
    padding-bottom: 10px;
    color: var(--red);
}
.link-slideTwo .textTwo-box .textTwo-box-wrapper p,
.link-slideOne .textOne-box .textOne-box-wrapper p{
    color: var(--black);
}

/*//////////////////FIM CONTEUDO ESPECIALIDADE////////////////*/

/*//////////////////MOBILE////////////////*/
@media (max-width:990px){
    .box .box-wrapper .box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper{
        margin: 0 auto;
        width: 95%;
        height: auto !important;
        background-size: 100% 100%;
        padding: 5px;
    }
    .box .box-wrapper .box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper .box-size-img{
        width: 100%;
        max-width: 380px;
        height: auto;
    }
    .box .box-wrapper .box-img-bg .box-img-bg-wrapper .box-background .box-background-wrapper .box-size-img a img{
        height: 100%;
        width: 100%;
    }
    .box .box-wrapper{
        margin-top: 5em;
        margin-bottom: 13em;
    }
    .box .box-wrapper .box-img-bg{
        display: flex;
        justify-content: center;
    }
    .box .box-wrapper .box-img-bg .box-img-bg-wrapper{
        height: auto;
        width: 100%;
        max-width: 410px;
    }
    .box .box-wrapper .box-text .box-text-wrapper .content-box-text .content-text{
        text-align:center;
    }
    .box .box-wrapper{
        flex-direction: column;
        margin-bottom: 150px;
    }
   .box .box-wrapper .box-text .box-text-wrapper{
        margin-left: auto;
        margin-right: auto;
    }
    .content-acompanhe .content-acompanhe-wrapper .acompanhe-title{
        margin-bottom: 20px;
    } 
    .acompanhe .acompanhe-wrapper .img-link-acompanhe .acompanhe-first-box {
        display: flex;
        justify-content: center;
    }
    .acompanhe .acompanhe-wrapper .second-box{
        display: flex;
        justify-content: center;
    }
    .acompanhe .acompanhe-wrapper .img-link-acompanhe .acompanhe-first-box .fisrt-box-wrapper{
        margin-bottom: 30px;
    }
    .slideText .title h1{
        font-size: 0.7em;
    }
    .swiper-slide .content{
        margin: 0;
        left: 20px;
        width: 85%;
    }
   
    .box-especialidade .box-especialidade-wrapper .boxOne-slide{
        width: 80%;
    }
    .box-especialidade .box-especialidade-wrapper .boxTwo-slide{
        width: 20%;
    }
    .link-slideTwo .textTwo-box .textTwo-box-wrapper h2, .link-slideOne .textOne-box .textOne-box-wrapper h2{
        font-size: 1em;
    }
    .link-slideTwo .textTwo-box .textTwo-box-wrapper p, .link-slideOne .textOne-box .textOne-box-wrapper p{
        font-size: 0.9em;
    }
     .box-especialidade .box-especialidade-wrapper .boxOne-slide .boxOne-slide-wrapper .sideOne .link-slideOne{
        height: auto;
    }

    .box-especialidade .box-especialidade-wrapper{
        width: 100%;
        height: 275px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box-especialidade .box-especialidade-wrapper .boxOne-slide,
    .box-especialidade .box-especialidade-wrapper .boxTwo-slide {
        width:100%;
    }
     .box-especialidade .box-especialidade-wrapper .boxOne-slide .boxOne-slide-wrapper,
    .box-especialidade .box-especialidade-wrapper .boxTwo-slide .boxTwo-slide-wrapper{
        background-image:none;
    }
    .box-especialidade .box-especialidade-wrapper .boxOne-slide .boxOne-slide-wrapper .sideOne {
        padding: 10;
        height: auto !important;
    }
    .box-especialidade .box-especialidade-wrapper .boxOne-slide .boxOne-slide-wrapper .sideOne .link-slideOne,
    .box-especialidade .box-especialidade-wrapper .boxTwo-slide .boxTwo-slide-wrapper .sideTwo .link-slideTwo {
        height: 275px;
        align-items: center;
        border: 3px solid var(--red);
        width: 100%;
        padding-top: 10px;
        flex-direction: column;
        /*display:flex;*/
        /* padding-left: 10px;*/
    }
     .box-especialidade .box-especialidade-wrapper .boxOne-slide .boxOne-slide-wrapper .sideOne .link-slideOne .imgOne-box .imgOne-box-wrapper img,
     .box-especialidade .box-especialidade-wrapper .boxTwo-slide .boxTwo-slide-wrapper .sideTwo .link-slideTwo .imgTwo-box .imgTwo-box-wrapper img{
        width: 40px;
        height: 40px;
    }
    .link-slideOne .textOne-box .textOne-box-wrapper,
    .link-slideTwo .textTwo-box .textTwo-box-wrapper{
        padding:10px;
    }
    .box-especialidade .box-especialidade-wrapper .boxTwo-slide .boxTwo-slide-wrapper,
    .box-especialidade .box-especialidade-wrapper .boxOne-slide .boxOne-slide-wrapper .sideOne .link-slideOne .imgOne-box .imgOne-box-wrapper,
    .box-especialidade .box-especialidade-wrapper .boxTwo-slide .boxTwo-slide-wrapper .sideTwo .link-slideTwo .imgTwo-box .imgTwo-box-wrapper{
        margin:0;
    }
    .box-especialidade .box-especialidade-wrapper .boxTwo-slide .boxTwo-slide-wrapper .sideTwo{
        /*padding: 10px;*/
        height: 125px
    }
    .link-slideOne > .imgOne-box{
        height: fit-content;
    }
        
}



