/*
Cliente: Unimed
Projeto: Portal regional
*/

/*
  --------------
    PALETA DE CORES
  --------------
  
  #666    - Texto padrao
  #898989 - Texto do rodape
  #f0f1f1 - Fundo de caixas
  #e55300 - Laranja para titulos e botoes
  #009faf - Azul para botoes
  #0f7744 - Verde para titulos
  
*/

/*
  --------------
    ELEMENTOS e CLASSES
  --------------
*/

/* ------- GERAL ------- */
* {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
/* reseta todas as margens, paddings e define o nivel das camadas do site */
html, body {
    background: url(../imagens/bg.gif) #ebebeb center repeat-y;
    font: 100% "Trebuchet MS", Verdana, Arial, sans-serif;
}

#limites {
    width: 990px;
    margin: auto;
    font-size: .68em;
    color: #666;
}

#limites2 {
    width: 990px;
    font-size: .68em;
    color: #666;
}


/* ------- ELEMENTOS ------- */
a {
    color: #e55300;
}

    form fieldset, a img {
        border: 0;
    }

form ol {
    list-style: none;
}

form select, form input, form textarea {
    border: 1px solid #d5d5d5;
    font-size: .9em;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    color: #666;
}

div select, div input, div textarea {
    border: 1px solid #d5d5d5;
    font-size: .9em;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    color: #666;
}

form input, form textarea {
    padding: 2px;
}

div div input, div textarea {
    padding: 2px;
}

dy #limites #conteudo form fieldset label input {
    width: auto;
    padding: 0;
    border: 0;
}

p {
    line-height: 1.45em;
}

h1 {
    font-size: 2.36em;
    font-weight: normal;
    color: #e55300;
}

h3 {
    font-size: 1.72em;
    font-weight: normal;
    color: #0f7744;
}


/* ------- CLASSES ------- */
.direita {
    float: right;
}

.esquerda {
    float: left;
}

p.direita, p.esquerda {
    float: none;
}

p.direita {
    text-align: right;
}

p.esquerda {
    text-align: left;
}

.centro {
    text-align: center;
}

a.botao, a.botao strong {
    height: 22px;
    line-height: 22px;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
}

a.botao {
    padding-left: 12px;
    color: #fff;
}

    a.botao strong {
        padding-right: 12px;
        background-position: right 0;
    }

    a.botao.laranja, a.botao.laranja strong {
        background-image: url(../imagens/botao_laranja.png);
    }

    a.botao.azul, a.botao.azul strong {
        background-image: url(../imagens/botao_azul.png);
    }

    a.botao:hover {
        background-position: 0 bottom;
    }

        a.botao:hover strong {
            background-position: right bottom;
        }

    a.botao.esquerda strong, a.botao.direita strong {
        display: block;
    }

div.moldura {
    position: absolute;
    z-index: 2;
}

    div.moldura.thumb {
        width: 105px;
        height: 105px;
        background: url(../imagens/moldura_105.png) no-repeat;
    }

    * html div.moldura.thumb {
        background: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='imagens/moldura_105.png', sizingMethod='crop');
    }

    div.moldura.destaque {
        width: 198px;
        height: 92px;
        background: url(../imagens/moldura_198.png) no-repeat;
    }

    * html div.moldura.destaque {
        background: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='imagens/moldura_198.png', sizingMethod='crop');
    }

    div.moldura.secao {
        width: 340px;
        height: 92px;
        background: url(../imagens/moldura_340.png) no-repeat;
    }

    * html div.moldura.secao {
        background: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='imagens/moldura_340.png', sizingMethod='crop');
    }

    div.moldura.noticia {
        width: 191px;
        height: 186px;
        background: url(../imagens/moldura_191.png) no-repeat;
    }

    * html div.moldura.noticia {
        background: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='imagens/moldura_191.png', sizingMethod='crop');
    }

ul.noticias {
    list-style: none;
}

    ul.noticias a {
        text-decoration: none;
        color: #666;
    }

        ul.noticias a:hover {
            text-decoration: underline;
        }

    ul.noticias strong {
        color: #0f7744;
    }

    ul.noticias em {
        font-style: normal;
        font-weight: bold;
    }

ul.paginacao {
    height: 28px;
    margin: 2em 0;
    text-align: center;
    line-height: 28px;
    list-style: none;
    zoom: 1;
}

    ul.paginacao li {
        display: inline;
        margin: 0 -2px;
        padding: 6px 7px;
        background: #F0F1F1;
    }

        ul.paginacao li.anterior, ul.paginacao li.proxima {
            padding: 6px 0;
        }

        ul.paginacao li.anterior {
            margin: 0 -1px 0 0;
        }

        ul.paginacao li.proxima {
            margin: 0 0 0 -1px;
        }

        ul.paginacao li a {
            font-weight: bold;
            color: #666;
        }

            ul.paginacao li.ativo a, ul.paginacao li a:hover {
                text-decoration: none;
                color: #009faf;
            }

        ul.paginacao li.anterior a, ul.paginacao li.proxima a {
            position: relative;
            display: inline-block;
            width: 32px;
            height: 28px;
            background: url(../imagens/paginacao_setas.png) no-repeat;
        }

        html > body ul.paginacao li.anterior a, html > body ul.paginacao li.proxima a {
            top: 10px;
            text-indent: -9999em;
            overflow: hidden;
        }

        ul.paginacao li.anterior a {
            left: -5px;
        }

            ul.paginacao li.anterior a:hover {
                background-position: -32px 0;
            }

        ul.paginacao li.proxima a {
            right: -5px;
            background-position: 0 -28px;
        }

            ul.paginacao li.proxima a:hover {
                background-position: -32px -28px;
            }

        ul.paginacao li a span {
            text-indent: -9999em;
        }

.anterior {
    float: left;
    padding: 6px 0;
    margin: 0 0 0 -1px;
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px;
    background: url(../imagens/paginacao_setas.png) no-repeat;
    top: 10px;
    text-indent: -9999em;
    overflow: hidden;
    right: -5px;
    /*background-position: 0 px; */
}

    .anterior:hover {
        background-position: -32px 0px;
    }

.proxima {
    float: left;
    padding: 6px 0;
    margin: 0 0 0 -1px;
    position: relative;
    display: inline-block;
    width: 32px;
    height: 28px;
    background: url(../imagens/paginacao_setas.png) no-repeat;
    top: 10px;
    text-indent: -9999em;
    overflow: hidden;
    right: -5px;
    background-position: 0 -28px;
}

    .proxima:hover {
        background-position: -32px -28px;
    }

.navegacao {
    float: left;
    position: relative;
    display: inline;
    width: 180px;
    height: 21px;
    padding-top: 2px;
    margin: 11px -5px 0 5px;
    display: inline;
    text-align: center;
    font-size: 1.0em;
    background-color: #F0F1F1;
}

.link_nav {
    text-decoration: underline;
    color: #666666;
    font-size: 1.3em;
    background-color: #F0F1F1;
}

    .link_nav:hover {
        text-decoration: none;
        color: #009FAF;
        font-size: 1.3em;
    }

.link_nav_pg_atual {
    text-decoration: none;
    color: #009FAF;
    font-size: 1.3em;
}

.caixa {
    margin-bottom: 30px;
    padding: 3px;
    border: 1px solid #ececec;
}

    form.caixa fieldset, .caixa .interior {
        padding: 10px 0 10px 31px;
        background: #f5f5f5;
    }

/* contendo float */
.contemfloat:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contemfloat {
    display: inline-block;
}
/* Hides from IE-mac \*/
* .contemfloat {
    height: 1%;
}

.contemfloat {
    display: block;
}
/* End hide from IE-mac */


/* ------- TOPO ------- */
#topo {
    position: relative;
    padding-top: 17px;
    z-index: 5;
    zoom: 1;
}

    #topo ul.acessibilidade {
        position: absolute;
        top: 27px;
        left: 165px;
        line-height: 20px;
        list-style: none;
    }

        #topo ul.acessibilidade li {
            display: inline;
            margin-right: 4px;
            padding-left: 9px;
            background: url(../imagens/separador_laranja.gif) 0 center no-repeat;
        }

            #topo ul.acessibilidade li.acessibilidade {
                position: relative;
                padding: 2px 0 3px 27px;
                background: url(../imagens/icone_acessibilidade.gif) 0 2px no-repeat;
            }

                #topo ul.acessibilidade li.acessibilidade:hover {
                    background-position: 0 bottom;
                }

    #topo #informacoes {
        position: absolute;
        top: -9999em;
        left: 50%;
        width: 730px;
        height: 348px;
        margin-left: -400px;
        padding: 27px 35px;
        background: url(../imagens/acessibilidade_bg.png) no-repeat;
        font-size: 1.72em;
        color: #fff;
        z-index: 5;
    }

    * html #topo #informacoes {
        background: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='imagens/acessibilidade_bg.png', sizingMethod='crop');
    }

        #topo #informacoes * {
            position: relative;
        }

        #topo #informacoes .esquerda {
            width: 315px;
        }

        #topo #informacoes .direita {
            width: 360px;
        }

        #topo #informacoes strong {
            color: #c3d840;
        }

        #topo #informacoes p {
            margin-bottom: .3em;
            line-height: 1.1em;
        }

            #topo #informacoes p.centro {
                margin-top: 2em;
            }

        #topo #informacoes ul {
            width: 334px;
            height: 204px;
            background: url(../imagens/acessibilidade_atalhos.png) no-repeat;
            font-size: .75em;
            list-style: none;
            text-indent: -9999em;
        }

            #topo #informacoes ul.instrucoes {
                width: auto;
                height: auto;
                margin-bottom: 1em;
                background: transparent;
                text-indent: 0;
            }

                #topo #informacoes ul.instrucoes li {
                    display: inline;
                }

                    #topo #informacoes ul.instrucoes li strong {
                        font-size: 1.2em;
                    }

    #topo ul.acessibilidade li.acessibilidade:hover #informacoes {
        top: 0;
    }

    #topo h2 {
        position: relative;
        left: 4px;
        float: left;
        width: 136px;
        height: 60px;
        background: url(../imagens/logo_unimed_vitoria_2024.png) no-repeat;
        text-indent: -9999em;
        overflow: hidden;
    }

        #topo h2 a {
            display: block;
            height: 100%;
        }

    #topo form {
        padding-top: 7px;
    }

        #topo form input {
            width: 82px;
            height: 14px;
            padding: 3px 11px;
            border: 0;
            background: url(../imagens/form_input_bg.png) no-repeat;
            font-size: .9em;
            color: #898989;
        }

    #topo div input {
        width: 82px;
        height: 14px;
        padding: 3px 11px;
        border: 0;
        background: url(../imagens/form_input_bg.png) no-repeat;
        font-size: .9em;
        color: #898989;
    }

    #topo form button {
        width: 31px;
        height: 22px;
        margin-left: 3px;
        border: 0;
        background: url(../imagens/form_botao.png) no-repeat;
        font-weight: bold;
        font-size: .9em;
        line-height: 22px;
        color: #fff;
    }

    #topo div button {
        width: 31px;
        height: 22px;
        margin-left: 3px;
        border: 0;
        background: url(../imagens/form_botao.png) no-repeat;
        font-weight: bold;
        font-size: .9em;
        line-height: 22px;
        color: #fff;
    }

    #topo #pesquisa {
        float: right;
    }

        #topo #pesquisa input {
            width: 31px;
            height: 22px;
            margin-left: 3px;
            border: 0;
            background: url(../imagens/form_botao.png) no-repeat;
            font-weight: bold;
            font-size: .9em;
            line-height: 22px;
            color: #fff;
        }

    html > body #topo form button {
        padding-bottom: 3px;
    }

    #topo #frmrestrita {
        position: absolute;
        width: 282px;
        margin-left: 244px;
        padding-left: 73px;
    }

    html > body #topo #frmrestrita {
        position: static;
        float: left;
    }

        #topo #frmrestrita legend span {
            position: absolute;
            margin-left: -81px;
            padding-top: 6px;
            color: #0f7744;
        }

        html > body #topo #frmrestrita legend span {
            margin-left: -75px;
        }

        #topo #frmrestrita input#senha {
            width: 72px;
            background-position: 0 -20px;
        }

        #topo #frmrestrita button {
            margin-right: 10px;
        }

        #topo #frmrestrita a {
            float: right;
            width: 40px;
            margin-top: -22px;
            font-size: .9em;
            line-height: 1em;
            color: #e55300;
        }

    #topo #frmbusca {
        position: relative;
        top: -14px;
        height: 43px;
        margin: 0 0 -14px 743px;
        padding: 20px 0 0 25px;
        background: url(../imagens/topo_form_bg.png) 0 center no-repeat;
    }

        #topo #frmbusca label {
            color: #0f7744;
        }

    #topo ul#navegacao {
        position: relative;
        clear: both;
        height: 53px;
        margin: 15px 0 25px;
        padding-top: 1px;
        background: url(../imagens/topo_navegacao_bg.jpg) no-repeat;
        font-size: 1.18em;
        line-height: 52px;
        text-align: center;
    }

    html > body #topo ul#navegacao {
        padding-top: 0;
    }

        #topo ul#navegacao li {
            position: relative;
            display: inline;
            padding: 0;
            cursor: pointer;
            zoom: 1;
        }

        html > body #topo ul#navegacao li {
            padding: 0px 2px;
        }
            /*#topo ul#navegacao li:hover, #topo ul#navegacao li.ativo { background: url(../imagens/topo_navegacao_item_over_bg.gif) 2px 0 repeat-x;}*/
            #topo ul#navegacao li a {
                position: relative;
                padding: 16px 14px;
                background: url(../imagens/topo_navegacao_item_separador.gif) 0 center no-repeat;
                text-decoration: none;
                color: #dde6a4;
            }

            #topo ul#navegacao li:hover a, #topo ul#navegacao li.ativo a, #topo ul#navegacao li.primeiro a {
                background: transparent;
            }

                #topo ul#navegacao li:hover a, #topo ul#navegacao li.ativo a, #topo ul#navegacao li.primeiro a:hover {
                    background: #0f7744;
                }

            #topo ul#navegacao li:hover a, #topo ul#navegacao li.ativo a {
                background: #0f7744;
            }

            #topo ul#navegacao li a span {
                position: absolute;
                top: -2px;
                left: 14px;
                color: #336633;
                cursor: pointer;
            }

            #topo ul#navegacao li:hover a span, #topo ul#navegacao li.ativo a span {
                top: -1px;
                color: #abd32b;
            }


/* ------- CONTEUDO ------- */
#conteudo {
    margin-bottom: 25px;
}

/* ------- COLUNA 1 ------- */
#coluna1 {
    float: left;
    width: 750px;
}

    #coluna1 #breadcrumb {
        margin: 5px 0 15px;
        color: #e55300;
    }

        #coluna1 #breadcrumb a {
            text-decoration: underline;
        }

    #coluna1 #menuinterno {
        float: left;
        width: 176px;
        min-height: 281px;
        padding-top: 10px;
        background: url(../imagens/interna_menuinterno_bg.jpg) no-repeat;
        font-size: 1.1em;
    }

    * html #coluna1 #menuinterno {
        height: 281px;
    }

        #coluna1 #menuinterno ul {
            width: 151px;
            padding: 0 3px 10px 1px;
            background: url(../imagens/interna_menuinterno_bg_rodape.png) bottom no-repeat;
            list-style: none;
        }

            #coluna1 #menuinterno ul li {
                display: block;
                padding-top: 2px;
                background: url(../imagens/interna_menuinterno_separador.gif) center 0 no-repeat;
                zoom: 1;
            }

                #coluna1 #menuinterno ul li.primeiro {
                    padding: 0;
                    background: transparent;
                }

                #coluna1 #menuinterno ul li a {
                    display: block;
                    padding: 10px 19px;
                    text-decoration: none;
                    color: #abd32b;
                    zoom: 1;
                }

                    #coluna1 #menuinterno ul li.ativo a, #coluna1 #menuinterno ul li a:hover {
                        background: #009faf;
                        color: #fff;
                    }

                #coluna1 #menuinterno ul li ul {
                    display: none;
                }

                #coluna1 #menuinterno ul li.ativo ul {
                    display: block;
                    width: auto;
                    padding: 0 6px;
                    background: transparent;
                }

                    #coluna1 #menuinterno ul li.ativo ul li {
                        background: url(../imagens/interna_menuinterno_sub_separador.gif) top no-repeat;
                    }

                        #coluna1 #menuinterno ul li.ativo ul li.primeiro {
                            background: transparent;
                        }

                        #coluna1 #menuinterno ul li.ativo ul li a {
                            padding: 3px 14px;
                            background: transparent;
                            color: #009faf;
                        }

                            #coluna1 #menuinterno ul li.ativo ul li.ativo a, #coluna1 #menuinterno ul li.ativo ul li a:hover {
                                background: transparent;
                                color: #fff;
                            }

    #coluna1 #texto {
        margin-left: 200px;
        zoom: 1;
    }

/* ------- COLUNA 2 ------- */
#coluna2 {
    width: 211px;
    margin-left: 775px;
}

html > body #coluna2 {
    margin-left: 779px;
}

    #coluna2 h4 {
        height: 18px;
        margin-bottom: 8px;
        background: url(../imagens/home_coluna2_titulos.gif) no-repeat;
        line-height: 1em;
        text-indent: -9999em;
    }

        #coluna2 h4.duvidas {
            background-position: 0 -18px;
        }

        #coluna2 h4.enquete {
            height: 21px;
            background-position: 0 -36px;
        }

        #coluna2 h4.email {
            background-position: 0 -57px;
        }

        #coluna2 h4.arquivo {
            height: 21px;
            background-position: 0 -75px;
        }

        #coluna2 h4.conheca {
            height: 21px;
            background-position: 0 -96px;
        }

    #coluna2 form.caixa fieldset ol li {
        margin-bottom: 1em;
    }

        #coluna2 form.caixa fieldset ol li label {
            display: block;
            font-weight: bold;
        }

        #coluna2 form.caixa fieldset ol li select {
            width: 142px;
            border: 1px solid #d5d5d5;
            font-size: .9em;
            color: #acacac;
        }

        #coluna2 form.caixa fieldset ol li input {
            width: 136px;
            word-spacing: -1px;
        }

    #coluna2 form.caixa fieldset a.esquerda {
        margin: 3px 15px 0 -13px;
    }

    #coluna2 div.caixa fieldset button {
        width: 72px;
        height: 22px;
        border: 0;
        background: url(../imagens/form_botao_72.gif) no-repeat;
        font-size: .9em;
        font-weight: bold;
        color: #fff;
    }

    #coluna2 form.caixa fieldset button {
        width: 72px;
        height: 22px;
        border: 0;
        background: url(../imagens/form_botao_72.gif) no-repeat;
        font-size: .9em;
        font-weight: bold;
        color: #fff;
    }

    #coluna2 .duvidas ol {
        padding: 23px 23px 60px;
        margin-bottom: -25px;
        background: #f5f5f5;
        list-style: none;
    }

    html > body #coluna2 .duvidas ol {
        margin: 0;
        padding-bottom: 45px;
    }

        #coluna2 .duvidas ol li {
            height: 24px;
            margin-bottom: 25px;
            background: url(../imagens/home_coluna2_passos.png) no-repeat;
            line-height: 1em;
        }

            #coluna2 .duvidas ol li.primeira:hover {
                background-position: 0 -27px;
            }

            #coluna2 .duvidas ol li.segunda {
                background-position: 0 -54px;
            }

                #coluna2 .duvidas ol li.segunda:hover {
                    background-position: 0 -81px;
                }

            #coluna2 .duvidas ol li.terceira {
                background-position: 0 -108px;
            }

                #coluna2 .duvidas ol li.terceira:hover {
                    background-position: 0 -135px;
                }

            #coluna2 .duvidas ol li a {
                display: block;
                padding-left: 42px;
                font-weight: bold;
                text-decoration: none;
                color: #666;
            }

                #coluna2 .duvidas ol li a:hover {
                    text-decoration: underline;
                }

    #coluna2 .duvidas a.esquerda, #coluna2 .duvidas a.botao {
        margin-top: -40px;
    }

    html > body #coluna2 .duvidas a.esquerda, html > body #coluna2 .duvidas a.botao {
        margin-top: -47px;
    }

    #coluna2 .duvidas a.esquerda {
        margin-left: 14px;
    }

    #coluna2 .duvidas a.botao {
        margin-right: 14px;
    }

        #coluna2 .duvidas a.botao strong {
            display: inline-block;
        }

/* ------- RODAPE ------- */
#rodape {
    text-align: center;
    color: #898989;
}

    #rodape a {
        text-decoration: none;
        color: #898989;
    }

        #rodape a:hover {
            text-decoration: underline;
        }

    #rodape .vcard {
        background: url(../imagens/rodape_endereco_bg.png) no-repeat;
        line-height: 28px;
        color: #898989;
    }

        #rodape .vcard strong {
            color: #0f7744;
        }

        #rodape .vcard .country-name, #rodape .vcard .org {
            display: none;
        }

    #rodape ul {
        padding: 16px 0;
        border-bottom: 1px solid #e6e6e6;
        list-style: none;
    }

        #rodape ul li {
            display: inline;
            padding: 0 10px 0 13px;
            background: url(../imagens/rodape_menu_separador.gif) 0 center no-repeat;
        }

            #rodape ul li.primeiro {
                background: transparent;
            }

    #rodape #meta {
        margin: 5px 0 30px;
    }

        #rodape #meta strong {
            margin-right: 10px;
            padding-right: 13px;
            background: url(../imagens/rodape_menu_separador.gif) right center no-repeat;
            font-weight: normal;
        }

        #rodape #meta img {
            position: relative;
            top: 6px;
            margin: 0 20px;
        }


.btn_leia_mais {
    width: 73px;
    height: 23px;
    background: url(../imagens/leia_mais_n.png) no-repeat;
}

    .btn_leia_mais:hover {
        background: url(../imagens/leia_mais_hover.png) no-repeat;
    }

.div_exp_senha {
    width: 200px;
    float: left;
}

a.div_exp_senha {
    margin-top: -40px;
}

a.div_exp_senha, html > body #coluna2 .duvidas a.botao {
    margin-top: -47px;
}

a.div_exp_senha {
    margin-left: 5px;
}

a.div_exp_senha {
    margin: 3px 0px 0 -13px;
}

p.div_exp_senha {
    float: none;
}

p.div_exp_senha {
    text-align: left;
}

a.botao.div_exp_senha strong {
    display: block;
}

.linha-faleConosco {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.linha-buttonfaleConosco {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.esquerda-faleconosco {
    margin: 0 10px 0 10px;
    display: flex;
    width: 50%;
}

.direita-faleconosco {
    margin: 0 10px 0 10px;
    display: flex;
    width: 50%;
}

.centro-faleconosco {
    margin: 0 10px 0 10px;
    display: block;
    width: 50%;
}

.label-faleConosco {
    /*text-align: right;*/
    width: 70%;
    /*margin-right: 5px;*/
}

.label-exames {
    /*text-align: right;*/
    width: 95%;
    margin-right: 5px;
}

.linha-faleConosco select, .linha-faleConosco input, .linha-faleConosco textarea {
    width: 75%;
    text-align: left;
    border-radius: 25px;
}

.linha-buttonfaleConosco select, .linha-buttonfaleConosco input, .linha-buttonfaleConosco textarea {
    width: 100%;
    text-align: center;
    border-radius: 25px;
}

.boxVerde {
    color: white;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    padding: 15px;
    background-color: forestgreen;
}

.boxLaranja {
    color: white;
    border-radius: 25px;
    display: block;
    align-items: start;
    justify-content: left;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    padding: 15px;
    background-color: coral;
}

.boxVerdeClaro {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: white;
    border-radius: 25px;
    display: flex;
    align-items: start;
    justify-content: left;
    font-weight: 300;
    margin-bottom: 5px;
    padding: 15px;
    background-color: darkcyan;
}

.selecao {
    border-radius: 25px;
    border-bottom-color: black;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    display: grid;
    position: relative;
    margin-top: 0px;
    margin-bottom: 5px;
    color: white;
    border-radius: 25px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding: 15px;
    background-color: mediumseagreen;
}

.titulo {
    font-size: 22px;
}
