@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900,900italic);

body {
    color: #666;
    font-family: "Roboto", "sans-serif", "Helvetica", "Calibri", "Trebuchet MS", "Arial", "Verdana";
    font-size: 12pt;
    line-height: 18pt;
}

a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

h1, h2, h3, h4 {
    color: #666;
    text-transform: uppercase;
}

h1.style-01 {
    color: #526465;
}

h1.style-02 {
    color: #fff;
}

h2.style-01 {
    color: #666;
    font-weight: normal;
}

h2.style-02 {
    color: #fff;
}

h3.style-01 {
    color: #526465;
}

h4.style-01 {
    color: #666;
}

span.header-detail-01 {
    width: 60px;
    height: 4px;
    display: inline-block;
    background: #00406f;
}

span.header-detail-02 {
    width: 60px;
    height: 4px;
    margin: auto;
    display: block;
    background: #00406f;
}

span.header-detail-03 {
    width: 60px;
    height: 4px;
    margin: auto;
    display: block;
    background: #fff;
}

span.header-detail-04 {
    width: 60px;
    height: 4px;
    margin: auto;
    display: block;
    background: #00406f;
}

p.style-01 {
    color: #fff;
    font-size: 16pt;
}

a:link.style-01, a:visited.style-01, a:active.style-01 {
    color: #fff;
    font-size: 14pt;
}

.container-general {
    width: 100%;
    height: auto;
    position: absolute;
    overflow: hidden;
    transition: 1s all;
}

#g-header {text-align: right;}

@media screen and (max-width: 800px) {
  #g-header .textwidget {text-align: center;}
  #g-header .textwidget span {display: block;}
  #g-header .textwidget span.spaces {display: none;}
  #g-header .textwidget span.social i {font-size: 30px; margin-top: 10px;}
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

header .top-2 {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #00406f;
    background: #fff;
    overflow: hidden;
}

header .top-1, #top_01.top-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 5px solid #5a7c92;
    background: #f2f2f2;
}

header .top-1 .social-icons-header img,
#top_01.top-1 .social-icons-header img
{
    max-height: 30px;
}

@media (max-width: 991px) {
    header {
        left: -100%;
        height: 100%;
        background: #fff;
    }

    header .top-2 {
        padding-left: 0;
        padding-right: 0;
        background: none;
    }

    .container-general {
        top: 0;
    }
}

header .logo {
    padding-top: 25px;
    padding-bottom: 25px;
}

header .logo img {
    max-height: 90px;
}

@media (max-width: 991px) {
    .logo {
        padding-bottom: 15px;
    }

    .logo img {
        margin: auto;
    }
}

header nav {
    padding-top: 55px;
}

header nav > ul {
    padding: 0;
    margin: 0;
    float: right;
    display: inline;
}

header nav > ul li .div-border {
    display: inline;
}

header nav > ul > li {
    display: inline;
    list-style: none;
}

header nav > ul > li > a:link, header nav > ul > li > a:active, header nav > ul > li > a:visited {
    color: #666;
    font-size: 14pt;
    text-decoration: none;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

header nav > ul > li:last-child > a:link, header nav > ul > li:last-child > a:active, header nav > ul > li:last-child > a:visited {
    padding-right: 0;
}

header nav > ul > li > a:hover {
    color: #00b3c9;
}

header nav > ul > li > a.active {
    color: #00b3c9 !important;
}

header .btn-responsive-menu {
    display: none;
    z-index: 4;
}

header .btn-responsive-menu-col {
    display: none;
    z-index: 4;
}

header .btn-responsive-menu.type-01 {
    width: 50px;
    height: 50px;
    margin-top: 18px;
    float: right;
    background: url("../img/nav-menu-2.png") no-repeat center center;
}

header .btn-responsive-menu.type-02 {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 100px;
    right: 50px;
    background: #1f1f1f url("../img/nav-menu.png") no-repeat center center;
    border-radius: 4px;
    opacity: 0.5;
}

header .btn-responsive-menu.type-02:hover {
    opacity: 1.0;
}

@media (max-width: 991px) {
    header nav {
        padding-top: 0;
    }

    header nav > ul {
        float: none;
        display: block;
    }

    header nav > ul li {
        display: block;
    }

    header nav > ul li a:link, header nav > ul li a:active, header nav > ul li a:visited {
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
        display: block;
    }

    header .btn-responsive-menu {
        display: block;
    }

    header .btn-responsive-menu-col {
        display: block;
    }

    header nav > ul li .div-border {
        padding-bottom: 0;
        border-bottom: none;
        display: block;
    }

    header nav > ul li.active .div-border,
    header nav > ul li:hover .div-border {
        border-bottom: none;
    }
}

input, select, textarea {
    border-radius: 0 !important;
}

.logos img {
    max-width: 80%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 1s all;
}

.logos img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.btn-read-more {
    color: #fff;
    font-size: 14pt;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
    background: rgb(122, 188, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(122, 188, 255, 1) 0%, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(122, 188, 255, 1) 0%, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(122, 188, 255, 1) 0%, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff', endColorstr='#4096ee', GradientType=0); /* IE6-9 */
}

.btn-read-more:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4096ee+0,4096ee+100;Blue+Flat+%232 */
    background: rgb(64, 150, 238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(64, 150, 238, 1) 0%, rgba(64, 150, 238, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(64, 150, 238, 1) 0%, rgba(64, 150, 238, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(64, 150, 238, 1) 0%, rgba(64, 150, 238, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096ee', endColorstr='#4096ee', GradientType=0); /* IE6-9 */
}

.accordion > div {
    display: none;
}

.theme-type-style-01 {
    background: #f0f0f0;
}

.theme-type-style-02 {
    color: #fff;
    background: #00406f;
}

.theme-type-style-02 p {
    color: #fff !important;
}

.theme-type-style-03 {
    color: #fff;
    background: #5a7c92;
    border-top: 1px solid #fff;
}

.theme-type-style-03 a {
    color: #fff !important;
}

::-webkit-input-placeholder {
    color: #666666 !important;
}

:-moz-placeholder {
    color: #666666 !important;
}

::-moz-placeholder {
    color: #666666 !important;
}

:-ms-input-placeholder {
    color: #666666 !important;
}

.list-default {
    margin: 0;
    padding: 0;
}

.list-default li {
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
    display: block;
    list-style: none;
    background: url('../img/arrow.png') left center no-repeat;
}

.list-default li img {
    margin-right: 15px;
}

.btn-site-01 {
    color: #fff;
    font-size: 12pt;
    margin-top: 2px;
    margin-bottom: 2px;
    background: #00406F;
    padding: 10px 50px 10px 50px;
    transition: 0.5s all;
}

.btn-site-01:hover {
    color: #fff;
    background: #126f65;
}

.news-home {
    position: relative;
}

.news-home a:not(.btn-read-more), .news-home .title {
    color: #00406f;
}

.news-home .title {
    text-transform: uppercase;
}

.news-home .photo-block {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

#about .photo-block {
    height: 180px;
}

.news-home .photo-block a {
    width: 100%;
    height: 100%;
    display: block;
}

.news-home .news-home-title {
    font-size: 18pt;
    color: #666;
}

.news-home .news-nav-container {
    overflow: hidden;
}

.news-home .news-nav-container-2 {
    max-width: 1000px;
    float: left;
    position: relative;
}

.news-home .news-nav-block {
    position: relative;
    left: 0;
    overflow: hidden;
}

.news-home .news-nav-article {
    max-width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

@media (max-width: 991px) {
    .news-home .arrow-1, .news-home .arrow-2 {
        margin-top: 0;
        position: static;
    }

    .news-home .arrow-1 {
        float: left;
    }

    .news-home .arrow-2 {
        float: right;
    }

    .news-home .arrows-container {
        width: 100px;
        margin: auto;
        position: relative;
    }
}

a.read-more {
    color: #666;
    font-size: 11pt;
}

a.read-more:hover {
    opacity: 0.8;
}

.contacts-footer {
    font-size: 24pt;
}

.contacts-footer img {
    max-height: 15px;
}

.social-icons-footer img {
    max-height: 50px;
}

.bg-grey {
    padding: 15px;
    background-color: #eee;
    border: 1px solid #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
}

.bg-grey hr {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.anim-dots span {
    width: 18px;
    height: 18px;
    background: rgb(153, 153, 153);
    background: -moz-linear-gradient(top, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    background: -webkit-linear-gradient(top, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    background: -o-linear-gradient(top, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    background: -ms-linear-gradient(top, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    background: linear-gradient(to bottom, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="rgb(153, 153, 153)", endcolorstr="rgb(225, 225, 225)", gradienttype=0);
    border: 3px solid rgb(229, 229, 229);
    border: 2px solid rgb(229, 229, 229);
}

.anim-dots span.anim-dots-this::after {
    width: 100%;
    height: 100%;
    background: rgb(102, 102, 102);
}

.gallery-1 {
    overflow: hidden;
}

.gallery-1 .thumb {
    width: 25%;
    height: 200px;
    padding: 2px;
    float: left;
    overflow: hidden;
    box-sizing: padding-box;
}

.gallery-1 .thumb-content {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.gallery-1 .thumb a:link {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    opacity: 0.0;
    transition: all 1s;
    z-index: 2;
}

.gallery-1 .thumb a:hover {
    opacity: 1.0;
}

@media (max-width: 991px) {
    .gallery-1 .thumb {
        width: 33.3%;
    }
}

@media (max-width: 391px) {
    .gallery-1 .thumb {
        width: 50%;
    }
}

.gallery-2 {
    overflow: hidden;
}

.gallery-2 .thumb {
    width: 25%;
    height: 80px;
    padding: 2px;
    float: left;
    overflow: hidden;
    box-sizing: padding-box;
}

.gallery-2 .thumb-content {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.gallery-2 .thumb a:link {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    opacity: 0.0;
    transition: all 1s;
    z-index: 2;
}

.gallery-2 .thumb a:hover {
    opacity: 1.0;
}

@media (max-width: 991px) {
    .gallery-2 .thumb {
        width: 33.3%;
        height: 120px;
    }
}

@media (max-width: 391px) {
    .gallery-2 .thumb {
        width: 50%;
        height: 120px;
    }
}

@media (max-width: 991px) {
    .slick-prev {
        left: -5px;
    }

    .slick-next {
        right: -5px;
    }
}

.bg-404 {
    background: url('../../../public/img/bg_404.jpg') center center;
}

.map-container {
    padding: 4px;
    background: #eee;
    border: 1px solid #f6f6f6;
    border-radius: 8px;
}

#instagramwidget .wrapper {
    background: #00406f !important;
}

.img-articles, .img-treatments {
    max-width: 245px;
    margin-right: 10px;
}

.line-h {
    padding-bottom: 5px;
    border-bottom: solid 1px #00406f;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

#photoPerson img {
    bottom: 0 !important;
    position: relative !important;
    max-height: 100%;
    margin: auto;
}

.btn-whatsapp {
    color: #fff;
    font-size: 14pt;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: url('../img/icons/whatsapp_branco.png') #00e676 no-repeat 10px center;
    border-radius: 4px;
    z-index: 1000;
}

.btn-whatsapp:hover, .btn-whatsapp:active, .btn-whatsapp:visited {
    color: #fff !important;
    background: url('../img/icons/whatsapp_branco.png') #00c062 no-repeat 10px center;
}

.flags img {
    max-height: 15px;
    opacity: 90%;
}

.flags img:hover {
    opacity: 100%;
}

@media(max-width: 800px) {
    .flags {
        text-align: center;
    }
    .flags a {
        margin-bottom: 5px;
    }
}

#articles .slick-dots, #articles .slick-dots li {
	display: none !important
}

.retorno_consulta h1, .retorno_consulta h2, .retorno_consulta h3 {
    text-transform: none;
}

/* Erros */

input.error, select.error, textarea.error{
    border: 1px solid red;
}

label.error{
    color: red;
}

/* Erros */

.agenda-digitalconsulta table {
    margin-bottom: 0;
}

.agenda-digitalconsulta .dest {
    background: #f6f6f6;
}

.agenda-digitalconsulta .label {
    background: #89a9ce;
}

.agenda-digitalconsulta .label:hover {
    background: #7dabdf;
}

.agenda-digitalconsulta .label.active {
    color: #7dabdf;
    background: #fff;
}

.arrow-top-left i::before {
    font-size: 30pt !important;
}

.w3-light-blue, .w3-hover-light-blue {
    background-color: transparent !important;
    font-family: "FontAwesome";
}

.bg-white {
    background-color: #ffffff;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 2px #6666;
    margin-bottom: 2px;
}

#g-header .social a {
    margin-right: 8px;
}

@media(min-width: 991px) {
	#g-header .social a {
        /*display: inline-grid;*/
		background: #999999;
		padding: 6px;
		padding-bottom: 30px !important;
		position: relative;
		top: -24px;
        transition: 0.5s all;
    }
    #g-header .social a:hover {
		background: #afafaf;
	}
	#g-header .social a i {
        color: #ffffff;
		position: relative;
		top: 25px;
	}
	#g-header .social a:last-child {
		margin-right: 0;
	}
}

.btn-close {
    color: gray !important;
}

.btn-close:hover {
    color: rgb(91, 91, 91) !important;
}

.btn-next-prev {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0 !important;
}

.article-date {
    font-size: 11pt;
}

#treatments .modal h2,
#articles .modal h2 {
    text-transform: uppercase !important;
}

#articles .title {
    font-weight: bold;
}

.article-date-2 {
    color: grey;
    font-weight:bold;
}
