* {
    box-sizing: border-box
}

a,
abbr,
acronym,
addres.container-sobre .textos,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    overflow-x: hidden !important
}

b,
strong {
    font-weight: 700
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body,
html,
iframe {
    width: 100%;
    height: 100%
}

.overflow-x {
    overflow-x: hidden
}

.secao {
    padding-top: 2em !important;
    padding-bottom: 2em !important
}

.rsContainer img {
    width: 100%;
    height: 100%
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none !important;
    color: inherit
}

#aviso-cookies{
      position: fixed;
    bottom: 0;
    padding: 15px 15px;
    background: #FFF;
    z-index: 1150;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 2px 2px rgb(50 50 50 / 58%);
    -moz-box-shadow: 0px 0px 2px 2px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 0px 2px 2px rgb(50 50 50 / 58%);
}

#aviso-cookies .btn-cookie{
      border-radius: 8px;
    border: 1px solid transparent;
    padding: 10px 25px;
    height: 50px;
    transition: all 0.3s 0.3s;
    position: relative;
  background: #ffbc22;
}

#aviso-cookie .btn-cookie:hover{
      border-color: rgba(99,80,149, 1)!important;
    box-shadow: 0 0 0 0.2rem rgba(99,80,149, .25)!important;
}

.full {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.section {
    white-space: pre
}

.slick-initialized .slick-slide {
    outline: 0
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #293e5a;
    border-radius: 10px
}

.overflowHidden {
    overflow: hidden
}

.AribauGrotesk-Black {
    font-family: Argumentum-Black
}

.OpenSans-Bold {
    font-family: Argumentum-Black
}

.OpenSans-Light {
    font-family: Argumentum-Regular
}

.OpenSans-SemiBold {
    font-family: Argumentum-Black
}

.OpenSans-ExtraBold {
    font-family: Argumentum-Black
}

.branco {
    color: #fff !important
}

.preto {
    color: #000 !important
}

.cursor-pointer {
    cursor: pointer
}

.positionAbsolute {
    position: absolute
}

.positionRelative {
    position: relative
}

.backgroundFull {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.containerRelativo {
    position: relative
}

input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
    border: none;
    border-bottom: solid 1px #c2c2c2;
    width: 100%;
    padding: 9px 15px;
    margin-bottom: .7em;
    resize: none;
    color: #000;
    font-size: .9rem;
    outline: 0
}

::-webkit-input-placeholder {
    color: #c2c2c2
}

::-moz-placeholder {
    color: #c2c2c2
}

:-ms-input-placeholder {
    color: #c2c2c2
}

:-moz-placeholder {
    color: #c2c2c2
}

.botao {
    background-color: #000;
    border: solid 1px #000;
    padding: 12px 0;
    float: left;
    transition: all 1s;
    cursor: pointer;
    width: 160px;
    padding-left: 15px;
    position: relative;
    z-index: 11
}

.botao:after {
    content: "";
    width: 5%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e5b90b;
    position: absolute;
    transition: all .6s;
    z-index: -1
}

.botao:hover:after {
    width: 100%;
    background-color: #e5b90b
}

.imgFull {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.img-contain {
    object-fit: contain !important
}

.modal-body,
.modal-content,
.modal-footer,
.modal-header {
    float: left;
    width: 100%;
    max-width: 100%
}

.modal-title {
    font-size: 1.5rem
}

.modal-body {
    font-size: 1.2rem;
    line-height: 1.6rem
}

.modal-body .texto {
    margin-bottom: 1rem
}

.modal-body .texto ul {
    padding-left: 15px
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto
}

.whatsapp2 {
    background: linear-gradient(115deg, #0dc152, #0dc152, #1e904a);
    box-shadow: 0 0 25px -5px #3e3e3e;
    height: 50px;
    opacity: .85;
    width: 245px;
    padding: 15px 0;
    text-align: center;
    transition: all ease-in-out .2s;
    border-radius: 20px;
    position: fixed;
    left: 25px;
    bottom: 15px;
    z-index: 99;
    color: #fff;
    cursor: pointer
}

.info-wpp,
.whatsapp2 i,
.whatsapp2 span {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    font-size: 1.1rem;
    margin-right: 4px;
    margin-top: 1px
}

.whatsapp2 i {
    margin-top: -2px;
    font-size: 1.4rem
}

.redes-rodape {
    position: fixed;
    bottom: 65px;
    display: grid;
    left: 10px;
    z-index: 100
}

.redes-rodape a {
    margin-bottom: 8px
}

.fundoTopo {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.fundoTopo .esq {
    font-size: .9rem
}

.fundoTopo .dir {
    font-size: 1.1rem
}

.container-topo-1 {
    z-index: 999;
    left: 0;
    right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #fff;
    border-bottom: solid 1px #000
}

.container-topo-1 .logoTopo {
    position: absolute;
    top: 15px;
    left: 45px
}

.container-topo-1 ul.menuzin {
    width: 100%;
    text-align: center
}

.container-topo-1 ul.whatsapp {
    margin-right: -145px
}

.container-topo-1 ul li {
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer
}

.container-topo-1 ul li a {
    transition: all 1s;
    border-bottom: solid 4px transparent;
    padding-bottom: .7rem
}

.container-topo-1 ul li a:hover {
    border-bottom: solid 4px #000
}

#bannerPrincipal .rsMinW,
#bannerPrincipal2 .rsMinW {
    width: 100%;
    overflow: hidden
}

#bannerPrincipal .conteudo,
#bannerPrincipal2 .conteudo {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-transform: uppercase;
    max-width: 670px;
    text-align: center
}

#bannerPrincipal .titulo,
#bannerPrincipal2 .titulo {
    font-size: 2.8rem;
    line-height: 2.7rem
}

#bannerPrincipal .frase,
#bannerPrincipal2 .frase {
    font-size: 1.15rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

#bannerPrincipal .botao,
#bannerPrincipal2 .botao {
    padding: 13px 15px;
    min-width: 315px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    max-width: 315px;
    margin: auto;
    border: solid 1px #222;
    color: #fff;
    font-size: 1.1rem;
    transition: all .5s
}

#bannerPrincipal .button:hover {
    background-color: #fff;
    color: #222
}

.bxsliderBanner {
    height: 800px
}

.container-banner-interno {
    max-height: 250px;
    overflow: hidden
}

.rsMinW .rsArrowLeft {
    left: 37px;
    bottom: 7px
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    width: 50px;
    height: 75px;
    top: 50%;
    transform: translateY(-75%) rotate(180deg);
    background-size: contain;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    width: 50px;
    height: 75px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}

.rsMinW .rsArrowRight {
    right: 37px !important;
    bottom: 0 !important
}

.rsMinW .rsArrow {
    height: 100% !important
}

.rsMinW .rsBullets {
    left: 0;
    right: 0;
    bottom: 5px;
    cursor: pointer
}

.rsMinW .rsBullet.rsNavSelected span {
    background: #000
}

#topoMenuCelular {
    padding-bottom: .5em;
    padding-top: .5em;
    position: relative;
    z-index: 60;
    border-bottom: solid 2px #000133;
    background: #fff;
    width: 100%
}

#menuHamburger {
    margin-top: 1rem
}

#menuHamburger a {
    color: #000;
    font-size: 30px
}

.MenuResposivo {
    display: none;
    position: fixed;
    width: 80%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #fff;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 9999
}

.MenuResposivo ul>a:focus>li,
.MenuResposivo ul>a:hover>li,
.MenuResposivo ul>a>li.active {
    color: #fff;
    background-color: #000
}

.MenuResposivo ul>a>li {
    color: #000133;
    padding: 1em;
    transition: .3s all;
    font-size: 16px;
    border-bottom: solid 1px #000
}

.MenuResposivo ul>a>li.selected {
    background-color: #000;
    color: #fff
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    background: rgba(14, 14, 14, .7);
    overflow: hidden;
    z-index: 999
}

body.modal-open {
    overflow: visible
}

.centerX {
    top: 50%;
    position: relative;
    transform: translateY(-50%)
}

.container-sobre .titulo {
    font-size: 2.3rem;
    margin-bottom: 3rem
}

.container-sobre .titulo .especialidade {
    font-size: 1.7rem
}

.container-sobre .foto {
    height: 570px;
    border: solid 1px #000
}

.container-sobre .foto img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.container-sobre .texto {
    font-size: 1rem;
    line-height: 1.4rem;
    height: 16.4rem;
    overflow: hidden;
    margin-bottom: 4.3rem;
    margin-right: 10px
}

.container-sobre {
    padding-top: 4em !important;
    padding-bottom: 2em !important
}

.container-foto .foto {
    margin-bottom: 3rem;
    cursor: pointer
}

.container-foto .foto {
    height: 225px
}

.container-video .miniatura {
    height: 350px;
    margin-bottom: 2rem;
    position: relative
}

.container-video .play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient(rgba(0, 0, 0, .8) 60%, #fff 62%);
    border-radius: 50%;
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, .8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto
}

.container-video .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all .4s cubic-bezier(.55, .055, .675, .19);
    transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

.container-servicos-home {
    margin-bottom: 7rem;
    margin-top: 4rem
}

.container-servicos-home .titulo {
    font-size: 1.3rem;
    text-transform: uppercase;
    overflow: hidden;
    height: 3.9rem;
    margin-top: 1rem
}

.container-servicos-home .foto {
    height: 80px
}

.container-servicos-home .foto img {
    object-fit: contain;
    height: 100%
}

.container-servicos-home .cada {
    padding: 4rem 0;
    transition: all .5s;
    cursor: pointer
}

.container-servicos-home .cada:hover {
    -webkit-box-shadow: 0 0 17px 3px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 17px 3px rgba(0, 0, 0, .35);
    box-shadow: 0 0 17px 3px rgba(0, 0, 0, .35)
}

.container-depoimento {
    padding-top: 9rem;
    padding-bottom: 9rem
}

.container-depoimento .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none
}

.container-depoimento .foto {
    height: 190px;
    width: 190px;
    margin: .5rem auto auto;
    border-radius: 50%;
    transition: all .7s;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem
}

.container-depoimento .nome {
    font-size: 1.3rem
}

.container-depoimento .empresa {
    font-size: .9rem
}

.container-depoimento .texto {
    margin: auto;
    margin-top: 1.8rem;
    max-width: 560px;
    margin-bottom: 1rem
}

.container-depoimento .slick-dots li {
    margin: 0 .3rem
}

.container-depoimento .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
    cursor: pointer;
    background-color: #fff
}

.container-depoimento .slick-dots li.slick-active button {
    height: 1.3rem;
    margin-top: -2px
}

.container-mapa #mapa {
    height: 465px
}

.container-contato {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.container-contato form {
    margin-top: 4rem
}

.container-contato textarea {
    margin-top: 4rem
}

.container-contato .botao {
    margin-top: 3rem
}

.container-titulo h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem
}

.container-titulo h4 {
    font-size: 1rem;
    max-width: 560px;
    margin: auto
}

.container-rodape {
    padding-bottom: 2em
}

.container-rodape .fundo {
    background-color: #000;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.container-rodape .rodape {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.container-rodape ul li {
    font-size: 1.2rem;
    margin-bottom: 1rem
}

.container-rodape ul li.cursor-pointer:hover {
    color: #fff
}

.container-rodape ul li i {
    margin-right: 10px;
    transition: all .5s;
    font-size: 1.7rem
}

.container-rodape ul li i:hover {
    color: #fff
}

.container-rodape ul li:not(.topo) {
    color: #424242;
    transition: all 0.2s;
}

.container-faqs {
    margin-bottom: 3rem
}

.container-faqs .titulo {
    background-color: #e5b90b;
    color: #fff;
    padding: 15px 15px;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    cursor: pointer
}

.container-faqs .texto {
    margin-bottom: 2rem
}

.container-materia-home h2 {
    margin-bottom: 2rem
}

.container-materia-home .fotog {
    height: 400px
}

.container-materia-home .cada {
    margin-bottom: 3rem;
    transition: all 1s
}

.container-materia-home .cada:hover .botao:after {
    width: 100%;
}

.container-materia-home .foto img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.container-materia-home .texto {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 1rem
}

.container-materia-home .categoria {
    margin-top: .7rem;
    margin-bottom: .7rem;
    height: 1.1rem;
    overflow: hidden
}

.myaccordion {
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1)
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none
}

.myaccordion .card .card-header {
    border-bottom-color: #edeff0;
    background-color: #e5b90b;
    text-transform: uppercase
}

.myaccordion .card-body {
    border-left: solid 1px #e5b90b;
    border-right: solid 1px #e5b90b;
    border-bottom: solid 1px #e5b90b
}

.myaccordion .fa-stack {
    font-size: 18px;
    color: #000
}

.myaccordion .btn-link {
    width: 100%;
    border: none !important;
    font-weight: 700;
    color: #fff;
    padding: 0;
    text-align: left;
    cursor: pointer
}

.myaccordion .btn-link:focus,
.myaccordion .btn-link:hover {
    text-decoration: none;
    outline: 0
}

.myaccordion li+li {
    margin-top: 10px
}

@media (max-width:480px) {
    #menuHamburger {
        margin-top: .6rem
    }
    .container-sobre .foto {
        height: 450px
    }
    #bannerPrincipal2 .titulo {
        font-size: 1.4rem;
        line-height: 1.4rem
    }
    #bannerPrincipal2 .frase {
        font-size: .8rem;
        line-height: 1rem
    }
    #bannerPrincipal2 .button {
        font-size: 1rem
    }
    .container-materia-home .foto {
        height: 300px
    }
    .container-eventos-home .foto {
        height: 155px
    }
    .container-video .miniatura {
        height: 250px
    }
    #bannerPrincipal2 .botao{
        min-width: 250px; font-size: 0.9rem;
    }
}

@media(max-width:380px) {
    .container-materia-home .foto {
        height: 200px
    }
    .container-titulo h2 {
        font-size: 2rem
    }
    .container-sobre .foto {
        height: 300px
    }
}

@media(min-width:481px) and (max-width:767px) {
    #bannerPrincipal2 .titulo {
        font-size: 1.4rem;
        line-height: 1.4rem
    }
    #bannerPrincipal2 .frase {
        font-size: .9rem
    }
    #bannerPrincipal2 .button {
        font-size: .9rem
    }
    .container-materia-home .foto {
        height: 330px;
        margin: auto
    }
    .container-foto .foto {
        height: 300px
    }
    .container-sobre .foto {
        height: 510px
    }
    .container-video .miniatura {
        height: 300px
    }
}

@media(min-width:768px) and (max-width:991px) {
    #bannerPrincipal2 .titulo {
        font-size: 1.5rem;
        line-height: 1.5rem
    }
    #bannerPrincipal2 .frase {
        font-size: 1rem;
        line-height: 1rem
    }
    #bannerPrincipal2 .button {
        font-size: 1rem
    }
    .container-materia-home .foto {
        height: 330px;
        width: 80%;
        margin: auto
    }
    .container-foto .foto {
        height: 400px
    }
    .container-sobre .foto {
        height: 690px
    }
}

@media(max-width:767px) {
    #bannerPrincipal2 .conteudo {
        width: 100%
    }
    .whatsapp2 {
        width: 50px;
        bottom: 10px;
        left: 10px;
        border-radius: 50%;
        opacity: 1;
        height: 50px
    }
    .whatsapp2 i {
        margin-right: 0;
        font-size: 1.7rem
    }
    .whatsapp2 span {
        display: none
    }
    .container-rodape img {
        margin-bottom: 2rem
    }
}

@media(max-width:991px) {
    .paddingZeroMobile {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .container-topo-1 {
        display: none
    }
    .container-sobre {
        margin-top: 1rem;
        margin-bottom: 4rem
    }
    .container-sobre .titulo {
        margin-bottom: 3rem
    }
    .container-sobre .texto {
        margin-bottom: 1rem
    }
    .container-sobre .foto {
        margin-top: 2rem
    }
    .container-rodape {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .container-rodape .rodape {
        margin-bottom: 3rem
    }
    .container-rodape .fundo {
        text-align: center
    }
    .container-rodape .fundo ul {
        margin-top: 1rem
    }
    .container-rodape img {
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-top: 1rem;
        float: left !important;
        max-width: 250px
    }
    #bannerPrincipal2 .conteudo {
        padding: 0 15px
    }
    .container-servicos-home .cada {
        -webkit-box-shadow: 0 0 17px 3px rgba(0, 0, 0, .35);
        -moz-box-shadow: 0 0 17px 3px rgba(0, 0, 0, .35);
        box-shadow: 0 0 17px 3px rgba(0, 0, 0, .35);
        margin-bottom: 2em
    }
    .container-servicos-home .foto {
        height: 150px
    }
}

@media(min-width:992px) {
    .paddingZero {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .paddingRightZero {
        padding-right: 0 !important
    }
    .paddingLeftZero {
        padding-left: 0 !important
    }
    .paddingRight75 {
        padding-right: 7.5px !important
    }
    .paddingLeft75 {
        padding-left: 7.5px !important
    }
    .container-sobre .conteudo {
        margin-left: 30px
    }
}

@media(max-width:1199px) {
    #topoMenuCelular img {
        max-height: 70px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .modal-dialog {
        max-width: 800px
    }
    .container-topo-1 ul.whatsapp {
        margin-right: 0
    }
    .container-topo-1 ul li {
        padding-left: 15px;
        padding-right: 15px
    }
    .container-topo-1 ul.menuzin {
        float: right !important;
        width: auto;
        margin-right: 20px
    }
    #bannerPrincipal .titulo,
    #bannerPrincipal2 .titulo {
        font-size: 2rem;
        line-height: 2rem
    }
    .container-medico h3 {
        margin-bottom: 1.7rem
    }
    .container-materia-home .fotog {
        height: 325px
    }
    .container-materia-home .foto {
        height: 160px
    }
    .container-sobre .foto {
        height: 480px
    }
    .container-sobre .titulo {
        margin-bottom: 1rem
    }
    .container-sobre .texto {
        margin-bottom: 1.7rem;
        height: 16.5rem
    }
    .container-topo-1 ul li {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:1650px) {
    .container-topo-1 ul li {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1560px) {
    .container-topo-1 ul.whatsapp {
        position: absolute;
        margin-right: 0;
        right: 0
    }
    .container-topo-1 {
        font-size: .95rem
    }
    container-topo-1 .logoTopo {
        max-width: 150px;
        max-height: 50px;
        top: 25px
    }
    .container-topo-1 ul li {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:1350px) {
    .container-topo-1 {
        font-size: .9rem
    }
    .container-topo-1 ul li {
        padding-left: 4px;
        padding-right: 4px
    }
    .container-topo-1 .logoTopo {
        max-width: 225px
    }
}

@media(min-width:1199px) {
    .modal-dialog {
        max-width: 900px
    }
}