/* 
    Theme Name: Allegro theme - by Jean Andrade
    Author: Jean Andrade
    Description: Tema desenvolvido exclusivamente para seu site
    Version: 1.5.0
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

/* SCROLL BAR */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: var(--wp--preset--color--cor-8);
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: var(--wp--preset--color--cor-2);
    -webkit-border-radius: 0px;
    height: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: var(--wp--preset--color--cor-2);
    border-radius: 4px;
    width: 10px;
}

::-moz-scrollbar {
    width: 5px;
    height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
    display: none;
}

::-moz-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
    background-color: var(--wp--preset--color--cor-2);
    -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
    background: var(--wp--preset--color--cor-8);
    border-radius: 4px;
    width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
    display: none;
}

::-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
    background-color: var(--wp--preset--color--cor-2);
    -webkit-border-radius: 0px;
    height: 6px;
}

::-scrollbar-thumb:horizontal {
    background: var(--wp--preset--color--cor-8);
    border-radius: 4px;
    width: 10px;
}


/* .wp-block-columns {
    gap: unset !important;
}*/

.wp-block-columns:not([class*=" gap-"]) {
    gap: unset !important;
}

.wp-block-column[class*="col-"] {
    padding-left: .75rem;
    padding-right: .75rem;
}

/* FIM SCROLL BAR */


/* GERAL STYLES */

:root {
    --wp--preset--font-size--fonte-12px: .75rem;
    --wp--preset--font-size--fonte-14px: .875rem;
    --wp--preset--font-size--fonte-20px: 1.25rem;
    --wp--preset--font-size--fonte-28px: 1.75rem;
    --wp--preset--font-size--fonte-36px: 2.25rem;
}


a {
    text-decoration: none;
}

* {
    outline: none;
}

figure {
    margin-bottom: 0;
}

body,
html {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: .275px;
    padding: 0;
    margin: 0;
    background-color: var(--wp--preset--color--cor-1);
    line-height: 1.15;
    color: var(--wp--preset--color--cor-9);
    scroll-padding-top: 120px;
    scroll-behavior: smooth;
    max-width: 2400px;
    margin: auto;
    box-sizing: border-box;
}


.wp-block-columns[class*="row"] {
    flex-wrap: wrap !important;
}

.wp-block-column[class*="col-"] {
    flex-basis: unset !important;
    flex-grow: unset !important;
}

/* FIM GERAL STYLES */

/* SLICK SLIDER OWL SLIDER */


.slick-next::before,
.owl-carousel .owl-nav .owl-next::before {
    content: '\f061';
}

.slick-prev::before,
.owl-carousel .owl-nav .owl-prev::before {
    content: '\f060';
}

.slick-prev::before,
.slick-next::before {
    font-family: 'FontAwesome' !important;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    margin-top: 2.5rem;
}

.slick-dots li button {
    border-radius: 50%;
    background-color: var(--wp--preset--color--cor-9);
    width: 12px;
    height: 12px;
    padding: 0;
}

.slick-dots li.slick-active button {
    background-color: var(--wp--preset--color--cor-10);
}

.slick-dots li button:before {
    display: none;
}

.slick-prev::before,
.slick-next::before,
.owl-carousel .owl-nav .owl-prev::before,
.owl-carousel .owl-nav .owl-next::before {
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-6);
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    display: none;
}

.owl-carousel .owl-nav .owl-prev {
    top: calc(50% - 20px);
    left: -40px;
}

.owl-carousel .owl-nav .owl-next {
    top: calc(50% - 20px);
    right: -40px;
}

.slick-prev,
.slick-next,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    font-family: 'FontAwesome' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: var(--wp--preset--color--cor-7) !important;
    z-index: 2;
}

.slick-prev:hover,
.slick-next:hover,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: var(--wp--preset--color--cor-3) !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--wp--preset--color--cor-3);
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
    width: 1rem;
    height: 1rem;
    background-color: var(--wp--preset--color--cor-2);
    border-radius: 100px;
    margin: 0 0.4rem;
}

/* FIM SLICK SLIDER OWL SLIDER */

/* WHATSAPP FLUTUANTE */
@keyframes pulse_scale {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.2);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(1);
    }
}

.ler-mais {
    color: var(--wp--preset--color--cor-9);
    cursor: pointer;

}
.ler-mais:hover {
    color: var(--wp--preset--color--cor-1);
}

.btn-flutuante-whatsapp,
.btn-flutuante-whatsapp span,
.btn-flutuante-whatsapp i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-flutuante-whatsapp span {
    display: none;
}

.btn-flutuante-whatsapp {
    position: fixed;
    right: 50px;
    bottom: 25px;
    z-index: 9999;
    font-size: var(--wp--preset--font-size--fonte-5);
    color: var(--wp--preset--color--cor-9);
    text-decoration: none;
}

.btn-flutuante-whatsapp i {
    font-size: var(--wp--preset--font-size--fonte-3);
    color: var(--wp--preset--color--cor-9);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgb(68, 161, 99);
    z-index: 2;
    box-shadow: 0 0 0 0 rgba(42, 208, 122, 0.3);
    animation: pulse_scale 2s infinite;
    transition: transform 0.2 ease-in-out;
}

.btn-flutuante-whatsapp:hover i {
    animation: none;
    background-color: rgb(79, 216, 125);
    transform: scale(1.04);
}

.btn-flutuante-whatsapp span {
    font-size: var(--wp--preset--font-size--fonte-5);
    background-color: rgb(0, 0, 0, .8);
    position: absolute;
    right: 50px;
    width: 145px;
    padding: .3125rem 1rem;
    border-radius: 5px;
    z-index: 1;
}

/* FIM WHATSAPP FLUTUANTE */


/* FORMULARIO */
.formulario .select_form p>span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.formulario .select_form p>span:after {
    content: '\f107';
    font-size: var(--wp--preset--font-size--fonte-5);
    font-family: 'FontAwesome';
    display: flex;
    position: absolute;
    right: 0;
    color: var(--wp--preset--color--cor-5);
    z-index: 0;
    transition: all .4s;
}

.formulario .select_form p>span.ativo:after {
    transform: rotate(180deg);
}

.formulario .select_form select {
    font-size: var(--wp--preset--font-size--fonte-5);
    color: var(--wp--preset--color--cor-9);
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid var(--wp--preset--color--cor-5);
    padding: .75rem 0;
    width: 100%;
    min-height: 50px;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.formulario .select_form select option {
    color: var(--wp--preset--color--cor-3);
}

.formulario>div {
    margin-bottom: 1.5rem;
}

.formulario>div:last-child {
    margin-bottom: 0;
}

.formulario p {
    margin-bottom: 0;
    position: relative;
}

.formulario p span {
    display: block;
    margin: 0;
}

.formulario p span.wpcf7-spinner {
    position: absolute;
    right: -24px;
    top: calc(50% - 12px);
}

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    font-size: var(--wp--preset--font-size--fonte-12px);
}

.formulario textarea,
.formulario input {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: .875rem 0;
    width: 100%;
    min-height: 50px;
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-5);
    border-bottom: 2px solid var(--wp--preset--color--cor-5);
}

textarea[aria-invalid="true"] {
    border-color: rgb(255, 44, 0) !important;
}

.formulario textarea::placeholder,
.formulario input::placeholder {
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-5);
}



.formulario .btn-form {
    border: 2px solid var(--wp--preset--color--cor-2);
    color: var(--wp--preset--color--cor-8);
    font-size: var(--wp--preset--font-size--fonte-5);
    font-weight: bold;
    border-radius: 0;
    padding: .625rem .625rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
    min-height: 55px;
    background: linear-gradient(to right, rgb(68, 161, 99) 50%, transparent 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    opacity: 1;
    transition: all .5s ease-out;
}

.formulario .btn-form:not(:disabled):hover {
    color: var(--wp--preset--color--cor-9);
    opacity: 1;
    background-position: left bottom;
    border-color: var(--wp--preset--color--cor-2);
}

.formulario .btn-form:hover {}

.formulario .form_politica span.wpcf7-list-item>label {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.formulario .form_politica span.wpcf7-list-item>label input {
    width: auto;
}

.formulario {
    padding: 1.5rem 0;
}

/* FIM FORMULARIO */

/* LIGHTBOX */
.lightbox-container-ativo img {
    cursor: pointer;
}

#lightbox.lightbox {
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
}

#lightbox.lightbox>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#lightbox .lightbox-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 90dvw;
    max-height: calc(95dvh - 200px);
}

#lightbox.lightbox img {
    animation: zoom 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0.1)
    }

    to {
        transform: scale(1)
    }
}

#lightbox .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: var(--wp--preset--color--cor-9);
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#lightbox .close:hover,
#lightbox .close:focus {
    color: var(--wp--preset--color--cor-8);
    text-decoration: none;
    cursor: pointer;
}

#lightbox .prev,
#lightbox .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: var(--wp--preset--color--cor-9);
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

#lightbox .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

#lightbox .prev:hover,
#lightbox .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* FIM LIGHTBOX */

/* PAGINA 404 */

.container-404 p {
    font-size: 1rem;
    margin-bottom: 0;
}

.container-404 h1 {
    font-size: 3rem;
    color: #000;
    margin-bottom: 0.625rem;
}

.container-404 {
    padding: 3.75rem 0;
}

.container-404 .btn-voltar-home {
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: var(--bs-white);
    background: #000;
    border-radius: 5px;
    padding: 1rem;
}

.container-404 h2 {
    font-size: var(--wp--preset--font-size--fonte-2);
    color: #000;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.container-404 .sitemap li a:hover {
    color: #000;
}

.container-404 .sitemap li a {
    color: var(--wp--preset--color--cor-6);
    font-weight: bold;
    margin: 0.2rem 0.665rem;
    font-size: var(--wp--preset--font-size--fonte-6);
    display: inline-block;
}

.container-404 .sitemap {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 3;
    text-align: left;
}

@media screen and (max-width: 900px) {
    .container-404 .sitemap {
        column-count: 2;
    }
}

/* FIM PAGINA 404 */

/* CUSTOM CODE CSS */
.btn_hover a {
    margin: 5px 0;
    transition: all .4s;
}
.btn_hover a:hover {
    background: #44a163 !important;
}
a.btn_principal,
.btn_principal a,
button.btn_principal,
.btn_principal button {
    border: none;
    border-radius: 0;
    width: 100%;
    max-width: 170px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3125rem;
    text-align: center;
    font-size: var(--wp--preset--font-size--fonte-5);
    color: var(--wp--preset--color--cor-9);
    background: linear-gradient(to right, var(--wp--preset--color--cor-3) 50%, var(--wp--preset--color--cor-2) 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

a.btn_principal:hover,
.btn_principal a:hover,
button.btn_principal:hover,
.btn_principal button:hover {
    background-color: var(--wp--preset--color--cor-3);
    background-position: left bottom;
}

button.btn_principal.max-w-416px,
.btn_principal.max-w-416px button,
a.btn_principal.max-w-416px,
.btn_principal.max-w-416px a {
    max-width: 416px;
}

.container-1435px,
.container-1605px,
.container-1590px {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

.container-1590px {
    max-width: 1590px;
}

.container-1605px {
    max-width: 1605px;
}

.container-1435px {
    max-width: 1435px;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}

.titulo-section strong {
    font-size: var(--wp--preset--font-size--fonte-1);
}

.line-height-120 {
    line-height: 120%;
}

.img-max-w figure,
.img-max-w img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/* SINGLE CURSO */
.single-curso .border-left {
    max-width: 640px;
}

.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.wp-block-embed__wrapper>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
}

/* LOOP CURSO */
.curso_item {
    padding: .625rem;
    height: 100%;
    transition: all .4s;
}

.curso_item article {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    max-width: 413px;
    position: relative;
    color: var(--wp--preset--color--cor-9);
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.curso_item article figure {
    overflow: hidden;
}

.curso_item article figure,
.curso_item article figure img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 578px;
}

.curso_item .curso_item_conteudo {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 25%;
    padding: 1.25rem;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    transition: all .4s;
}

.curso_item .curso_item_conteudo p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--fonte-2);
}

.curso_item .curso_item_conteudo h2 {
    font-size: var(--wp--preset--font-size--fonte-1);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .625rem;
}

.curso_item .curso_item_conteudo a {
    opacity: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    border-radius: 50px;
    font-size: var(--wp--preset--font-size--fonte-20px);
    text-transform: uppercase;
    text-decoration: none;
    color: var(--wp--preset--color--cor-9);
    background-color: var(--wp--preset--color--cor-1);

    background: linear-gradient(to right, rgb(68, 161, 99) 50%, var(--wp--preset--color--cor-1) 50%);
    background-size: 205% 100%;
    background-position: right bottom;

    transition: all .5s ease-out;
}

.loop_cursos.slider_banner .owl-item.active.center .curso_item_conteudo,
.curso_item:hover .curso_item_conteudo {
    height: 70%;
}

.loop_cursos.slider_banner .owl-item.active.center .curso_item_conteudo a,
.curso_item:hover .curso_item_conteudo a {
    opacity: 1;
    padding: 2rem 0;
}

.curso_item .curso_item_conteudo a:hover {
    background-position: left bottom;
}

.loop_cursos~.custom-arrows {
    display: none;
}

.loop_cursos.slider_cursos~.custom-arrows {
    display: flex;
}

.loop_cursos.slider_banner .owl-stage {
    display: flex;
    align-items: stretch;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.loop_cursos.slider_banner .owl-item {
    transition: all .4s;
}

.loop_cursos.slider_banner .owl-item.active.center {
    transform: scale(1.2);
    padding: 1rem;
}
.loop_cursos.slider_banner.owl-carousel {
    min-height: 700px;
}
.loop_cursos.slider_cursos .slick-track {
    display: flex;
	margin-left: unset ;
}

.loop_cursos.slider_cursos .slick-track .slick-slide {
    height: auto;
}

.loop_cursos.slider_cursos~.custom-arrows,
.loop_cursos.slider_cursos {
    max-width: 1600px;
    margin-right: 0 !important;
}

.loop_cursos.slider_cursos .slick-list.draggable {
    padding-left: 0 !important;
}

.loop_cursos.slider_cursos~.custom-arrows {
    position: relative;
    margin-left: auto !important;
    margin-top: 1.5rem;
}

.loop_cursos.cursos_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.loop_cursos.cursos_grid .curso_item article figure,
.loop_cursos.cursos_grid .curso_item article figure img {
    min-height: 460px;
}

.custom-arrows .slick-arrow {
    background-color: transparent !important;
    transition: all .4s;
}

.custom-arrows .slick-arrow::before {
    opacity: 1;
    font-size: var(--wp--preset--font-size--fonte-4);
}

.custom-arrows .slick-arrow:hover {
    background-color: var(--wp--preset--color--cor-3) !important;
}

.custom-arrows .slick-prev {
    left: 10px;
}

.custom-arrows .slick-next {
    left: 50px;
}



/* Quem somos Home */
.border-left:after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    border-radius: 5px;
    background-color: var(--wp--preset--color--cor-4);
    position: absolute;
    top: 0;
    left: 0;
}

.border-left {
    position: relative;
    padding-left: 1.5rem;
    max-width: 580px;
}

.border-left>p {
    padding-left: .625rem;
}

.text-decoration-none a,
.text-decoration-none {
    text-decoration: none;
}

.slider_galeria.owl-carousel .owl-nav .owl-prev {
    background-color: var(--wp--preset--color--cor-3) !important;
    left: 0;
}

.slider_galeria.owl-carousel .owl-nav .owl-next {
    background-color: var(--wp--preset--color--cor-3) !important;
    right: 0;
}

.slider_galeria.owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
}

.slider_galeria.owl-carousel .owl-dots .owl-dot {
    width: .625rem;
    height: .625rem;
    background-color: var(--wp--preset--color--cor-9);
}

.slider_galeria.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--wp--preset--color--cor-1);
}

.slider_galeria figure.wp-block-image img,
.slider_galeria figure.wp-block-image {
    width: 100% !important;
    border-radius: 10px;
    overflow: hidden;
}





.bg-titulo {
    background-image: url('/wp-content/uploads/2025/08/bg-titulo.webp');
    background-size: 635px;
    background-repeat: no-repeat;
    background-position: 54% 110px;
}



/* PROFESSOR LOOP */

#loop_professores {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
}
div#loop_professores[data-total-posts="1"] .owl-stage-outer {
    justify-content: center;
    display: flex;
}
.custom-divisor {
    grid-column: 1/3;
    background-color: var(--wp--preset--color--cor-5);
    height: 1px;
}

.custom-divisor:last-child {
    display: none;
}

.professor_item {
    position: relative;
}

.professor_item:nth-of-type(odd)::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -1.25rem;
    height: 100%;
    width: 1px;
    background-color: var(--wp--preset--color--cor-5);
}

.professor_item article {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
    margin: 0 auto;
    border-radius: 10px;
    background-color: transparent;
    transition: all .4s;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.professor_item:hover article {
    background-color: var(--wp--preset--color--cor-3);
}

.professor_item article a.btn_saiba_mais {
    opacity: 0;
    color: var(--wp--preset--color--cor-4);
    text-decoration: none;
    display: block;
    max-width: max-content;
    padding: 0;
    border-radius: 5px;
    transition: all .4s;
}

.professor_item:hover article a.btn_saiba_mais {
    opacity: 1;
}

.professor_item article a.btn_saiba_mais:hover {
    color: var(--wp--preset--color--cor-9);
}

.professor_item article figure,
.professor_item article figure img {
    border-radius: 50%;
    overflow: hidden;
    transition: all .4s;
    width: 100%;
    max-width: 185px;
    min-width: 185px;
    height: 100%;
    max-height: 185px;
    object-fit: cover;
}

.professor_item article figure img:hover {
    transform: scale(1.1);
}

.professor_item article h2 {
    font-weight: normal;
    font-size: var(--wp--preset--font-size--fonte-2);
    text-transform: uppercase;
    margin-bottom: 0;
}

.redes_sociais_professor {
    display: flex;
    align-items: center;
    gap: .625rem;
    flex-wrap: wrap;
    margin-bottom: .625rem;
}

.redes_sociais_professor a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-5);
    line-height: 100%;
    transition: all .4s;
}

.redes_sociais_professor a:hover {
    background-color: var(--wp--preset--color--cor-4);
}

div#loop_professores.layout-2 {
    display: block;
}

div#loop_professores.layout-2 .professor_item {
    padding: .3125rem;
    height: 100%;
}

div#loop_professores.layout-2 .professor_item:nth-of-type(odd)::after {
    display: none;
}

div#loop_professores.layout-2 .professor_item article {
    display: grid;
    grid-template-columns: 185px 1fr;
    background-color: var(--wp--preset--color--cor-3);
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

div#loop_professores.layout-2 .professor_item .resumo a {
    margin-top: .75rem;
    opacity: 1;
}

div#loop_professores.layout-2 .professor_item .resumo {
    font-size: var(--wp--preset--font-size--fonte-5);
    grid-column: 1/3;
    margin-bottom: 0;
}

div#loop_professores.layout-2 .owl-stage {
    display: flex;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* PARCEIROS */
.container_parceiros {
    margin-top: -100px;
    position: absolute;
    z-index: 5;
}

.border-right {
    padding-right: 3rem;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 156px;
}

.border-right::after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #d61e2759;
}

.slider_parceiros.owl-carousel .owl-nav .owl-prev,
.slider_parceiros.owl-carousel .owl-nav .owl-next {
    background-color: transparent !important;
}

.slider_parceiros.owl-carousel .owl-nav .owl-prev::before,
.slider_parceiros.owl-carousel .owl-nav .owl-next::before {
    color: var(--wp--preset--color--cor-10);
    font-size: var(--wp--preset--font-size--fonte-5);
}

.slider_parceiros.owl-carousel .owl-nav .owl-prev:hover,
.slider_parceiros.owl-carousel .owl-nav .owl-next:hover {
    background-color: var(--wp--preset--color--cor-7) !important;
}

.slider_parceiros.owl-carousel .owl-nav .owl-next {
    right: 20px;
}

.slider_parceiros.owl-carousel .owl-nav .owl-prev {
    left: 20px;
}

#loop_parceiros .parceiro_item img {
    max-width: 234px;
    margin: auto;
}



/* DEPOIMENTOS */
.loop_depoimentos {
    position: relative;
    max-width: 570px;
    margin: auto;
}

.loop_depoimentos .custom-arrows {
    position: absolute;
    right: 80px;
}

.loop_depoimentos .custom-arrows .slick-prev,
.loop_depoimentos .custom-arrows .slick-next {
    top: calc(100% - 40px);
}

.loop_depoimentos .depoimento_item article {
    max-width: 570px;
    margin: auto;
}

.loop_depoimentos .depoimento_item-descricao {
    padding: 2.25rem;
    min-height: 360px;
}

.loop_depoimentos .depoimento_item-descricao svg {
    display: block;
    margin-bottom: 1.625rem;
}

.loop_depoimentos .depoimento_item-descricao p {
    font-size: var(--wp--preset--font-size--fonte-20px);
}

.loop_depoimentos .depoimento_item-footer {
    border-top: 1px solid var(--wp--preset--color--cor-5);
    padding-top: 2.25rem;
    display: flex;
    align-items: center;
    gap: .875rem;
}

.loop_depoimentos .depoimento_item-footer figure.depoimento-img img,
.loop_depoimentos .depoimento_item-footer figure {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    object-fit: cover;
    overflow: hidden;
}

.loop_depoimentos .depoimento_item-footer figure.depoimento-icon {
    font-size: var(--wp--preset--font-size--fonte-3);
    background-color: var(--wp--preset--color--cor-5);
}

.loop_depoimentos .depoimento_item-footer>div {
    max-width: 320px;
}

.loop_depoimentos .depoimento_item-footer>div h3 {
    font-size: var(--wp--preset--font-size--fonte-4);
    font-weight: bold;
    text-transform: uppercase;
}

.loop_depoimentos .depoimento_item-footer>div h3,
.loop_depoimentos .depoimento_item-footer>div p {
    margin-bottom: 0;
}

.bg-depoimento-form .formulario {
    max-width: 440px;
    margin-left: auto !important;
}

.bg-depoimento-form .formulario h2 {
    font-size: var(--wp--preset--font-size--fonte-2);
    line-height: 120%;
    text-transform: uppercase;
}

.bg-depoimento-form .formulario h2 strong {
    font-size: var(--wp--preset--font-size--fonte-1);
}

.bg-depoimento-form .formulario>div {
    margin-bottom: 4rem;
}

.bg-depoimento-form .formulario>div:last-child {
    margin-bottom: 0;
}

.bg-depoimento-form .formulario .btn-form {
    text-transform: uppercase;
    background-color: var(--wp--preset--color--cor-3);
    border: none;
    border-radius: 5px;
    font-weight: normal;
    font-size: var(--wp--preset--font-size--fonte-5);
}

.bg-depoimento-form {
    background-image: url('/wp-content/uploads/2025/08/bg-sessao-depoimentos-v4.webp');
    background-size: 1058px 100%;
    background-repeat: no-repeat;
    background-position: left !important;
}






/* PAGINA DE ATENDIMENTO */
.form-atendimento.formulario>div {
    margin-bottom: 0;
}

.form-atendimento.formulario>div>div {
    margin-bottom: 2rem;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1536px) {
    body {
        --wp--preset--font-size--fonte-1: 2.5rem;
        --wp--preset--font-size--fonte-2: 2.25rem;
        --wp--preset--font-size--fonte-3: 1.875rem;
    }

    .bg-depoimento-form {
        background-size: 870px 100%;
    }
}

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

    .loop_cursos.slider_banner .owl-item.active.center .curso_item_conteudo a,
    .curso_item:hover .curso_item_conteudo a {
        padding: .625rem 0;
    }

    .curso_item .curso_item_conteudo p {
        font-size: var(--wp--preset--font-size--fonte-3);
    }

    .curso_item .curso_item_conteudo a {
        font-size: var(--wp--preset--font-size--fonte-6);
    }

    div#loop_professores.layout-2 .professor_item article {
        grid-template-columns: 130px 1fr;

    }

    .professor_item article figure,
    .professor_item article figure img {
		min-width: 130px;
        max-width: 130px;
        max-height: 130px;
    }

    .bg-depoimento-form .formulario {
        max-width: 320px;
    }

    .bg-depoimento-form {
        background-size: 800px 100%;
    }
}

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

    body {
        --wp--preset--font-size--fonte-1: 2rem;
        --wp--preset--font-size--fonte-2: 1.625rem;
        --wp--preset--font-size--fonte-3: 1.375rem;
        --wp--preset--font-size--fonte-4: 1.25rem;
    }

    .curso_item .curso_item_conteudo h2 {
        font-size: var(--wp--preset--font-size--fonte-2);
    }

    #loop_professores {
        display: flex;
        flex-direction: column;
    }

    #loop_professores>span,
    .professor_item:nth-of-type(odd)::after {
        display: none !important;
    }

    .professor_item article {
        width: 100%;
        max-width: 620px;
    }

    .professor_item article a.btn_saiba_mais {
        opacity: 1;
    }

    .professor_item article {
        background-color: var(--wp--preset--color--cor-3);
    }

    .bg-depoimento-form {
        background-size: 620px 100%;
    }
}

@media screen and (max-width: 991px) {
    main .wp-block-columns {
        align-items: normal !important;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap !important;
    }

    main .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }

    #header-001 .logo_header img {
        max-height: 130px;
    }

    .form_fixed {
        width: 100%;
        max-width: 300px;
        height: 8dvh;
        min-height: 66px;
        max-height: 68px;
        left: 1rem;
        border-radius: 20px 20px 0 0;
        overflow: hidden;
        transition: all .4s;
    }

    .form_fixed.ativo {
        height: 50dvh;
        max-height: 100%;
    }

    .form_fixed .formulario,
    .form_fixed>div {
        padding: 0 !important;
    }

    .form_fixed .formulario {
        padding: 1rem;
        flex-direction: column;
        display: flex;
        gap: .625rem;
    }

    .form_fixed .formulario h2 {
        font-size: var(--wp--preset--font-size--fonte-6);
        min-height: auto;
    }

    .form_fixed .formulario h2 br {
        display: none;
    }

    .form_fixed .formulario>div {
        padding: 0 1rem;
        width: 100%;
    }

    .form_fixed .formulario>div:first-child {
        width: 100%;
        background-color: var(--wp--preset--color--cor-1);
        width: 100%;
        text-align: center;
        padding: 1.5rem .625rem;
    }


    .btn-flutuante-whatsapp {
        right: 20px;
        bottom: 110px;
    }

    .btn-flutuante-whatsapp i {
        font-size: var(--wp--preset--font-size--fonte-1);
        width: 60px;
        height: 60px;
    }

    .bg-titulo {
        background-position: 54% 30px;
    }

    .professor_item {
        padding: .3125rem;
    }

    .professor_item article {
        flex-direction: column;
        text-align: center;
    }

    .redes_sociais_professor {
        justify-content: center;
    }

    .professor_item article h2 {
        margin-bottom: .625rem;
    }

    .professor_item article a.btn_saiba_mais {
        margin: auto;
        padding: 1rem 1.5rem;
        border-radius: 5px;
        background-color: var(--wp--preset--color--cor-1);
        color: var(--wp--preset--color--cor-9);
        font-size: var(--wp--preset--font-size--fonte-20px);
    }

    .border-right {
        flex-direction: row;
        gap: .3125rem;
        min-height: auto;
        align-items: center;
        padding-bottom: .625rem;
        padding-right: 0;
    }

    .border-right h3,
    .border-right h2 {
        font-size: var(--wp--preset--font-size--fonte-2) !important;
    }

    .border-right h2 {
        font-weight: bold !important;
    }

    .border-right h3 {
        margin-bottom: 0;
    }

    .border-right::after {
        width: 300px;
        top: calc(100% - 5px);
        height: 5px;
        right: unset;
    }

    .bg-depoimento-form {
        background-size: 100% 60%;
        background-position: left top !important;
    }

    .bg-depoimento-form .formulario {
        max-width: 500px;
        margin-right: auto !important;
        margin-top: 6.25rem;
        text-align: center;
    }

    .bg-depoimento-form .formulario>div {
        margin-bottom: 2rem;
    }

    .loop_cursos.cursos_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    div#loop_professores.layout-2 .professor_item article {
        display: flex;
    }
}

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

    footer .logo_header img,
    #header-001 .logo_header img {
        max-height: 110px;
    }

    .container-1435px {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .slider_banner.owl-carousel .owl-nav .owl-next {
        right: 0;
        background-color: var(--wp--preset--color--cor-1) !important;
    }

    .slider_banner.owl-carousel .owl-nav .owl-prev {
        left: 0;
        background-color: var(--wp--preset--color--cor-1) !important;
    }

    .loop_depoimentos .custom-arrows {
        position: relative;
        right: unset;
        display: flex;
        align-content: center;
        justify-content: center;
        margin-top: 2rem;
    }

    .loop_depoimentos .custom-arrows .slick-prev,
    .loop_depoimentos .custom-arrows .slick-next {
        top: 0;
        position: unset;
    }

    .loop_depoimentos .depoimento_item-descricao svg {
        margin-left: auto;
        margin-right: auto;
    }

    .loop_depoimentos .depoimento_item-descricao {
        padding-left: 0;
        padding-right: 0;
    }

    .loop_depoimentos .depoimento_item article {
        text-align: center;
    }

    .loop_depoimentos .depoimento_item-footer {
        justify-content: center;
        text-align: center;
    }

    .loop_depoimentos .depoimento_item-footer>figure {
        display: none;
    }
	.curso_item article figure, .curso_item article figure img {
		min-height: 350px;
	}
	.loop_cursos.slider_banner.owl-carousel {
		min-height: 370px;
	}

}

@media screen and (max-width: 575px) {
    .container-1435px {
        padding-left: 0;
        padding-right: 0;
    }

    .loop_cursos.cursos_grid {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

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

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

/* FIM MEDIA QUERIES */