* {
    box-sizing: border-box;
}
a, abbr, acronym, address, 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;
}
.rsContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 6s;
}
#bannerPrincipal.shown .rsContainer img{
    transform: scale(1.1);
}

#bannerPrincipal2 .rsContainer img {
	transform: scale(1.2);
}

#bannerPrincipal2.shown .rsContainer img{
	transform: scale(1.25) translateX(-10%);
}

#bannerPrincipal2 .button { min-width: 150px; }

#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;
}

a:link, a:visited {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: none!important;
    color: inherit;
}
.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: #d0d0d0;
    border-radius: 10px;
}
.overflowHidden {
    overflow: hidden;
}
.AribauGrotesk-Black {
    font-family: Argumentum-Black;
}
.fonteBlack{
    font-family: Argumentum-Black;
}
.fonteRegular{
    font-family: Argumentum-Regular;
}
.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: 1px solid #AFAFAF;
    border-radius: 6px;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 1rem;
    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;
}

.fundoTotal{
    background-color: #FFF;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
}
.indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.indicator svg polyline#back {
    stroke: rgba(59,211,171,0.3);
}
.indicator svg polyline#front {
    stroke: #3bd3ab;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    animation: dash 1s linear infinite;
}

@-moz-keyframes dash {
    62.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes dash {
    62.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@-o-keyframes dash {
    62.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    62.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}


.botao {
    background-color: #B4B4B4;
    border: solid 1px #B4B4B4;
    padding: 12px 0;
    text-align: center;
    border-radius: 6px;
    transition: all 1s;
    cursor: pointer;
    position: relative;
    transition: all .3s !important; 
    z-index: 11; 
} 

.botao:hover{
    background: #FFF;
}

.botao#botao-consulta-topo{
    padding: 12px 15px;
}

.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: .95;
    width: 245px;
    padding: 13px 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;
}
.whatsapp2:hover{
    transform: translateY(-5px);
    box-shadow: 6px 6px 20px 0 #3e3e3e;
}
.info-wpp, .whatsapp2 i, .whatsapp2 span {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    font-size: 1.1rem;
    margin-right: 4px;
    line-height: 100%;
    margin-top: 1px;
}
.whatsapp2 img{
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
}
.info-wpp, .whatsapp2 i{
    font-size: 1.5rem;
}
.whatsapp2 span{
    font-family: 'Argumentum-Regular';
}
.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 {
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    position: fixed !important;
    /*    padding-top: 1.5rem;
        padding-bottom: 1.5rem;*/
    background-color: transparent;
    /*border-bottom: solid 1px #000;*/
    transition: all 0.3s;
}
.container-topo-1.fixo{
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    box-shadow: 0 0 12px 0 #888;
}
.container-topo-1.fixo ul li a{
    color: #06355A!important;
}
.container-topo-1.fixo ul li a{
    padding-bottom: 5px;
}
.container-topo-1.fixo ul li{
    margin-right: 8px;
    font-size: .9em;
}
.container-topo-1.fixo .botao#botao-consulta-topo{
    transition: background 0.2s, all 0s!important;
}
.align-header{
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container-topo-1.fixo .logoTopo{
    height: 60px;
}
#bannerPrincipal .verSite{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
    text-align: center;
    background: rgba(255,255,255,0.8);
    padding-top: 1.5rem;
    cursor: pointer;
    padding-bottom: 1.5rem;
    font-size: 1.15rem;
    color: #000;
}

#bannerPrincipal .verSite i{
    position: relative;
    display: block;
    transform: translateY(0%);
    transition: all 0.2s;
    animation: move 1.5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
@keyframes move{
    0%{
        transform: translateY(0%);
    }
    50%{
        transform:translateY(80%);
    }
    100%{
        transform:translateY(0%);
    }
}
.container-topo-1 .logoTopo {
    /*    position: absolute;
        top: 15px;
        left: 45px;*/
    transition: all 0.3s;
}
.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 .3s;
    border-bottom: solid 4px transparent;
    padding-bottom: 8px;
    color: #fff!important;
}
.container-topo-1 ul li a:hover {
    border-bottom: solid 4px #000;
}
.container-topo-1 ul li.botao a{
    border-bottom: none !important;
    color: #FFF !important;
}
#bannerPrincipal .rsMinW, #bannerPrincipal2 .rsMinW {
    width: 100%;
    overflow: hidden;
}
#bannerPrincipal .conteudo {
    top: 50%;
    left: 75%;
    transform: translateY(-50%) translateX(-50%);
    text-transform: uppercase;
    overflow: hidden;
    max-width: 850px;
    /*text-align: center;*/
}

#bannerPrincipal2 .conteudo{
	right: 50px;
	bottom: -40px;
	text-align: right;
	transform: translateY(-150px);
}


#bannerPrincipal .titulo, #bannerPrincipal2 .titulo {
    font-size: 2.5em;
    transition: all ease-in-out 1s;
    transform: translateX(-100%);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    line-height: 100%;
}
#bannerPrincipal .titulo{padding-top: 12px;}
#bannerPrincipal.shown .titulo, #bannerPrincipal2.shown .titulo {
    transform: translateX(0);
}
#bannerPrincipal .titulo::after,#bannerPrincipal2 .titulo::after{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom:0;
    left: 0;
    background: #fff;
    transition: all ease-in-out .5s .8s;
    transform: scaleX(0);
    transform-origin: left;
}
#bannerPrincipal.shown .titulo::after, #bannerPrincipal2.shown .titulo:after, #bannerPrincipal2.titulo .frase::after{
    transform: scaleX(1);
}
#bannerPrincipal .frase, #bannerPrincipal2 .frase {
    font-size: 1.5em;
    /*    padding-top: 1rem;
        margin-top: .5rem;*/
    /*margin-bottom: 1rem;*/
    transition: all ease-in-out 1s .8s;
    transform: translateX(-100%);
    position: relative;
}

#bannerPrincipal.shown .frase, #bannerPrincipal2.shown .frase, #bannerPrincipal.shown .button, #bannerPrincipal2.shown .button {
    transform: translateY(0);
}

#bannerPrincipal .button, #bannerPrincipal2 .button {
    background-color: #222;
    padding: 13px 15px;
    text-align: center;
    max-width: 315px;
    margin: auto;
    border: solid 1px #222;
    color: #fff;
    font-size: 1.1rem;
    transition: transform ease-in-out .8s 1.8s, box-shadow 0.2s;
    margin-left:0;
    transform: translateY(100%);
    margin-top: 1rem;
}
 #bannerPrincipal2 .button{
	 position: absolute;
	 right: 0;
}

#bannerPrincipal .button:hover {
    background-color: #fff;
    color: #222;
}
#bannerPrincipal.shown .button:hover, #bannerPrincipal2.shown .button:hover {
    transition: all 0.2s;
    box-shadow: 5px -5px 8px 0 #151515;
}
.bxsliderBanner {
    height: 800px;
}
.container-banner-interno {
    max-height: 250px;
    overflow: hidden;
}
.rsMinW .rsArrowLeft {
    left: 37px;
    bottom: 7px;
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    width: 50px;
    height: 50px;
    background-size: 35px;
    top: 42%}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    width: 50px;
    background-size: 35px;
    height: 50px;
    top: 42%}
.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 .fa{
    transform: scaleX(1.5);
}
#menuHamburger a {
    color: #000;
    font-size: 30px;
}
.MenuResposivo {
    display: none;
    position: fixed;
    width: 70%;
    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 #d7d7d7;
}
.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: 90;
}
body.modal-open {
    overflow: visible;
}
.centerX {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.slick-slider a{
    outline: none;
}

.slick-slider .left{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px; 
    z-index: 100;
    cursor: pointer;
    font-size: 1.4rem;
}

.slick-slider .slick-disabled{
    opacity: 0.2;
}

.slick-slider .right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    z-index: 100;
    cursor: pointer;
    font-size: 1.4rem;
}

.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}

.container-sobre .titulo {

    margin-bottom: 3rem;
    color: #445568;
}

.container-sobre .titulo h1{
    font-size: 1.2rem;
    /*margin-top: 1rem;*/
    margin-bottom: 1rem;
}

.container-sobre .titulo .especialidade {
    font-size: 1rem;
}
.container-sobre .foto {
    height: 475px;
}
.container-sobre .foto img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.container-sobre .foto:hover img{
    transform: translateY(-5px) scale(1.01);
    box-shadow: 8px 8px 12px 0 #afafaf  ;
}
.container-sobre .texto {
    font-size: 1rem;
    line-height: 1.4rem;
    height: 17.8rem;
    overflow: hidden;
    margin-bottom: 2rem;
    margin-right: 10px;
}
.container-sobre {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.container-sobre .botao{
    width: 200px;   
}

.container-video {
    margin-top: 3rem;
}

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

.container-video .slider-videos{
    margin-left: 23%;
    margin-right: 23%;
}

.container-video .play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient(rgba(0, 0, 0, .8) 65%, #fff 70%);
    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::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #000;
    animation:pulse 2s 2s;
    animation-iteration-count: infinite;
    opacity: 0;
    /*animation-delay: 5s;*/
    animation-fill-mode:forward;
    border-radius: 100%;
}
@keyframes pulse{
    0%{
        opacity:0.8;
        transform:translateX(-50%) translateY(-50%) scale(1);
    }
    100%{
        opacity:0;
        transform:translateX(-50%) translateY(-50%) scale(1.25);
    }
}
.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;*/
    /*    padding-top: 4rem;
        padding-bottom: 4rem;*/
    padding: 1rem 0;
    background: #EBEBEB;
}
.container-servicos-home .titulo {
    font-size: 1rem;
    text-transform: uppercase;
    overflow: hidden;
    height: 2.5rem;
    margin-top: 1rem;
    /*margin-bottom: 1rem;*/ 
}
.container-servicos-home .foto {
    height: 225px;
    position: relative;
    overflow: hidden;
}
.container-servicos-home .foto::before{
    content: 'LEIA +';
    position: absolute;
    text-align: center;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Argumentum-Black';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.8);
    opacity: 0;
    transition: all 0.2s;
}
.container-servicos-home .slick-slide:hover .foto::before{
    opacity: 0.8;
}
.div-titulo-servico-home{
    padding: 20px;
    position: relative;
}
.div-titulo-servico-home::before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #dedede;
    transform: scaleY(0);
    transition: all 0.5s;
    transform-origin: top;
}
.container-servicos-home .slick-slide:hover  .div-titulo-servico-home::before{
    transform: scaleY(1);
}
.div-titulo-servico-home > div{
    position: relative;
}
.container-servicos-home .slick-slide{
    transition: all 0.2s;
}

.container-servicos-home .foto {
    position: relative;
}
.container-servicos-home .foto img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.container-servicos-home .cada {
    transition: all .5s;
    cursor: pointer;
}
.container-servicos-home .modal-servico .modal-content{
    box-shadow: none;
    border-radius: 0;
    border: none;
    /*background: #b2c4d6;*/
}
.container-servicos-home .modal-servico .modal-header{
    /*border-bottom: 2px solid #445568;*/
    background: #3e5f84;
    border-radius: 0;
}
.modal-servico .modal-title{
    font-size: 2.3em;
    color:#fff;
    width: 100%;
}
.container-servicos-home .modal-servico .modal-footer{
    border-top: transparent;
}
.container-servicos-home .modal-servico .modal-footer img{
    display: block;
    margin: auto;
}
.container-servicos-home .modal-servico .modal-body .texto{
    font-size: 1em;
    padding: 25px;
    line-height: 1.8em;
    color: #383838;
}
.modal-servico .modal-header .close{
    height: 50px;
    width: 50px;
    font-size: 2.5em;
    color: #fff!important;
    transition: all 0.2s;
    padding: 4px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0;
}


.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{
    margin-top: 3rem;
}
.container-mapa #mapa {
    height: 465px;
}
.container-contato {
    background: #F9F9F9;
    padding-top: 2rem;
    padding-bottom: 6rem;
    margin-top: 3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.container-contato .container-titulo h2{
    margin-bottom: 3em;
    color: #FFF !important;
}
.container-contato .subtitulo{
    color: #FFF;
    margin-bottom: 1rem;
    text-transform: uppercase;
}


.container-contato .texto{
    max-width: 60%;
    color: #FFF;
    margin-bottom: 3.5rem;
}

.container-contato .numeros{
    margin-left: 1rem;
    color: #FFF;
    margin-top: 0.5rem;
}

.container-contato .icone{
    margin-bottom: 1rem;
}

.container-contato label{
    position: absolute;
    top: -8px;
    left: 27px;
    background: #FFF;
    z-index: 333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 5px!important;
    padding-right: 5px !important;
    color: #445568;
}

.container-contato .botao{
    width: 30%;
}

.container-titulo h2 {
    font-size: 1.5rem;
    color:#445568;
    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-maps-rodape{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.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;
}
.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{
    margin-top: 3rem;
}
.container-materia-home h2 {
    margin-bottom: 3rem;
}
.container-materia-home .foto {
    height: 200px;
    overflow: hidden;
}
.container-materia-home .cada {
    margin-bottom: 3rem;
    transition: all 1s;
}
.container-materia-home .cada:hover .botao:after {
    width: 100%;
    background-color: #e5b90b;
}
.container-materia-home .foto img {
    transition: all 0.2s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.container-materia-home .texto {
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #A6A6A6;
    height: 6.5rem;
    overflow: hidden;
}
.container-materia-home .categoria {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    height: 1.1rem;
    color: #445568;
    text-align: center;
    overflow: hidden;
}
.container-materia-home .botao{
    width: 80%;
    margin: auto;
}
.container-materia-home .hover-materia-img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(62,95,132,.9);
    font-family: 'Argumentum-Regular';
    color: #fff;
    text-align: right;
    transform: translateY(100%);
    opacity: 0;
    font-size: 0.9em;
    transition: all 0.3s;
}
.container-materia-home .slide:hover .hover-materia-img{
    transform: translateY(0);
    opacity: 1;
}
.container-materia-home .hover-materia-img svg{
    height: 8px;
    width: 8px;
    margin-left: 3px;
}
.container-materia-home .hover-materia-img svg path{
    fill: #fff;
}
.myaccordion {
    margin: 0px 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;
}


#localizacao{
    padding-top: 2rem;
}
@media (max-width:480px) {
    #menuHamburger {
        margin-top: .6rem;
    }
    .container-sobre .foto {
        height: 450px;
    }
   
   
    .container-materia-home .foto {
        height: 300px;
    }
    .container-eventos-home .foto {
        height: 155px;
    }
    .container-video .miniatura {
        height: 250px;
    }
    .container-contato .botao{width: 100%;}
}@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) {
    .container-materia-home .foto {
        height: 330px;
        margin: auto;
    }

    .container-sobre .foto {
        height: 510px;
    }
    .container-video .miniatura {
        height: 300px;
    }
}@media(min-width:768px) and (max-width:991px) {
  
    .container-materia-home .foto {
        height: 330px;
        width: 80%;
        margin: auto;
    } 
    .container-sobre .foto {
        height: 690px;
    }
    .container-servicos-home .foto{
        height: 450px; 
    }
    .container-video .miniatura{
        height: 450px;
    }
}@media(max-width:767px) {
    .whatsapp2 {
        width: 50px;
        bottom: 10px;
        left: 10px;
        border-radius: 50%;
        opacity: 1;
        height: 50px;
    }
    .whatsapp2 i {
        margin-right: 0;
        margin-top: -1px;
        font-size: 1.7rem;
    }
    .whatsapp2 img{
        margin-right: 0;
    }
    .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;
        margin-top: 1rem;
        font-size: 1.5rem;
        color: #445568;
    }
    .container-sobre .titulo .especialidade{
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
    .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;
    }
    .container-contato .botao{margin-bottom: 4rem;}   
}@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;
    }
    .slider-videos{ margin-left: auto; margin-right: auto;}
}@media(max-width:1199px) {
    #menu-celular{
        width: 100%;
        left: 0;
        top: 0;
        position: fixed;
        z-index: 99;
        background: transparent;
        transition: all 0.2s;
    }
    #menu-celular.fixo{
        background: #fff;
    }
    .container-materia-home .foto{
        height: 300px;
    }
    .align-header{
        padding: 0;
    }
    #topoMenuCelular img {
        max-height: 70px;
    }
    .container-sobre .texto{height: auto;}
}@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-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;
    }
    .container-servicos-home .foto{
        height: 450px;
    }
}@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(max-width:1299px) AND (min-width:992px){
	.container-servicos-home .foto,	.container-materia-home .foto{height: 370px;}
}
@media(max-width:1300px){
    /*    .slider-procedimento .slick-list, .slider-materias .slick-list{
            padding: 0 15% 0 0; 
        }*/
    .slick-dots{
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 1rem 0;
        list-style-type: none;
    }
    .slick-dots li{
        margin: 0 0.25rem;
    }
    .slick-dots button{
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: #EEEEEE;
        text-indent: -9999px;
    }

    .container-video .slider-videos{
        margin-left: 5%;
        margin-right: 5%;
    }


    .slick-dots li.slick-active button{
        background-color: #C4C4C4;
    }
}
@media(min-width:1199px) {
    .modal-dialog {
        max-width: 900px;
    }
}
@media(min-width: 1800px){
    .container{
        max-width: 1650px;
    }
    .container-video .miniatura{height: 480px;}
    .container-sobre .foto{height: 700px;}
    .container-materia-home .foto{height: 465px;}
}