:root {
--primaria: #87764D;
--clara: #F3F1ED;
--titulos: #1C1C1C;
--textos: #666666;
}
* {
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important; }
#menu_principal a:hover {
font-weight: 700 !important;
}
#menu_principal .bt-preto:hover {
background-color: var(--primaria) !important;
}
#menu_principal .bt-preto {
-webkit-border-radius: 200px !important;
-moz-border-radius: 200px !important;
border-radius: 200px !important;
line-height: 1 !important;
padding: 15px 15px 13px !important;
margin-left: 10px;
}
#menu_principal .bt-preto a {
color:#fff !important;
font-weight: bold !important;
}
@media screen and (max-width:768px) {
#menu_principal .bt-preto {
padding: 0px 10px !important;
margin-top:30px;
}
#menu_principal .bt-preto a {
justify-content: center !important;
}
}
#slider_home {
height: calc(100vh - 114px);
}
#slider_home .slick-list, #slider_home .slick-track {
height: 100%;
}
#slider_home .slick-dots {
list-style: none;
display: flex;
padding: 0 20px;
bottom:120px;
position: absolute !important;
justify-content:center;
width: 100% !important;
}
#slider_home .slick-dots a {
background-color: #fff;
width: 20px;
height: 20px;
display: inline-block;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
margin: 0 7px;
outline: none;
}
#slider_home .slick-dots li.slick-active a {
background-color: var(--primaria);
border: 4px solid #fff;
}
@media screen and (max-width:992px) {
#slider_home .slick-dots {
bottom:0px;
}
#slider_home .slick-dots a {
height: 12px;
width:12px;
}
#slider_home .slick-dots li.slick-active a {
border: 3px solid #fff;
}
}
@media screen and (max-width:768px) {
#slider_home {
height: 60vw;
}
}
.box-hero {
padding: 45px 50px !important;
}
.box-hero a {
color: #fff;
font-weight: 400;
}
.box-hero a:hover {
color: #fff;
font-weight: 700;
}
.box-hero .bt-vazado {
font-weight: 700;
}
.box-hero .bt-vazado:hover {
color: var(--titulos) !important;
}
.bt {
padding:13px 30px 10px !important;
}
.box-equipe__link:hover .box-equipe__foto,
.box-estrutura__link:hover .box-estrutura__foto {
border:2px solid var(--primaria) !important;
}
.box-equipe__cta, .box-equipe__fotofake, .box-equipe__palco,
.box-estrutura__cta, .box-estrutura__fotofake, .box-estrutura__palco {
width:100% !important;
position:relative;
}
.box-equipe__cta:hover, .box-estrutura__cta:hover {
color:var(--primaria);
}
.box-equipe__cta .box-equipe__palco, .box-estrutura__cta .box-estrutura__palco {
background-color:var(--clara);
border-top-left-radius: 35px;
border-bottom-right-radius: 35px;
padding:30px 30px 28px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
}
.box-estrutura__cta .box-estrutura__palco {
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.box-equipe__cta .box-equipe__palco p, .box-estrutura__cta .box-estrutura__palco p {
margin:10px 0 0;
line-height: 120%;
}
@media screen and (max-width:400px) {
.box-equipe__link {
flex-direction:column !important;
align-content: flex-start !important;
}
.box-equipe__txt {
margin-top:10px;
margin-left:0 !important;
}
}
.bloco-contato__info a:hover {
color:var(--titulos) !important;
}
#secao_mapa {
position:relative;
}
#palco_mapa {
position:absolute;
top:0;
bottom:0;
left:0;
width:calc(50% - 100px);
border-top-right-radius: 70px;
}
@media screen and (max-width:992px) {
#palco_mapa {
display:none;
}
}
#palco_mapa iframe {
border-top-right-radius: 70px;
}
@media screen and (max-width:768px) {
#grid_convenios {
grid-template-columns:repeat(2, auto) !important;
}
}
.wpcf7-form {
text-align:center;
}
input, textarea {
background-color:var(--clara);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:15px;
border:0;
padding:15px 20px 12px;
font-family:'Mukta Mahee';
font-size:18px;
line-height: 1;
width:100%;
outline: none;
}
textarea {
padding:23px 20px;
resize: vertical;
}
input[type="submit"] {
background-color:var(--titulos);
color:#fff;
font-weight: 900;
width:auto;
margin:auto;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
}
.wpcf7 .wpcf7-not-valid-tip {
display:none;
}
.wpcf7 .ajax-loader {
display: block;
margin: 20px auto;
}
.wpcf7 .wpcf7-response-output {
margin-top:-40px !important;
font-size: 17px;
border: none !important;
font-weight: 600;
}
#lightboxOverlay {
z-index:2147483641 !important;
}
#lightbox {
z-index:2147483642 !important;
}
@media screen and (max-width:992px) {
#image_residencia {
width:calc(100% + 30px) !important;
}
}
#grid_blog .oxy-repeater-pages-wrap {
grid-column: span 3;
text-align: center;
}
#grid_blog .oxy-repeater-pages-wrap .oxy-repeater-pages {
margin:auto;
align-items: center;
}
#grid_blog .oxy-repeater-pages-wrap .page-numbers {
font-size:18px !important;
margin:0 10px;
color:var(--textos);
font-weight: 400;
}
#grid_blog .oxy-repeater-pages-wrap .page-numbers:hover {
color:var(--primaria);
font-weight: 700;
}
#grid_blog .oxy-repeater-pages-wrap .page-numbers.current {
background-color:var(--primaria);
color:#fff;
padding:5px;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
width:35px;
font-weight: 700;
}
#blog_hero {
margin-top:50px;
}
#efeito_hero_blog {
position:absolute;
top:0;
left:0;
bottom:80px;
width:calc(50% - 120px);
background: var(--primaria);
-webkit-border-radius: 0px 35px 0px 0px;
-moz-border-radius: 0px 35px 0px 0px;
border-radius: 0px 35px 0px 0px;
z-index:0;
}
#conteudo_blog h2 {
font-size:35px;
letter-spacing: -1px;
}
#conteudo_blog h3 {
font-size:28px;
letter-spacing: -1px;
}
#conteudo_blog h2 + p, #conteudo_blog h3 + p {
margin-top:10px;
}
#conteudo_blog img {
height: auto;
}
#conquistas_profissional {
}
#conquistas_profissional li {
margin-bottom:20px;
list-style:none;
position:relative;
}
#conquistas_profissional li:before {
width:25px;
height: 25px;
display:inline-block;
content: '';
position:absolute;
left:-35px;
top:0px;
background:url(//www.holhosprime.com.br/wp-content/uploads/2021/09/ico-check.svg) no-repeat center;
-webkit-background-size: contain;
background-size: contain;
}
.sticky {
position: -webkit-sticky;
position: sticky;
top: 80px!important;
}
#efeito_hero_profissional {
position:absolute;
top:-40px;
right:0;
height:480px;
width:calc(50vw - 180px);
background: var(--primaria);
-webkit-border-radius: 35px 0px 0px 0px;
-moz-border-radius: 35px 0px 0px 0px;
border-radius: 35px 0px 0px 0px;
z-index:0;
} footer .bt {
display: none !important;
}
.box-dor, .link-exame {
pointer-events: none;
}
#grid_docentes .box-equipe__link {
pointer-events: none !important;
}
#form_pre_inscricao label, #form_pre_inscricao .label {
text-align:left;
width:100%;
display:inline-block;
margin-bottom:15px;
}
#form_pre_inscricao .wpcf7-form-control-wrap, #form_pre_inscricao .wpcf7-radio {
display:inline-block;
width:100%;
}
#form_pre_inscricao .wpcf7-radio input {
width:auto;
}
#form_pre_inscricao .wpcf7-list-item {
margin-top:21px;
}
#form_pre_inscricao .wpcf7-list-item.first {
margin-left:0;
}
#form_pre_inscricao h2 {
text-align:left;
margin-top:20px;
margin-bottom:10px;
font-size:25px;
}
#form_pre_inscricao .flex {
display:flex;
flex-direction: row;
margin:0 -10px;
}
#form_pre_inscricao label.half {
text-align:left;
width:50%;
display:inline-block;
margin:0 10px;
}
#form_pre_inscricao label.column-3, #form_pre_inscricao div.column-3 {
text-align:left;
width:calc(100%/3);
display:inline-block;
margin:0 10px;
}
#form_pre_inscricao input.wpcf7-text {
background-color:#fff !important;
font-family: 'Mukta Mahee' !important;
margin-top:5px;
}
#form_pre_inscricao .wpcf7-submit {
margin-top:40px;
width:200px;
cursor: pointer;
}
#form_pre_inscricao .wpcf7-submit:hover {
background-color:var(--primaria);
}
@media screen and (max-width:768px) {
#form_pre_inscricao .flex { 
display:inline-block;
margin:0;
}
#form_pre_inscricao label.half, #form_pre_inscricao label.column-3, #form_pre_inscricao div.column-3 {
width:100% !important;
margin:0;
}
}
.radio-fellowship .wpcf7-list-item {
width:100%;
margin:0 !important;
}
.radio-fellowship .wpcf7-list-item label {
margin-bottom:5px !important;
}
.link-privacidade {
color:#666666;
}
.link-privacidade:hover {
color:#87764D;
}
.infos-rodape-bio a {
color:#fff;
font-weight: 400;
}
.infos-rodape-bio a:hover {
color:#fff;
}
.page-id-296 .wpcf7-response-output {
margin-top:30px !important;
}.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/wp-content/uploads/lightbox2-2.11.3/images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/wp-content/uploads/lightbox2-2.11.3/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/wp-content/uploads/lightbox2-2.11.3/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/wp-content/uploads/lightbox2-2.11.3/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}#section-1-296{background-color:#f3f1ed}#image-2-296{width:280px;margin-left:auto;margin-right:auto}#form_pre_inscricao{margin-right:auto;max-width:900px;width:100%;margin-top:40px;padding-top:0px;margin-left:auto}@media (max-width:767px){#form_pre_inscricao{padding-left:20px;padding-right:20px}}.ct-section {
width:100%;
background-size:cover;
background-repeat:repeat;
}
.ct-section>.ct-section-inner-wrap {
display:flex;
flex-direction:column;
align-items:flex-start;
}
.ct-div-block {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.ct-new-columns {
display:flex;
width:100%;
flex-direction:row;
align-items:stretch;
justify-content:center;
flex-wrap:wrap;
}
.ct-link-text {
display:inline-block;
}
.ct-link {
display:flex;
flex-wrap:wrap;
text-align:center;
text-decoration:none;
flex-direction:column;
align-items:center;
justify-content:center;
}
.ct-link-button {
display:inline-block;
text-align:center;
text-decoration:none;
}
.ct-link-button {
background-color: #1e73be;
border: 1px solid #1e73be;
color: #ffffff;
padding: 10px 16px;
}
.ct-image {
max-width:100%;
}
.ct-fancy-icon>svg {
width:55px;height:55px;}
.ct-inner-content {
width:100%;
}
.ct-slide {
display:flex;
flex-wrap:wrap;
text-align:center;
flex-direction:column;
align-items:center;
justify-content:center;
}
.ct-nestable-shortcode {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-comments {
width:100%;
text-align:left;
}
.oxy-comment-form {
width:100%;
}
.oxy-login-form {
width:100%;
}
.oxy-search-form {
width:100%;
}
.oxy-tabs-contents {
display:flex;
width:100%;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-tab {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-tab-content {
display:flex;
width:100%;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-testimonial {
width:100%;
}
.oxy-icon-box {
width:100%;
}
.oxy-pricing-box {
width:100%;
}
.oxy-posts-grid {
width:100%;
}
.oxy-gallery {
width:100%;
}
.ct-slider {
width:100%;
}
.oxy-tabs {
display:flex;
flex-wrap:nowrap;
flex-direction:row;
align-items:stretch;
}
.ct-modal {
flex-direction:column;
align-items:flex-start;
}
.ct-span {
display:inline-block;
text-decoration:inherit;
}
.ct-widget {
width:100%;
}
.oxy-dynamic-list {
width:100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ct-div-block,
.oxy-post-content,
.ct-text-block,
.ct-headline,
.oxy-rich-text,
.ct-link-text { max-width: 100%; }
img { flex-shrink: 0; }
body * { min-height: 1px; }
}            .oxy-testimonial {
flex-direction: row;
align-items: center;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
order: 1;
}
.oxy-testimonial .oxy-testimonial-photo {
width: 125px;                height: 125px;                margin-right: 20px;
}
.oxy-testimonial .oxy-testimonial-photo-wrap, 
.oxy-testimonial .oxy-testimonial-author-wrap, 
.oxy-testimonial .oxy-testimonial-content-wrap {
align-items: flex-start;                text-align: left;            }
.oxy-testimonial .oxy-testimonial-text {
margin-bottom:8px;font-size: 21px;
line-height: 1.4;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-testimonial .oxy-testimonial-author {
font-size: 18px;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-testimonial .oxy-testimonial-author-info {
font-size: 12px;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-icon-box {
text-align: left;                flex-direction: column;            }
.oxy-icon-box .oxy-icon-box-icon {
margin-bottom: 12px;
align-self: flex-start;            }
.oxy-icon-box .oxy-icon-box-heading {
font-size: 21px;
margin-bottom: 12px;            }
.oxy-icon-box .oxy-icon-box-text {
font-size: 16px;
margin-bottom: 12px;align-self: flex-start;            }
.oxy-icon-box .oxy-icon-box-link {
margin-top: 20px;                            } .oxy-pricing-box .oxy-pricing-box-section {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
text-align: center;            }
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-title-title {
font-size: 48px;
}
.oxy-pricing-box .oxy-pricing-box-title-subtitle {
font-size: 24px;
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
flex-direction: row;                                            }
.oxy-pricing-box .oxy-pricing-box-currency {
font-size: 28px;
}
.oxy-pricing-box .oxy-pricing-box-amount-main {
font-size: 80px;
line-height: 0.7;
}
.oxy-pricing-box .oxy-pricing-box-amount-decimal {
font-size: 13px;
}
.oxy-pricing-box .oxy-pricing-box-term {
font-size: 16px;
}
.oxy-pricing-box .oxy-pricing-box-sale-price {
font-size: 12px;
color: rgba(0,0,0,0.5);
margin-bottom: 20px;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
font-size: 16px;
color: rgba(0,0,0,0.5);
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
justify-content: center;            }
.oxy-progress-bar .oxy-progress-bar-background {
background-color: #000000;            background-image: linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);            animation: none 0s paused;        }
.oxy-progress-bar .oxy-progress-bar-progress-wrap {
width: 85%;        }
.oxy-progress-bar .oxy-progress-bar-progress {
background-color: #66aaff;padding: 40px;animation: none 0s paused, none 0s paused;            background-image: linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);        
}
.oxy-progress-bar .oxy-progress-bar-overlay-text {
font-size: 30px;
font-weight: 900;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-progress-bar .oxy-progress-bar-overlay-percent {
font-size: 12px;
}
.ct-slider .unslider-nav ol li {border-color: #ffffff; }.ct-slider .unslider-nav ol li.unslider-active {background-color: #ffffff; }.ct-slider .ct-slide {
padding: 0px;			}
.oxy-superbox .oxy-superbox-secondary, 
.oxy-superbox .oxy-superbox-primary {
transition-duration: 0.5s;            }
.oxy-shape-divider {
width: 0px;
height: 0px;
}
.oxy_shape_divider svg {
width: 100%;
}
.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu{
box-shadow:px px px px ;}
.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div{
margin-left:0px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{
width:30px;
height:30px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon{
padding-top:15px;
padding-right:15px;
padding-bottom:15px;
padding-left:15px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon{
top:20px;
left:20px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{
width:24px;
height:24px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container{
background-color:#ffffff;
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container{
background-image:url();
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg{
font-size:24px;
}
.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul{
background-color:rgba(0,0,0,0.2);
border-top-style:solid;
}
.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list{
flex-direction: row;
}
.oxy-pro-menu .oxy-pro-menu-container .menu-item a{
text-align: left;
justify-content: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item{
align-items: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container{
top: 0;
bottom: 0;
right: auto;
left: 0;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a{
text-align: left;
justify-content: flex-start;
}
.oxy-site-navigation {
--oxynav-brand-color:#4831B0;
--oxynav-neutral-color:#FFFFFF;
--oxynav-activehover-color:#EFEDF4;
--oxynav-background-color:#4831B0;
--oxynav-border-radius:0px;
--oxynav-other-spacing:8px;
--oxynav-transition-duration:0.3s;
--oxynav-transition-timing-function:cubic-bezier(.84,.05,.31,.93);
}
.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper{
text-align:left;
}
.oxy-site-navigation > ul{ left: 0; }
.oxy-site-navigation {
--oxynav-animation-name: none; 
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1){ 
background-color: var(--oxynav-brand-color);
transition: var(--oxynav-transition-duration);
margin-left: var(--oxynav-other-spacing);
border: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2){ 
background: transparent;
border: 1px solid currentColor;
transition: var(--oxynav-transition-duration);
margin-left: var(--oxynav-other-spacing);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img{
filter: invert(0) !important;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover{
background-color: var(--oxynav-activehover-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a{
color: var(--oxynav-neutral-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a{
color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a{
color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after{
color: var(--oxynav-neutral-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after{
color: var(--oxynav-brand-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after{
color: var(--oxynav-brand-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul{
display: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul{
display: none;
}
.ct-section-inner-wrap, .oxy-header-container{
max-width: 1250px;
}
body {font-family: 'Mukta Mahee';}body {line-height: 1.4;font-size: 19px;font-weight: 400;color: #666666;}.oxy-nav-menu-hamburger-line {background-color: #666666;}h1, h2, h3, h4, h5, h6 {font-family: 'Mukta Mahee';font-size: 50px;font-weight: 700;line-height: 100%;color: #87764d;}h2, h3, h4, h5, h6{font-size: 50px;font-weight: 700;line-height: 100%;color: #87764d;}h3, h4, h5, h6{font-size: 24px;line-height: 100%;}h4, h5, h6{font-size: 20px;line-height: 100%;}h5, h6{font-size: 18px;line-height: 100%;}h6{font-size: 16px;line-height: 100%;}a {color: #87764d;font-weight: 700;text-decoration: none;}a:hover {color: #1c1c1c;text-decoration: none;}.ct-link-text {text-decoration: ;}.ct-link {text-decoration: ;}.ct-link-button {font-weight: 900;border-radius: 200px;}.ct-section-inner-wrap {
padding-top: 120px;
padding-right: 20px;
padding-bottom: 120px;
padding-left: 20px;
}.ct-new-columns > .ct-div-block {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}.oxy-header-container {
padding-right: 20px;
padding-left: 20px;
}@media (max-width: 992px) {
.ct-columns-inner-wrap {
display: block !important;
}
.ct-columns-inner-wrap:after {
display: table;
clear: both;
content: "";
}
.ct-column {
width: 100% !important;
margin: 0 !important;
}
.ct-columns-inner-wrap {
margin: 0 !important;
}
}
.bt {
padding: 10px 16px;
}.bt {
font-family:Mukta Mahee;
font-size:18px;
font-weight:900;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
}
.bt-preto:hover{
}.bt-preto:hover{
color:#fff;
background-color:#87764d;
}
.bt-preto {
padding: 10px 16px;
}.bt-preto {
background-color:#1c1c1c;
color:#ffffff;
}
.border-radius {
}
.border-radius-10 {
border-top-left-radius:10px;
border-bottom-right-radius:10px;
}
.tit-footer {
font-size:20px;
}
.menu-footer {
margin-top:20px;
}
.slider-item {
}
.box-hero {
padding-top:31px;
margin-left:0px;
margin-top:39px;
padding-right:80px;
padding-left:37px;
}
.box-hero:not(.ct-section):not(.oxy-easy-posts),
.box-hero.oxy-easy-posts .oxy-posts,
.box-hero.ct-section .ct-section-inner-wrap{
display:flex;
}
.box-hero__tit {
color:#ffffff;
font-size:22px;
line-height:110%;
text-transform:uppercase;
}
.box-hero__txt {
color:#ffffff;
margin-top:30px;
line-height:120%;
font-size:18px;
}
.bt-vazado:hover{
background-color:#fff;
}
.bt-vazado {
padding: 10px 16px;
}.bt-vazado {
border-top-color:#fff;
border-right-color:#fff;
border-bottom-color:#fff;
border-left-color:#fff;
border-top-width:2px;
border-right-width:2px;
border-bottom-width:2px;
border-left-width:2px;
background-color:transparent;
}
.tit-secao {
font-weight:900;
letter-spacing:-1px;
line-height:100%;
font-size:26px;
}
@media (max-width: 991px) {
.tit-secao {
max-width:600px;
text-align:left;
}
}
@media (max-width: 767px) {
.tit-secao {
font-size:30px;
}
}
.bloco-texto {
line-height:140%;
}
@media (max-width: 767px) {
.bloco-texto {
font-size:17px;
}
}
.box-dor:hover{
background-color:#e5dfd7;
}
.box-dor {
background-color:#f3f1ed;
border-radius:20px;
padding-top:37px;
padding-left:37px;
padding-right:37px;
padding-bottom:32px;
text-align:justify;
}
.box-dor:not(.ct-section):not(.oxy-easy-posts),
.box-dor.oxy-easy-posts .oxy-posts,
.box-dor.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:space-between;
}
@media (max-width: 767px) {
.box-dor {
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:17px;
}
}
.box-dor__tit {
text-align:left;
color:#1c1c1c;
font-size:20px;
margin-top:0px;
margin-bottom:0px;
width:auto;
line-height:130%;
}
@media (max-width: 767px) {
.box-dor__tit {
font-size:17px;
}
}
.box-dor__seta {
}
.box-dor__seta:not(.ct-section):not(.oxy-easy-posts),
.box-dor__seta.oxy-easy-posts .oxy-posts,
.box-dor__seta.ct-section .ct-section-inner-wrap{
display:none;
}
.box-indicador {
margin-right:70px;
}
@media (max-width: 767px) {
.box-indicador {
margin-right:0px;
width:100%;
max-width:100%;
}
}
.box-indicador__ico {
}
.box-indicador__num {
font-size:29px;
font-weight:900;
color:#1c1c1c;
}
.box-indicador__label {
}
.link-exame {
margin-top:5px;
}
.link-exame:not(.ct-section):not(.oxy-easy-posts),
.link-exame.oxy-easy-posts .oxy-posts,
.link-exame.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
.link-exame__txt:hover{
}
.link-exame__txt {
color:#ffffff;
}
.tit-apoio {
text-transform:uppercase;
font-size:16px;
color:#1c1c1c;
margin-bottom:10px;
}
.bloco-texto-dark {
}
.box-equipe {
}
.box-equipe__foto {
width:100%;
margin-bottom:16px;
padding-top:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
border-top-color:#dedede;
border-right-color:#dedede;
border-bottom-color:#dedede;
border-left-color:#dedede;
border-top-width:2px;
border-right-width:2px;
border-bottom-width:2px;
border-left-width:2px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-left-radius:40px;
border-bottom-right-radius:40px;
}
@media (max-width: 767px) {
.box-equipe__foto {
border-top-left-radius:20px;
border-bottom-right-radius:20px;
margin-bottom:0px;
width:100px;
}
}
.box-equipe__nome {
font-size:21px;
letter-spacing:-0.3px;
margin-bottom:4px;
}
@media (max-width: 767px) {
.box-equipe__nome {
max-width:250px;
}
}
.box-equipe__cargo {
font-size:16px;
text-transform:uppercase;
font-weight:700;
color:#666666;
}
@media (max-width: 767px) {
.box-equipe__cargo {
max-width:250px;
}
}
.box-equipe__crm {
font-size:16px;
text-transform:uppercase;
font-weight:400;
color:#666666;
}
.box-equipe__link {
text-align:left;
}
.box-equipe__link:not(.ct-section):not(.oxy-easy-posts),
.box-equipe__link.oxy-easy-posts .oxy-posts,
.box-equipe__link.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
@media (max-width: 767px) {
.box-equipe__link {
text-align:left;
width:100%;
}
.box-equipe__link:not(.ct-section):not(.oxy-easy-posts),
.box-equipe__link.oxy-easy-posts .oxy-posts,
.box-equipe__link.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:center;
align-content:center;
justify-content:flex-start;
}
}
.bt-marrom:hover{
background-color:#1c1c1c;
color:#ffffff;
}
.bt-marrom {
background-color:#87764d;
}
.bt-vazado-marrom:hover{
background-color:#87764d;
color:#ffffff;
}
.bt-vazado-marrom {
background-color:transparent;
color:#87764d;
box-shadow:inset 0px 0px 0px 2px #87764d;
}
.bt-vazado-branco:hover{
background-color:#fff;
color:#1c1c1c;
}
.bt-vazado-branco {
background-color:transparent;
box-shadow:inset 0px 0px 0px 2px #fff;
}
.bloco-contato {
margin-bottom:30px;
}
.bloco-contato:not(.ct-section):not(.oxy-easy-posts),
.bloco-contato.oxy-easy-posts .oxy-posts,
.bloco-contato.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.bloco-contato__ico {
margin-right:auto;
margin-left:auto;
}
.bloco-contato__label {
text-transform:uppercase;
color:#1c1c1c;
font-weight:700;
}
.bloco-contato__info:hover{
}
.bloco-contato__info {
font-size:19px;
color:#666666;
font-weight:400;
}
.bloco-contato__ico-wrapper {
width:38px;
margin-right:20px;
}
.bloco-contato__ico-wrapper:not(.ct-section):not(.oxy-easy-posts),
.bloco-contato__ico-wrapper.oxy-easy-posts .oxy-posts,
.bloco-contato__ico-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
align-items:center;
align-content:center;
justify-content:center;
}
.secao_mapa {
}
.box_atendimento {
}
.box-equipe__txt {
}
.box-contato {
width:50.01%;
text-align:center;
}
.box-contato:not(.ct-section):not(.oxy-easy-posts),
.box-contato.oxy-easy-posts .oxy-posts,
.box-contato.ct-section .ct-section-inner-wrap{
align-items:center;
}
@media (max-width: 991px) {
.box-contato {
margin-bottom:40px;
}
.box-contato:not(.ct-section):not(.oxy-easy-posts),
.box-contato.oxy-easy-posts .oxy-posts,
.box-contato.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
}
.box-contato__icon {
}
.box-contato__titulo {
color:#1c1c1c;
font-size:22px;
}
.box-contato__texto {
margin-top:5px;
}
.box-contato__texto:not(.ct-section):not(.oxy-easy-posts),
.box-contato__texto.oxy-easy-posts .oxy-posts,
.box-contato__texto.ct-section .ct-section-inner-wrap{
display:flex;
align-items:center;
}
@media (max-width: 991px) {
.box-contato__texto {
text-align:left;
}
.box-contato__texto:not(.ct-section):not(.oxy-easy-posts),
.box-contato__texto.oxy-easy-posts .oxy-posts,
.box-contato__texto.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
}
@media (max-width: 767px) {
.box-contato__texto {
font-size:17px;
}
}
.bloco-contato__palco_icone {
height:64px;
}
.bloco-contato__palco_icone:not(.ct-section):not(.oxy-easy-posts),
.bloco-contato__palco_icone.oxy-easy-posts .oxy-posts,
.bloco-contato__palco_icone.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 991px) {
.bloco-contato__palco_icone {
width:50px;
}
}
@media (max-width: 767px) {
.bloco-contato__palco_icone {
width:30px;
height:auto;
}
}
.box-contato__palco_conteudo {
text-align:center;
margin-top:30px;
}
.box-contato__palco_conteudo:not(.ct-section):not(.oxy-easy-posts),
.box-contato__palco_conteudo.oxy-easy-posts .oxy-posts,
.box-contato__palco_conteudo.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
@media (max-width: 991px) {
.box-contato__palco_conteudo {
margin-top:0px;
margin-left:20px;
text-align:left;
}
.box-contato__palco_conteudo:not(.ct-section):not(.oxy-easy-posts),
.box-contato__palco_conteudo.oxy-easy-posts .oxy-posts,
.box-contato__palco_conteudo.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
}
.pilar-ico {
}
.box-pilar {
text-align:center;
}
.box-pilar:not(.ct-section):not(.oxy-easy-posts),
.box-pilar.oxy-easy-posts .oxy-posts,
.box-pilar.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
@media (max-width: 767px) {
.box-pilar {
margin-bottom:40px;
}
}
.box-pilar__ico {
margin-bottom:20px;
}
.box-pilar__title {
font-size:19px;
margin-bottom:10px;
}
.box-pilar__texto {
color:#666666;
font-size:18px;
margin-left:30px;
margin-right:30px;
}
.box-estrutura {
}
.box-estrutura__link {
text-align:left;
}
.box-estrutura__link:not(.ct-section):not(.oxy-easy-posts),
.box-estrutura__link.oxy-easy-posts .oxy-posts,
.box-estrutura__link.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
@media (max-width: 767px) {
.box-estrutura__link {
text-align:left;
width:100%;
}
.box-estrutura__link:not(.ct-section):not(.oxy-easy-posts),
.box-estrutura__link.oxy-easy-posts .oxy-posts,
.box-estrutura__link.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:center;
align-content:center;
justify-content:flex-start;
}
}
.box-estrutura__foto {
width:100%;
padding-top:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
border-top-color:#dedede;
border-right-color:#dedede;
border-bottom-color:#dedede;
border-left-color:#dedede;
border-top-width:2px;
border-right-width:2px;
border-bottom-width:2px;
border-left-width:2px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-left-radius:25px;
border-bottom-right-radius:25px;
}
@media (max-width: 767px) {
.box-estrutura__foto {
border-top-left-radius:20px;
border-bottom-right-radius:20px;
margin-bottom:0px;
}
}
.oxy-stock-content-styles {
}
.sticky {
}
.link-privacidade:hover{
color:#87764d;
}
.link-privacidade {
color:#666666;
}
.player-podprime {
border-radius: 10px; overflow: hidden; z-index: 1; width: 560px; height:315px; margin:30px auto 20px;
}
.infos-rodape-bio {
}
.grid-3-repeater {
gap:20px;
margin-right:20px;
}
.grid-3-repeater:not(.ct-section):not(.oxy-easy-posts),
.grid-3-repeater.oxy-easy-posts .oxy-posts,
.grid-3-repeater.ct-section .ct-section-inner-wrap{
display:grid;
gap:20px;
display: grid !important;align-items: center;grid-template-columns: repeat(3, minmax(200px, 1fr));grid-column-gap: 20px;grid-row-gap: 20px;}
.oxy-close-modal {
}