#bt_logar_sistema{
    padding: 5px 23px;
    border-radius: 5px;
    border: none;
    font-size: 22px;
    position: relative;
    color: white;
    font-family: font_padrao;
    background-image: linear-gradient(45deg, #333333, #0e0e0e);
    float: right;
    margin-right: 23px;
    margin-top: 15px;
    width: 85%;
}

#bt_logar_sistema:disabled{
    background: #cecece;
    color: #727272;
    cursor: not-allowed;
}

.input_login:disabled{
    border: solid 1px #9e9e9e;
    background: #cecece;
    cursor: not-allowed;
}

#divLoginInfo {
    font-size: 11px;
    text-align: center;
   
}

.underlineHovertec{
    color: #094779;
    font-weight: 700;
    border-bottom: solid 1px;
    cursor: pointer;
    font-size: 11px;
}

body{
    background-image: none;
}

#header_login{
    height: 61px;
    width: 100%;
    background: #333333;
    border-bottom: solid 3px #0096d4;
    font-family: font_padrao;
    color: white;
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
}

#footer_login{
    height: 5px;
    width: 100%;
    background: #333333;
    position: absolute;
    bottom: 0;
}
.seta_cima {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
    margin-top: -14px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #333333;
    float: right;
    position: fixed;
    right: 8px;
}


#box_login{
    background: #f0f0f0;
    height: 280px;
    width: 300px;
    position: fixed;
    z-index: 12;
    text-align: center;
    border-radius: 5px;
    right: 7px;

    /*inicio oculto, será exibido com JS*/
    top: 1px;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    overflow: hidden;
    box-shadow: 1px 7px 6px 3px #0000005c;
    transition: all 0.5s ease;
}




.remove_focus:focus, remove_focus:active{
    outline: none;
}

.input_login{
    width: 85%;
    margin-top: 10px;
    border: solid 1px #1da1d7;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    font-family: font_padrao;
}


.bt_header:hover{
    background: #2196F3;
    color: white;
    transition: all 0.3s ease;
    border-bottom: solid 1px #ffffff;
}

.bt_header{
    float: right;
    font-size: 21px;
    font-family: font_padrao;
    color: white;
    border: none;
    border-radius: 3px 3px 0 0;
    padding: 5px;
    margin-top: 8px;
    border-bottom: solid 1px #2196F3;
    cursor: pointer;
    margin-right: 9px;
    background: #0000007a;
    transition: all 0.5s ease;
}



#div_logo img{
    height: 40px;
    margin-top: 8px;
    margin-left: 1px;
    position: fixed;
    border-radius: 5px;
}

#header_opcoes{
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 10;
    border-bottom: solid 1px #a2a2a2;
    background: #333333;
}


#card_imagens{

    position: absolute;
    z-index: 6;
    /* top: 73px; */
    height: 300px;
    width: 600px;
    left: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 9px #0000008a;
    bottom: 20px;
}


.container_servicos_desc{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
}


.container_servicos_desc .texto_servico{
    font-size: 40px;
    border-bottom: solid 2px #2196F3;
    padding: 7px;
}














/*animacao pulse*/

.blob__ {
    animation: pulse 1.4s 2;
    /*        animation: pulse 1.4s infinite;*/
}

@keyframes pulse {
    0% {
        /*transform: scale(0.95);*/
        box-shadow: 0 0 0 0 #FF9800;
        color: #ffffff;
        background: #FF9800;

    }

    70% {
        /*transform: scale(1);*/
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        /*transform: scale(0.95);*/
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}





.corpo_bloco_conteudo{
    /*background: #ffffff;*/
    padding: 10px;
    color: black;
    border-radius: 5px;
    font-weight: 700;
    /*box-shadow: -1px 2px 5px #0000004a;*/
}


.texto_sober_nos{
    text-align: justify;
    font-family: font_padrao;
    font-size: 21px;

}

@font-face {
    font-family: font_padrao;
    src: url(../..//fonts/font.woff2);
}


body{
    margin: 0;
    padding-top: 0;
}



#icon_fale_conosco{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 2.1;
    margin-right: 6px;
}

#a_fale_conosno{
    bottom: 10px;
    z-index: 2;
    right: 10px;
    display: inline-flex;
    background: #e8faee;
    padding: 3px;
    border-radius: 5px;
    border: solid 1px #00b831;
    color: #505150;
}



#imagens_top  {

    overflow-x: hidden;
    transition: background-image 0.7s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    background-size: cover;
    /*margin-top: -20px;*/
    transition: all 1s ease;
    /*sera corrigido ao carregar a página*/
    min-height: 0px;
    height: 0%;

}












#footer_tela_principal{
    height: 73px;
    background: #333333;
    margin-top: 40px;
    border-top: solid 4px #2196F3;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}



#form_login_pagina_inicial{
    display: inline-flex;;
}



@media only screen and (max-width: 600px) {


    #card_imagens{
        width: 100%;
        left: 0;
        box-shadow: none;
        border-radius: 0;
        bottom: auto;
        position: absolute;
        height: 100%;
    }

    /*
        .texto_sober_nos{
            font-size: 15px;
        }
    
    
        .corpo_bloco_conteudo{
            max-height: 340px;
            overflow: auto;
        }*/
}





