@CHARSET "UTF-8";
body {
    position: relative;
    font-family: OmnesMedium;
    font-size: 18px;
}

a,
button {
    text-decoration: none;
    color: #896358;
    -webkit-transition: color 0.4s, background 0.3s, background-position 0.1s, border-color 0.3s;
    -moz-transition: color 0.4s, background 0.3s, background-position 0.1s, border-color 0.3s;
    -ms-transition: color 0.4s, background 0.3s, background-position 0.1s, border-color 0.3s;
    -o-transition: color 0.4s, background 0.3s, background-position 0.1s, border-color 0.3s;
    transition: color 0.4s, background 0.3s, background-position 0.1s, border-color 0.3s;
}

a:hover {
    text-decoration: underline;
}

section,
h1,
li,
img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* Light box */

.lightbox {
    margin: 0 auto;
    padding: 50px 20px;
    display: none;
    min-width: 400px;
    min-height: 175px;
    background-color: #FFF;
    border: 1px solid #EEE;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #000;
}

.lightbox .close {
    background: url(../img/close.png) no-repeat 0 0;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.lightbox h2 {
    display: block;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 28px;
    font-weight: normal;
}


/* formulátrios padrão */

form {
    display: inline-block;
}

legend {
    display: block;
    padding-bottom: 30px;
    font-size: 26px;
    line-height: 40px;
    color: #3b958d;
}

label {
    display: block;
    line-height: 19px;
    font-family: 'Droid Sans';
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
}

label em {
    padding-right: 8px;
    color: #3b958d;
    font-style: normal;
}

label a {
    text-decoration: underline;
    color: #56b2b2;
    font-size: 13px;
    line-height: 20px;
    text-transform: none;
}

form p {
    padding-bottom: 20px;
    line-height: 22px;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="readonly"],
input[type="search"],
textarea {
    display: block;
    margin-top: 5px;
    padding: 3% 2%;
    width: 96%;
    height: 16px;
    background-color: #e7e7e7;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #000;
    vertical-align: middle;
    font-family: OmnesMedium;
}

textarea {
    height: 100px;
    vertical-align: top;
    resize: none;
}

input:focus,
textarea:focus,
input[readonly] {
    background-color: #e1e1e1;
    outline: none;
}

select {
    width: 100%;
    margin-top: 5px;
    padding: 3%;
    height: 34px;
    background-color: #e7e7e7;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #000;
    font-family: OmnesMedium;
}

input.error,
select.error,
textarea.error {
    border: 1px solid #ff0000;
}

button {
    width: 160px;
    height: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #3b958d;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    font-family: OmnesMedium;
}

button:active,
button:focus,
button:hover {
    background: #257871
}

.chat {
    position: fixed;
    bottom: -3px;
    left: 20px;
    width: 227px;
    height: 50px;
    line-height: 50px;
    background: url("../img/base_off.png");
    cursor: pointer;
    font-family: OmnesBold;
    font-size: 15px;
    color: #FFF;
}

.chat:hover {
    bottom: 0;
    background: url("../img/base_hover.png");
    text-decoration: none;
}

.chat img {
    float: left;
    margin: 15px 10px 0;
}

::-webkit-input-placeholder {
    color: rgba(106, 19, 60, 0.65);
}

:-ms-input-placeholder {
    color: rgba(106, 19, 60, 0.65);
}

:-moz-placeholder {
    color: rgba(106, 19, 60, 0.65);
}

::-moz-placeholder {
    color: rgba(106, 19, 60, 0.65);
}


/* Erros formulários */

.ctn-error {
    display: none;
    margin: 0 0 15px;
    padding: 10px 20px;
    min-height: 15px;
    border: 2px solid #d62d2d;
    list-style: none;
    background: #ffdfdf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: verdana;
    font-weight: bold;
    font-size: 13px;
    color: #000;
}

.ctn-error li {
    display: block;
    text-align: center;
}

.ctn-error label {
    display: block;
    padding: 0;
    margin: 0 !important;
    background: none !important;
    font-family: verdana;
    font-size: 13px;
    color: #000;
    cursor: default;
    text-align: center;
    font-weight: bold;
    text-transform: none;
}

.success {
    background: #daf7cb;
    border-color: #009933;
}

.warnig {
    background: #fff6df;
    border-color: #ffae00;
}

.warnig li {
    text-align: left;
}

.loader {
    display: none;
    padding-left: 10px;
}


/* Header */

.header {
    position: fixed;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 78px;
    top: 0;
    padding: 5px 0 7px;
    background: url("../img/bg_header.png") repeat-x 0 bottom;
}

.header .logo {
    margin-top: 0px;
}

.header .busca-profissionais {
    float: right;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 33px;
    color: #288b81;
    text-decoration: none;
    background: url("../img/iconBuscarProfissionais.png") no-repeat 0 center;
    font-size: 17px;
}

.header .icon-menu {
    display: none;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 20px;
    height: 15px;
    text-indent: -9999px;
    background: url("../img/iconMenu.png") no-repeat 0 0;
    background-size: contain;
}

.header .menu {
    margin-top: 40px;
}

.header .menu ul {
    list-style: none;
    float: right;
    display: block;
    clear: both;
}

.header .menu ul li {
    float: left;
    text-align: center;
    text-transform: uppercase;
}

.header .menu ul li a {
    display: block;
    padding: 0 8px 15px;
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.header .menu ul li:last-child a {
    padding-right: 0;
    padding-left: 0;
    margin-left: 15px;
}

.header .menu ul li a:hover,
.header .menu ul li a.active {
    border-bottom: 5px solid #288b81;
}


/* footer */

.footer {
    display: block;
    width: 100%;
    padding: 45px 0 30px;
    font-family: 'Droid Sans';
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.footer a {
    text-decoration: none;
    display: block;
}

.footer ul li {
    text-align: center;
}

.footer .contatos {
    display: inline-block;
    text-align: center;
}

.footer .contatos figcaption {
    padding-top: 10px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
}

.footer .contatos figcaption a {
    display: block;
    color: #3c968d;
    font-size: 16px;
}

.footer .copyright {
    margin-top: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
}

.footer .copyright span,
.footer .copyright a {
    display: inline-block;
    color: #3c968d;
    clear: both;
}


/* commons */

.button {
    display: block;
    margin: 0 auto;
    width: 235px;
    line-height: 50px;
    background: #3b958d;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: OmnesBold;
}

.button:hover {
    background: #278b81;
    text-decoration: none;
}


/* home */

.home {
    background: url("../img/foto_topo.jpg") no-repeat center top;
}

.home h2 {
    margin-bottom: 40px;
    color: #3b958d;
    font-weight: normal;
    font-size: 26px;
    text-align: center;
    letter-spacing: 3px;
}

.home-top {
    display: block;
    padding-top: 114px;
}

.home-top .saiba-mais {
    clear: both;
}

.home-top .atendimento {
    margin-top: 75px;
    text-align: center;
    font-family: 'Droid Sans';
    font-weight: 400;
    color: #000;
}

.home-top .atendimento .texto1 {
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 28px;
    font-weight: normal;
    font-size: 23px;
    font-family: OmnesMedium;
}

.home-top .atendimento .texto2 {
    margin-bottom: 25px;
    line-height: 24px;
    font-size: 16px;
    /*color: #107e73;*/
    color: #000;
}

.home-top .atendimento .texto3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.home-top .atendimento .texto3 span {
    color: #3b958d;
}

.home-top .atendimento .saiba-mais {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    line-height: 40px;
}

.home-top .quadrados {
    float: left;
    width: 100%;
    margin-top: 65px;
    margin-bottom: 40px;
}

.home-top .quadrados li {
    position: relative;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    padding: 40px 1% 25px;
    width: 31%;
    height: 155px;
    color: #FFF;
    text-align: center;
    background: url("../img/basebeneficios_off.png") no-repeat 0 0;
    font-family: 'Droid Sans';
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}

.home-top .quadrados li img {
    display: block;
    margin: 0 auto;
    clear: both;
    padding-bottom: 15px;
}

.home-top .quadrados li span {
    display: block;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #98f5ed;
    font-size: 15px;
}

.home-top .quadrados li .descricao {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 10px;
    background: #FFF;
}

.home-top .quadrados li .descricao li {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    background: none !important;
    text-align: center;
    font-size: 16px;
    color: #339999;
    line-height: 22px;
}

.home-top .quadrados li .descricao li strong {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #239389;
    font-size: 15px;
}

.home-top .quadrados li .descricao li strong img {
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 0;
}

.home-top .quadrados li:hover ul,
.home-top .quadrados li:focus ul,
.home-top .quadrados li:active .descricao {
    display: block;
}

.home .depoimentos,
.home .comofunciona {
    display: block;
    width: 100%;
    padding: 60px 0 80px;
    background: #f1f1f1;
}

.home .comofunciona {
    margin-top: 50px;
    padding-bottom: 40px;
}

.home .depoimentos p {
    font-family: 'Droid Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.home .comofunciona p {
    margin-top: 50px;
    font-family: 'Droid Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #107e73;
}

.home .depoimentos p strong {
    font-weight: 700;
}

.home .depoimentos p img {
    float: left;
    margin-right: 10px;
}

.home .implementacao {
    display: block;
    width: 100%;
    padding: 40px 0 0;
    height: 510px;
    background: url("../img/bg_Parallaxmedico.jpg") no-repeat center top;
    background-attachment: fixed;
}

.home .implementacao .container {
    position: relative;
    height: 100%;
}

.home .implementacao .iphone {
    position: absolute;
    left: -250px;
    bottom: 0;
}

.home .implementacao h2 {
    color: #FFF;
    text-transform: uppercase;
}

.home .implementacao ul {
    margin-top: 40px;
}

.home .implementacao ul li {
    display: block;
    padding-left: 140px;
    margin-bottom: 30px;
    line-height: 18px;
    font-size: 14px;
    font-family: 'Droid Sans';
    font-weight: 400;
    color: #b8fff9;
}

.home .implementacao ul li span {
    display: block;
    color: #FFF;
    font-size: 20px;
    line-height: 24px;
}

.home .implementacao ul li:first-child {
    background: url("../img/icon1_infosconsultorio.png") no-repeat 20px center;
}

.home .implementacao ul li:nth-child(2) {
    background: url("../img/icon2_agenda.png") no-repeat 20px center;
}

.home .implementacao ul li:last-child {
    background: url("../img/icon3_linhatelefonica.png") no-repeat 20px center;
}

.home .parceiros {
    display: block;
    width: 100%;
    padding: 60px 0 80px;
    height: 620px;
    background: url("../img/foto_parceiros.jpg") no-repeat center top;
}

.home .parceiros ul {
    list-style: none;
}

.home .parceiros ul li {
    text-align: center;
}


/* INTERNAS */

.interna h2 {
    font-size: 38px;
    color: #000;
    text-align: center;
    line-height: 48px;
    margin-bottom: 10px;
    font-weight: normal;
}

.interna hr {
    display: block;
    margin: 0 auto;
    width: 120px;
    border-bottom: 4px solid #107e73;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


/* SERVICOS */

.servicos {
    background: url("../img/fotoTopoServicos.jpg") no-repeat center top;
}

.servicos .servicos-top {
    display: block;
    padding-top: 314px;
}

.servicos .descricao {
    margin-top: 180px;
    margin-bottom: 125px;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.85);
}

.servicos .descricao li {
    font-family: 'Droid Sans';
    font-weight: 400;
    color: #000;
    line-height: 24px;
    font-size: 14px;
}

.servicos .descricao li:nth-child(even) {
    padding-top: 20px;
}

.servicos .descricao li:nth-child(odd) {
    text-align: right;
    clear: left;
    margin-bottom: 20px;
}

.servicos .descricao li h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: OmnesMedium;
    color: #288b81;
    font-weight: normal;
}

.servicos .descricao li:last-child h3 {
    margin-bottom: 10px;
}

.servicos .descricao li ul li {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 10px;
    text-align: left !important;
}

.servicos .descricao li ul li:before {
    color: #288b81;
    content: "\2022";
    font-size: 1.5em;
    padding-right: .25em;
    position: relative;
    top: .2em;
}


/* Beneficios */

.beneficios {
    background: url("../img/fotoTopoBeneficios.jpg") no-repeat center top;
}

.beneficios .beneficios-top {
    display: block;
    padding-top: 320px;
}

.beneficios .beneficios-top p {
    margin-top: 43px;
    color: #107e73;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
}

.beneficios .descricao {
    margin-top: 280px;
    margin-bottom: 100px;
}

.beneficios .descricao h3 {
    margin-bottom: 10px;
    font-size: 28px;
    font-family: OmnesMedium;
    color: #288b81;
    font-weight: normal;
}

.beneficios .descricao li {
    font-family: 'Droid Sans';
    font-weight: 400;
    color: #000;
    line-height: 24px;
    font-size: 14px;
}

.beneficios .descricao li:before {
    color: #288b81;
    content: "\2022";
    font-size: 1.5em;
    padding-right: .25em;
    position: relative;
    top: .2em;
}

.beneficios .pontilhado {
    text-align: center;
    margin-top: 230px;
    margin-bottom: 5px;
}

.beneficios .bullets ul {
    text-align: center;
}

.beneficios .bullets ul li {
    display: block;
    font-size: 20px;
}

.beneficios .bullets ul li:nth-child(2) {
    padding-top: 20px;
}

.beneficios .bullets ul li:last-child {
    padding-top: 30px;
    font-family: 'Droid Sans';
    font-weight: 400;
    font-size: 13px;
    color: #107e73;
}

.beneficios .footer {
    margin-top: 50px;
}


/* Planos */

.planos {
    background: url("../img/bg_planos.jpg") no-repeat center top;
}

.planos h2 {
    margin-top: 180px;
    margin-bottom: 60px;
}

.planos .tabela {
    float: left;
    margin-left: 2px;
    width: 233px
}

.planos .tabela li {
    display: block;
    padding: 10px;
    line-height: 16px;
    font-family: 'Droid Sans';
    font-weight: 400;
    font-size: 13px;
    background: #70b2ab;
    color: #FFF;
    text-align: center;
}

.planos .tabela li:first-child {
    font-size: 22px;
    line-height: 26px;
    background: url("../img/headerTabelaPlanos.png") no-repeat 0 0;
}

.planos .tabela li:nth-child(2) {
    padding: 20px 15px;
    background: #dbedec;
    color: #107e73;
}

.planos .tabela li:first-child,
.planos .tabela li:nth-child(3) {
    padding: 15px;
    height: 50px;
    background-color: #107e73;
}

.planos .tabela li strong {
    font-weight: 700;
}


/* .planos .tabela li:nth-child(4) { margin: 2px 0; } */

.planos .tabela li:nth-child(3) strong {
    font-size: 20px;
    line-height: 28px;
}

.planos .tabela li:nth-child(3) strong span {
    font-size: 26px;
}

.planos .tabela li em {
    font-size: 14px;
    font-style: normal;
}

.planos .tabela li ul {
    list-style: disc;
    list-style-position: inside;
}

.planos .tabela li ul li {
    display: list-item;
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 16px !important;
    background: none !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0;
    margin-bottom: 20px;
    color: #107e73 !important;
}

.planos .obs {
    display: inline-block;
    clear: both;
    margin-top: 50px;
    line-height: 16px;
    font-family: 'Droid Sans';
    font-weight: 400;
    font-size: 13px;
    color: #107e73;
}

.detach {
    background-color: #dbedec;
    color: #107e73;
    text-align: center;
    padding: 1rem;
    margin-top: 1rem;
}

.planos .opcionais-title {
    margin-bottom: 100px;
}

.planos .opcionais-title h2 {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 28px;
}

.planos .tabela-opcionais {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.planos .tabela-opcionais li {
    float: left;
    width: 24%;
    padding: 15px 0;
    font-family: 'Droid Sans';
    font-weight: 400;
    font-size: 13px;
    color: #FFF;
    text-align: center;
}

.planos .tabela-opcionais li strong {
    font-weight: 700;
}

.planos .tabela-opcionais li:first-child {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 22px;
    background: url("../img/headerTabelaPlanos.png") no-repeat 0 0;
    background-size: cover;
}

.planos .tabela-opcionais li:nth-child(2) {
    float: right;
    padding: 20px 5%;
    margin-left: 0.5%;
    width: 65.5%;
    height: 96px;
    background: #daedec;
    color: #107e73;
    text-align: left;
}

.planos .tabela-opcionais li:last-child {
    background: #0d635b;
}

.planos .tabela-opcionais li:last-child strong {
    font-size: 20px;
    line-height: 28px;
}

.planos .tabela-opcionais li:last-child strong span {
    font-size: 26px;
}

.planos .tabela-final {
    display: block;
    margin-top: 20px;
    padding: 30px 60px;
    background: #107e73;
}

.planos .tabela-final li {
    display: inline-block;
    width: 170px;
    font-family: 'Droid Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
}

.planos .tabela-final li:first-child {
    background: url("../img/icon_planos1.png") no-repeat right top;
}

.planos .tabela-final li:last-child {
    background: url("../img/icon_planos3.png") no-repeat right top;
}

.planos .tabela-final li:nth-child(2) {
    margin: 0 150px;
    background: url("../img/icon_planos2.png") no-repeat right top;
}

.planos .tabela-final li strong {
    display: block;
    font-weight: 700;
}

.planos .tabela-final li .preco {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
}

.planos .tabela-final li .preco span {
    font-size: 26px;
}


/* Quem somos */

.quem-somos {
    background: url("../img/fotoTopoQuemSomos.jpg") no-repeat center top;
}

.quem-somos .quem-somos-top {
    display: block;
    padding-top: 200px;
    background: url("../img/doutor.jpg") no-repeat center bottom;
}

.quem-somos .quem-somos-top p {
    margin-top: 35px;
    color: #107e73;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

.quem-somos .descricao {
    margin-top: 140px;
    margin-bottom: 70px;
}

.quem-somos .descricao h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: OmnesMedium;
    color: #288b81;
    font-weight: normal;
}

.quem-somos .descricao p {
    font-family: 'Droid Sans';
    font-weight: 400;
    color: #000;
    line-height: 22px;
    font-size: 14px;
    text-align: left;
}

.quem-somos .publico-alvo,
.quem-somos .publico-alvo p {
    text-align: right;
}


/* Midias e contato */

.midia,
.contato {
    background: url("../img/fotoTopoMidia.jpg") no-repeat center top;
}

.midia .midia-top,
.contato .contato-top {
    display: block;
    padding-top: 150px;
    padding-bottom: 80px;
}

.midia .midia-top p,
.contato .contato-top p {
    margin-top: 15px;
    margin-bottom: 120px;
    color: #107e73;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

.midia .midia-top hr.separator {
    border-bottom: 2px solid #d7d7d7;
    margin: 40px 10px;
}

.midia .midia-top li {
    position: relative;
    font-family: 'Droid Sans';
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
}

.midia .midia-top li:nth-child(even) {
    padding-bottom: 50px;
}

.midia .midia-top li h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: OmnesMedium;
    color: #288b81;
    font-weight: normal;
}

.midia .midia-top li time {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-family: OmnesMedium;
}

.midia .midia-top li a {
    font-size: 16px;
    font-family: OmnesMedium;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 45px;
    line-height: 35px;
    background: url("../img/icone_seta.png") no-repeat right center;
    color: #000;
    text-transform: uppercase;
}

.midia .midia-top li a:hover {
    text-decoration: none;
}

.contato .contato-top {
    padding-bottom: 0;
}

.contato form {
    position: relative;
    padding-bottom: 50px;
}

.contato button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.contato .contato-top p {
    margin-bottom: 100px;
}

.contato .vono {
    height: 400px;
}

.contato .vono p {
    margin: 0;
    color: #FFF;
    text-align: center;
    background: #288e80;
    width: 350px;
    font-size: 18px;
}

.contato .localizacao {
    background: #f3f3f3;
    margin-top: 60px;
    padding: 30px 0 0;
}

.contato .localizacao h3 {
    margin-bottom: 10px;
    font-size: 26px;
    font-family: OmnesMedium;
    color: #288b81;
    font-weight: normal;
    text-align: center;
}

.contato .localizacao p {
    font-family: 'Droid Sans';
    font-weight: 400;
    line-height: 19px;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #000;
}

#mapview {
    display: block;
    width: 100%;
    min-height: 500px;
}

#mapview #map_canvas {
    width: 100%;
    height: 500px;
}

.busca .busca-top {
    padding-top: 170px;
    text-align: center;
    margin-bottom: 60px;
}

.busca .busca-top h2 {
    font-size: 34px;
}

.busca .busca-top hr {
    margin-bottom: 50px;
}

.busca .busca-top p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #107e73;
}

.busca .busca-top #frmBusca {
    margin-top: 20px;
}

.busca .busca-top #frmBusca select,
.busca .busca-top #frmBusca button {
    display: inline-block;
}

.busca .busca-top #frmBusca select {
    width: 200px;
}

.busca .busca-top #frmBusca button {
    margin-left: 10px;
}

.busca .categorias {
    display: block;
    margin-bottom: 50px;
    padding: 25px 0;
    background: #58b4ab;
    text-align: center;
}

.busca .categorias li {
    display: inline-block;
    margin: 0 7px 5px;
    font-family: 'Droid Sans';
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.busca .categorias li:first-child {
    margin-left: 0;
}

.busca .categorias li:last-child {
    margin-right: 0;
}

.busca .categorias li a {
    display: block;
    padding: 0 10px;
    line-height: 35px;
    border: 3px solid #8acbc4;
    color: #FFF;
}

.busca .categorias li a:hover,
.busca .categorias li a.active {
    border-color: #FFF;
    color: #3d968e;
    background: #FFF;
    text-decoration: none;
}

.busca .profissionais {
    display: block;
    margin-bottom: 60px;
}

.busca .profissionais h4 {
    display: block;
    line-height: 38px;
    background: #dcdcdc;
    font-family: 'Droid Sans';
    font-weight: 700;
    font-size: 14px;
    color: #3b958d;
    text-align: center;
}

.busca .profissionais ul li {
    display: block;
    line-height: 32px;
    text-align: center;
    font-family: 'Droid Sans';
    font-weight: 400;
    font-size: 15px;
}

.busca .profissionais ul li a {
    color: #000;
}

.busca .profissionais ul li a:hover,
.busca .profissionais ul li a.active {
    font-weight: 700;
    color: #3d968e;
    text-decoration: none;
}

.busca .profissionais .grid-3,
.busca .profissionais .grid-4,
.busca .profissionais .grid-5 {
    height: 400px;
}

.busca .doctoralia-main-container {
    float: right;
}

.busca .profissional,
.busca .profissional a {
    font-family: 'Droid Sans';
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.busca .profissional a:hover {
    text-decoration: none;
}

.busca .profissional strong {
    font-weight: 400;
    font-size: 30px;
}

.busca .profissional span {
    font-weight: 700;
}

.busca .profissionais #mapview {
    min-height: 350px;
}

.busca .profissionais #mapview #map_canvas {
    height: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .header .menu ul li a {
        padding: 0 4px 15px;
        font-size: 14px;
    }
    .footer .contatos img {
        width: 30px;
    }
    .footer .contatos figcaption {
        line-height: 16px;
        font-size: 10px;
    }
    .footer .contatos figcaption a {
        font-size: 11px;
    }
    .home-top .quadrados li {
        font-size: 14px;
    }
    .home-top .quadrados li img {
        width: 45px;
    }
    .servicos .descricao {
        margin-bottom: 50px;
    }
    .servicos .descricao li {
        font-size: 12px;
    }
    .servicos .descricao li:nth-child(even) {
        padding-top: 0;
    }
    .servicos .descricao li h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .beneficios .descricao {
        margin-top: 200px;
        margin-bottom: 50px;
    }
    .beneficios .pontilhado {
        margin-top: 160px;
    }
    .beneficios .pontilhado img {
        max-width: 645px;
    }
    .beneficios .bullets ul li {
        font-size: 16px
    }
    .quem-somos .quem-somos-top {
        padding-top: 160px;
    }
    .quem-somos .descricao {
        margin-top: 120px;
    }
    .quem-somos .descricao h3 {
        margin-bottom: 0;
        font-size: 20px;
    }
    .quem-somos .descricao p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    .contato button {
        display: block;
        position: inherit;
        margin: 0 auto;
    }
    .contato legend {
        font-size: 22px;
    }
    .contato .vono {
        display: none;
    }
    .contato #frmContato {
        margin-left: 250px;
    }
    #mapview {
        min-height: 300px;
    }
    #mapview #map_canvas {
        height: 300px;
    }
    .home .implementacao .iphone {
        left: -315px;
    }
    .home-top .quadrados li .descricao li {
        font-size: 12px;
        line-height: 16px;
    }
    .home-top .quadrados li .descricao li strong {
        line-height: 25px;
        text-align: left;
        height: 48px;
    }
    .home-top .quadrados li .descricao li strong img {
        float: left;
        padding-left: 15px;
    }
    .home .implementacao ul {
        margin-top: 0;
    }
    .home .implementacao ul li {
        padding-left: 120px;
        font-size: 12px;
    }
    .home .implementacao ul li span {
        font-size: 18px;
        line-height: 22px;
    }
    .planos .tabela {
        width: 147px;
    }
    .planos .tabela li,
    .planos .tabela li em {
        font-size: 10px;
    }
    .planos .tabela li:nth-child(3) strong {
        font-size: 16px;
    }
    .planos .tabela li:first-child,
    .planos .tabela li:nth-child(3) strong span {
        font-size: 20px;
    }
    .planos .tabela-final li:nth-child(2) {
        margin: 0 50px;
    }
    .planos .obs {
        margin-top: 25px;
    }
    .home .implementacao {
        background-attachment: initial;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header {
        height: 55px;
        padding-top: 10px;
    }
    .header .logo img {
        width: 60%;
    }
    .header .busca-profissionais {
        display: none;
        float: none;
        width: 160px;
        margin: 19px auto 0;
    }
    .header .grid-8 {
        background-color: #FFF;
        margin-top: 10px;
    }
    .header .menu {
        display: none;
        margin-top: 17px;
    }
    .header .menu ul {
        display: none;
        float: none;
    }
    .header .menu ul li {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .header .menu ul li a {
        padding-bottom: 5px;
    }
    .header .menu ul li a:hover,
    .header .menu ul li a.active {
        border-width: 3px;
    }
    .header .menu ul li:last-child a {
        margin-left: 0;
    }
    .header .icon-menu {
        display: block;
    }
    .footer .contatos img {
        width: 30px;
    }
    .footer ul li {
        text-align: left;
        margin-bottom: 10px;
    }
    .footer .contatos figcaption {
        line-height: 16px;
    }
    .footer .contatos figcaption a {
        font-size: 12px;
    }
    .footer .copyright {
        margin-top: 10px;
        line-height: 14px;
        font-size: 8px;
    }
    #mapview {
        min-height: 200px;
    }
    #mapview #map_canvas {
        height: 200px;
    }
    .interna h2 {
        font-size: 34px;
        margin-bottom: 0;
    }
    .midia .midia-top p,
    .contato .contato-top p {
        font-size: 18px;
    }
    .contato .vono {
        display: none;
    }
    .contato .contato-top p {
        padding-top: 0;
        margin-bottom: 40px;
    }
    legend {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .contato button {
        position: inherit;
        display: block;
        margin: 0 auto;
    }
    .contato form {
        padding-bottom: 0;
    }
    .contato .localizacao {
        margin-top: 30px;
        padding-top: 15px;
    }
    .contato .localizacao p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .home-top .quadrados li {
        width: 98%
    }
    .home-top .atendimento {
        margin-top: 50px;
    }
    .home-top .atendimento .texto1 {
        font-size: 20px;
    }
    .quem-somos .quem-somos-top {
        padding-top: 100px;
        background: none;
    }
    .quem-somos .descricao {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .quem-somos .publico-alvo,
    .quem-somos .publico-alvo p {
        text-align: left;
        margin-top: 0;
    }
    .servicos .servicos-top {
        padding-top: 165px;
    }
    .servicos .descricao li:nth-child(even) {
        padding-bottom: 20px;
        padding-top: 0;
    }
    .servicos .descricao li h3 {
        font-size: 22px;
    }
    .servicos .descricao li ul li {
        padding-bottom: 0 !important;
    }
    .servicos .descricao {
        margin-bottom: 0;
    }
    .beneficios .beneficios-top {
        padding-top: 100px;
    }
    .beneficios .beneficios-top p {
        font-size: 18px;
        margin-bottom: 50px;
    }
    .beneficios .descricao {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .beneficios .descricao h3 {
        font-size: 24px;
    }
    .beneficios .pontilhado {
        display: none;
    }
    .beneficios .bullets ul {
        margin-bottom: 30px;
    }
    .home-top .quadrados li .descricao li {
        font-size: 12px;
    }
    .home-top .quadrados li .descricao li strong {
        font-size: 13px;
    }
    .home .implementacao .iphone {
        display: none;
    }
    .home .implementacao ul {
        margin-top: 0;
    }
    .home .implementacao ul li {
        margin-bottom: 15px;
        background: none !important;
        padding-left: 0;
        text-align: center;
    }
    .home .implementacao ul li span {
        padding-bottom: 10px;
    }
    .footer .contatos {
        display: block;
    }
    .footer {
        padding-bottom: 60px;
    }
    .planos .tabela {
        float: none;
        display: block;
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .planos h2 {
        margin-top: 100px;
        margin-bottom: 20px;
    }
    .planos .tabela-opcionais li,
    .planos .tabela-opcionais li:nth-child(2) {
        float: none;
        display: block;
        width: auto;
        height: auto;
    }
    .planos .tabela-final {
        padding: 30px 50px;
    }
    .planos .tabela-final li,
    .planos .tabela-final li:nth-child(2) {
        margin: 0;
        margin-bottom: 40px;
    }
    .planos .tabela-final li:last-child {
        margin-bottom: 0;
    }
    .planos .obs {
        margin-top: 0;
    }
    .home .implementacao {
        background-attachment: initial;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {}