@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');

:root {
    --main-color: #039be5;
    --main-light-color: #81d4fa;
    --main-dark-color: #10252e;
}

body {
    background-color: #f7f7f7;
}

.input-uppercase{
    text-transform: uppercase;
}

.input-lowercase{
    text-transform: lowercase;
}


.slide img {
    width: 100%;
}

.tp-caption .slide-content-box h1 {
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
}

.w-100 {
    width: 100%;
}

a:hover {
    transition: color 0.4s ease-in-out;
}

.btn.light-blue.lighten-1:hover,
.btn-floating.light-blue.lighten-1:hover,
.btn-large.light-blue.lighten-1:hover {
    background-color: #0288d1 !important;
    transition: background-color 0.4s ease-in-out;
}

.parallax-container .container {
    margin-top: 120px;
    margin-bottom: 120px;
    color: white;
}

.parallax-container {
    height: auto;
}

.owl-logos .item {
    text-align: center;
    padding: 5px 17px;
}

.owl-logos img {
    max-height: 90px;
}

.input-field input:focus+label,
.input-field textarea:focus+label,
.input-field .prefix {
    color: var(--main-color) !important;
}

.input-field input:focus,
.input-field textarea:focus {
    border-bottom: 1px solid var(--main-color) !important;
    box-shadow: 0 1px 0 0 var(--main-color) !important;
}

ul.dropdown-content.select-dropdown li span {
    color: var(--main-dark-color);
    /* no need for !important :) */
}

.input-field .select-wrapper .select-dropdown:focus {
    color: var(--main-color) !important;
}

ul.dropdown-content.select-dropdown li span:hover {
    background: var(--main-color);
    color: white;
}



/*
* Header
*/

header {
    position: relative;
    z-index: 9
}

#header .header-info {
    margin: 0;
    padding: 8px 0;
    text-align: left;
}

#header .header-info li {
    display: inline;
    color: white;
    margin-right: 10px;
    font-size: 0.9em;
}

#header .header-info li a {
    color: white;
}

#header .header-info li a:hover {
    color: var(--main-light-color);
}

#header i {
    color: var(--main-color);
    margin-right: 3px;
}


/*
* Navbar
*/

.brand-logo img {
    height: 80px;
}

.navbar-wrapper {
    margin-bottom: 2px;
}

.navbar {
    width: 100%;
    overflow: auto;
}

.navbar a {
    float: left;
    padding: 10px;
    color: grey;
    text-decoration: none;
    font-size: 17px;
    width: 20%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    border-right: 1px dotted #e0e0e0;
}

.navbar a.last {
    border-right: none;
}

.navbar a:hover {
    color: var(--main-color);
    background-color: #f0f0f0;
}

.navbar a.active {
    border-bottom: 3px solid var(--main-color);
    color: var(--main-color);
}

.nav-action-button{
    text-align: right;
    margin-top: 38px;
}

.sidenav li {
    color: var(--main-dark-color);
}

.sidenav li a:hover,
.sidenav li.active a {
    background-color: var(--main-light-color);
    transition: background-color 0.4s ease-in-out;
}

.card-unidades p {
    line-height: 20px;
    color: #555;
}

.card-unidades p.telefones {
    font-weight: 500;
}


/*
* Artigos / unidades / Clinica
*/

#clinica-convenios .convenios {
    padding: 10px 0 25px;
    text-align: center;
}

#clinica-convenios .convenios li {
    list-style: none;
    display: inline;
}

#clinica-convenios .convenios li img {
    width: 130px;
    margin: 10px 15px;
}

#clinica .post p {
    font-size: 1em;
    line-height: 1.3em;
    color: #444;
    text-align: justify;
}

#corpo-clinico .clinico p {
    font-size: 1em;
    line-height: 1.3em;
    color: #444;
}

#corpo-clinico .clinico {
    margin-bottom: 30px;
}

#corpo-clinico h2 {
    font-size: 1.3em;
    margin: 10px 0;
    color: var(--main-color);
}

#corpo-clinico h5 {
    font-size: 1.3em;
}

#corpo-clinico p {
    margin-top: 0;
}

#unidade-body p.small {
    font-size: 0.9em;
}

#unidade-body .col-telefones {
    text-align: right;
}

#artigos img,
#corpo-clinico img {
    border-bottom: 4px solid var(--main-color);
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
}

#artigos.box {
    margin-bottom: 10px;
}

#artigo-body .post p,
#unidade-body .post p {
    font-size: 1em;
    line-height: 1.3em;
    color: #444;
    text-align: justify;
}

#artigo-body .post h1 {
    font-size: 1.9em;
    font-weight: 500;
    margin: 10px 0;
}

#artigo-body .post h2,
#clinica .post h2,
#clinica-convenios .post h2 {
    font-size: 1.6em;
    font-weight: 500;
    margin: 10px 0;
}

#artigo-body .post h3 {
    font-size: 1.3em;
    font-weight: 500;
    margin: 10px 0;
}

#artigo-body .post h4 {
    font-size: 1em;
    font-weight: 500;
    margin: 10px 0;
}

#artigo-body .post h5 {
    font-size: 0.8em;
    font-weight: 500;
    margin: 10px 0;
}

#artigo-body h1,
#unidade-body h1 {
    margin: 0;
    padding: 0;
    font-size: 2.2em;
    font-weight: 300;
    color: var(--main-dark-color);
}

#artigo-body .lead {
    font-weight: 300;
    font-size: 1.2em;
}

#artigo-body .data {
    color: var(--main-color);
    font-size: 0.75em;
    font-weight: 300;
}

#artigo-body .post figure.image {
    padding: 0;
    margin: 0 0 20px;
    background: none;
    border: none;
    width: 100%;
}

#artigo-body .post figure.image img {
    width: 100%;
    margin: 0;
}

#artigo-body .post figure.image figcaption.legenda {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--main-color);
    line-height: 15px;
    font-weight: 500;
    text-align: left;
}

#artigo-body .post figure.image.align-center {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

#artigo-body .post figure.image.align-left {
    width: 400px;
    float: left;
    margin-right: 30px;
}

#artigo-body .post figure.image.align-right {
    width: 400px;
    float: right;
    margin-left: 30px;
}

#artigo-body .post .video-container {
    margin: 20px 0;
}

.coluna-esquerda {
    border-left: 1px dotted #c5c5c5;
}


/*
* Breadcumbs
*/

#breadcumbs {
    position: relative;
    bottom: -21px;
}

#breadcumbs .breadcumbs-body {
    background-color: white;
    padding: 12px 5px 8px;
    border: solid 1px #e0e0e0;
}

#breadcumbs .breadcumbs-body .breadcrumb {
    color: lightgrey;
    font-size: 1em;
}

#breadcumbs .breadcumbs-body .breadcrumb:before {
    color: lightgrey;
    font-size: 1em;
}

#breadcumbs .breadcumbs-body .breadcrumb:hover {
    color: var(--main-color);
}

#breadcumbs .breadcumbs-body .breadcrumb:last-child {
    color: var(--main-color);
    font-weight: 500;
}


/*
* Galeria de fotos
*/

.fotos-galeria figure {
    background: white;
    padding: 7px 7px 3px 7px;
    margin: 5px;
    max-width: 100%;
    clear: both;
}

.fotos-galeria figure img {
    width: 100%;
}

.fotos-galeria figure figcaption {
    margin: 0 8px 0 8px;
    text-align: center;
    font-size: 13px;
}


/*
* Footer
*/

.footer-copyright {
    background-color: #222 !important;
    font-size: 0.85em;
}

.page-footer .col {
    min-height: 220px;
}

.page-footer h5 {
    font-size: 1.3em;
    border-bottom: 1px solid #4a575e;
    padding-bottom: 10px;
    font-weight: 500;
}

.page-footer p {
    color: lightgray;
    font-size: 0.9em;
}

.page-footer p.telefones {
    font-size: 1em;
}

.page-footer p.small {
    font-size: 0.8em;
    line-height: 1.3em;
}

.page-footer a {
    color: white;
}

.page-footer a:hover i {
    color: var(--main-color);
}

.unidades-rodape{
    height: 320px;
}

.selects-container input.select-dropdown {
    font-size: 15px !important;
}

.datepicker-container .datepicker-date-display {
    background-color: var(--main-color);
}

.datepicker-container .datepicker-date-display .date-text {
    font-size: 2.3em;
}

.datepicker-container .datepicker-footer .btn-flat {
    color: var(--main-color);
}

.datepicker-table-wrapper .datepicker-row td.is-selected .datepicker-day-button {
    background-color: var(--main-color);
    color: white;
}

.datepicker-table-wrapper .datepicker-row td.is-disabled .datepicker-day-button {
    font-weight: normal;
    color: lightgray;
}

.datepicker-table-wrapper .datepicker-row .datepicker-day-button {
    font-weight: bold;
    color: var(--main-color);
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: var(--main-color);
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: var(--main-light-color);
}

.col-switch-agendamento {
    text-align: right;
}

.box-label {
    font-size: 0.8em;
    color: var(--main-color);
    font-weight: 500;
}

.box-field {
    border-bottom: solid 2px var(--main-color);
    padding: 5px;
    background-color: #f7f7f7;
    color: #555;
}

.datepicker-table tbody tr td:hover {
    background-color: #e6f0fc !important;
}

.artigos-link {
    color: #555;
}

.artigos-link:hover {
    color: var(--main-color);
}

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
    background-color: #29b6f6;
    opacity: 0.8;
}

#atendimento-modal {
    max-width: 600px;
    height: 490px !important;
}
