body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: #cccccc;
}

.font-400{
    font-weight: 400;
}

.cor-lilaz-cinza, .cor-lilaz-cinza:hover{
    color: #49484a;
}

.cor-azul, .cor-azul:hover{
    color: #005093;
}

.ls_-1_1{
    letter-spacing: -1.1px;
}
#menu-superior{
    position: relative;
    z-index: 2;
}

.dobra-1{
    position: relative;
    z-index: 1;
}

#menu-lateral{
    height: 100vh;
    width: 89px;
    position: fixed;
    left: 0;
    z-index: 99;
    background-color: #cccccc;
}

#ico_sociais{
    height: 50%;
    position: relative;
}

#ico_sociais .interna{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

#ico-cea{
    position: absolute; 
    bottom: 0px; 
    left: 0;
    right: 0;
    margin: 0 auto;
}

#menu-lateral-aberto{
    background-color: #00508c;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    display: none;
}

.p-menu-lateral{
    border-bottom: solid 1px #00837d;
}

.navbar-brand img{
    max-height: 100px;
}

.p-menu-home a{
    color: #585757;
    font-size: 24px;
    
}

.p-menu-home{
    border-bottom: solid 1px #005093;
}

.dobra-5{
    background-color: #b7bfc5;
}

.slick-prev {
    left: -15px;
    z-index: 2;
    width: 45px;
    height: 75px;
}

.slick-next {
    right: -15px;
    z-index: 2;
    width: 45px;
    height: 75px;
}

.slick-small{
    width: 15px;
    height: 30px;
}

#rodape{
    background-color: #b7bfc5;
    position: relative;
}

.dobra-1{
    background-image: linear-gradient( to top, #00508c 50%, #cccccc 50% );
}

.moldura{
    float: left;
    height: 300px;
}

.foto-func{
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.itens-menu{
    position: relative;
    margin-bottom: -7px;
}


.itens-menu:before {
    content: '';
    height: 95%;
    width: 2px;

    position: absolute;
    left: 0;
    bottom: 5px;

    background-color: #00508c;
}

.msg-alerta{
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    #menu-lateral{
        display: none;
    }

    .p-menu-lateral{
        font-size: 28px;
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .moldura{
        width: 50%;
        height: 400px;
    }
    .slick-slide img{
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .dobra{
        padding-left: 89px;
    }

    .p-menu-lateral{
        font-size: 16px;
        padding-top: 25px;
        padding-bottom: 15px;
    }

    #menu-lateral-aberto{
        left: 89px;
    }

    .mt_-75{
        margin-top: -75px;
    }

    .tucunare{
        position: absolute;
        right: -15px;
        top: 100px;
    }

    #rodape-circulo{
        position: absolute;
        right: -15px;
        bottom: 0;
    }

    .moldura{
        width: 20%;
    }
}

@media (min-width: 992px) {
    .dobra-1{
        margin-top: -100px;
    }

    .p-menu-lateral{
        font-size: 24px;
        border-bottom: solid 1px #00837d;
        padding-top: 35px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .p-menu{
        font-size: 16px;
    }  

    .moldura{
        width: calc(100% / 8);
    }
}

@media (min-width: 1300px) {

}

@media (min-width: 1400px) {
    #rodape-circulo{
        max-width: 650px;
    }
}

@media (min-width: 1800px) {
    #rodape-circulo{
        max-width: 650px;
    }
    .moldura{
        width: 10%;
    }
}