*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body { font-family: 'Roboto',Arial,sans-serif; }

p {
    font-size: 14pt;
    padding-bottom: 10px;
}

a { text-decoration: none; }

/* unvisited link */
a:link {
    color: #87A96B;
    font-family: 'Roboto',Arial,sans-serif;
}

a:visited { color: #87A96B; } /* visited link */

a:hover { color: #568203; } /* mouse over link */

a:active { color: #87A96B; } /* selected link */

h1
{
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 5vw;
    letter-spacing: 10px;
}

.dia-cheio { color: #e91e63; }

textarea { resize: none; }

.titulo_antigo
{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 21pt;
    color: #666666;
}
.titulo
{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 21pt;
    color: #2E8B57;
}
.titulo_azul_esverdeado
{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 21pt;
    color: #2E8B57;
}
.subtitulo
{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 16pt;
    color: #2E8B57;
    font-weight: bold;
}
.subtitulo_azul_esverdeado
{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 16pt;
    color: #2E8B57;
    font-weight: bold;
}
.subtitulo_branco
{
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 16pt;
    color: #FFFFFF;
    font-weight: bold;
}

.font_arial
{
    font-family: Arial, Helvetica, sans-serif;
}
.texto_pequeno { font-size: 9pt; }
.texto_medio { font-size: 12pt; }
.texto_muito_grande { font-size: 24pt; }





.page {
    display: flex;
    flex-wrap: wrap;
}

.section {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seccao
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-1, .intro-2, .hernia_type_intro-1, .hernia_type_intro-2
{
    padding: 10px;
}

.photo img, picture
{
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile Styles */
@media only screen and (max-width: 950px)
{
    #banner_text
    {
        color: #FFFFFF;
        text-shadow: #343a40 2px 2px;
        width: 100%;

        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #banner_2_text
    {
        color: #FFFFFF;
        text-shadow: #343a40 2px 2px;
        width: 100%;

        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
    }
}

/* Tablet Styles */
@media only screen and (min-width: 950px) and (max-width: 960px)
{
    .sign-up,
    .learnmore-1,
    .learnmore-2,
    .learnmore-3
    {
        width: 50%;
    }
    
    .intro-1, .intro-2
    {
        width: 50%;
    }
    .hernia_type_intro-1
    {
        width: 40%;
    }
    .hernia_type_intro-2
    {
        width: 50%;
        height: 100%;
    }
    
    .intro-2
    {
        padding-right: 30px;
    }

    #banner_text
    {
        color: #FFFFFF;
        text-shadow: #343a40 2px 2px;
        width: 100%;

        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #banner_2_text
    {
        color: #FFFFFF;
        text-shadow: #343a40 2px 2px;
        width: 100%;

        position: absolute;
        top: 40%;
        left: 55%;
        transform: translate(-50%, -50%);
    }
}

/* Desktop Styles */
@media only screen and (min-width: 960px)
{
    .page
    {
        width: 960px;
        margin: 0 auto;
    }
    .learnmore-1,
    .learnmore-2,
    .learnmore-3
    {
        width: 33.3%;
    }
    
    .intro-1, .intro-2
    {
        width: 50%;
    }
    .hernia_type_intro-1
    {
        width: 40%;
    }
    .hernia_type_intro-2
    {
        width: 50%;
        height: 100%;
    }
    
    .intro-2
    {
        padding-right: 30px;
    }

    #banner_text
    {
        color: #FFFFFF;
        text-shadow: #343a40 2px 2px;
        width: 100%;

        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #banner_2_text
    {
        color: #FFFFFF;
        text-shadow: #343a40 2px 2px;
        width: 100%;

        position: absolute;
        top: 30%;
        left: 55%;
        transform: translate(-50%, -50%);
    }

    .tabela_razoes
    {
        padding-left: 25%;
        padding-right: 25%;
    }
}



input, textarea, select
{
    border: 1px solid #b7bbbd;
    -webkit-border-radius: 5px; //For Safari, etc.
    -moz-border-radius: 5px; //For Mozilla, etc.
    border-radius: 5px; //CSS3 Feature
    /* gradiente do fundo */
    background: -webkit-linear-gradient(top, #E6E6E6, #FFFFFF);  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background: -webkit-gradient(linear, top, color-stop(0%,#E6E6E6), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #E6E6E6 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(#E6E6E6, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E6E6E6, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E6E6E6, #FFFFFF); /* Standard syntax (must be last) */
    outline: none;
    padding: 3px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

table.tabela_resultados_admin
{
    width: 100%;
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    font-size: 10pt;
    color: #585858;
    border-collapse: collapse;
    border: 1px solid #b7bbbd;
    
}
table.tabela_resultados_admin th
{
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 9pt;
    padding: 5px 5px 5px 5px;
    color: #000000;
    background-color: #ededed;
    font-weight: bold;
    border: 1px solid #b7bbbd;
}
table.tabela_resultados_admin td
{
    padding: 7px 5px 7px 5px;
    border: 1px solid #b7bbbd;
}




.label_checkbox
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

.input_checkbox input
{
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}




.box-aviso p {
    padding:1em 1em 1em 3.5em;
    font-size: 9pt;
    color: #464646;
    line-height: 1.2em;
    margin: 0 auto .3em;
    width: 80%;
}

.aviso-red p {
    background: url('../imagens/stop.png') no-repeat scroll 3px 1px #ffc7c7;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
    text-align: left;
    border: solid 1px #ff4a4a;
}

.aviso-yellow p {
    background: url('../imagens/warning.png') no-repeat scroll 3px 1px #ffdfa1;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
    text-align: left;
    border: solid 1px #e9a626;
}

.aviso-green p {
    background: url('../imagens/ok.png') no-repeat scroll 3px 1px #defbb8;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
    text-align: left;
    border: solid 1px #5e9317;
}

.formulario_login
{
    border: 1px solid #666666;
    /* cantos redondos */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* sombras */
    -webkit-box-shadow: 0px 5px 5px 1px #82829B;
    box-shadow: 0px 5px 5px 1px #82829B;
}

.formulario_login_primeira_linha
{
    border-bottom: 1px solid #666666;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    /* gradiente do fundo */
    background: -webkit-linear-gradient(#DFDFEA, #B2B2BB); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#DFDFEA, #B2B2BB); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#DFDFEA, #B2B2BB); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#DFDFEA, #B2B2BB); /* Standard syntax (must be last) */
}

.formulario_login_ultima_linha
{
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-color: #E6E6E6;
}

.celula_editar
{
    background: url('../imagens/editar.png') no-repeat scroll center;
}

#banner
{
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 46px;
}

.alinhado_meio { text-align: center; }
.alinhado_esquerda { text-align: left; }

#banner img
{
    display: block;
    width: 101%;
    max-height: auto;
}

#banner_marcar_consulta
{
    width: 100%;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.escuro { filter: brightness(0.6); }

.linkclaro { color: #FFFFFF; }

.azulesverdeado,.azulesverdeado-hover:hover { color:#000!important;background-color:#2E8B57!important }

.corprincipal_fundo,.corprincipal_fundo-hover:hover { color:#000!important;background-color:#CCCC99!important }

.corprincipal_fundo_esbatida { color:#000!important;background-color: #f4f9e8 !important }

.azul_verdasco { color: #2E8B57; }

#footer
{
    font-size: 0.8em;
    color: #999999;
    background-color: #f5f5dc;
    padding-bottom: 7px;
    padding-top: 7px;
}