
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800;900;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');
/* font-family: 'Open Sans', Arial; */

/* @font-face {
    font-family: 'Generica';
    font-weight: 400;
    src: url('../webfonts/Generica.otf');
}
@font-face {
    font-family: 'Generica Bold';
    font-weight: 700;
    src: url('../webfonts/Generica-Bold.otf');
} */

b, strong {
    font-weight: bold;
}

.page-id-776 .float {
    visibility: hidden;
}
.wa__btn_popup_txt {
    display: none;
    visibility: hidden;
}
.wa__btn_popup .wa__btn_popup_icon {
    -webkit-border-radius: 50%;
    background: #00c800;
}
.wa__btn_popup {
    right: 40px;
    bottom: 40px;
    animation: pulse 3s infinite;
    border-radius: 50%;
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}

:root {
    --primaria-1: #e3e3e3;
    --primaria-2: #93398f;
    --primaria-3: #9900CC;
    --primaria-4: #da7fde;
    --text-color: #000B4D;   
}

body, html {
    font-family: 'Open Sans', Arial;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
    color: var(--text-color);
}
img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
 p {
    font-family: 'Open Sans', Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    color: var(--text-color);
}
h1, h2 {
    font-family: 'Generica', Arial;
    color: var(--text-color);
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
a { 
    font-family: 'Open Sans', Arial;
    font-weight: 600;
    font-size: 22px;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
hr.titulo-content-detail {
    width: 250px;
    border: 2px solid;
    opacity: 1;
    margin: 20px 0;
    color: black;
}
/* strong {
    font-weight: 500;
} */
/* SCROLL */
body::-webkit-scrollbar, .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 8px;
    background:rgb(204, 204, 204);
}
body::-webkit-scrollbar-thumb,  .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: var(--primaria-3);
    border-radius: 5px;
}
::selection {
    background: rgba(204, 204, 204, 0.3);
}
::-webkit-scrollbar:horizontal{
    height: 8px;
    padding: 0 15px;
    margin: 0 20px;
    max-width: 300px;
}
/* FIM SCROLL */

img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
* {
    transition: all 0.3s;
}
/* modal */
.modal{
    z-index: 5000;
}

/* KEYFRAMES */
    @keyframes up-down {
        0% {
            transform: translate(0px, 0px);
        }
        30% {
            transform: translate(0px, 2px);
        }
        50% {
            transform: translate(0px, 0px);
        }
        80% {
            transform: translate(0px, -2px);
        }
        100% {
            transform: translate(0px, 0px);
        }
    } 
   

    @keyframes slideshow {
        0% {
            transform: translateX(0);
            opacity: 1;
        }

        50% {
            transform: translateX(-100%);
            opacity: 1;
        }
        51% {
            opacity: 0;
            transform: translateX(100%);
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
        
    @keyframes slideshow2 {
        0% {
            transform: translateX(0);
            opacity: 1;
        }
        50% {
            transform: translateX(-100vw);
            opacity: 0;
        }
        51% {
            opacity: 0;
            transform: translateX(100vw);
        }
        52% {
            opacity: 1;
            transform: translateX(100vw);
        }
        53% {
            opacity: 1;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes loading {
        0% {
            transform: rotate(0);
        }
        100% {
            transform: rotate(360deg);
        }
    }

/* FIM KEYFRAMES */


/** INICIO BREADCRUMB */
    a.breadcrumb-page {
        color: #FFF;
        font-family: Open Sans;
        font-size: 16px;
        font-weight: 300;
        line-height: 147.539%;
    }
    span.breadcrumb-title {
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        line-height: 147.539%;
    }
/** FIM BREADCRUMB */

/** INICIO BOTÕES */
    button.botao-roxo {
        border-radius: 37px;
        background: #9900CC;
        color: white;
        border: none;
        /* background-size: 200% 100%; */
        display: inline-block;
        /* float: left; */
        transition: all .4s ease-in-out;
    }
    button.botao-roxo:hover {
        background: var(--primaria-4);
        /* background-position: 100%; */
        transition: all .4s ease-in-out;
    }
    button.botao-rosa {
        border-radius: 37px;
        background: var(--primaria-4);
        color: white;
        border: none;
        font-size: 24px;
        font-weight: 800;
        /* background-size: 200% 100%; */
        display: inline-block;
        /* float: left; */
        transition: all .4s ease-in-out;
    }
    button.botao-rosa:hover {
        background: var(--primaria-2);
        /* background-position: 100%; */
        transition: all .4s ease-in-out;
    }
    button.botao-azul {
        border-radius: 8px;
        background: var(--text-color);
        color: white;
        border: 2px solid transparent;
        display: inline-block;
        transition: all .4s ease-in-out;
        padding: 5px 7px;
        font-weight: 600;
    }
    button.botao-azul:hover {
        transition: all .4s ease-in-out;
        background: white;
        color: var(--text-color);
        border: 2px solid var(--text-color);
        font-weight: 600;
    }
    .produto-single button.botao-azul {
        margin-top: 15px;
    }
    .button {
        display: flex;
    }

/** FIM BOTÕES */

/** INÍCIO DO CONTAINER GRID */
    .container-grid {
        display: grid;
        margin: auto;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        grid-gap: 50px 50px ;
        padding: 30px 15px;
    }
/** FIM DO CONTAINER GRID */

/*INICIO HEADER*/
    header {
        background: #E8F5FF;
        padding: 15px 0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.55);
    }
    .logo-iahtc img {
        width: 257px;
        height: 45px;
    }
    .logo-iahtc {
        text-align: center;
    }
    .navbar .container {
        align-items: center;
    }
    .navbar-collapse-menu {
        width: 100%;
    }
    .navbar-nav {
        justify-content: space-around;
        padding: 0 20px;
    }
    #menu-menu-esquerda{
        justify-content: flex-end;
    }
    #menu-menu-direita{
        justify-content: flex-start;
    }
    #navegacao ul {
        display: flex;
        gap: 25px;
        list-style: none;
        padding: 0 50px;
    }
    .menu .menu-item a {
        color: var(--text-color);
        font-family: "Open Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    #navegacao .menu .current-menu-item a,
    .menu .menu-item a:hover {
        color: var(--text-color);
        text-align: center;
        font-family: "Open Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: normal;
    }
    .breadcrumb {
        position: absolute;
        width: 100%;
        padding-top: 15px;
    }
    .header-logo {
        width: 300px;
    }
    .header-logo a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-logo img {
        height: auto;
    }
    
    .menu-itens-content {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }


    /* .menu-item-has-children:hover .sub-menu {
        display: block!important;
    } */
    .sub-menu {
        display: none !important;
        position: absolute;
        background: #9900cca8;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.55);
        z-index: 1000;
        padding: 10px 0;
    }
    .sub-menu li {
        padding: 10px 20px;
        border-bottom: 2px solid white;
    }
    .sub-menu li:last-child {
        border-bottom: none;
        border-top: none;
    }
    .sub-menu li a {
        color: white !important;
        font-size: 18px !important;
    }
    .menu-mobile .menu-item {
        display: flex;
        flex-direction: column;
    }
    .menu-mobile .sub-menu {
        display: flex !important;
        flex-direction: column;
        gap: 0 !important;
        position: relative;
        background: transparent;
        box-shadow: none;
        z-index: unset;
        padding: unset !important;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .menu-mobile .sub-menu li {
        padding: 10px;
        border-bottom: 1px dashed;
        border-top: 1px dashed;
        /* border-bottom: none; */
    }
    .menu-mobile .sub-menu li:last-child {
        border-bottom: none;
        border-top: none;
    }
    .menu-mobile .sub-menu li a {
        color: var(--text-color) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
    }
    /** FIM HEADER */
/*FIM HEADER*/

/*INICIO HEADER*/
header {
    background: #E3E3E3;
    padding: 15px 0 0 ;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.55);
}
.navbar .container {
    align-items: center;
}
.navbar-collapse-menu {
    width: 100%;
}
.navbar-nav {
    justify-content: space-around;
    padding: 0 20px;
}
.breadcrumb {
    position: absolute;
    width: 100%;
    padding-top: 15px;
}
.header-logo a {
    display: flex;
    align-items: center;
}
.menu-itens-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/** FIM HEADER */
/*FIM HEADER*/


/* INICIO HOME */
    
/** CARROSSEL **/

.owl-theme .owl-dots .owl-dot {
    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background: #FFF;
} 
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(132deg, #1069CF 10.03%, #53EDEB 80.89%);
}
.owl-item .item img{
    height: auto;
}
#slider {
    position: relative;
}
#slider .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 800px;
    left: calc( ( 100% - 800px) / 2);
    text-align: center;
    display: flex;
    justify-content: space-between;
    bottom: 0%;
    top: 90%;
}
#slider .owl-nav.disabled{
    opacity: 0;
    display: none;
}
#slider .owl-nav span {
    font-size: 70px;
}
#slider .owl-dots {
    position: relative;
    z-index: 1;
    width: 40%;
    margin-top: -35px;
    left: 30%;
}
#slider .owl-nav svg {
    width: 25px;
    height: auto;   
    fill: #fff;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: none !important;
    background: none !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--primaria-3);
}
.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 0%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    top: 30%;
    width: 100%;
}
/*FIM CARROSSEL */

/* INICIO HOME  */
    .banner-principal .owl-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .banner-principal {
        position: relative;
    }
    .banner-principal .owl-theme .owl-dots .owl-dot span {
        background: #a3a3a3;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--primaria-2);
    }
    .banner h2{
        color: var(--text-color);
        font-family: "Open Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px; /* 122.222% */
    }
    .banner h3{
        color: #90C;
        font-family: "Open Sans";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 40px;
    }
    .banner p{
        color: #000;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 138.889%; /* 22.222px */
    }
    .banner strong{
        color: #000;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 138.889%; /* 22.222px */
    }
    .banner .botao-roxo {
        color: #FFF;
        text-align: center;
        font-family: "Open Sans";
        font-size: 12.901px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%; /* 15.481px */
        padding: 12px 20px;
    }
    .banner .row-banner{
        align-items: center;
        padding: 80px 0;
    }
    .marquee .row{
        overflow: hidden;
    }
    marquee{
        width: 200% !important;
        max-width: 200% !important;
        overflow: hidden;
        margin-left: -50%;
        padding: 25px 0;
        background: #F1F7FD;
    }

    marquee span {
        color: #D9D9D9;
        text-align: center;
        font-family: "Open Sans";
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px; /* 191.304% */
    }

    .sobre-home h2{
        color: #A7D9E5;
        font-family: "Orbitron";
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px; /* 122.222% */
        margin-bottom: 0;
    }
    .sobre-home h3 {
        color: white;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .sobre-home h4{
        color: #FF26FF;
        font-family: "Open Sans";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px; /* 157.143% */
        margin-bottom: 30px;
    }
    .sobre-home p{
        color: white;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 138.889%; /* 22.222px */
        /* max-width: 550px; */
    }
    .sobre-home strong{
        color: white;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 138.889%;
    }
    .sobre-home .botao-roxo {
        color: #FFF;
        text-align: center;
        font-family: "Open Sans";
        font-size: 12.901px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%; /* 15.481px */
        padding: 12px 20px;
    }
    .sobre-home{
        padding: 80px 0;
    }
    .sobre-home .row-sobre{
        align-items: center;
    }
    .sobre-home .row-sobre-1{
        padding-bottom: 80px;
    }

    .investimento.investimento-home .quadro {
        padding: 5px;
    }
    .investimento.investimento-home .img {
        border-radius: 20px;
    }

    .investimento-home .sub-texto{
        position: relative !important;
    }

    .faq-home{
        background: #000B4D !important;
        padding: 50px 20px !important;
    }
    .hashtag {
        display: flex;
        justify-content: center;
        gap: 15px;
        padding-bottom: 0px;
        flex-wrap: wrap;
    }
    p.hashtag {
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-weight: bold;
    }
    p.hashtag.inactive {
        background: gray !important;
    }
    p.hashtag.hashtag-1 {
        background: #9900CC;
    }
    p.hashtag.hashtag-2 {
        background: #FF26FF;
    }
    p.hashtag.hashtag-3 {
        background: #7ECADC;
    }
    p.hashtag.hashtag-4 {
        background: #1F1FFF;
    }
    p.hashtag.hashtag-5 {
        background: #00BBFF;
    }
    p.hashtag.hashtag-6 {
        background: #f60087;
    }
    .professores-listagem.professores-home {
        background: #EBF6FC;
        padding: 50px 20px;
    }
    .professores-home .container-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-gap: 17px 17px;
        padding: 0;
    }
    .imagem-professor-home img {
        width: 150px;
        height: 135px;
        object-fit: cover;
    }

    .professores-listagem.categorias-professores .imagem-professor.professor-modal {
        text-align: center;
        min-height: unset;
    }
    .professores-listagem.categorias-professores .titulo-professor.professor-modal h4 {
        padding: 10px 0;
        text-align: center;
        margin-bottom: 0;
        min-height: unset;
    }
    .professores-listagem.categorias-professores .descricao-professor.professor-modal p {
        margin-bottom: 0;
        text-align: center;
        min-height: unset;
    }
    .professores-listagem.categorias-professores a.instagram_professor.professor-modal {
        text-align: center;
        padding-top: 10px;
    }
    .professores-listagem.categorias-professores .modal-header {
        position: absolute;
        right: 0;
        border: none;
        z-index: 10;
    }
    .conteudo-professores {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .professores-listagem.categorias-professores .container-grid {
        display: grid;
        margin: auto;
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
        grid-gap: 50px 15px;
        padding: 30px 0px;
    }
    .professores-listagem.categorias-professores .titulo-professor h4 {
        text-transform: capitalize;
        min-height: 74px;
        margin-bottom: unset;
    }
    .professores-listagem.categorias-professores .descricao-professor p {
        font-size: 16px;
        min-height: 66px;
        line-height: normal;
    }
    .titulo-principal-professores h2 {
        font-family: 'orbitron';
        font-weight: bold;
        font-size: 36px;
        text-align: center;
    }
    .titulo-principal-professores {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .descricao-principal-professores p {
        text-align: center;
        font-size: 21px;
        color: #9900CC;
        padding: 15px 0;
    }
    section.professores-listagem.categorias-professores {
        padding: 50px 20px;
    }
    .botao-principal-professores {
        text-align: center;
        padding: 50px 0 0px;
    }
    .titulo-app h2 {
        color: #A7D9E5;
        font-family: "Orbitron";
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 0;
        padding-top: 50px;
    }
    .subtitulo-app h3 {
        color: white;
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .descricao-1-app p {
        color: white;
        font-family: "Open Sans";
        font-size: 16px;
        line-height: 138.889%;
    }
    .descricao-2-app p {
        color: white;
        font-family: "Open Sans";
        font-size: 21px;
        line-height: 138.889%;
        margin: 0;
    }
    .descricao-2-app p strong {
        font-weight: bold;
    }
    .imagem-fundo-app {
        display: flex;
        padding: 0;
    }
    .imagens-apps img {
        max-width: 150px;
    }
    .app-psilink {
        padding: 10px 20px 0;
        background: radial-gradient(68.86% 60.42% at 50% 58.17%, rgb(159 131 198) 0%, #8f79c1 74.09%);
    }
    .imagens-apps {
        padding-top: 30px;
    }
    .imagens-apps {
        padding: 30px 0 50px;
    }
    .col-12.col-lg-1.divisao-sobre {
        text-align: end;
    }
    .subtitulo-app {
        padding-right: 222px;
    }
/*FIM HOME*/


/* INICIO FORMACOES */
.banner-te {
    display: flex;
    align-items: center;
    gap: 29px;
}
.titulo-banner-te h2 {
    color: white;
    background: var(--primaria-3);
    padding: 0 10px;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}
.titulo-banner-te h2 b {
    font-weight: 800;
}
.subtitulo-banner-te h3 {
    font-size: 17px;
    text-align: center;
    color: #000B4D;
    font-weight: 400;
}
.banner-te input.form-control {
    background: white;
    border: none;
    border-radius: unset;
}
.banner-te .btn-form-contato_col {
    justify-content: center;
    margin-top: 30px
}
button#submit-contato-te {
    background: var(--primaria-3);
    color: white;
    border-radius: 30px;
    font-weight: 800;
    padding: 5px 20px;
}
.barra-azul{
    background: var(--primaria-3);
    height: 10px;
    width: 100%;
}
.barra{
    background: var(--primaria-3);
    height: 16px;
    width: 100%;
}
.ancoras{
    background: var(--primaria-3);
}
.ancoras ul{
    color: white;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    padding: 12px;
}
.ancoras-texto {
    min-width: 110px;
    display: flex;
    justify-content: center ;
}

.ancoras a{
    color: white;
    font-size: 18px;
    font-weight: 400;
}
.ancoras a:hover{
    color: var(--primaria-4);
}
.ancoras b{
    font-weight: 1000;
}

.sobre{
    overflow-x: hidden;
}
.sobre .sobre-secao{
    margin-bottom: 60px;
}
.sobre h1{
    text-align: center;
    color: var(--text-color);
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 60px 10px 30px;
}
.descricao-principal-sobre {
    padding-bottom: 30px;
}
.descricao-principal-sobre p {
    margin-bottom: 10px;
}
.descricao-principal-sobre p strong {
   font-weight: 800;
}
.depoimento-imagem {
    padding-bottom: 30px;
}
.depoimento-nome-texto {
    padding-bottom: 30px;
}
.sobre .subtitulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sobre .subtitulo h2{
    color: var(--text-color);
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    /* padding-top: 100px; */
}   
.sobre .subtitulo hr{
    width: 150px;
    height: 8px;
    border: 1px solid #000;
    background: #9900cc;    
    opacity: 1;
    margin: 10px 0;
}
.sobre .texto{
    padding: 35px;
    /* background-color: #f9f1fc; */
    /* border-radius: 30px 0 0 30px; */
    /* border: 1px solid #90C; */
    /* border-right: none; */
    position: relative;
    z-index: 3000;
}
.sobre .texto .quadrado-fundo{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    z-index: -1;
    opacity: 0.85;
    background: linear-gradient(90deg, rgba(249,241,252,1) 0%, rgba(255,255,255,1) 90%);
    border-radius: 30px 0 0 30px;
    border: 1px solid #90C;
    border-right: none;
    position: absolute;
}
.sobre .texto .quadrado-fundo-mobile{
    position: absolute;
    top: 0;

    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.85;
    background: rgba(249,241,252,1);
    border-radius: 30px;
    border: 1px solid #90C;
    position: absolute;
}
.sobre .texto p{
    color: var(--text-color);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.889%; /* 22.222px */
} 
.sobre .texto p:last-child{
    text-align: center  ;
} 
.sobre .texto strong{
    font-weight: 700;
} 
.sobre .botao{
    display: flex;
    justify-content: left;
}
.sobre button{
    padding: 7px;
    border-radius: 20px;
    text-align: center;
    font-family: Open Sans;
    font-size: 12.901px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; 
}
.sobre .diferenciais-col{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sobre .diferenciais img{
    max-width: 400px;
}

.professores{
    background-color: #f1f7fd;
    padding: 25px 0;
}
.professores .logo-titulo{
    display: flex;
    align-items: center;
}
.professores .logo{
    max-width: 250px;
}
.professores .titulo h2{
    color: var(--text-color);
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.professores .titulo p{
    color: var(--text-color);
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.889%;
    min-height: 6rem;
}
.professores .professor-col {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}
.professores .professor-col .professor-img {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.professores .professor-col img {
    border-radius: 30px;
    aspect-ratio: 1/1;
    width: 100%;
}
.professores .professor-col .bandeira {
    position: absolute;
    bottom: -15px;
    right: -20px;
    border-radius: 50%;
    width: 100px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border: 3px solid white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.professor-col p {
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.889%; /* 22.222px */
}
.professor-col h3 {
    color: var(--text-color);
    text-align: center;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.row-nacionais{
    padding: 20px 0 65px;
    justify-content: center;
}
.row-internacionais{
    padding: 20px 0 65px;
    justify-content: left;
}
.modal-professor {
    max-width: 50%;
}

    
.modal-professor .modal-header{
    padding: 15px;
}
.professores .modal-professor .foto-bandeira{
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* justify-content: center; */
    align-items: center;
}
.professores .modal-professor .foto-professor img {
    border-radius: 10px;
    aspect-ratio: 1/1;
    width: 100%;
}
.professores .modal-professor .bandeira-professor img {
    border-radius: 0;
    aspect-ratio: unset;
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.professores .modal-professor .nome-texto h3 {
    text-align: left;
    border-bottom: 3px solid #D9D9D9;
    padding-bottom: 7px;
    color: var(--text-color);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.professores .modal-professor .nome-texto{
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    padding: 20px;
}
.professores .modal-professor .nome-texto p {
    text-align: left;
    color: var(--text-color);
    font-family:"Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.889%;
}
.content-professor.professor-modal {
    padding-top: 15px;
}
.resultados{
    background-color: #FDF6FF;
    padding-bottom: min(10%, 80px);
}

.resultados .titulo-descricao {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.resultados .titulo-descricao h2 {
    color: #90C;
    text-align: center;
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.resultados .titulo-descricao hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    opacity: 1;
    width: 160px;
    height: 8px;
    background: #FF26FF;
}
.resultados .titulo-descricao p {
    padding: 0 50px;
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.889%;
}

.resultados .depoimentos .depoimento-imagem img{
    border-radius: 25px;
    width: 100%;
    aspect-ratio: 3/4;
}   
.resultados .depoimentos .depoimento-nome-texto{
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
}   
.resultados .depoimentos .depoimento-nome-texto h3{
    color: var(--text-color);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}   
.resultados .depoimentos .depoimento-nome-texto p{
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.889%; /* 22.222px */
}   
.resultados .depoimentos .depoimento-nome-texto button{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.889%;
}   
.resultados .depoimentos .modal-depoimento{
    z-index: 4000;
}
.resultados .depoimentos .modal-depoimento .modal-header p {
    color: var(--text-color);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.resultados .depoimentos .modal-depoimento .video>*{
    padding: 0 !important;
    position: relative;
    height: 75vh !important;
}

.investimento {
    background: radial-gradient(68.86% 60.42% at 50% 58.17%, rgba(98, 110, 182, 0.56) 0%, #626EB6 74.09%);
    padding: 50px 20px 100px;
}

.investimento .titulo-descricao{
    justify-content: center;
    margin-bottom: 20px;
}
.investimento .titulo-descricao h2{
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.investimento .titulo-descricao hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    opacity: 1;
    width: 160px;
    height: 8px;
    background: #FF26FF;
}
.investimento .titulo-descricao p {
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.investimento .quadro {
    display: flex;
    border-radius: 31px;
    border: 9px solid #FF26FF;
    background: #842CB0;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
    flex-direction: column;
}
.investimento .botao {
    position: absolute;
    bottom: -25px;
    background-color: #ff26ff;
    padding: 10px 20px;
    border-radius: 28.856px;
    background: #FF26FF;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: min(21px, 1rem);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    max-width: 90%;
}
.investimento .botao a{
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: min(21px, 1rem);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.investimento .sub-texto {
    position: absolute;
    bottom: -52px;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: min(21px, 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.row-quadro {
    justify-content: center;
    display: flex;
    gap: 50px;
}
.cta-matricula{
    padding: 80px 0;
    background: #90C;
}
.cta-matricula .texto{
   text-align: right;
}
.cta-matricula .texto p{
    color: #FFF;
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.cta-matricula .texto strong{
    color: #FFF;
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.cta-matricula .botao button{
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 10px 25px;
}
.cta-matricula .col-cta {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-matricula .col-cta:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-matricula .row {
    justify-content: center;
    gap: 15px;
}
.metodologia{
    padding: 60px 20px;
}
.metodologia .titulo-descricao{
    justify-content: center;
    margin-bottom: 20px;
}
.metodologia .titulo-descricao h2{
    color: var(--text-color);
    text-align: center;
    font-family: Open Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.metodologia .titulo-descricao hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    opacity: 1;
    width: 160px;
    height: 8px;
    background: #FF26FF;
}
.metodologia .row-carrossel .col-titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
} 
.metodologia .row-carrossel .col-texto {
    padding-right: 10%;
} 
.metodologia .row-carrossel h3 {
    color: var(--text-color);
    text-align: center;
    font-family: Open Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.metodologia .row-carrossel hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    opacity: 1;
    width: 160px;
    height: 8px;
    background: #90C;
}
.metodologia .row-carrossel p {
    color: var(--text-color);
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.889%; /* 25px */
}
.metodologia .row-carrossel strong {
    color: var(--text-color);
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.889%;
}
.metodologia .owl-dots .owl-dot span {
    border-radius: 0;
    width: 34px;
    height: 8px;
    background: #FF26FF;
}
.metodologia .owl-dots .owl-dot.active span {
    border-radius: 0;
    width: 34px;
    height: 8px;
    background: #90C;
}

.bonus{
    background: #F1F7FD;
    padding: 50px 20px 20px;
}
.bonus .titulo-descricao{
    justify-content: center;
    padding: 0 40px 40px
}
.bonus .titulo-descricao h2{
    color: var(--text-color);
    text-align: center;
    font-family: "Open Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.bonus .titulo-descricao p {
    color: var(--text-color);
    text-align: center;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bonus .row-bonus {
    margin-bottom: 60px;
    position: relative;
    min-height: 290px;
    padding: 16px;
}
.bonus .borda-1, .bonus .borda-2{
    position: absolute;
    width: 100%;
    height: 100%;    
    border-radius: 10px;
}
.bonus .borda-1{
    right: -8px;
    top: -7px;
    border: 1.5px solid #1F1FFF;
}
.bonus .borda-2{
    right: 8px;
    top: 7px;
    border: 1.5px solid #FF26FF;
}

.bonus .row-bonus .col-titulo {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 30px;
    padding-left: 80px;
}
.bonus .row-bonus .col-titulo h3{
    color: #90C;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.bonus .row-bonus .col-titulo p{
    color: var(--text-color);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bonus .row-bonus .col-titulo strong{
    color: var(--text-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.bonus .row-bonus .col-texto {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: start;
}
.bonus .row-bonus p{
    color: var(--text-color);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bonus .row-bonus strong{
    color: var(--text-color);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.faq{
    background: radial-gradient(49.52% 78.83% at 50% 50%, rgba(98, 110, 182, 0.80) 0%, #626EB6 100%);
    padding: 50px 20px 20px;
}
.faq .titulo-descricao{
    justify-content: center;
    padding: 40px;
}
.faq .titulo-descricao h2{
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.faq .titulo-descricao hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    opacity: 1;
    width: 160px;
    height: 8px;
    background: #FF26FF;
}

 .accordion{
    gap: 20px !important;
    display: flex !important;
    flex-direction: column !important;
}
 .accordion-item {
    border-radius: 20px !important;
    background: #ffffff !important;   
    border: none !important; 
}
 button.accordion-button {
    color: var(--text-color);
    text-align: center;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 20px !important;
    margin-bottom: 0;
    background: #ffffff !important;
}
 button.accordion-button p{
    color: var(--text-color);
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px !important;
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
}
 .accordion-body p {
    color: #000B4D;
    /* text-align: center; */
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
 .accordion-body {
    background: #ffffff !important;
    border-radius: 20px;
    padding: 20px 50px;
}
 .accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
 .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background: #ffffff !important; 
}
/* FIM FORMACOES */

/* INICIO ACADEMY*/

    .produtos-listagem {
        background: #1b1b1b;
        padding: 30px 0;
    }
    .produto-item-image img {
        width: 258px;
        height: 455px;
    }
    .produto-item-image {
        padding: 0 5px;
    }
    .titulo-listagem-produtos h2 {
        font-family: 'Orbitron';
        color: white;
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 30px;
    }
    .produto-destaque-image img {
        width: 386px;
        height: 257px;
        border-radius: 20px;
    }
    .produto-item {
        text-align: center;
    }
    .descricao-introducao-produtos {
        padding: 100px 0;
    }
    .titulo-destaques-produtos h2 {
        font-family: 'orbitron';
        font-weight: bold;
        font-size: 36px;
        text-align: center;
    }
    .descricao-destaques-produtos {
        text-align: center;
    }
    .produto-destaque-titulo h3 {
        font-family: 'orbitron';
        font-weight: bold;
        font-size: 24px;
        color: #000B4D;
        padding: 15px 0 0 0;
    }
    .produto-destaque-descricao p {
        font-size: 18px;
        line-height: normal;
        min-height: 96px;
        margin-bottom: 30px;
    }
    :root :where(p.has-background) {
        padding: 0.25em 0.25em;
    }
    button.botao-roxo-produtos {
        background: #9900CC;
        border: none;
        border-radius: 20px;
        padding: 10px 35px;
        font-size: 12px;
        font-weight: bold;
        color: white;
        transition: all .4s ease-in-out;
    }
    button.botao-roxo-produtos:hover {
        background: var(--primaria-4);
        transition: all .4s ease-in-out;
    }
    .produto-item:hover button.botao-roxo-produtos {
        background: var(--primaria-4);
        transition: all .4s ease-in-out;
    }
    .produtos-destaque .container-grid {
        padding: 30px 0;
        grid-gap: 50px 39px;
    }
    .produtos-destaque {
        padding: 50px 20px;
    }
    .descricao-introducao-produtos p strong {
        font-weight: bold;
    }
    .produtos-categorias {
        padding: 50px 20px;
        background: #1b1b1b;
    }
    .listagem-produtos .owl-nav {
        left: -5%;
        top: 35%;
        width: 110%;
        z-index: -1;
    }
/* FIM ACADEMY*/

/* INICIO SINGLE ACADEMY*/
    .single-produto a.instagram_professor {
        padding-bottom: unset;
    }
    .single-produto .titulo-professor h4 {
        padding: 15px 0 0;
    }
    .duvidas-frequentes {
        background: #EBF6FC;
        padding: 50px 20px;
    }
    .titulo-duvidas h2 {
        font-family: 'Orbitron';
        font-size: 30px;
        font-weight: bold;
        color: #002776;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        padding-bottom: 30px;
    }
    /* .conteudo-modal {
        text-align: center;
    } */
    .imagem-professor.professor-modal {
        text-align: center;
    }
    .titulo-professor.professor-modal {
        text-align: center;
    }
    .descricao-professor.professor-modal {
        text-align: center;
    }
    .modal-professor .modal-header {
        padding: 15px;
        position: absolute;
        border: none;
        right: 15px;
        z-index: 3;
    }
    .produto-posts-content-descricao h2 {
        font-size: 32px;
        font-weight: bold;
        font-family: 'orbitron';
    }
    .produto-single-content h1 {
        font-size: 32px;
        font-weight: bold;
        font-family: 'orbitron';
    }
    hr.wp-block-separator.has-text-color.has-alpha-channel-opacity.has-background {
        opacity: 1;
    }
    .sidebar {
        background: #EBF6FC;
        padding: 30px 30px 0;
        text-align: center;
        margin-bottom: 25px;
    }
    .listagem-side-bar .header-logo {
        width: 165px;
        height: auto;
    }
    .sidebar-intro {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .produto-single {
        padding: 50px 20px 0px;
    }
    .produtos-sidebar {
        border-top: 3px solid #9900CC;
        padding: 15px 0;
        margin-top: 15px;
    }
    .sidebar-form {
        border-top: 3px solid #9900CC;
        padding: 15px 0;
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        width: 100%;
        background: #EBF6FC;
        border: 1px solid #4B4B4B;
        padding: 7px 10px;
        font-size: 16px;
    }
    input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
        width: 100%;
        background: #EBF6FC;
        border: 1px solid #4B4B4B;
        padding: 7px 10px;
        font-size: 16px;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 100%;
        background: #EBF6FC;
        border: 1px solid #4B4B4B;
        padding: 7px 10px;
        max-height: 220px;
        font-size: 16px;
    }
    .intro-side-form p {
        font-size: 16px;
        line-height: normal;
    }
    .sidebar-intro p {
        font-size: 18px;
        line-height: normal;
    }
    .produtos-sidebar .produto-post-titulo h3 {
        color: #000B4D;
        font-size: 18px;
        text-transform: uppercase;
        border-top: 1px dotted black;
        padding: 5px 0;
    }
    .titulo-sidebar h3 {
        color: #9900CC;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
    }
    .submit-content p {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-contato {
        background: #9901CC;
        border: none;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        padding: 5px 40px;
        border-radius: 36px;
        font-size: 18px;
    }
    .descricao-academy-sidebar p {
        font-size: 16px;
        line-height: normal;
    }
    button.button-academy {
        background: #9900CC;
        border: none;
        border-radius: 36px;
        padding: 12px 30px;
        color: white;
        font-weight: bold;
    }
    .academy-sidebar {
        border-top: 3px solid #9900CC;
        padding: 30px 0;
    }
    .produto-single-content {
        padding-right: 30px;
        padding-bottom: 20px;
    }
    .produto-posts-content-descricao strong {
        font-weight: 800;
    }
    .info-professores .container-grid {
        grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
        grid-gap: 50px 50px;
    }
    .imagem-professor img {
        width: 176px !important;
        height: 176px;
        border: 5px solid white;
        border-radius: 50%;
        box-shadow: 0px 11px 44px -11px rgba(0,0,0,0.62);
    }
    a.instagram_professor {
        color: #FF26FF;
        font-size: 16px;
        padding-bottom: 20px;
    }
    .titulo-professor h4 {
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        padding: 15px 0;
    }
    .conteudo-professores {
        text-align: center;
    }
    .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p {
        margin-bottom: 0;
    }
    section.cta-produto-sidebar {
        background: linear-gradient(90deg, rgba(250, 148, 255, 1) 0%, rgba(213, 139, 231, 1) 50%, rgba(154, 125, 192, 1) 100%);
        padding: 0px 0px 30px;
    }
    .texto-cta-produto-sidebar h2 {
        font-size: 22px;
        text-transform: uppercase;
        color: white;
        font-family: 'orbitron';
        font-weight: bold;
        padding: 30px 0;
        text-align: initial;
    }
    .texto-cta-produto-sidebar p {
        font-size: 24px;
        color: white;
        margin: 0;
        text-align: initial;
    }
    .texto-cta-produto-sidebar p strong {
        font-weight: 700;
    }
    button.button-cta {
        padding: 0;
        border-radius: 36px;
        background: #A7D9E5;
        border: none;
        color: var(--text-color);
        padding: 12px 15px;
        font-weight: 900;
        margin-top: 30px;
        box-shadow: inset 0px -7px 24px -6px #4c4c4c;
        font-size: 21px;    
    }
    .cta-chamada-venda {
        background: linear-gradient(133deg, rgba(250, 148, 255, 1) 14%, rgba(186, 133, 213, 1) 60%, rgba(155, 125, 193, 1) 100%);
        padding: 50px 20px;
    }
    .texto-cta-chamada-venda h2 {
        font-family: 'Orbitron';
        font-size: 34px;
        text-align: center;
        font-weight: bold;
        color: white;
    }
    .texto-cta-chamada-venda p {
        text-align: center;
        padding: 10px 0 20px;
        color: white;
        font-size: 32px;
        line-height: 1.1;
    }
    .texto-cta-chamada-venda h3 {
        font-family: 'Orbitron';
        text-align: center;
        font-weight: bold;
        color: white;
    }
    .produto-posts-content-descricao h3 {
        FONT-WEIGHT: BOLD;
        FONT-SIZE: 24PX;
    }
    .imagem-cta-produto-sidebar {
        padding: 0;
    }
    .produto-posts-content-descricao H2 strong {
        FONT-WEIGHT: 400;
        FONT-SIZE: 24PX;
    }
    .banner-single-produto {
        /* padding: 130px 20px; */
        padding: 130px 20px 0;
        min-height: 500px;
        align-items: center;
    }
    .banner-single-produto .row {
        text-align: center;
    }
    .banner-single-produto .container-fluid {
        min-height: 340px;
    }
    .logo-banner-produtos {
        text-align: center;
    }
    .logo-banner-produtos img {
        max-width: 335px;
    }
    .descricao-banner-produtos p {
        /* font-size: 30px; */
        color: white;
        font-size: 32px;
        text-shadow: 0.1em 0.1em 0.2em black;
        color: white;
        font-weight: bold;
    }
    .descricao-banner-produtos {
        padding-top: 15px;
    }
    .banner-single-produto button.button-cta {
        margin-top: 15px;
    }
    .texto-cta-produto-sidebar {
        text-align: center;
        padding: 0 30px;
    }
    .cta-academy {
        background: radial-gradient(68.86% 60.42% at 50% 58.17%, rgb(159 131 198) 0%, #8f79c1 74.09%);
        padding: 80px 20px;
    }
    .titulo-cta-academy h2 {
        color: #A7D9E5;
        font-family: 'Orbitron';
        font-size: 36px;
        text-align: center;
        font-weight: bold;
        padding-bottom: 30px;
    }
   
    button.button-cta-academy {
        padding: 0;
        border-radius: 36px;
        background: #A7D9E5;
        border: none;
        color: var(--text-color);
        padding: 12px 20px;
        font-weight: 900;
        margin-top: 30px;
        box-shadow: inset 0px -7px 24px -9px #4c4c4c;
        font-size: 21px;
    }
    .cta-academy a {
        text-align: center;
    }
    .produto-single ::marker {
        color: black;
    }
    .produto-single li {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .cta-academy .quadro img {
        background: #6a36a4;
        border-radius: 30px;
        padding: 30px;
        height: 100%;
    }
    .cta-academy .quadro {
        border: 10px solid #A7D9E5;
        border-radius: 30px;
        position: relative;
        /* height: 100%; */
        max-width: 500px;
    }
    .cta-academy .botao {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
    }
    .cta-academy .botao a {
        background: #FF26FF;
        font-size: 24px;
        color: white;
        font-weight: 900;
        padding: 10px 30px;
        border-radius: 30px;
    }
    
    .slides-videos {
        padding: 0px 0 50px;
    }
    .titulo-videos {
        padding-bottom: 10px;
    }
    .owl-slider-video .item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px;
    }
    .owl-slider-video {
        max-width: 1150px; /* Largura máxima do slider */
        margin: 0 auto;   /* Centraliza o slider */
    }
    .owl-slider-video .owl-nav {
        left: -5%;
        width: 110%;
        z-index: 2;
    }
    .owl-slider-video button.owl-prev {
            position: absolute;
            left: 0;
            bottom: 10%;
            height: 100%;
    }
    .owl-slider-video button.owl-next {
        position: absolute;
        right: 0%;
        bottom: 10%;
        height: 100%;
    }
/* FIM SINGLE ACADEMY*/

/* PSILINK EXPERIENCE */
    .texto-formulario {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .experience .produto-single-content h1 {
        font-size: 36px;
        margin: unset;
    }
    .experience .produto-single-content h3 {
        font-family: 'orbitron';
        padding-top: 30px;
        font-size: 32px;
    }
    .experience .produto-single-content h4 {
        font-family: 'orbitron';
        font-size: 21px;
        font-weight: 200;
        padding-bottom: 15px;
    }
    .experience .produto-single-content h5 {
        padding: 0 15px;
        font-weight: bold;
        font-size: 24px;
    }
    .experience hr.wp-block-separator {
        max-width: 620px;
    }
    .experience .produto-single-content form {
        background: #FF26FF;
        padding: 20px;
        border-radius: 15px;
    }
    .experience .produto-single-content form h2 {
        color: white;
        font-size: 24px !important;
        text-align: center;
        padding-bottom: 10px;
    }
    
    .experience .texto-formulario p {
        color: white;
    }
    .experience .produto-single-content input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-contato {
        background: #EBF6FC;
        border-radius: 7px;
        padding: 5px 20px;
        color: #FF26FF;
        text-transform: math-auto;
    }
    .experience .produto-single-content input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        border: none;
    }
    .experience .produto-single-content input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
        border: none;
    }
    .experience .produto-posts-content-descricao strong {
        font-weight: bold;
    }
    button.button-experience {
        background: #D5EDF9;
        border-radius: 7px;
        padding: 12px 30px;
        color: #FF26FF;
        text-transform: math-auto;
        border: none;
        font-weight: bold;
    }
    section.cta-experience {
        background: var(--primaria-3);
        padding: 50px 20px;
    }
    .conteudo-cta-experience {
        display: flex;
        justify-content: center;
        gap: 30px;
        align-items: center;
    }
    .conteudo-cta-experience h2 {
        font-family: 'orbitron';
        color: white;
        font-size: 36px;
        font-weight: bold;
    }
    .experience .produto-single-content .titulo-professor h4 {
        font-weight: bold;
        font-size: 18px;
        font-family: 'Open Sans';
    }
    .imagem-extra-modal img {
        max-width: 100px;
        height: auto;
    }
    .experience .descricao-professor.professor-modal {
        min-height: unset;
    }
    .item_img_efect {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: var(--primaria_1);
        opacity: 0.8;
        transition: all .3s ease-in-out;
        display: none;
        justify-content: center;
        align-items: center;
    }
    .item_img_efect_svg {
        padding: 5px;
        border-radius: 5px;
        display: none;
    }
    .item_img_efect svg {
        fill: white;
    }
    article:hover .item_img_efect {
        display: flex;
    }
    article:hover .item_img_efect_svg {
        display: flex;
    }
    .img-gallery:hover .item_img_efect {
        display: flex;
    }
    .img-gallery:hover .item_img_efect_svg {
        display: flex;
    }
    .item_img{
        text-align: center;
        position: relative;
    }
    .item_img img {
        width: 100%;
        height: auto;
    }    
    .item_img a {
        display: flex;
        justify-content: center;
    }
    .carrossel-experience .item_img img {
        height: 180px;
        width: 240px;
    }
    .carrossel-experience button.owl-next {
        position: absolute;
        right: -3%;
        bottom: -25px;
        height: 100%;
    }
    .carrossel-experience button.owl-prev {
        position: absolute;
        left: -3%;
        bottom: -25px;
        height: 100%;
    }
    .galeria-experience {
        background: #EBF6FC;
        padding: 50px 20px 70px;
    }
    .galeria-experience h2 {
        font-size: 32px;
        color: #FF26FF;
        font-weight: bold;
        text-align: center;
        padding-bottom: 30px;
    }
    /* FIM PSILINK EXPERIENCE */

/* IMERSÃO TE FOZ IGUAÇU */
    .te-psilinkexperience .info-professores .container-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 50px 30px;
    }
    .te-psilinkexperience .titulo-professor h4 {
        min-height: 73px;
    }
    .te-psilinkexperience .produto-single-content h1 {
        font-size: 30px;
    }
    .te-psilinkexperience .produto-posts-content-descricao h3 {
        FONT-SIZE: 21PX;
        padding-top: 20px;
    }
    .te-psilinkexperience .produto-posts-content-descricao h2 {
        font-size: 24px;
        padding-top: 20px;
    }
    .te-psilinkexperience .texto-cta-produto-sidebar {
        padding: 30px 30px 0px;
    }
    .te-psilinkexperience .produto-single-content p {
        font-size: 16px;
    }
    .te-psilinkexperience .produto-single-content a {
        font-size: 16px;
    }
    .te-psilinkexperience a.wp-block-button__link.wp-element-button {
        line-height: 1.2;
    }
    .te-psilinkexperience figure.wp-block-embed.is-type-video {
        text-align: center;
    }
    .te-psilinkexperience .wp-block-columns.has-background {
        border-radius: 15px;
    }
    .te-psilinkexperience .produto-single-content {
        padding-right: 18px;
    }
    .te-psilinkexperience .is-layout-flex {
        display: flex;
        gap: 10px;
    }
    .te-psilinkexperience a.wp-block-button__link.wp-element-button {
        font-size: 16px;
    }
    #escolha-o-pacote.te-psilinkexperience span {
        background: #000000;
        /* border-radius: 15px; */
        padding: 0 10px;
    }
    .beneficios-iguacu .titulo-principal-beneficio h3 {
        FONT-SIZE: 21PX;
        font-weight: bold;
    }
    .beneficios-iguacu .titulo-beneficio p {
        font-weight: bold;
        margin-bottom: 5px;
    }
    .beneficios-iguacu .descricao-beneficio p {
        margin-bottom: unset;
        font-size: 16px;
    }
    .beneficios-iguacu .container-grid {
        padding: 20px 0px 10px;
    }
    .beneficios-iguacu .conteudo-beneficios {
        background: #D5EDF9;
        border-radius: 15px;
        padding: 20px 50px;
    }
    .professores-iguacu a.instagram_professor {
        padding-bottom: unset;
    }
    .professores-iguacu .descricao-professor {
        padding-bottom: 15px;
    }
    .imagem-pacote img {
        /* max-width: 206px; */
        max-height: 219px;
        width: auto !important;
    }
    .item-pacote {
        background: #FAF8F8;
        border-radius: 15px;
        padding: 20px 10px;
        height: 100%;
        max-width: 547px;
    }
    .te-psilinkexperience .item-pacote {
        min-width: 547px;
    }
    #escolha-o-pacote .container-grid {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        grid-gap: 30px 15px;
        padding: 30px 0 0;
        justify-items: center;
    }
    #escolha-o-pacote .titulo-escolha-pacote h2 {
        font-family: 'Orbitron';
        font-size: 30px;
        text-align: center;
        color: #A7D9E5;
    }
    #escolha-o-pacote .chamada-aluno {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
        padding: 30px 0 0;
    }
    #escolha-o-pacote .chamada-aluno h3 {
        color: white;
        font-weight: bold;
        font-size: 24px;
    }
    #escolha-o-pacote .aluno {
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: center;
        padding: 30px 0 0;
    }
    #escolha-o-pacote .aluno button.button-cta {
        background: #9900CC;
        border: none;
        border-radius: 36px;
        padding: 12px 30px;
        color: white;
        font-weight: bold;
    }
    #escolha-o-pacote .aluno h3 {
        color: white;
        font-weight: bold;
    }
    .wp-block-embed__wrapper {
        text-align: center;
    }
    .titulo-pacote h2 {
        font-family: 'Orbitron';
        font-size: 32px;
        text-align: center;
        font-weight: bold;
        margin: unset;
    }
    .titulo-pacote p {
        text-align: center;
        font-size: 18px;
        /* color: red; */
        margin: unset;
        font-weight: 800;
    }
    .titulo-pacote {
        min-height: 68px;
    }
    .imagem-pacote {
        text-align: center;
        padding: 10px 0 30px;
    }
    .te-psilinkexperience .imagem-pacote {
        padding: 10px 15px 30px;
    }
    #escolha-o-pacote button.button-cta {
        margin: unset;
    }
    #escolha-o-pacote button.button-cta {
        margin: unset;
    }
    .item-pacote a {
        display: flex;
        justify-content: center;
    }
    .descricao-pacote ul li::marker {
        color: black;
    }
    .titulo-pacotes h2 {
        color: #A7D9E5;
        font-family: 'Orbitron';
        font-size: 32px;
        text-align: center;
        font-weight: bold;
        margin: unset;
    }
    .subtitulo-pacote h2 {
        font-size: 24px;
        text-align: center;
        font-weight: 800;
    }
    .texto-pacote {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        /* height: 100%;
        max-height: 500px; */
    }
    .item-pacote.item-niveis-pacote {
        height: auto;
        margin-top: 30px;
        padding: 20px;
    }
    .item-pacote.item-niveis-pacote h2 {
        font-size: 24px;
        font-weight: bold;
        font-family: 'orbitron';
    }
    .item-pacote.item-niveis-pacote strong {
        font-weight: bold;
    }
    .produto-single.te-psilinkexperience {
        padding: 50px 20px 20px;
    }
    .beneficios-iguacu {
        padding-bottom: 50px;
    }
    #escolha-o-pacote {
        padding: 50px 20px;
    }
    .professores-iguacu {
        padding: 50px 20px;
    }
    .professores-iguacu .titulo-professores h2 {
        font-family: 'Orbitron';
        font-weight: bold;
        font-size: 32px;
    }
    .modal-header.modal-title-2 {
        flex-direction: column;
    }
/* FIM IMERSÃO TE FOZ IGUAÇU */

/* INICIO PODCASTS */

    .titulo-podcast h1 {
        text-align: center;
        padding-bottom: 32px;
    }
    .documentos-live {
        border: 2px solid;
        border-radius: 10px;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .documentos-titulos {
        background: black;
        display: flex;
        border-radius: 6px 6px 0 0;
        align-items: center;
        gap: 10px;
        padding: 15px;
    }
    .documentos-titulos h3{
        color: white;
        font-size: 21px;
        font-weight: 600;
    }
    .documento h3{
        color: black;
        font-size: 21px;
        font-weight: 600;
    }
    .documento {
        display: flex;
        gap: 10px;
        justify-content: left;
        align-items: center;
        padding: 10px 20px;
    }
    .documentos-live .documento svg{
        fill: black;
        width: 60px;
        height: 60px;
    }
    .podcast-sidebar{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .podcast-sidebar .descricao-academy-sidebar p {
        font-size: 18px;
        line-height: normal;
    }
    .podcast-sidebar-anteriores{
        align-items: start !important;
        justify-content: start !important;
    }
    .podcast-sidebar-icone {
        padding: 35px;
        max-width: 300px;
        /* text-align: center; */
    }

    .episodios-anteriores {
        border-bottom: 2px dotted black;
        text-align: start;
        padding: 30px 0;
        width: 100%;
    }
    .episodios-anteriores:last-child {
        border-bottom: none;    
    }
    .podcast-sidebar-anteriores h2{
        text-align: center;
        text-transform: uppercase;
        color: #9900CC;
        font-size: 21px;
        width: 100%;
        font-weight: 600;
    }
    .episodios-anteriores h3 , .episodios-anteriores a{
        color: #000B4D;
        font-size: 16px;
    }

    /* modal popup formacao_mkt */
    .modal-formacao-mkt .row-banner{
        background-color: black;
        /* border-radius: 15px;   */
        padding: 14px 0;  
        margin-top: -13px;
        align-items: center;
    }
    .modal-formacao-mkt .col-texto .texto-1{
        color: white; 
        font-size: 20px; 
        padding-top : 10px; 
        line-height: 1.1
    }
    .modal-formacao-mkt .col-texto .texto-2{
        color: white; 
        font-size: 15px; 
        line-height: 1.1;
        margin-bottom:0;
    }
    .modal-formacao-mkt .col-texto .texto-2 b{
        text-decoration: underline;
    }
    .modal-formacao-mkt .modal-content {
        border-radius: 0px !important;
    }

    @-moz-document url-prefix() {
        .modal-formacao-mkt .modal-body {        
            padding: 1rem 0 0;
        }
    }



    /* MODAL */
    .modal-rs .modal-dialog{
        position: fixed;
        background: #000000d4;
        width: 100%;
        height: 100%;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100000;
        opacity: 1;        
        transition: all 2s ease-in-out;
        transition-delay: 500ms;
        pointer-events: unset;
    }
    .modal-rs .modal-dialog button.close {
        color: red;
        font-size: 40px;
        border: none;
        background: transparent;
        top: -10px;
        right: -10px;
        position: relative;
    }
    .modal-rs .modal-content {
        width: 100%;
        max-width: 767px;
        background: #EBF6FC;
        padding: 20px;
        border-radius: 20px;
        max-height: 100vh;
    }
    input.form-control {
        border: 1px solid #4B4B4B;
        background: none;
    }
    textarea.form-control {
        border: 1px solid #4B4B4B;
        background: none;
        border-radius: none;
    }
    button#submit-contato-2 {
        background: #9901CC;
        border: none;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 36px;
    }
    p.modal-title-2 {
        color: #9900CC;
        font-weight: bold;
    }
    .modal-body label {
        font-weight: bold;
        color: #4B4B4B;
    }
    .modal-rs .modal-title {
        margin-bottom: 20px;
        font-size: 25px;
    }
    .modal-rs .modal-dialog button#submit-contato {
        border: 1px solid;
        background: #9cb5e5;
        font-size: 20px;
        font-weight: 600;
        color: #000b4d;
    }
    .btn-form-contato_col {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 50px;
    }
    .alert {
        margin-bottom: none;
    }

/* FIM PODCASTS */

/* INICIO PSIPLACE */
    .categorias-psiplace {
        display: flex;
        justify-content: center;
        gap: 15px;
        align-items: center;
    }
    .page-id-6 .categorias-psiplace {
        padding-bottom: 20px;
    }
    .imagem-modal-psiplace img {
        max-width: 390px;
        height: auto;
        margin-bottom: 10px;
    }
    .professores-psiplace {
        background: #EBF6FC;
        padding: 50px 20px;
    }
    .conteudo-professores-psiplace {
        text-align: center;
    }
    .horas-modal-psiplace p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .professores-psiplace .container-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        grid-gap: 50px 25px;
        padding: 30px 0px;
    }
    .professores-psiplace .descricao-professor p {
        text-align: center;
        font-size: 15px;
        line-height: 1.2;
    }
    .professores-psiplace .titulo-professor h4 {
        text-align: center;
        margin: unset;
        padding: 10px 0 3px;
        text-transform: capitalize;
        min-height: 56px;
    }
    .professores-psiplace .descricao-professor p {
        text-align: center;
        font-size: 15px;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* min-height: 37px; */
        margin-bottom: 5px;
    }
    .descricao-professor {
        min-height: 70px;
    }
    .modal-professor.psiplace {
        max-width: 70%;
    }
    .modal-professor.psiplace ul.redes-sociais {
        display: flex;
        gap: 10px 20px;
        list-style: none;
        padding: 10px 0;
        flex-wrap: wrap;
    }
    .modal-professor.psiplace ul.redes-sociais li {
        font-size: 15px;
        font-weight: 900;
        color: black;
        display: flex;
        gap: 5px;
        align-items: center;
    }
    .modal-professor.psiplace ul.redes-sociais li a {
        font-size: 15px;
        font-weight: 900;
        color: black;
    }
    .modal-professor.psiplace .modal-body {
        padding: 50px;
    }
    .descricao-modal-psi {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .tags-psiplace .tag-name:nth-child(1) {
        background: #9900CC;
    }
    .tags-psiplace .tag-name:nth-child(2) {
        background: #FF26FF;
    }
    .tags-psiplace .tag-name:nth-child(3) {
        background: #7ECADC;
    }
    .tags-psiplace .tag-name:nth-child(4) {
        background: #1F1FFF;
    }
    .tags-psiplace .tag-name:nth-child(5) {
        background: #00BBFF;
    }
    .tag-name {
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-weight: bold;
    }
    .tags-psiplace {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    .titulo-modal-psiplace h4 {
        font-weight: bold;
        font-size: 22px;
    }
    .descricao-modal-psiplace p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .descricao-modal-psiplace.resumo p {
        font-weight: bold;
    }
    .descricao-modal-psiplace.resumo {
        font-weight: bold;
    }
    .descricao-modal-psiplace.resumo {
        display: flex;
        gap: 5px;
        align-items: baseline;
    }
    .cidade-modal-psiplace p {
        font-size: 14px;
        font-style: italic;
        margin-bottom: 5px;
    }
    .item-academy {
        display: flex;
    }
    .produto-item-psi-image img {
        max-width: 130px;
        height: 230px;
    }
    .item-academy:nth-child(1) .produto-item-psi-image img {
        border: 5px solid black;
    }
    .item-academy:nth-child(2) .produto-item-psi-image img {
        border: 5px solid #D8149F;
    }
    .item-academy:nth-child(3) .produto-item-psi-image img {
        border: 5px solid #A7D9E5;
    }
    .listagem-produtos-acesse {
        display: flex;
    }
    .titulo-acesse h2 {
        text-align: center;
        font-family: 'Orbitron';
        color: #A7D9E5;
        font-size: 36px;
        padding-bottom: 5px;
        font-weight: bold;
    }
    .descricao-acesse p {
        color: white;
        text-align: center;
        padding-bottom: 30px;
    }
    .acesse-academy {
        padding: 50px 20px;
    }
    .acesse-academy a {
        text-align: center;
        padding: 30px 0 0;
    }
    .acesse-academy button.button-academy {
        font-size: 15px;
    }
    .conteudo-professores-psiplace button.botao-azul {
        padding: 1px 7px;
        font-size: 14px;
    }
/* FIM PSIPLACE */


/* INICIO CONTATO */
    .titulo-contato h1 {
        text-align: center;
        color: #9900CC;
        font-size: 21px;
        font-weight: bold;
    }
    .descricao-contato {
        text-align: center;
        padding-bottom: 30px;
    }
    .cta-contato {
        padding: 50px 20px;
    }
    .cta-contato .container {
        position: relative;
    }
    .redes-contato {
        position: absolute;
        left: 0;
        bottom: 40px;
        max-width: 255px;
    }
    .redes-contato ul.redes-footer {
        gap: 10px !important;
    }
    .cta-contato .submit-content p {
        align-items: end;
    }
/* FIM CONTATO */

/* INICIO FOOTER */
.footer{
    background: rgb(0,5,16);
    background: linear-gradient(180deg, rgba(0,5,16,1) 0%, rgba(0,39,118,1) 90%);
}
.footer li {
    text-align: center;
}
.footer svg {
    max-height: 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
}
ul.redes-footer {
    list-style: none;
    display: flex;
    margin: unset;
    padding: unset;
    gap: 20px !important;
    justify-content: center;
}
.footer-mapa ul {
    display: flex;
    gap: 100px;
}
.footer-navegacao {
    display: flex;
    justify-content: center;
    align-items: center;
}
.titulo-solucao-footer p {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.titulo-solucao-footer strong {
    font-weight: 400;
}
.listagem-categorias ul {
    padding: 0;
    list-style: none;
}
::marker {
    color: white;
    font-size: 12px;
}
.footer-publicacoes li {
    padding-bottom: 20px;
}
.copyright {
    background: linear-gradient(89deg, #1069CF -57.73%, #53EDEB 77.14%);
    box-shadow: -4px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
.logo-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-mapa li.menu-item {
    padding-bottom: 20px;
}
.footer-mapa ul li a {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer-mapa ul {
    list-style: none;
    padding: unset;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    row-gap: 40px;
}
.footer-mapa ul li a:hover {
    font-weight: 700;
}
footer {
    padding: 30px 0;
}
.descricao-footer p {
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 147.539%;
    margin: 0;
}
.titulo-footer p {
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 147.539%;
    text-transform: uppercase;
}
.titulo-post-footer p {
    color: #FFF;
    font-family: 'Generica', Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.footer-publicacoes ul {
    list-style: none;
    padding: unset;
    margin: unset;
}
.titulo-post-footer strong {
    font-weight: 700;
    font-family: 'Generica Bold', Arial;
}
.copyright p {
    color: #032548;
    text-align: center;
    font-family: Jost;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 149.4%;
    padding: 15px 0;
}
.copyright a {
    color: #032548;
    text-align: center;
    font-family: Jost;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 149.4%;
}
.titulo-post-footer {
    border-radius: 9.775px;
    background: linear-gradient(141deg, #1069CF 16.39%, #53EDEB 127.26%);
    padding: 15px 10px;
    max-width: 235px;
}

/* INICIO FOOTER */
.copyright{
    background: #90C;
    padding: 7px;
}
.copyright p{
    color: #FFF;
    text-align: center;
     font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 123.6%; /* 17.304px */
}
.copyright a{
    color: #FFF;
    text-align: center;
     font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 123.6%; /* 17.304px */
}
.copyright .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright img{
    max-width: 220px;
}
    /** BTN TOP **/
    .div-gotop {
        opacity: 0;
        display: block;
        position: fixed;
        right: 40px;
        bottom: 110px;
        z-index: 3000;
    }
    .div-gotop button.gotop {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffffa1;
        outline: 0 !important;
        box-shadow: none;
        border: 0px solid;
        text-shadow: none;
        cursor: pointer;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .div-gotop button.gotop img {
        width: 50px;
    }
    .div-gotop.active {
        opacity: 1;
        /* background: white;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; */
    } 
    .gotop svg {
        width: 60px;
        height: 60px;
        fill:#000
    }
    .div-gotop.active:hover {
        background: var(--primaria-5);
    }
    .div-gotop.active button.gotop {
        animation: 1.5s ease-out 0s 1 slideInFromTop;
    }
/* FIM GOTOP */

/* FIM FOOTER */



/** INICIO DO MEDIA */
    @media screen and (min-width: 2000px) {
        /* INICIO FORMACOES 2000PX */
        .professores .modal-professor .foto-bandeira {
            width: 15%;
        }
    }   
    @media screen and (max-width: 1700px){

    }

    @media screen and (max-width: 1550px){

    }

    @media screen and (max-width: 1499px){

    }

    @media screen and (min-width: 1399px) and (max-width: 1999px){
        /* INICIO FORMACOES 1399PX */
        .professores .modal-professor .foto-bandeira {
            width: 20%;
        }
    

    }

    @media screen and (max-width: 1399px){
        /* .item-pacote {
            max-width: 273px;
        } */
        .ancoras ul {
            gap: 30px;
        }
        .professores-listagem.categorias-professores .container-grid {
            grid-template-columns: repeat(auto-fit, minmax(217px, 1fr));
        }
        .col-lg-4.imagem-fundo-app {
            display: flex;
            padding: 0;
        }
        .subtitulo-app {
            padding-right: 158px;
        }
        .sobre-home h4 {
            font-size: 24px;
            margin-bottom: 20px;
        }
        .sobre-home h3 {
            font-size: 28px;
        }
        .sobre-home h2 {
            font-size: 32px;
        }
        .descricao-banner-produtos p {
            font-size: 28px;
        }
        button.button-academy {
            padding: 12px 20px;
            font-size: 16px;
        }
        .info-professores .container-grid {
            grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
            grid-gap: 50px 30px;
        }
        .produto-posts-content-descricao h2 {
            font-size: 28px;
        }
        .produto-destaque-image img {
            width: 386px;
            height: 220px;
            border-radius: 20px;
        }
        .titulo-cta-academy h2 {
            font-size: 30px;
        }
        .cta-academy {
            padding: 50px 20px;
        }
        .produto-item-image img {
            height: 380px;
        }
        .imagem-fundo-app img {
            max-height: 500px;
        }
        .subtitulo-app h3 {
            font-size: 28px;
        }
        .titulo-app h2 {
            padding-top: 20px;
        }
        .imagem-fundo-app {
            align-items: end;
        }
        .descricao-pacote ul li {
            font-size: 15px;
        }
        .footer-mapa ul {
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            column-gap: 100px;
            row-gap: 40px;
        }
    }

    @media screen and (max-width: 1199px){
        .te-psilinkexperience .item-pacote {
            min-width: unset;
        }
        .item-pacote {
            min-width: unset;
        }
        #escolha-o-pacote .chamada-aluno {
            flex-direction: column;
            text-align: center;
        }
        .subtitulo-app {
            padding-right: unset;
        }
        .produto-posts-content-descricao h2 {
            font-size: 24px;
        }
        .produto-single-content h1 {
            font-size: 28px;
        }
        button.button-cta {
            padding: 12px 12px;
            margin-top: 20px;
            font-size: 16px;
        }
        .texto-cta-produto-sidebar h2 {
            font-size: 20px;
            padding: 20px 0;
        }
        .texto-cta-produto-sidebar p {
            font-size: 20px;
        }
        .texto-pacote {
            height: auto;
        }
         /* INICIO FORMACOES 1199PX */
         .ancoras ul {
             gap: 15px;
            }
        /* FIM FORMACOES 1199PX */
    }

    @media screen and (max-width: 991px){
        #escolha-o-pacote .titulo-escolha-pacote h2 {
            font-size: 24px;
        }
        .wa__btn_popup {
            right: 15px;
        }
        .div-gotop {
            right: 15px;
        }
        .owl-slider-video .owl-nav {
            width: 100%;
            display: block;
            position: unset;
        }
        .te-psilinkexperience .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
            font-size: 16px;
        }
        .categorias-psiplace {
            flex-wrap: wrap;
        }
        .te-psilinkexperience .wp-block-columns.has-background {
            padding: 15px;
        }
        .te-psilinkexperience .produto-posts-content-descricao h2 {
            font-size: 21px;
        }
        /* .wp-block-embed iframe {
            max-width: 100%;
            height: auto;
        } */
        .subtitulo-pacote h2 {
            font-size: 20px;
        }
        .galeria-experience h2 {
            font-size: 28px;
            padding-bottom: 20px;
        }
        .professores-iguacu .titulo-professores h2 {
            font-size: 28px;
        }
        .experience .produto-single-content h3 {
            font-size: 28px;
            text-align: center;
        }
        .experience .produto-single-content h4 {
            font-size: 19px;
            text-align: center;
        }
        .experience .professores-iguacu {
            padding: 50px 0px;
        }
        .conteudo-cta-experience h2 {
            font-size: 28px;
            text-align: center;
        }
        .experience .produto-single-content h1 {
            font-size: 26px;
            margin: unset;
        }
        .experience .produto-posts-content-descricao h2 {
            font-size: 21px;
            text-align: center;
        }
        .conteudo-cta-experience {
            flex-direction: column;
            gap: 15px;
        }
        .texto-formulario {
            flex-direction: column-reverse;
            gap: unset;
        }
        .banner-te {
            flex-direction: column;
            padding: 0 0 30px 0;
            gap: unset;
        }
        .banner .titulo-banner-te h2 {
            font-size: 24px;
            font-weight: normal;
            margin-bottom: 30px
        }
        .subtitulo-banner-te {
            display: none;
        }
        .banner-te input.form-control {
            margin-bottom: 10px;
        }
        .single-produto #escolha-o-pacote .container-grid {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding: 0;
        }
        #escolha-o-pacote {
            padding: 30px 20px;
        }
        .cta-chamada-venda {
            padding: 30px 20px;
        }
        .titulo-pacote h2 {
            font-size: 24px;
        }
        .item-pacote {
            min-width: unset;
        }
        .texto-cta-chamada-venda h2 {
            font-size: 28px;
        }
        .texto-cta-chamada-venda p {
            font-size: 24px;
        }
        .texto-cta-chamada-venda h3 {
            font-size: 24px;
        }
        .modal-professor.psiplace {
            max-width: 90%;
            margin-right: auto;
            margin-left: auto;
        }
        .imagem-modal-psiplace img {
            max-width: 440px;
            margin-bottom: 10px;
        }
        .modal-professor.psiplace .modal-body {
            padding: 30px;
        }
        .modal-professor.psiplace ul.redes-sociais {
            justify-content: center;
        }
        .tags-psiplace {
            justify-content: center;
        }
        p.hashtag {
            font-size: 14px;
            margin: unset;
        }
        .imagem-modal-psiplace {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        .beneficios-iguacu .container-grid {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }
        .beneficios-iguacu .conteudo-beneficios {
            border-radius: 15px;
            padding: 20px 20px;
        }
        #escolha-o-pacote .owl-theme .owl-nav {
            top: 45%;
        }
        .imagem-pacote {
            display: flex;
            justify-content: center;
        }
        /* .item-pacote {
            margin: 0 60px;
        } */
        .cta-academy .quadro {
            border: 3px solid #A7D9E5;
        }
        .row-quadro {
            flex-direction: column;
            align-items: center;
        }
        .cta-academy {
            padding: 30px 20px 60px;
        }
        .imagem-fundo-app img {
            max-height: unset;
        }
        .imagem-fundo-app img {
            max-width: 450px;
        }
        .separacao-svg {
            justify-content: center;
            position: relative;
            top: -20px;
            width: 100%;
        }
        .titulo-app h2 {
            padding-top: 0px;
        }
        .imagens-apps {
            padding-bottom: 30px;
            text-align: center;
        }
        .imagem-fundo-app {
            justify-content: center;
        }
        .professores-listagem.categorias-professores .titulo-professor h4 {
            min-height: unset;
            margin-bottom: 10px;
        }
        .descricao-principal-professores p {
            font-size: 18px;
            padding: 10px 0;
        }
        .divisao-sobre svg {
            width: 100%;
        }
        .col-12.col-lg-5.col-sobre a {
            text-align: center;
            display: flex;
            justify-content: center;
            padding: 15px 0 0;
        }
        .sobre-home p{
            max-width: unset;
        }
        .divisao-sobre {
            text-align: center;
            padding: 30px 0;
        }
        .titulo-professor h4 {
            padding: 15px 0 0;
        }
        .produto-single-content h1 {
            font-size: 24px;
            text-align: center;
        }
        .produto-single-content {
            padding-right: 12px;
        }
        .info-professores .container-grid {
            grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
        }
        aside.listagem-side-bar {
            display: flex;
            flex-direction: column-reverse;
        }
        .produto-destaque-descricao p {
            font-size: 18px;
            min-height: unset;
            margin-bottom: 20px;
        }
        .titulo-listagem-produtos h2 {
            font-size: 28px;
            padding-bottom: 15px;
        }
        .produtos-categorias {
            padding: 30px 20px;
        }
        .descricao-introducao-produtos {
            padding: 30px 20px;
        }
    
        .produtos-destaque {
            padding: 30px 20px;
        }
        .produto-item-image img {
            width: 258px !important;
        }
        .produto-item-image {
            display: flex;
            justify-content: center;
        }
        .listagem-produtos .owl-nav {
            left: -3.5%;
            top: 35%;
            width: 107%;
        }
        /* HEADER 991 */
        .container.header-container {
            max-width: 1000px !important;
        }
        .menu-item:last-child {
            border: none;
        }
        ul#menu-menu-principal {
            gap: 0px;
        }
        .navbar-nav li {
            padding: 20px 0;
        }
        header .menu-item {
            border-bottom: 2px solid #90C;
            width: 50%;
            display: flex;
            justify-content: center;
        }
        header #navegacao .menu-item a {
            color: var(--text-color);
            font-size: 20px;
            font-weight: 400;
            text-align: center;
            font-family: "Open Sans";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
        header #navegacao .current-menu-item a {
            color: var(--text-color);
            font-size: 20px;
            font-weight: 700;
            text-align: center;
            font-family: "Open Sans";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
        header ul#menu-menu-principal {
            padding: 0;
        }
        header .menu-item {
            width: 90%;
            text-align: center;
            background: #f6f6f6;
        }
        header .menu-itens-content label {
            margin-left: 15px;
            margin-bottom: 10px;
        }
        header div#navegacao {
            background: #f6f6f6;
        }
        .search-main-header {
            margin-right: 15px;
            margin-bottom: 10px;
        }
        .header-logo {
            padding-bottom: 15px;
        }
        .container.header-container {
            padding: 0;
        }
        header {
            padding: 0;
        }
        nav.container-fluid.navbar.navbar-expand-lg {
            padding: 0;
        }
        .menu-itens-content.d-flex.d-lg-none {
            padding-top: 15px;
        }
        .menu-itens-content {
            width: 100%;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .header-logo {
            width: 120px;
        }
        .search-main-header.d-flex.d-lg-none {
            width: 50px;
        }
        /* FIM HEADER 991 */


        /* INICIO HOME 991 PX */
            .col-banner{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .col-banner-button{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            .banner h2{
                font-size: 32px;
                font-style: normal;
                font-weight: 700;
            }
            .banner h3{
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
            }
            .banner p{
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 138.889%;
            }
            .banner strong{
                color: #000;
                font-family: "Open Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 138.889%; /* 22.222px */
            }
            .banner .botao-roxo {
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
            }
            .banner .row-banner{
                align-items: center;
                padding: 80px 0;
            }
            .sobre-home h2{
                font-size: 34px;
            }
            .sobre-home h3{
                font-size: 30px;
                line-height: 1.4; 
                margin-bottom: 20px;
            }
            .sobre-home h4{
                font-size: 26px;
                line-height: 1.4; 
            }
            .sobre-home p{
                font-family: "Open Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
            }
            .sobre-home strong{
                font-family: "Open Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
            }
            .sobre-home .botao-roxo {
                color: #FFF;
                text-align: center;
                font-family: "Open Sans";
                font-size: 12.901px;
                font-style: normal;
                font-weight: 800;
                padding: 12px 20px;
            }
            .sobre-home{
                padding: 80px 0;
            }
            .sobre-home .row-sobre{
                align-items: center;
            }
            .sobre-home .row-sobre-1{
                padding-bottom: 80px;
            }



            .investimento-home .row-quadro{
                gap: 25px !important;
            }
            .investimento-home .sub-texto{
                position: relative !important;
                bottom: unset !important;
            }
           
        /* FIM HOME 991PPX */

        
        /* INICIO FORMACOES 991PX */
        .ancoras ul {
            flex-direction: column; 
            padding: 20px 10px;
        }
        .ancoras hr {
            margin: 0;
            color: inherit;
            border: 0;
            border-top: 1px solid white;
            opacity: 1;
            width: 100%;
        }

        .sobre .botao{
            display: flex;
            justify-content: center;
        }

        .professores .logo-titulo{
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }
        .professores .titulo{
            text-align: center;
        }
        .row-internacionais{
            justify-content: center;
        }

        .modal-professor {
            max-width: 90%;
        }
        .professores .modal-professor .nome-texto h3 {
            text-align: center;
        }
        .professores .modal-professor .nome-texto {
            padding: 20px 50px;
        }

        .resultados .depoimentos .depoimento-nome-texto {
            flex-direction: column;
            align-items: baseline;
            justify-content: space-between;
            align-items: center;
            padding: 20px 10px 50px;
            gap: 10px;
        }
        .resultados .depoimentos .depoimento-nome-texto h3 {
            text-align: center;
        }
        .resultados .depoimentos .modal-depoimento .modal-header p {
            font-size: 20px;
        }

        .investimento .row-quadro {
            gap: 80px;
        }
        .investimento .titulo-descricao h2 {
            font-size: 24px;
        }

        .cta-matricula .col-cta:first-child {
            justify-content: center;
        }
        .cta-matricula .texto p {
            text-align: center;
        }
        .cta-matricula .col-cta {
            justify-content: center;
            margin-top: 20px;
        }

        .metodologia .titulo-descricao {
            margin-bottom: 60px;
        }

        .metodologia .owl-theme .owl-nav {
            display: none;
        }

        .bonus .row-bonus {
            margin-bottom: 60px;
            position: relative;
            min-height: 290px;
            padding: 16px;
            align-items: start;
            justify-content: center;
        }
        .bonus .row-bonus .col-titulo {
            display: flex;
            justify-content: start;
            align-items: center;
            flex-direction: column;
            gap: 20px;
            padding-left: unset;
            padding: 16px;
        }
        .bonus .row-bonus .col-texto {
            padding: 16px;
        }
        .bonus .titulo-descricao h2 {
            font-size: 32px;
        }
        .bonus .titulo-descricao p {
            font-size: 24px;
        }
        .bonus .row-bonus .col-titulo h3 {
            font-size: 28px;
        }        
        .bonus .row-bonus .col-titulo p, .bonus .row-bonus p,  .bonus .row-bonus .col-titulo strong .bonus .row-bonus strong{
            font-size: 21px;
        } 

        .faq {
            background: radial-gradient(49.52% 78.83% at 50% 50%, rgba(98, 110, 182, 0.80) 0%, #626EB6 100%);
            padding: 0px 5px 20px;
        }
        .faq .titulo-descricao {
            justify-content: center;
            padding: 40px 0;
        }
        .faq .titulo-descricao h2{
            font-size: 32px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
        }
        button.accordion-button p{
            font-size: 18px;
        }
        .faq .accordion-body p {
            font-size: 18px;
        }
        /* FIM FORMACOES 991PX */


        .footer-navegacao {
            padding: 50px 0 0;
        }
        .modal-header p {
            font-size: 13px;
            line-height: 1.1;
        }

        #form-modal-2 .modal-content{
            padding: 8px;
        }
        #form-contato-2 label, #form-contato-2 input, #form-contato-2 textarea {
            font-size: 13px !important;
            line-height: 1.1;
        }
        .form-contato_col{
            margin-bottom: 2px !important;
        }
    }

    @media screen and (max-width: 767px){
        .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
            justify-content: center;
        }
        .sidebar {
            margin-bottom: 0;
        }
        .produto-single {
            padding: 30px 0px 0;
        }
        .produto-single {
            padding: 30px 0px;
        }
        :where(.wp-block-columns.is-layout-flex) {
            gap: 1em;
        }
        .titulo-cta-academy {
            padding: 0;
        }
        .titulo-listagem-produtos {
            text-align: center;
        }
        .footer-mapa ul {
            gap: 40px;
            flex-wrap: wrap;
        }
        /* SCROLL */
        body::-webkit-scrollbar, .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
            width: 6px;
        }
        ::-webkit-scrollbar:horizontal{
            height: 6px;
        }
        /* FIM SCROLL */
    }

    @media screen and (max-width: 576px){
        .titulo-pacotes h2 {
            font-size: 28px;
        }
        .wp-block-buttons.is-content-justification-left.is-layout-flex.wp-container-core-buttons-is-layout-1.wp-block-buttons-is-layout-flex {
            justify-content: center;
        }
        .beneficios-iguacu {
            padding-bottom: unset;
        }
        .cta-academy .quadro img {
            padding: 15px;
        }
        .cta-academy .botao a {
            font-size: 18px;
            padding: 5px 20px;
        }
        .subtitulo-app h3 {
            font-size: 24px;
        }
        .sobre-home h2{
            font-size: 30px;
        }
        .sobre-home h3{
            font-size: 26px;
            line-height: 1.4; 
            margin-bottom: 20px;
        }
        .sobre-home h4{
            font-size: 22px;
            line-height: 1.4; 
        }
        aside.listagem-side-bar {
            padding: 0;
        }
        .footer-mapa ul {
            flex-direction: column;
            gap: 10px;
            column-count: 2;
        }
        /* INICIO FORMACOES 576 px */
        .sobre .texto .quadrado-fundo-mobile {
            left: 2.5%;
            width: 95%;
        }
        .professores .professor-col .bandeira {
            right: -5px;
        }
        .resultados .titulo-descricao h2 {
            font-size: 25px;
        }
        .investimento .botao a{
            font-size: 0.8rem;
        }
        .investimento .sub-texto {
            font-size: 0.8rem;
        }
    }

    @media screen and (max-width: 500px){
        /* INICIO FORMACOES 375px */
        .investimento .botao {
            bottom: -20px;
            padding: 7px 7px;
        }
        
        .div-gotop {
            right: 10px;
        }
        /* .wa__btn_popup{
            right: 10px;
            bottom: 10px;
        } */
        a.float {
            /* right: 10px; */
        }
    }

    @media screen and (max-width: 475px){
        .te-psilinkexperience .titulo-professor h4 {
            min-height: unset;
        }
        .banner .titulo-banner-te h2 {
            line-height: 1.3;
            padding: 10px 0;
        }
        .formulario-banner-te {
            width: 100%;
        }
        form#form-contato-te {
            padding: 0 20px;
        }
        .cta-contato .submit-content p {
            align-items: center;
        }
        .redes-contato {
            position: unset;
            max-width: unset;
        }
        #escolha-o-pacote .owl-nav svg {
            max-height: 40px;
        }
        .item-pacote {
            margin: 0 20px;
        }
        #escolha-o-pacote .owl-theme .owl-nav {
            left: -8%;
            width: 115%;
        }
        .imagens-apps img {
            max-width: 130px;
        }
        .professores-listagem.categorias-professores .titulo-professor h4 {
            min-height: 58px;
        }
        .imagem-professor img {
            width: 146px !important;
            height: 146px;
        }
        .produto-posts-content-descricao h3 {
            FONT-SIZE: 20PX;
        }
        .produto-posts-content-descricao H2 strong {
            FONT-SIZE: 20PX;
        }
        .banner-single-produto {
            padding: 60px 20px;
        }
        .descricao-banner-produtos p {
            font-size: 22px;
        }
        .produto-item-image img {
            width: 210px !important;
        }
        .produtos-listagem {
            padding: 15px 0 30px;
        }
        .owl-nav svg {
            max-height: 70px;
        }
        /* INICIO FORMACOES 375px */
        .investimento .botao a{
            font-size: 0.8rem;
            bottom: -17px;
        }
        .investimento .botao{
            padding: 7px 7px;
        }
        .investimento {

            padding: 50px 0px 100px;
        }
        /* INICIO FORMACOES 475px */
        .modal-professor {
            max-width: 100%;
        }
        .titulo-principal-professores h2 {
            font-size: 30px;
        }
    }

    @media screen and (max-width: 435px){
        .professores-listagem.categorias-professores .titulo-professor h4 {
            min-height: unset;
        }
        .professores-listagem.categorias-professores .descricao-professor p {
            min-height: unset;
        }
        .descricao-professor {
            min-height: unset;
        }
        .professores-psiplace .titulo-professor h4 {
            min-height: unset;
        }
        
        
    }

    @media screen and (max-width: 400px){ 
        .investimento .botao a {
            font-size: 0.6rem;
            bottom: -17px;
        }
        .investimento .botao{
            padding: 5px; 
        }

    }

    @media screen and (max-width: 375px){
        .titulo-listagem-produtos h2 {
            font-size: 24px;
        }
        .titulo-cta-academy h2 {
            font-size: 26px;
        }
        #escolha-o-pacote .owl-theme .owl-nav {
            left: -10%;
            width: 120%;
        }
    }
    @media screen and (max-width: 350px){
        .listagem-produtos .owl-nav {
            left: -10.5%;
            top: 35%;
            width: 120%;
        }
        .item-pacote {
            margin: 0 10px;
        }
    }
