#fundo-menu-tratamentos{
    background: #f8f8f8;
    float: left;
    width: 100%;
}

#menu-tratamentos:before{ 
    content: "";
    position: absolute;
    left: -48%;
    top: 0;
    height: 101px;
    width: 50%;
    background: #01b4d5;
}
#menu-tratamentos{
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -1px;
}
.link-t{
    font: 16px montserrat-medium; 
    color: #5c5c5c;
    text-align: center;
    height: 101px;
    width: 290px;
    box-sizing: border-box;
    padding: 40px 0;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
.link-t:hover{
    background: #01b4d5;
    color: #fff;
}
.link-t:hover b{
    color: #151b38;
}
.link-t:nth-child(4n){
    border-right: none;
}
.link-ativo{
    font: 18px montserrat-medium; 
    color: #fff;
    background: #01b4d5;
    text-align: center;
    box-sizing: border-box;
    padding: 23px 0;
}
.link-ativo b{
    font: 28px montserrat-bold; 
    color: #151b38;
}
.link-br{
    padding: 32px 0 !important;
}


#sobre{
    float: left;
    width: 100%;
    background: url(../img/index/background.jpg) no-repeat center;
    box-sizing: border-box;
    padding-top: 111px;
}
#sobre .titulo{
    float: left;
    font-size: 24px;
    margin-left: -60px;
}
#sobre .titulo b{
    font-size: 37px;
}
#conteudo-sobre{
    float: right;
    max-width: 525px;
    margin: 18px 0 0 0;
}
.sub-titulo{
    float: left;
    font: 20px montserrat-bold; 
    color: #5c5c5c;
}
.barrinha{
    float: left;
    height: 8px;
    width: 70px;
    background: #55b3d4;
    margin: 40px 0 47px;
}
#sobre .txt{
    float: left;
    font: 15px montserrat-regular; 
    color: #5c5c5c;
    line-height: 25px;
}
#sobre .btn{
    float: left;
    padding: 12px 19px;
    text-align: center;
    color: #fff;
    font: 12px montserrat-semibold;
    background: #4eb0d2;
    margin-top: 50px;
}
#sobre .btn:hover{
    background: none;
    color: #4eb0d2;
    border: 1px solid #4eb0d2;
    padding: 11px 18px;
}


#exames{
    float: left;
    width: 100%;
    text-align: center;
}
#exames .titulo{
    width: 100%;
    text-align: center;
    font-size: 27px;
    margin: 166px 0 82px;
}
#exames .titulo b{
    font-size: 42px;
}
.exame{
    margin: 0 65px 75px;
    width: 269px;
    float: left;
    display: inline-block;
}
.exame-img{
    height: 269px;
    width: 100%;
}
.exame-img1{background: url(../img/index/1.png) no-repeat top center;}
.exame-img2{background: url(../img/index/2.png) no-repeat top center;}
.exame-img3{background: url(../img/index/3.png) no-repeat top center;}
.exame-img4{background: url(../img/index/4.png) no-repeat top center;}
.exame-img5{background: url(../img/index/5.png) no-repeat top center;}
.exame-img6{background: url(../img/index/6.png) no-repeat top center;}
.descricao{
    text-align: center;
    width: 100%;
    font: 18px montserrat-medium;
    color: #fff;
    margin-top: 30px;
}
#exames .btn {
    display: inline-block;
    margin: 0 auto;
    float: none;
    margin-bottom: 76px;
}


@media(max-width: 1220px){
    #menu-tratamentos:before{
        display: none;
    }
    .link-t{
        width: 25%;
    }
    #sobre{
        padding-top: 75px;
        background-position: top;
    }
    #sobre .titulo{
        margin-left: 0;
    }
    #sobre .titulo b{
        font-size: 35px;
    }
    #conteudo-sobre{
        max-width: 445px;
        margin: 0;
    }
    .exame{
        width: 31%;
        margin: 0 1% 75px;
    }
}

@media(max-width: 990px){
    #fundo-menu-tratamentos{
        background: #01b4d5;
    }
    #menu-tratamentos{
        width: 104%;
        background: none;
        position: relative;
        left: -2%;
        top: 0;
    }
    .link-t{
        width: 100%;
        padding: 10px 0 !important;
        height: auto;
        font-size: 15px !Important;
        border: none;
        color: #fff;
    }
    .link-t:not(.link-ativo):hover{
        background: #fff;
        color: #151b38;
    }
    .link-ativo b{
        font-size: 20px;
    }
    .link-t:not(.link-ativo) { 
        display: none;
    }
    #arrow{
        position: absolute;
        right: 10px;
        top: 20px;
        height: 25px;
        width: 25px;
        background: url(../img/index/arrow.svg) no-repeat center;
        background-size: contain;
        transition: all .3s;
        cursor: pointer;
    }

    #sobre{
        background: #fff;
        padding: 25px 0;
        text-align: center;
    }
    #conteudo-sobre {
        max-width: 990px;
    }
    #sobre .titulo{
        text-align: center;
        width: 100%;
        float: none;
    }
    .sub-titulo{
        font-size: 15px;
        text-align: center;
        margin: 10px 5% 0;
        float: none;
    }
    .barrinha{
        margin: 20px auto;
        float: none;
    }
    #sobre .txt{
        text-align: justify;
        margin-bottom: 20px;
        float: none;
    }
    #sobre .btn{
        margin: auto;
        padding: 9px 14px;
        float: none;
        display: inline-block;
        font-size: 10px;
    }
    #sobre .btn:hover{
        padding: 8px 13px;
    }
    #exames .titulo{
        margin: 20px auto;
    }
    .exame{
        width: 40%;
        margin: 0 5% 25px;
    }
    .exame-img{
        background-size: contain;
        height: 155px;
    }
    .descricao{
        margin: 0;
        font-size: 12px;
        color: #5c5c5c;
        margin: 5px 0 0;
    }
}

@media(min-width: 990px){
    .link-t{display: block !Important;}
}