.bold{font-family: montserrat-bold;}

header{
    float: left;
    width: 100%;
    height: auto;
    border-top: 12px solid #4eb0d2;
    background: url(../img/header/line.png) no-repeat center;
}
#logo{
    float: left;
    height: 113px; 
    width: 193px;
    background: url(../img/header/logo.svg) no-repeat center;
    background-size: contain;
    margin: 26px 104px 31px 38px;
}
#cabecalho{
    float: left;
}
.texto-contato{
    font: 18px montserrat-regular; 
    color: #555555;
    margin: 45px 12px 29px 0;
    float: left;
}
.localizacao{
    font-size: 15px; 
}
.i{
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 0 10px -1px 0;
}
.i-tel{
    background: url(../img/header/telefone.svg) no-repeat center;
}
.i-whats{
    background: url(../img/header/whats.svg) no-repeat center;
}
.i-local{
    background: url(../img/header/localizacao.svg) no-repeat center;
}

#menu{
    float: left;
}

#menu .pag{
    float: left;
    font: 15px montserrat-regular; 
    color: #555555;
    padding: 23px 0 43px;
    margin-right: 38px;
}

#menu .ativo, #menu .pag:hover{
    box-shadow: inset 0 6px 0px 0px #4eb0d2;
    font-weight: bold !important;
}
@media(min-width: 991px){
    #menu{
        display: block !important;
    }
}

@media(max-width: 1220px){
    header{
        background: none;
    }
    #logo{
        margin: 26px 2% 0 2%;;
    }
    .texto-contato{
        margin-right: 15px;
        font-size: 14px;
    }
    #menu .pag{
        margin-right: 18px;
    }
    #cabecalho, #menu{
        float: right
    }
}

@media(max-width: 1050px){
    #logo{width: 130px;}
}

@media(max-width: 990px){
    #altura-menu-mobile{
        height: 85px;
        float: left;
        width: 100%;
    }
    header{
        background: #fff;
        position: fixed;
        z-index: 3;
        box-shadow: 0px 4px 5px -6px #000;
        border-top: 5px solid #4eb0d2;
    }
    header .conteudo-center-1200{
        margin: 0;
        width: 100%;
    }
    #logo{
        width: 150px;
        height: 80px;
        margin: 0;
        background-size: 50%;
    }
    #cabecalho{
        display: none;
    }
    #whats-mobile{
        position: absolute;
        right: 85px;
        top: 22px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        background: url(../img/ligar.png) no-repeat center top;
        background-size: 40px;
    }
    #botao-menu{
        display: block;
        position: absolute;
        right: 25px;
        top: 25px;
        height: 40px;
        width: 35px;
        cursor: pointer;
    }
    .barra-menu{
        width: 100%;
        height: 5px;
        background: #000;
        margin: 5px 0;
    }
    #menu{
        display: none;
        width: 100%;
        box-shadow: 0px 4px 5px -6px #000;
    }
    #menu .pag{
        margin: 0;
        width: 100%;
        padding: 18px 0;
        background: linear-gradient(#fff, #fcfcfc);
        color: #3a3a3a;
        text-indent: 15px;
        border-left: solid 10px transparent;      
    }
    #menu .pag:hover, #menu .ativo{
        border-left: solid 10px #4eb0d2;
        background: #fffbe2;
        color: #4eb0d2;
        box-shadow: none;
    }
}