body {
    background: #ffff;
    font-family: 'Roboto';
}

@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/Roboto-Regular.ttf') format('truetype');
}

.ul_ajudamos {
    margin: 20px 0 0 20px;
    list-style: none;
    padding-right: 500px;
}

.link_ajudamos {
    position: relative; /* Para que a imagem não saia fora do link */
    display: block;
    padding: 5px;
    border: 1px #999999 solid;
    background-color: #CCCCCC;
    text-decoration: none;
    color: #FFFFFF;
    padding-right: 200px;
}

    .link_ajudamos:hover {
        background-color: #999999;
        border-radius: 20px;
    }

    .link_ajudamos span {
        display: none; /* Aqui você define que todo SPAN que estiver dentro de um A estará invisível */
    }
/* 
#imagem{
   width: 100px;
   height: 100px;
   border: 1px solid #ddd;
}*/
/*
#imagem img{
   width: 100%;
   height: 100%;
}
 
 */



ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    ul li {
        font-family: "Belleza", sans-serif;
        position: relative;
        font-size: 20px;
        text-align: center;
       /* -webkit-text-stroke: 1px white;
        color: transparent;*/
        margin-bottom: 40px;
        z-index: 1;
    }

img.image-reveal {
    position: absolute;
    width: 400px;
    height: auto;
    object-fit: contain;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    z-index: 10;
}




.profile a { /* aqui */
    color: #040D1B !important; /* aqui */
}

.voltar {
    background-color: #040D1B !important;
    padding-left: 30px;
    padding-right: 30px;
    border-color: #040D1B !important;
}
/*  cabeçalho portal*/

.fundo_cabecalho {
    background: #FFF;
    height: 120px;
    padding-top: 2%;
    padding-left: 5%;
    background-color: #051936 !important;
}

.nome_portal {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #BAA58E; /*aqui*/
    text-align: center;
}

.botao_andamento_sair {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    border-radius: 13px;
    background: #B50003; /*aqui*/
    font-size: 14px;
    color: #fff; /*aqui*/
}

/*  Fim cabeçalho portal*/

.botao_azul_claro {
    font-size: 18px;
    width: 100%;
    background-color: #B50003; /*aqui*/
    border-radius: 9px;
    padding-left: 30px;
    padding-right: 30px;
}


.botao_continuar {
    font-size: 18px;
    width: 100%;
    background-color: #2C364E;
    border-radius: 9px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px;
}

.botao_continuar_2 {
    font-size: 18px;
    width: 100%;
    background-color: #2C364E;
    border-radius: 9px;
    padding-left: 30px;
    padding-right: 30px;
}


.texto_maior {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    color: #2C364E;
}

.texto_menor_aviso {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 18px;
    color: #E02E1E;
}

.primeira_texto {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 14px;
    color: #BAA58E;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

/*  aqui*/
.nome_portal_primeira {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 75px;
    text-align: center;
    color: #BAA58E;
    padding-top: 30px;
    border-bottom: 1px solid #BAA58E;
    border-width: 10%;
}

.espaconome {
    padding-left: 8px;
}

.textoalerta {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    color: #9A2725;
}

.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default checkbox */
    .container1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.categoria_formulario {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    color: #45A1C5;
    border-bottom: 1px solid #45A1C5;
    padding-left: 15px;
    margin-bottom: 20px;
}

.d-inline {
    text-align: center !important;
    display: block !important;
}

.titulo_certidao {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    padding-bottom: 30px;
    color: #2C364E;
}

.titulo_alteracoes {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #040D1B; /* aqui */
}

.profissional {
    margin: 0px 0; /* aqui */
}
/* barra do usuário e tela inicial do portal - fundo azul escuro*/
.barra_usuario {
    padding: 20px;
    background-color: #1D2433;
    min-height: 880px;
    height: 100% !important;
}

.bem_vindo {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.usuario_titulo_e_foto {
    text-align: center;
    margin-top: 20px;
}

.usuario_dados {
    padding-left: 15px;
    padding-right: 15px;
}

.usuario_coluna {
    padding: 20px;
    background-color: #F9F0E6; /* aqui */
    border-right: 1px solid #45A1C5;
}

.usuario_coluna_2 {
    padding: 20px;
    background-color: #F9F0E6; /* aqui */
}

.usuario_dados_texto {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.primeira {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
}

.usuario_dados_status {
    padding: 10px;
    margin-bottom: 150px;
    text-align: center;
    color: #86C9E8;
}

.usuario_formatacao {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #1D2433;
}

.usuario_foto {
    margin-bottom: 15px;
}

.profile-usertitle-name2 {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 12px;
    color: #86C9E8;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

    .profile-userbuttons .btn {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        padding: 6px 15px;
        margin-right: 5px;
    }

        .profile-userbuttons .btn:last-child {
            margin-right: 0px;
        }

.profile-usermenu {
    margin-top: 30px;
}

    .profile-usermenu ul li {
        border-bottom: 1px solid #f0f4f7;
    }

        .profile-usermenu ul li:last-child {
            border-bottom: none;
        }

        .profile-usermenu ul li a {
            color: #93a3b5;
            font-size: 14px;
            font-weight: 400;
        }

            .profile-usermenu ul li a i {
                margin-right: 8px;
                font-size: 14px;
            }

            .profile-usermenu ul li a:hover {
                background-color: #fafcfd;
                color: #5b9bd1;
            }

        .profile-usermenu ul li.active {
            border-bottom: none;
        }

            .profile-usermenu ul li.active a {
                color: #5b9bd1;
                background-color: #f6f9fb;
                border-left: 2px solid #5b9bd1;
                margin-left: -2px;
            }
/* area_usuario */
.area_usuario_azul_claro {
    height: 100% !important;
    padding: 0px;
    background-color: #F9F0E6; /* aqui */
    padding-bottom: 0px; /* aqui */
}

.area_usuario_barra_azul_escuro {
    padding-top: 20px;
    background: #B50003; /* aqui */
    min-height: 70px;
    text-align: center;
}

.profile-content3 {
    padding: 20px;
    background: #DDEBF1;
    min-height: 60px;
}

.profile-content3 {
    padding: 0px;
    background: #DDEBF1;
    padding-bottom: 70px;
    width: 100%;
}

@media (max-width: 480px) {
    .area_usuario_azul_claro {
        min-height: 1350px !important;
    }

    .nome_portal_celular {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 18px;
        color: #BAA58E;
        text-align: center;
    }

    .titulo_alteracoes {
        text-align: center;
    }

    .profile-content2 {
        padding: 20px;
        background: #45A1C5;
        min-height: 150px;
    }

    .fundo_cabecalho {
        background-color: #fff;
        height: 220px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {


    .area_usuario_azul_claro {
        min-height: 1250px !important;
    }
    
    .nome_portal_celular {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 18px;
        color: ##BAA58E;
        text-align: center;
    }

    #modalmaior {
        width: auto;
    }

    .fundo_cabecalho {
        height: 210px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .fundo_cabecalho {
        background-color: #fff;
    }

    .fundo_cabecalho {
        padding-left: 6%;
        padding-right: 6%;
    }
}

@media (min-width: 980px) {
    .fundo_cabecalho {
        background-color: #fff;
    }

    .div_logomarca {
        float: left;
    }
}

@media (min-width: 1354px) {
    .fundo_cabecalho {
        padding-right: 5%;
    }
}

@media (min-width: 1600px) and (max-width: 1979px) {
    .fundo_cabecalho {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media (min-width: 1980px) and (max-width: 2672px) {
    .fundo_cabecalho {
        padding-right: 5%;
        padding-left: 5%;
    }
}
