
@font-face { font-family: 'Gotham'; src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Book.otf') format('opentype'), url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf') format('truetype'), url('fonts/Gotham-Book.svg#Gotham') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Gotham'; src: url('fonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-BookItalic.otf') format('opentype'), url('fonts/Gotham-BookItalic.woff') format('woff'), url('fonts/Gotham-BookItalic.ttf') format('truetype'), url('fonts/Gotham-BookItalic.svg#Gotham') format('svg'); font-weight: normal; font-style: italic; }
@font-face { font-family: 'Gotham'; src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Bold.otf') format('opentype'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg#Gotham') format('svg'); font-weight: bold; font-style: normal; }
@font-face { font-family: 'Gotham'; src: url('fonts/Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-BoldItalic.otf') format('opentype'), url('fonts/Gotham-BoldItalic.woff') format('woff'), url('fonts/Gotham-BoldItalic.ttf') format('truetype'), url('fonts/Gotham-BoldItalic.svg#Gotham') format('svg'); font-weight: normal; font-style: italic; }
@font-face { font-family: 'Gotham'; src: url('fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Black.otf') format('opentype'), url('fonts/Gotham-Black.woff') format('woff'), url('fonts/Gotham-Black.ttf') format('truetype'), url('fonts/Gotham-Black.svg#Gotham') format('svg'); font-weight: 900; font-style: normal; }
@font-face { font-family: 'Gotham'; src: url('fonts/Gotham-BlackItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-BlackItalic.otf') format('opentype'), url('fonts/Gotham-BlackItalic.woff') format('woff'), url('fonts/Gotham-BlackItalic.ttf') format('truetype'), url('fonts/Gotham-BlackItalic.svg#Gotham') format('svg'); font-weight: 900; font-style: italic; }


/*********************************************** Reset ***********************************************/

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

*::before, *::after { box-sizing: border-box; }

ol, ul, li { list-style: none; }

a, :link, :visited { outline: 0; text-decoration: none; cursor: pointer; }

* input, * select, * textarea { font-family: 'Gotham', Arial, Helvetica, sans-serif; font-size: 16px; color: #595959; }

textarea { resize: none; }

img { border: 0 none; max-width: 100%; }

p { margin-bottom: 15px }

/*********************************************** Auxiliares ***********************************************/

.ClearBoth { height: 0; line-height: 0; font-size: 0; clear: both; }

.FloatLeft { float: left; }

.FloatRight { float: right; }

.Table { display: table; width: 100%; }

.Cell { display: table-cell; height: 100%; vertical-align: middle; }

.Botao { font-size: 28px; border: 3px solid #4b6eff; border-radius: 28px; line-height: 34px; font-weight: bold; text-align: center; max-width: 400px; }
.Botao a, .Botao span { padding: 15px 45px; color: #4b6eff; display: table; }

.Voltar { float: right; margin-top: 40px; margin-bottom: 25px; }

.Aba { display: none }

.Aba.active { display: table; }

.Box { background-color: rgba(0,0,0,0.6); /* background-image: url("../imagens/overlay.png"); */ border-radius: 7px; margin: 0 auto 50px; padding: 25px; width: 95%; color: #ffffff; text-align: center; }

.align-right { text-align: right; }

.align-center { text-align: center; }

.row.equal { display: table; width: 100%; }
.row.equal > [class*='col-'] { display: table-cell; vertical-align: middle; float: none; }

/*********************************************** Estrutura ***********************************************/
html, body { min-height: 100%; height: 100%; }

body { background: #FAFAFA; font-size: 16px; line-height: 25px; color: #989898; font-family: 'Gotham', Arial, Helvetica, sans-serif; }

section { display: table; width: 100%; }

section .Content, header .Content { display: table-cell; vertical-align: middle; position: relative; }

.Conteudo { margin: 0 auto; max-width: 1024px; position: relative; width: 100%; }

.btn { width: 100%; height: 50px; background: #063F58; color: #ffffff; font-size: 18px; line-height: 50px; border: 0; font-weight: bold; box-shadow: 0px 4px 4px rgba(59, 55, 89, 0.2); margin-bottom: 20px; border-radius: 30px; display: inline-block; text-align: center; }
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus { }
.btn:hover,
.btn:focus,
.btn.focus { }
.btn:active,
.btn.active { }

label { display: inline-block; vertical-align: middle; margin-bottom: 20px; font-size: 18px; font-weight: 300; color: #000000; }
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="cpf"], input[type="cep"], textarea { border: 0; font-size: 16px; height: 50px; padding: 12px 13px; width: 100%; border-radius: 4px; margin-bottom: 20px; background: #f4f4f4; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { width: 100%; height: 50px; background: #F25440; color: #ffffff; font-size: 18px; line-height: 50px; border: 0; font-weight: bold; box-shadow: 0px 4px 4px rgba(59, 55, 89, 0.2); margin-bottom: 20px; border-radius: 30px; transition: all .2s ease-in-out; }
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { transform: scale(1.1); }
input[type="checkbox"], input[type="radio"] { display: inline-block; vertical-align: middle; margin-bottom: 20px; }

textarea { height: 100px; }

select { border: 1px solid #0869AE; height: 40px; width: 100%; border-radius: 4px; margin-bottom: 40px; }

.chkCustom { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.chkCustom input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.chkCustom label { cursor: pointer; margin-bottom: 0; line-height: 27px; vertical-align: top; font-size: 14px; }
.checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; border-radius: 15px; overflow: hidden; }
.chkCustom:hover input ~ .checkmark { background-color: #ccc; }
.chkCustom input:checked ~ .checkmark { background-color: #FDC93A; }
.checkmark:after { content: ""; position: absolute; display: none; }
.chkCustom input:checked ~ .checkmark:after { display: block; }
.chkCustom .checkmark:after { left: 1px; top: 1px; width: 23px; height: 23px; border: solid white; border-width: 4px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-radius: 15px; overflow: hidden; }

.row { }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

h2 { font-size: 42px; color: #063F58; line-height: 49px; text-align: center; font-weight: bold; max-width: 780px; margin-left: auto; margin-right: auto; margin-bottom: 30px; margin-top: 25px; }

h3 { margin-bottom: 30px; font-size: 25px; font-weight: 600; line-height: 32px; color: #063F58; }

h4 { font-size: 24px; line-height: 29px; color: #0869AE; text-align: center; margin-bottom: 20px; }

small { text-align: center; width: 100%; display: table; font-size: 18px; line-height: 21px; color: #0869AE; }

.nav-mobile-toggle { display: inline-block; vertical-align: middle; }

.navbar-toggle { border-radius: 4px; cursor: pointer; display: block; float: left; height: 45px; padding: 10px 15px; border: 0; background: transparent; box-shadow: none; width: 65px; margin-bottom: 0; }

.navbar-toggle .icon-bar { background-color: #063F58; display: block; height: 5px; margin-top: 5px; transition: transform 0.3s ease 0s; width: 100%; border-radius: 10px; }

.navbar-toggle .icon-bar:first-child { margin-top: 0; }

.ui-helper-hidden-accessible { display: none; }

.owl-theme .owl-dots,
.owl-theme .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent }
.owl-theme .owl-nav { margin-top: 10px }
.owl-theme .owl-nav [class*=owl-] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px }
.owl-theme .owl-nav [class*=owl-]:hover { background: #869791; color: #FFF; text-decoration: none }
.owl-theme .owl-nav .disabled { opacity: .5; cursor: default }
.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; width: auto; height: auto; box-shadow: none; }
.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 30px }
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { background: #869791 }

.botao-red { width: 100%; height: 50px; background: #F25440; color: #ffffff; font-size: 18px; line-height: 50px; border: 0; font-weight: bold; box-shadow: 0px 4px 4px rgba(59, 55, 89, 0.2); border-radius: 30px; display: block; text-align: center; max-width: 320px; margin: 0 auto 20px; transition: all .2s ease-in-out; }
.botao-red:hover { transform: scale(1.1); }
.botao-yellow { width: 100%; height: 50px; background: #FDC93A; color: #ffffff; font-size: 18px; line-height: 50px; border: 0; font-weight: bold; box-shadow: 0px 4px 4px rgba(59, 55, 89, 0.2); border-radius: 30px; max-width: 320px; display: block; text-align: center; margin: 0 auto 20px; transition: all .2s ease-in-out; }
.botao-yellow:hover { transform: scale(1.1); }

.ui-timepicker-viewport { box-sizing: border-box; }

/*********************************************** Conteudo ***********************************************/

header { background: #ffffff; display: table; width: 100%; }
header .Conteudo { display: table; height: 100%; min-height: 100%; }
header .Logo { max-width: 115px; margin-top: 20px; margin-bottom: 20px; display: inline-table; position: relative; z-index: 101; }
header nav { display: none; }
header.collapse nav { display: block; }
header .menu { text-align: center; border-top: 1px solid; }
header .menu li { display: inline-block; vertical-align: middle; margin: 15px; }
header .menu li a { color: #063F58; }

#main { height: calc(100% - 77px - 67px); width: 100%; display: table; }
#main .Page { display: none; transition: all .1s ease-in-out; }
#main .Page.active { display: table-cell; height: 100%; min-height: 100%; vertical-align: middle; }
#main .Page.active { opacity: 1; animation-name: fadeInOpacity; animation-iteration-count: 1; animation-timing-function: ease-in-out; animation-duration: 1s; }
#main .Page.active.both { display: table; width: 100%; height: auto; min-height: auto; }

.ui-autocomplete { max-width: 320px; border: 1px solid; z-index: 22; }
.ui-autocomplete li { background: #ffffff; padding: 10px; border-top: 1px solid rgba(59, 55, 89, 0.2); cursor: pointer; }
.ui-autocomplete li:first-child { border: 0; }

.secAgendar { padding: 50px 0; }
.secAgendar h2 { }
.secAgendar h2 span { }
.secAgendar h2 img { }
.secAgendar .destaque { text-align: center; display: block; }
.secAgendar .destaque img { max-width: 200px; animation: pop0 1.5s ease 1; }
.secAgendar .Formulario { max-width: 800px; width: 90%; display: table; margin: 0 auto; }
.secAgendar .Formulario .btn { background-color: #FDC93A; transition: all .2s ease-in-out; }
.secAgendar .Formulario .btn:hover { transform: scale(1.1); }
.secAgendar .Formulario .chkCustom { text-align: left; margin: 0 0 25px 0; display: inline-block; }
.secAgendar .Formulario .chkCustom label { font-size: 18px; }
.secAgendar .mobile { display: none; }

.secEspecialistas { padding: 50px 0; background-color: #F3F4F8; display: none; }
.secEspecialistas h2 { color: #F25440; margin-bottom: 50px; }
.secEspecialistas .AbasProfissionais { width: 90%; max-width: 1000px; margin: 0 auto; }

.secEspecialistas .AbasProfissionais .box { background: #ffffff; border-radius: 6px; width: 90%; margin: 0 auto; display: table; padding: 25px; max-width: 440px; cursor: pointer; }
.secEspecialistas .AbasProfissionais .Foto { background-repeat: no-repeat; background-size: 100%; width: 100px; height: 100px; display: block; float: left; border-radius: 70px; margin-right: 25px; margin-bottom: 25px; }
.secEspecialistas .AbasProfissionais .Nome { font-weight: bold; color: #063F58; font-size: 18px; display: inline-block; width: calc(100% - 125px); }
.secEspecialistas .AbasProfissionais .Especialidade { display: inline-block; width: calc(100% - 125px); color: #063F58; margin-bottom: 10px; }
.secEspecialistas .AbasProfissionais .tipo { padding-left: 25px; position: relative; margin-right: 20px; }
.secEspecialistas .AbasProfissionais .tipo:before { content: ""; position: absolute; width: 20px; height: 20px; display: block; left: 0; top: 0; border-radius: 15px; border: 1px solid; color: #989898; }
.secEspecialistas .AbasProfissionais .tipo:after { content: ""; width: 12px; height: 12px; border: 6px solid; border-radius: 20px; overflow: hidden; display: block; position: absolute; top: 4px; left: 4px; color: #989898; }
.secEspecialistas .AbasProfissionais .tipo.ativo:before { color: #FDC93A; }
.secEspecialistas .AbasProfissionais .tipo.ativo:after { color: #FDC93A; }
.secEspecialistas .AbasProfissionais .tags { display: block; width: 100%; float: left; font-size: 0; }
.secEspecialistas .AbasProfissionais .tags > li { display: inline-block; vertical-align: middle; background-color: #43B2DD; color: #fff; line-height: 20px; height: 20px; font-size: 14px; padding: 0 10px; border-radius: 20px; margin-right: 5px; }

.secSouMedico { position: relative; padding: 50px 0; }
.secSouMedico h2 { margin-bottom: 50px; }
.secSouMedico .Formulario { max-width: 800px; margin: 0 auto; width: 100%; display: table; }
.secSouMedico .Formulario input[type=submit] { background: #43B2DD; max-width: 300px; width: 90%; }
.secSouMedico .Formulario input[type=submit]:hover { animation: pulse 1s ease-in infinite; }
.secSouMedico .load { margin: 50px auto; display: none; text-align: center; }


.secAgendamento { padding: 50px 0; height: 100%; }
.secAgendamento h2 { text-align: left; font-size: 77px; line-height: 80px; margin-bottom: 50px; }
.secAgendamento h3 { max-width: 370px; }
.secAgendamento .Imagem { }
.secAgendamento .Imagem img { max-width: 200px; animation: pop 0.7s linear 1; animation-delay: 0.3s; }
.secAgendamento .Passo { color: #F25440; font-size: 25px; }
.secAgendamento .Passo a { color: #063F58; width: 57px; height: 57px; display: inline-block; vertical-align: middle; line-height: 57px; text-align: center; background: #f3f4f8; border-radius: 35px; transition: all .1s ease-in-out; }
.secAgendamento .Passo a:hover { transform: scale(1.1); }
.secAgendamento .Passo span { display: inline-block; vertical-align: middle; margin-left: 30px; }
.secAgendamento .Passo.mobile { display: none; }
.secAgendamento .CheckList { font-size: 0; }
.secAgendamento .CheckList li { display: inline-block; margin-right: 25px; }
.secAgendamento .CheckList li:last-child { }
.secAgendamento .calendario { text-align: left; position: relative; margin: 50px 0 25px; }
.secAgendamento .calendario .hora { width: 100%; display: table; }
.secAgendamento .calendario .hora span { display: inline-block; color: #000000; font-weight: bold; margin-right: 7px; margin-left: 7px; line-height: 40px; vertical-align: middle; }
.secAgendamento .calendario .hora input { vertical-align: middle; display: inline-block; }
.secAgendamento .calendario .hora .timepicker { width: 95px; line-height: 40px; height: 40px; margin-bottom: 0; vertical-align: middle; }
.secAgendamento .calendario .hora .avancar { display: inline-block; margin-left: 30px; width: 180px; }
.secAgendamento .calendario .hora .mensagem02 { }
.secAgendamento .calendario .hora .mensagem02 span { margin-top: 25px; display: block; color: red; background: #ffffff; }
.secAgendamento .Formulario input[type=submit] { margin-left: auto; max-width: 300px; display: block; }
.secAgendamento .mensagem02 { color: red; text-align: center; margin-bottom: 25px; }

.secValor { padding: 50px 0; height: 100%; }
.secValor h2 { text-align: left; font-size: 77px; line-height: 80px; margin-bottom: 50px; }
.secValor h3 { max-width: 370px; }
.secValor .Imagem { }
.secValor .Imagem img { max-width: 200px; animation: pop 0.7s linear 1; animation-delay: 0.3s; }
.secValor .Passo { color: #F25440; font-size: 25px; }
.secValor .Passo a { color: #063F58; width: 57px; height: 57px; display: inline-block; vertical-align: middle; line-height: 57px; text-align: center; transition: all .2s ease-in-out; }
.secValor .Passo a:hover { transform: scale(1.1); }
.secValor .Passo span { display: inline-block; vertical-align: middle; margin-left: 30px; }
.secValor .Passo.mobile { display: none; }
.secValor .Formulario .Preco { text-align: center; margin-bottom: 10px; }
.secValor .Formulario .Preco > span { display: inline-table; vertical-align: middle; color: #063F58; margin-right: 15px; }
.secValor .Formulario .Preco > span > small { display: table-cell; vertical-align: bottom; width: auto; font-size: 12px; color: #063F58; padding: 0 7px; }
.secValor .Formulario .Preco > span > span { display: table-cell; vertical-align: bottom; font-size: 20px; line-height: 28px; }
.secValor .Formulario #slider-range { margin-bottom: 50px; }
.secValor .Formulario input[type=submit] { margin-left: auto; max-width: 300px; display: block; }
.secValor .mensagem03 { color: red; text-align: center; margin-bottom: 25px; }
.secValor .ui-widget-header { background-color: #00E031; }
.secValor .ui-slider .ui-slider-handle { width: 28px; height: 28px; border-radius: 30px; background: #00E031; border: 0; top: -10px; cursor: pointer; }
.secValor .ui-slider-horizontal { height: 6px; border: 0; }


.secLoading { padding: 50px 0; height: 100%; }
.secLoading h3 { text-align: left; font-size: 59px; line-height: 66px; margin-bottom: 50px; }
.secLoading h3 { margin: 50px 0; }
.secLoading .load { text-align: center; display: block; }


.secDados { padding: 50px 0; height: 100%; }
.secDados h2 { text-align: left; font-size: 77px; line-height: 80px; margin-bottom: 50px; }
.secDados h3 { max-width: 370px; }
.secDados .Imagem { }
.secDados .Imagem img { max-width: 200px; animation: pop 0.7s linear 1; animation-delay: 0.3s; }
.secDados .Passo { color: #F25440; font-size: 25px; }
.secDados .Passo a { color: #063F58; width: 57px; height: 57px; display: inline-block; vertical-align: middle; line-height: 57px; text-align: center; transition: all .2s ease-in-out; }
.secDados .Passo a:hover { transform: scale(1.1); }
.secDados .Passo span { display: inline-block; vertical-align: middle; margin-left: 30px; }
.secDados .Formulario input[type=submit] { margin-left: auto; max-width: 300px; display: block; }
.secDados .Enviando { display: none; }
.secDados .Enviando svg { margin: 35px auto; display: block; }


.secSucesso { padding: 50px 0; height: 100%; }
.secSucesso h2 { text-align: left; font-size: 60px; line-height: 70px; margin-bottom: 50px; max-width: 530px; margin-left: 0; }
.secSucesso h3 { max-width: 370px; }
.secSucesso p { max-width: 530px; color: #F25440; font-size: 24px; line-height: 30px; font-weight: 600; }


.secError { padding: 50px 0; height: 100%; }
.secError h2 { text-align: left; font-size: 50px; line-height: 60px; margin-bottom: 50px; max-width: 530px; margin-left: 0; }
.secError h3 { max-width: 370px; }
.secError p { max-width: 530px; color: #F25440; font-size: 24px; line-height: 30px; font-weight: 600; }


.secSobre { padding: 50px 0; height: 100%; }
.secSobre h2 { line-height: 45px; max-width: 400px; }
.secSobre p { text-align: center; }
.secSobre .Imagem { text-align: center; }
.secSobre .Imagem img { max-width: 500px; }


.secPolitica { padding-bottom: 50px; }
.secPolitica h3 { padding-top: 15px; display: table; }
.secPolitica ul, .secPolitica ol { list-style: disc; padding-left: 25px; margin-bottom: 15px; }
.secPolitica ul li, .secPolitica ol li { list-style: disc; padding-left: 5px; }


.Page.Teleatendimento { }
.Page.Teleatendimento .Passo { color: #F25440; font-size: 25px; }
.Page.Teleatendimento .Passo span { display: inline-block; vertical-align: middle; margin-left: 10px; }
.Page.Teleatendimento .Passo span:first-child { color: #063F58; width: 57px; height: 57px; display: inline-block; vertical-align: middle; line-height: 57px; text-align: center; background: #f3f4f8; border-radius: 35px; transition: all .1s ease-in-out; }
.Page.Teleatendimento .Passo span:first-child:hover { transform: scale(1.1); }
.secTeleatendimento { padding: 50px 0; height: 100%; }
.secTeleatendimento .Imagem { text-align: center; }
.secTeleatendimento .Imagem img { max-width: 170px; }
.secTeleatendimento p.big { color: #43B2DD; text-align: center; font-size: 24px; line-height: 30px; margin-bottom: 35px; }
.secTeleatendimento .box { font-size: 0; display: table; background: #ffffff; border-radius: 7px; padding: 20px 30px; max-width: 390px; height: 220px; width: 100%; margin: 0 auto 35px; }
.secTeleatendimento .box p { font-size: 16px; line-height: 22px; color: #989898; margin-bottom: 0; margin-top: 10px; }
.secTeleatendimento .box .col-md-3 { width: 85px; }
.secTeleatendimento .box .col-md-9 { padding-left: 0; padding-right: 0; }
.secTeleatendimento .box .icon { }
.secTeleatendimento .box .title { color: #199EFF; font-size: 22px; line-height: 26px; font-weight: bold; }


.Page.Medicos { }
.Page.Medicos section { padding: 50px 0; }
.Page.Medicos section.secExtraMedica { background: #f4f4f4; }
.Page.Medicos .Detalhes { }
.Page.Medicos .Detalhes h2 { text-align: left; color: #f25440; font-size: 50px; line-height: 60px; margin-top: 0; }
.Page.Medicos .Detalhes .Foto { margin-bottom: 25px; overflow: hidden; border-radius: 7px; }
.Page.Medicos .Detalhes .Especialidade { display: inline-block; vertical-align: middle; background: rgba(249, 157, 187, 0.4); color: #F25440; border-radius: 5px; padding: 10px 15px; font-size: 23px; font-weight: normal; margin-right: 15px; }
.Page.Medicos .Detalhes .Local { display: inline-block; vertical-align: middle; color: #063F58; font-size: 23px; line-height: 28px; font-weight: 600; }
.Page.Medicos .Detalhes .Atendimento { margin: 35px 0 20px; background: #f4f4f4; border-radius: 8px; padding: 8px 15px; }
.Page.Medicos .Detalhes .title { font-size: 17px; font-weight: bold; display: inline-block; vertical-align: middle; color: #063F58; margin-right: 20px; }
.Page.Medicos .Detalhes .tipo { padding-left: 25px; position: relative; margin-right: 20px; }
.Page.Medicos .Detalhes .tipo:before { content: ""; position: absolute; width: 20px; height: 20px; display: block; left: 0; top: 0; border-radius: 15px; border: 1px solid; color: #989898; }
.Page.Medicos .Detalhes .tipo:after { content: ""; width: 12px; height: 12px; border: 6px solid; border-radius: 20px; overflow: hidden; display: block; position: absolute; top: 4px; left: 4px; color: #989898; }
.Page.Medicos .Detalhes .tipo.ativo:before { color: #FDC93A; }
.Page.Medicos .Detalhes .tipo.ativo:after { color: #FDC93A; }
.Page.Medicos .Detalhes .tags { display: block; width: 100%; float: left; font-size: 0; }
.Page.Medicos .Detalhes .tags > li { display: inline-block; vertical-align: middle; background-color: #43B2DD; color: #fff; line-height: 20px; height: 20px; font-size: 14px; padding: 0 10px; border-radius: 20px; margin-right: 5px; }
.Page.Medicos .Detalhes .Social { text-align: center; }
.Page.Medicos .Detalhes .Social li { display: inline-block; margin: 3px; vertical-align: middle; max-width: 25%; }
.Page.Medicos .Detalhes .Pontos { background: #f4f4f4; border-radius: 8px; padding: 8px 15px; display: table; }
.Page.Medicos .Detalhes .Pontos ul { margin-top: 10px; margin-bottom: 10px; }
.Page.Medicos .Complemento { margin-top: 60px; display: table; width: 100%; }
.Page.Medicos .Complemento .Menu { display: table; width: 100%; border-bottom: 2px solid #e0e0e0; }
.Page.Medicos .Complemento .Menu li { display: table-cell; width: 25%; vertical-align: bottom; text-align: center; position: relative; font-size: 22px; padding-bottom: 15px; font-weight: bold; color: #063F58; cursor: pointer; }
.Page.Medicos .Complemento .Menu li.active:after { border-bottom: 5px solid #43b2dd; content: ""; width: 80%; height: 4px; display: block; position: absolute; bottom: -3px; left: 10%; }
.Page.Medicos .Complemento .Aba { padding: 15px 30px; background: #ffffff; font-size: 16px; line-height: 30px; border-radius: 5px; margin-top: 40px; width: 100%; }
.Page.Medicos .Complemento .Aba .Icone { text-align: center; margin-bottom: 10px; }
.Page.Medicos .Complemento .Aba .Descricao { font-size: 16px; line-height: 30px; }
.Page.Medicos .Complemento .Aba .Descricao li { margin-bottom: 15px; line-height: 22px; }
.Page.Medicos .Complemento .Aba.active { }
.Page.Medicos .Complemento .Aba.Clinica { padding-bottom: 0; padding-top: 30px; }
.Page.Medicos .Complemento .Aba.Clinica img { margin-bottom: 30px; border-radius: 10px; }
.Page.Medicos .Extra h3 { text-align: left; color: #f25440; font-size: 41px; line-height: 41px; margin: 0 auto 50px; }
.Page.Medicos .Extra .box { background: #ffffff; border-radius: 6px; width: 100%; margin: 0 auto; display: table; padding: 20px 40px; max-width: 250px; cursor: pointer; }
.Page.Medicos .Extra .box p { color: #4f4f4f; font-size: 15px; line-height: 21px; margin-top: 10px; }
.Page.Medicos .Extra .box .icon { }
.Page.Medicos .Extra .box .icon img { width: auto; }
.Page.Medicos .Extra .box .title { color: #f25440; font-size: 20px; font-weight: bold; line-height: 38px; }
.Page.Medicos .Extra .box [class*='col-'] { padding-left: 7px; padding-right: 7px; }
.Page.Medicos .Call { margin-top: 70px; }
.Page.Medicos .secTeleatendimentoHome { }
.Page.Medicos .secTeleatendimentoHome .Conteudo { max-width: 850px; }
.Page.Medicos .secTeleatendimentoHome .box { background: #ffffff; padding: 45px 90px 45px 45px; border-radius: 7px; display: inline-block; cursor: pointer; }
.Page.Medicos .secTeleatendimentoHome .box p { font-size: 41px; line-height: 41px; color: #063F58; font-weight: bold; margin-bottom: 0; }
.Page.Medicos .secTeleatendimentoHome .box img { float: right; position: relative; margin-top: -45px; margin-right: -45px; }
.Page.Medicos.both .secTeleatendimentoHome { display: none; }


.Page.Medico { }
.Page.Medico .secMedicaGerusa { background: #F4F4F4; }
.Page.Medico .Content { display: table; width: 100%; padding: 50px 0; }
.Page.Medico .Destaque { display: table; width: 100%; height: 550px; background-image: url(../img/background-destaque.jpg); background-repeat: no-repeat; background-position: top; background-size: cover; overflow: hidden; }
.Page.Medico .Destaque .Conteudo { display: table-cell; vertical-align: middle; color: #ffffff; text-align: center; }
.Page.Medico .Destaque .Conteudo h2 { color: #ffffff; font-size: 56px; line-height: 60px; margin-bottom: 20px; }
.Page.Medico .Destaque .Conteudo p { font-size: 30px; }
.Page.Medico .Detalhes { display: table; width: 100%; }
.Page.Medico .Detalhes h3 { font-size: 41px; line-height: 51px; }
.Page.Medico .Detalhes .Foto { max-width: 270px; max-height: 270px; overflow: hidden; border-radius: 270px; width: 100%; height: 100%; margin: 0 auto; }
.Page.Medico .Detalhes .Especialidade { display: inline-block; vertical-align: middle; background: rgba(67, 178, 221, 0.4); color: #43B2DD; border-radius: 5px; padding: 15px; font-size: 23px; font-weight: normal; margin-right: 15px; }
.Page.Medico .Detalhes .Local { display: inline-block; vertical-align: middle; color: #063F58; font-size: 23px; line-height: 28px; font-weight: 600; }
.Page.Medico .Detalhes .Atendimento { margin: 40px 0 0 0; background: #f7f7f7; border-radius: 8px; padding: 8px 15px; width: auto; display: inline-block; }
.Page.Medico .Detalhes .title { font-size: 17px; font-weight: bold; display: inline-block; vertical-align: middle; color: #063F58; margin-right: 20px; }
.Page.Medico .Detalhes .tipo { padding-left: 25px; position: relative; margin-right: 20px; }
.Page.Medico .Detalhes .tipo:before { content: ""; position: absolute; width: 20px; height: 20px; display: block; left: 0; top: 0; border-radius: 15px; border: 1px solid; }
.Page.Medico .Detalhes .tipo:after { content: ""; width: 12px; height: 12px; border: 6px solid; border-radius: 20px; overflow: hidden; display: block; position: absolute; top: 4px; left: 4px; }
.Page.Medico .Detalhes .tipo.ativo:before { color: #FDC93A; }
.Page.Medico .Detalhes .tipo.ativo:after { color: #FDC93A; }
.Page.Medico .Detalhes .tags { display: block; width: auto; float: left; font-size: 0; }
.Page.Medico .Detalhes .tags > li { display: inline-block; vertical-align: middle; background-color: #43B2DD; color: #fff; line-height: 20px; height: 20px; font-size: 14px; padding: 0 10px; border-radius: 20px; margin-right: 5px; }
.Page.Medico .Detalhes .Social { text-align: center; margin-top: 20px; }
.Page.Medico .Detalhes .Social li { display: inline-block; margin: 7px 10px; vertical-align: middle; max-width: 55px; }
.Page.Medico .Detalhes .Pontos { background: #f4f4f4; border-radius: 8px; padding: 8px 15px; display: inline-block; width: auto; }
.Page.Medico .Detalhes .Pontos ul { margin-top: 10px; margin-bottom: 10px; }
.Page.Medico .Complemento { margin-top: 60px; display: table; width: 100%; }
.Page.Medico .Complemento .Menu { display: table; width: 100%; border-bottom: 2px solid #e0e0e0; }
.Page.Medico .Complemento .Menu li { display: table-cell; width: 25%; vertical-align: bottom; text-align: center; position: relative; font-size: 22px; padding-bottom: 15px; font-weight: bold; color: #063F58; cursor: pointer; }
.Page.Medico .Complemento .Menu li.active:after { border-bottom: 5px solid #43b2dd; content: ""; width: 80%; height: 4px; display: block; position: absolute; bottom: -3px; left: 10%; }
.Page.Medico .Complemento .Aba { padding: 15px 30px; background: #ffffff; font-size: 16px; line-height: 30px; border-radius: 5px; margin-top: 40px; width: 100%; transition: all .1s ease-in-out; opacity: 0; }
.Page.Medico .Complemento .Aba .Icone { text-align: center; margin-bottom: 10px; }
.Page.Medico .Complemento .Aba .Descricao { font-size: 16px; line-height: 30px; }
.Page.Medico .Complemento .Aba .Descricao li { margin-bottom: 15px; line-height: 22px; }
.Page.Medico .Complemento .Aba.active { opacity: 1; animation-name: fadeInOpacity; animation-iteration-count: 1; animation-timing-function: ease-in-out; animation-duration: 0.3s; }
.Page.Medico .Complemento .Aba.Clinica { padding-bottom: 0; padding-top: 30px; }
.Page.Medico .Complemento .Aba.Clinica img { margin-bottom: 30px; border-radius: 10px; }
.Page.Medico .Extra { margin-top: 0; position: relative; }
.Page.Medico .Extra h3 { font-size: 38px; line-height: 45px; }
.Page.Medico .Extra .box { background: #ffffff; display: table; width: 100%; max-width: 230px; border-radius: 6px; padding: 8px 15px 8px 30px; height: 185px; margin: 0 auto; }
.Page.Medico .Extra .box p { color: #4f4f4f; font-size: 15px; line-height: 21px; margin-top: 10px; }
.Page.Medico .Extra .box [class*='col-'] { padding-left: 7px; padding-right: 7px; }
.Page.Medico .Extra .box .icon { }
.Page.Medico .Extra .box .icon img { }
.Page.Medico .Extra .box .title { color: #f25440; font-size: 20px; font-weight: bold; line-height: 56px; }
.Page.Medico .Extra::after { content: ""; background-image: url(../img/thumb-up.png); position: absolute; left: 100%; top: 0; z-index: 99; width: 200px; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; }
.Page.Medico .Call { margin-top: 50px; }
.Page.Medico .secTeleatendimentoInterno { }
.Page.Medico .secTeleatendimentoInterno .Conteudo { max-width: 850px; }
.Page.Medico .secTeleatendimentoInterno .box { background: #ffffff; padding: 45px 90px 45px 45px; border-radius: 7px; display: inline-block; cursor: pointer; }
.Page.Medico .secTeleatendimentoInterno .box p { font-size: 41px; line-height: 41px; color: #063F58; font-weight: bold; margin-bottom: 0; }
.Page.Medico .secTeleatendimentoInterno .box img { float: right; position: relative; margin-top: -45px; margin-right: -45px; }
.Page.Medico.both .secTeleatendimentoInterno { display: none; }


footer { background: #F3F4F8; display: table; width: 100%; padding: 20px 0; }
footer .logo { width: 85px; display: inline-block; vertical-align: middle; }
footer nav { }
footer nav ul { font-size: 0; text-align: right; }
footer nav ul li { display: inline-block; font-size: 14px; color: #4f4f4f; font-weight: 600; margin-left: 30px; vertical-align: middle; }
footer nav ul li:first-child { margin-left: 0; }
footer nav ul li a { color: #4f4f4f; }


@keyframes fadeInOpacity {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes pulse {
    25% { transform: scale(0.9); }
    75% { transform: scale(1.1); }
}

@keyframes push {
    50% { transform: scale(0.8); }
}

@keyframes pop {
    50% { transform: scale(1.2); }
}

@keyframes pop0 {
    0% { transform: scale(0); }
    50% { transform: scale(0); }
    75% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

@media screen and (max-width: 965px) {
    header .Logo { margin: 35px; }
    .Conteudo { padding: 0 20px; }
    .secAgendar .Formulario .col-md-3 { width: 50%; float: left; text-align: center; }
    .secAgendar .Formulario .col-md-3:first-child { display: none; }
    .secAgendar, .secEspecialistas, .secSouMedico, .secAgendamento, .secValor, .secLoading, .secDados, .secSucesso, .secError, .secTeleatendimento, .secSobre { padding: 25px 0; }

    .secTeleatendimento .row.equal > .col-md-6 { display: table; }
    .secTeleatendimento .row.equal > .col-md-3 { width: 85px; }
    .secTeleatendimento .row.equal > .col-md-9 { width: 100%; text-align: center; }
    .secTeleatendimento .box .icon { max-width: 100px; margin: 0 auto 15px; }

    .row.equal { display: flex; flex-wrap: wrap; }
    .row.equal > [class*="col-"] { display: initial; flex: 1 1 auto; }

    .Page.Medico .Extra .box { padding: 8px 0; }

    .Page.Medico .Detalhes .Social { position: absolute; top: -185px; z-index: 9999; right: 6px; }
    .Page.Medico .Detalhes .Social li { margin: 0 10px; }
    .Page.Medico .Detalhes .Local { width: 100%; margin-top: 15px; }
    .Page.Medico .Detalhes .Atendimento { margin-top: 25px; }
    .Page.Medico .Detalhes .Pontos { margin-top: 25px; }
    .Page.Medico .Detalhes .Pontos ul { width: 100%; }
}

@media screen and (max-width: 768px) {

    body { background: #ffffff; }

    h2 { font-size: 35px; line-height: 40px; text-align: left; }

    .row { margin-left: 0; margin-right: 0; }

    .nav-mobile-toggle { position: absolute; top: -55px; right: 0; z-index: 10; }

    .row.equal > [class*="col-"] { display: initial; float: left; width: 100%; }
    footer .row.equal > [class*="col-"] { display: table-cell; float: none; }
    footer nav { width: 275px; }
    footer nav ul li { }

    .secEspecialistas .AbasProfissionais .Nome { font-size: 15px; line-height: 20px; }
    .secEspecialistas .AbasProfissionais .Especialidade { font-size: 15px; line-height: 18px; }
    .secEspecialistas .AbasProfissionais .tipo { margin-right: 10px; font-weight: 300; }
    .secEspecialistas .AbasProfissionais .tags > li { font-size: 13px; }

    .secAgendamento h2 { font-size: 35px; line-height: 42px; margin-top: 0; margin-bottom: 25px; }
    .secAgendamento .Imagem { width: 166px; float: right; }
    .secAgendamento .Passo { display: none; }
    .secAgendamento .Passo.mobile { display: inline-block; margin-top: 25px; }
    .secAgendamento .Passo.mobile span { margin-left: 0; font-size: 14px; }
    .secAgendamento .Passo.mobile .voltar { position: absolute; top: -115px; left: 0; z-index: 10; }
    .secAgendamento .CheckList { text-align: center; }
    .secAgendamento .CheckList li { margin-right: 0; margin-left: 20px; }
    .secAgendamento .CheckList li:first-child { margin-left: 0; }
    .secAgendamento .calendario { margin: 25px 0 35px 0; text-align: center; }
    .secAgendamento .Formulario input[type="submit"] { margin: 0 auto 25px; max-width: 200px; }

    .secValor h2 { font-size: 35px; line-height: 42px; margin-top: 0; margin-bottom: 25px; }
    .secValor .Imagem { width: 190px; float: right; text-align: right; }
    .secValor .Passo { display: none; }
    .secValor .Passo.mobile { display: inline-block; margin-top: 35px; }
    .secValor .Passo.mobile span { margin-left: 0; font-size: 14px; }
    .secValor .Passo.mobile .voltar { position: absolute; top: -115px; left: 0; z-index: 10; }
    .secValor .Formulario #slider-range { background: #F3F4F8; }
    .secValor .Formulario input[type="submit"] { margin: 0 auto 25px; max-width: 200px; }

    .secLoading { }
    .secLoading .Imagem { text-align: center; }
    .secLoading h3 { font-size: 28px; line-height: 32px; text-align: center; max-width: 90%; margin: 25px auto; }

    .secDados h2 { display: none; }
    .secDados h3 { font-size: 35px; line-height: 42px; }
    .secDados .Imagem { text-align: center; }
    .secDados .Formulario input[type="submit"] { margin: 0 auto 25px; max-width: 200px; }

    .secSucesso { }
    .secSucesso h2 { font-size: 35px; line-height: 42px; margin-top: 0; margin-bottom: 25px; text-align: center; }
    .secSucesso h2 br { display: none; }
    .secSucesso p { font-size: 18px; line-height: 22px; text-align: center; }
    .secSucesso .Imagem { text-align: center; }
    .secSucesso .Imagem img { width: 100px; margin-bottom: 35px; }

    .secError { }
    .secError h2 { font-size: 35px; line-height: 42px; margin-top: 0; margin-bottom: 25px; text-align: center; }
    .secError h2 br { display: none; }
    .secError p { font-size: 18px; line-height: 22px; text-align: center; }
    .secError .Imagem { text-align: center; }
    .secError .Imagem img { width: 100px; margin-bottom: 35px; }

    .secTeleatendimento .Imagem { float: right; display: table; width: 100%; text-align: right; }
    .secTeleatendimento .box { max-width: 100%; height: auto; padding: 0 0 15px 0; border-bottom: 1px solid #BDBDBD; margin-bottom: 15px; border-radius: 0; }
    .secTeleatendimento .box .title { font-size: 16px; line-height: 22px; }
    .secTeleatendimento .box p { font-size: 14px; }
    .secTeleatendimento .box.last { border: 0; margin-bottom: 0; padding-bottom: 0; }

    .Page.Medico .Destaque { height: 30vh; }    

    .Page.Medico .Complemento .Menu { }
    .Page.Medico .Complemento .Menu li { flex: 1; width: 45%; display: inline-table; margin-bottom: 15px; }
    .Page.Medico .Complemento .Aba { padding: 0; }

    .Page.Medico .Extra .box { padding: 8px 0 8px 0; }
    .Page.Medico .Extra .box .title { font-size: 16px; line-height: 20px; }
    .Page.Medico .Extra::after { display: none; }

    .Page.Medico .secTeleatendimentoInterno .box { padding: 45px 20px 45px 20px; }
    .Page.Medico .secTeleatendimentoInterno .box p { font-size: 28px; line-height: 34px; }
}

@media screen and (max-width: 768px) {
    .Page.Medico .Detalhes .Social { top: -185px; }
}

@media screen and (max-width: 500px) {
    header .Logo { margin: 15px auto; text-align: center; float: none; display: block; }
    .Conteudo { padding: 0 20px; }
    .Page.Medico .Detalhes .Social { top: -210px; }
}
