html, body {
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
a:hover {
    text-decoration: none;
}
a, a:visited {
    color: #000000;
    text-decoration: none;
}
body header {
    top: 0;
    position:fixed;
    margin-top: 0px !important;
    z-index: 10;
    background-color: #fff;
    width: 100%;
}
.wrapper {
    overflow: hidden;
}
.navigation-top {
    z-index: 200;
}
.video-bg {
    overflow: hidden;
    min-height: 350px;
    position: relative;
    z-index: 1;
}
.video-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    -o-object-fit: none;
       object-fit: none;
}
#banners-home {
    z-index: 100;
    text-align: center;
    padding: 120px 0;
}
#banners-home .titulo-banner {
    color: #ffffff;
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}
#banners-home .titulo-sub-texto {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
#banners-home .titulo-botao a {
    background-color: #d17c02;
    padding: 5px 25px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
img.imagem_topo_banner {
    position: absolute;
    top: 0;
    width: 250px;
    right: -200px;
}

/* Menu */
#menu-topo {
    z-index: 100;
}
#banners-01 {
    z-index: 99;
}
#menu-topo a {
    padding-left: 15px;
    padding-right: 15px;
    color: #48114c;
    text-transform: uppercase;
    font-size: 15px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}
#menu-topo a:hover {
    color: #d07a03;
}

#menu-topo li {
    position: relative;
}
#menu-topo li:after {
    content: ".";
    position: absolute;
    right: 0;
    bottom: 7px;
}
#menu-topo li:last-child:after {
    content: "";
}

#menu-topo li:last-child a {
    padding-right: 0;
}
.carregandoBtn {
    background-color: #969696 !important;
}
.emailEnviado {
    background-color: #00a223 !important;
}
:disabled,
button[disabled]{
  cursor: not-allowed !important;
}

/* Utils */
@media (min-width: 1200px) {
    .container{
        max-width: 1440px;
    }
}
.relative {position: relative;}
.bold {font-weight: bold;}
.block {display: block;}
.bg-roxo {background-color: #48114c;}
.bg-gray {background-color: #e9e9e9;}
.bg-azul-claro {background-color: #deecf7;}
.white {color: #ffffff;}

/* Footer */
footer {
  background-color: #d17c02;
  color: #fff;
}

.box1, .box2, .box3, .box4, .box5, .box6, .box7 {
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.box1:hover, .box2:hover, .box3:hover, .box4:hover, .box5:hover, .box6:hover, .box7:hover {
    -webkit-background-size: 150% 150%;
            background-size: 150% 150%;
}
a.zoom {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}
a.zoom img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
a.zoom:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box3, .box4 {
    height: 50%;
}

.conteudo a {
    color: #fff;
}
@media (min-width: 768px) {
    .img-icone {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 50px;
    }
    .conteudo {
        position: absolute;
        bottom: 15px;
        left: 20px;
        color: #ffffff;
    }
    .conteudo-agenda {
        position: absolute;
        bottom: 0px;
    }    
}

.conteudo-agenda p {
    margin-bottom: 0px;
}
.conteudo .titulo {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
}
.d2-box .titulo {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}

.conteudo .descricao {
    font-weight: 100;
    line-height: 1.1;
}

.big-titulo {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 5px;
    line-height: 1;
}
.big-titulo2 {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}

.evento-titulo {
    font-size: 22px;
    font-weight: 700;
}
.data-formato {
    font-size: 36px;
    font-weight: 900;
    color: #48104c;
    background-color: #fff;
}
.data-formato span {
    margin: 0 auto;
}
.lista-eventos {
    padding: 50px 30px;
}
button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
    background-color: transparent;
    border: 0;
}

.evento-chamada a {
    color: #fff;
}
.lista-eventos:before {
    content: "";
    background-color: #48104c;
    position: absolute;
    left: 0;
    top: 0;
    width: 570%;
    height: 100%;
}
.overflow-hidden {
    overflow: hidden;
}
.cinza-escuro {
    color: #5b5b5f;
}
.btn-depoimento-seta {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -37.5px;
}
.slick-prev.btn-depoimento-seta {
    left: -80px;
}
.slick-next.btn-depoimento-seta {
    right: -80px;
}
.laranja {
    color: #d17c02;
}
.d1-link a {
    background-color: #d17c02;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.azul {color: #7daad9;}
.uppercase {text-transform: uppercase;}
.lowercase {text-transform: lowercase;}
.d2-box .titulo {
    line-height: 1;
    font-size: 24px;
    
}
.d2-box a {
    color: #5b5b5f;
}
.d2-box .link {
    font-size: 20px;
    font-weight: 500;        
    text-transform: uppercase;
    text-decoration: underline;
}

footer .telefone {
    font-weight: bold;
    font-size: 30px;
}
.text-light {
    font-weight: 100;
}
.dev-text {
    font-size: 12px;
    vertical-align: text-bottom;
    margin-top: -15px;
}
a.ebook-a {
    text-transform: none !important;
    font-weight: bold;
    text-decoration: underline !important;
    padding: 0 !important;
}
.header-sub-page {
    background-image: url(<?php echo $featured_img_url ?>);
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-repeat: no-repeat;
}
.header-sub-page:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.roxo {color:#410845;}
.texto-lateral {font-weight: bold; font-size: 20px;}
a.nav-link.active {
    font-weight: bold;
}

.fw-900 {font-weight: 900;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-100 {font-weight: 100;}
.azul2 {color:#78a5b0;}
.ln-1{line-height: 1;}
.fs-20 {font-size: 20px;}
.fs-30 {font-size: 30px;}
.fs-40 {font-size: 40px;}
.fs-50 {font-size: 50px;}
.fs-80 {font-size: 80px;}

.pagina.roxoClaro .exp-lateral{color: #7b74ad;}
.pagina.rosaClaro .exp-lateral{color: #ca6372;}
.pagina.verdeMusgo .exp-lateral{color: #b7c82c;}
.pagina.azulClaro .exp-lateral{color: #78a5b0;}
.pagina.marrom .exp-lateral{color: #a74700;}
.pagina.azulCeu .exp-lateral{color: #009bdb;}
.pagina.laranja .exp-lateral{color: #d17c02;}

.item-1{background-color: #7b74ad;}
.item-2{background-color: #ca6372;}
.item-3{background-color: #b7c82c;}
.item-4{background-color: #78a5b0;}
.item-5{background-color: #a74700;}
.item-6{background-color: #009bdb;}
.item-7{background-color: #d17c02;}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #410944;
}
ul.dropdown-menu.show {
    padding: 0;
}
li#menu-item-277 a,
li#menu-item-278 a,
li#menu-item-326 a {
    font-weight: normal;
}
.btn-enviar-form {
    background-color: #5b5b5f;
    border: 0px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    -webkit-border-radius: 0px;
            border-radius: 0px;
}
.modal-contato {
    cursor: pointer;
}
.modal-roxo .modal-header,
#modal-contato .modal-header {
    background-color: #410944;
    color: #fff;
}
.modal-roxo .close,
#modal-contato .close {
    opacity: 1;
    color: #fff;
}
.modal-roxo .modal-footer button,
#modal-contato .modal-footer button {
    background-color: #d17c02;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: 0px;
    padding: 10px 30px;
}
.modal-roxo .modal-footer,
#modal-contato .modal-footer {
    background-color: #f1f1f1;
}
.iradio_square-orange {
    /* display: block; */
}
.titulo-p {
    color: #45a5ae;
    font-weight: 600;
}
.respostas-p {
    text-transform: uppercase;
}
.header-sub-page-roxo {
    background-color: #410845;
    padding: 70px 0;
}
.btn-ver-resultado {
    background-color: #d17c02;
    color: #ffffff;
    border: 0px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.minha-resposta input[type=text],
.minha-resposta input[type=email] {
    border: 1px solid #410845;
    -webkit-border-radius: 0;
            border-radius: 0;
}
.minha-resposta ::-webkit-input-placeholder {
  color: #c2c3c9;
  text-transform: uppercase;
}
.minha-resposta ::-moz-placeholder {
  color: #c2c3c9;
  text-transform: uppercase;
}
.minha-resposta :-ms-input-placeholder {
  color: #c2c3c9;
  text-transform: uppercase;
}
.minha-resposta :-moz-placeholder {
  color: #c2c3c9;
  text-transform: uppercase;
}
.bg-cinza-claro {
    background-color: #ecedef;
}
img.rodape-termometro {
    position: absolute;
    width: 165%;
    left: -32%;
}
.mb-270px {
    margin-bottom: 270px;
}
.vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-bottom .vue-slider-tooltip:before {
    content: none !important;
}
.vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-bottom {
    bottom: 0px !important;
}
.vue-slider-component {
    cursor: pointer !important;
}
footer a, footer a:visited {
    color: #ffffff;
}
.lateral-menu {
    position: relative;
}
.experiencias-icones img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.experiencias-icones img:hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}

/* ini: Preloader */
 #preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#ffffff; /* cor do background que vai ocupar o body */
    z-index:999; /* z-index para jogar para frente e sobrepor tudo */
}
#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);  
}
.bolas > div {
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: animarBola;
          animation-name: animarBola;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
   
}
.bolas > div:nth-child(1) {
    -webkit-animation-duration:0.75s ;
            animation-duration:0.75s ;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    background-color: #d17c02;
}
.bolas > div:nth-child(2) {
    -webkit-animation-duration: 0.75s ;
            animation-duration: 0.75s ;
    -webkit-animation-delay: 0.12s;
            animation-delay: 0.12s;
    background-color: #410944;
}
.bolas > div:nth-child(3) {
    -webkit-animation-duration: 0.75s  ;
            animation-duration: 0.75s  ;
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s;
    background-color: #d17c02;
}
 
@-webkit-keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
  } 
}
 
@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
  } 
}
/* end: Preloader */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: relative;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #410944;
}
.slick-dots li button:before {
    font-family: FontAwesome;
    content: "\f111";
    font-size: 16px;
}

@media (max-width: 1450px) {
    #menu-topo a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
    .data-formato {
        font-size: 30px;
    }
}
@media (max-width: 1275px) {
    #menu-topo a {
        padding-left: 7.5px;
        padding-right: 7.5px;
        font-size: 12px;
    }
}
@media (max-width: 1199px) {
    .big-titulo {
        font-size: 40px;
    }
    .big-titulo2 {
        font-size: 40px;
    }
    .evento-titulo {
        font-size: 19px;
    }
    .evento-data,
    .evento-endereco {
        font-size: 14px;
    }
    .data-formato {
        font-size: 18px;
    }
    .conteudo .descricao {
        font-size: 13px;
        line-height: 1;
    }
    .box3, .box4 {
        min-height: 130px;
    }
    .box3 .img-icone, .box4 .img-icone {
        width: 35px;
    }
    .box3 .conteudo, .box4 .conteudo {
        padding-right: 75px;
    }
    .video-bg video {
        position: absolute;
        top: 0;
        z-index: -1;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 150%;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-background-size: cover;
                background-size: cover;
    }
    button[aria-expanded="false"] + .lateral-menu {
        display: none;
    }
    button[aria-expanded="true"] + .lateral-menu {
        position: absolute;
        top: 90px;
        right: 0;
        background-color: #fff;
        padding: 15px;
        border: 1px solid #410944;
        border-top: 10px solid #410944;
        border-bottom: 10px solid #d17c02;
    }
    button[aria-expanded="true"] + .lateral-menu .ebook-menu {
        display: block;
        text-align: center !important;
        padding: 15px;
        background-color: #f3f3f3;
        margin: -15px;
    }
    #menu-topo li:after{
        content: none !important;
    }
    button[aria-expanded="true"] + .lateral-menu ul.dropdown-menu.show {
        padding: 0;
        display: inline-block;
        max-width: 250px;
    }
    button.collapsed + .lateral-menu .ebook-menu {
        display: none;
    }
}
@media (max-width: 991px) {
    .texto-lateral {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .exp-lateral {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .box1, .box2 {
        min-height: 350px !important;
    }
}
@media (max-width: 768px) {
    .iradio_square-orange {
        display: inline-block;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .lista-depoimentos > div {
        text-align: center;
    }
    .btn-depoimento-seta {
        position: initial;
        top: auto;
        margin-top: 0px;
        display: inline-block;
        margin-bottom: 25px;
    }
    .slick-prev.btn-depoimento-seta {
        left: inherit;
    }
    .slick-next.btn-depoimento-seta {
        right: inherit;
    }
    h1, h2, h3, h4, h5, h6 {
        font-size: 20px;
    }
    .texto-lateral {
        font-size: 16px;
    }
    .video-bg {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
    }
    .video-bg video {
        display: none;
    }
    #banners-home {
        padding: 20px 0;
    }
    #banners-home .titulo-banner {
        font-size: 30px;
    }
    #banners-home .titulo-sub-texto {
        color: #fff;
        font-size: 15px;
        margin-bottom: 20px;
    }
    img.imagem_topo_banner {
        position: initial;
        top: 0;
        width: 250px;
        right: initial;
        display: block;
        margin: 15px auto 0px;
    }
    .box1, .box2, .box3, .box4, .box5, .box6, .box7 {
        padding: 50px 15px;
        -webkit-background-size: cover;
                background-size: cover;
        text-align: center;
    }
    img.img-icone {
        margin-bottom: 35px;
        width: 100px;
    }
    div#agenda {
        padding: 35px 0;
        text-align: center;
    }
    .big-titulo {
        font-size: 35px;
        text-align: center;
    }
    .depoimento-texto.text-justify,
    .depoimento-nome,
    .depoimento-cargo {
        text-align: center !important;
    }
    .big-titulo2 {
        font-size: 35px;
        text-align: center;
    }
    .pl-sm-0 {
        padding-left: 15px !important;
    }
    .pt-sm-2 {
        padding-top: 2rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 2rem !important;
    }
    .d1-texto, .d2_texto {
        text-align: center;
    }
    .d1-link {
        text-align: center;
    }
    .d2-img {
        max-width: 200px;
        display: block;
        margin: 0 auto 40px;
    }
    .lista-eventos {
        padding: 10px 30px 50px;
        text-align: center;
    }
    .fs-sm-20 {
        font-size: 20px;
    }
    .d3_texto h2 {
        font-size: 20px;
    }
    footer {
        text-align: center;
    }
    .dev-text {
        margin-top: 15px;
    }
    .social {
        margin-bottom: 25px;
    }
    img.navbar-brand {
        max-width: 160px;
        height: auto;
    }
    .fs-80,
    .fs-70,
    .fs-50,
    .fs-40{
        font-size: 20px;
    }
    .fs-30 {
        font-size: 14px;
    }
    .header-sub-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    button.btn.btn-enviar-form {
        font-size: 17px;
        display: block;
        width: 100%;
    }
}
@media (width: 768px) and (height: 1024px) {
    img.img-icone {
        width: 35px !important;
        position: initial;
    }
    .conteudo {
        position: initial;
    }
    .box1, .box2 {
        min-height: auto !important;
    }
    .box3, .box4 {
        min-height: auto !important;
        padding: 40px 15px 0px;
    }
    .box3 .conteudo, .box4 .conteudo {
        padding-right: 0px;
    }
    .box3 img.img-icone, .box4 img.img-icone {
        display: none;
    }
}
.btn-salvar-resultado {
    cursor: pointer;
    background-color: #d17c02;
    margin-top: 15px;
    color: #fff;
    border: 0;
    padding: 10px 25px;
}
.curriculo .nome,
.sub-titulo-modal {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.curriculo .especialidade {    
    line-height: 1;
    font-size: 15px;
}
.curriculo .cargo {    
    line-height: 1;
    font-size: 15px;
}
.close-curriculo {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 20px;
}
.close.close-curriculo span {
    color: #410944;
    font-size: 100px;
    font-weight: 100;
}
.modal-open{
    overflow:auto;
    padding-right:0 !important;
}
