div.container-area-medico {
    width: 100%;
    max-width: 1080px;
    min-height: 830px;
    margin: 20px auto 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #dedede;
    padding: 10px 20px;
    background: #fafafa;
}

div.container-area-medico section.servicos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

div.container-area-medico section.servicos div.container-menu {
    width: 32%;
    min-height: 200px;
    background: white;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}

div.container-area-medico section.servicos div.container-menu h2 {
    font-size: 14px;
    background: #97C9B4;
    padding: 5px 10px;
    color: black;
    font-weight: bold;
}

div.container-area-medico section.servicos div.container-menu ul {
    padding: 10px;
}

div.container-area-medico section.servicos div.container-menu ul li {
    border-bottom: 1px solid #ececec;
    display: block;
    margin-bottom: 10px;
}

div.container-area-medico section.servicos div.container-menu ul li a:hover {
    color: #009661;
    font-weight: bold;
}

/*div.container-area-medico section.servicos div.container-menu:nth-child(n+1) {
    margin-left: 5px;
}*/

div.breadcrumb {
    border-bottom: 1px solid rgb(184, 184, 184);
    color: #9f9f9f;
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 17px;
    text-transform: uppercase;
    width: 100%;
}

.box-erros ul {
    background: #fae7e9;
    border: #df7181 solid 1px;
    margin: 20px 0;
    padding: 10px 15px;
    border-radius: 6px;
}

.box-erros ul li {
    color: #b01111;
    font-style: italic;
    padding: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.box-sucesso ul {
    border: 1px solid #3c7055;
    background: #75c294;
    margin: 20px 0;
    padding: 10px 15px;
    border-radius: 8px;
}

.box-sucesso ul li {
    font-style: italic;
    padding: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

div.container-area-medico section.main.servicomedicos h1 {
    color: #3c3c3c;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


div.container-area-medico section.main.servicomedicos h2 {
    color: #386f50;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 16px;
    margin: 20px 0;
    text-transform: uppercase;
}

section.main.servicomedicos p {
    text-align: justify;
    margin-top: 15px;
}

section.main.servicomedicos p span.red {
    text-indent: 20px;
    color: darkred;
    font-size: 14px;
}

@media (max-width: 800px) {
    div.container-area-medico section.servicos div.container-menu {
        width: 100%;
    }
}

section.servicomedicos table {
    margin: 25px 0;
    width: 100%;
    border-collapse: collapse;
}

section.servicomedicos table caption {
    height: 30px;
    text-transform: uppercase;
    color: #386f50;
    line-height: 2;
    font-weight: bold;
}

section.servicomedicos thead {
    color: #386f50;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #386f50;
    background: #eee;
    text-align: center
}

section.servicomedicos tr td {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    border: 1px solid #386f50;
    padding: 5px;
    font-size: 15px;
}

section.servicomedicos tr td.active,
section.servicomedicos tr td.active a {
    color: #fff;
    background: #386f50;
}

section.servicomedicos tr td a {
    color: #386f50;
    font-weight: bold;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

div#voltar {
    margin: 20px 0;
    width: 130px;
    height: 40px;
    border: 1px solid #dedede;
    background: #2a562a;
    border-radius: 4px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}

div#voltar a {
    color: white;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.enviar {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}

.enviar a {
    text-align: center;
    width: 130px;
    height: 40px;
    border: 1px solid #dedede;
    background: #2a562a;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
}

div#imprimirmini {
    float: right;
    margin: 0;
}

div#imprimirmini a {
    width: 40px;
    height: 31px;
    background: url(../img/btn-imprimir-mini.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}

.enviar {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.enviar input[type=submit] {
    text-align: center;
    width: 130px;
    height: 40px;
    border: 1px solid #dedede;
    background: #2a562a;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    line-height: 28px;
}

.banner-para-medico{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}

.banner-para-medico img{
    width: 100%;
    margin-bottom: 5px;
}

@media (max-width: 800px) {
    .banner-para-medico{
        justify-content: center;
    }
}