/* fontes */

@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* fim fontes*/

/* gerais */

.capa-titulo p,
.breadcrumb-item.active,
.mx-2,
li.breadcrumb-item a {
    color: white;
}

ol.breadcrumb {
    transform: translateY(-400%);
    position: absolute;
    animation: none;
}

header#header-site a.nav-link:hover,
header#header-site a.nav-link.active,
header#header-site ul>li:has(.active) a.nav-link {
    border: 1px solid;
    padding: 8px 20px;
}

body {
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

#footer .logo-side-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    border-radius: 40px;
    padding: 10px 50px !important;
}


/* fim gerais */

/* slide */

#spn-slide {
    color: #444444;
}

#section-slide .container {
    transform: translateY(-30px);
}

.texto-slide h2 {
    font-weight: 400 !important;
}

.botao-slide .btn {
    border-radius: 50px;
}

.titulo-slide h1 {
    text-transform: uppercase;
    font-size: 38px !important;
    font-weight: 900 !important;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.botao-slide {
    opacity: 0;
}

/* fim slide */

/* header */

#header a.nav-link {
    letter-spacing: 2px !important;
}

#header .header-logo img {
    max-height: 75px;
}

.social-icons li:hover .fa-instagram,
.social-icons li:hover .fa-facebook-f,
.social-icons li:hover .fa-youtube {
    color: white !important;
}

.fa-instagram,
.fa-facebook-f,
.fa-youtube {
    transition: all .5s;
}

/* fim do header */

/* html 1 */

#section-html-modulo_1 {
    background-color: #f2f2f2;
}

#section-html-modulo_1 .titulo-html {
    display: none;
}

.box-dwn img {
    width: 70px;
    margin-right: 25px;
    transition: all .5s;
    filter: brightness(0);
}

.box-dwn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.box-dwn h6 {
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    color: #444444;
    text-transform: uppercase;
}

.texto-dwn p {
    font-size: 11px;
    line-height: 15px;
}

.box-dwn:hover img {
    filter: brightness(1);
}

.box-dwn:hover .texto-dwn {
    background: linear-gradient(45deg, #c9ba9f, #6c5f50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientFadeIn 0.5s ease forwards;
}

.texto-dwn {
    transition: all .5s;
}

@keyframes gradientFadeIn {
    from {
        -webkit-text-fill-color: transparent;
    }

    to {
        -webkit-text-fill-color: transparent;
    }
}

#section-html-modulo_1 .container {
    margin-top: 0px !important;
}

/* fim html 1 */

/* empresa */

.lv-txt {
    font-size: 48px;
    text-transform: uppercase;
    color: #969292;
    letter-spacing: 1px;
}

#section-empresa .btn {
    margin-top: 15px;
}

#titulo-empresa {
    margin-bottom: -35px !important;
}

#section-empresa .col-md {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* fim empresa */

/* blog */

#section-blog-2 .thumb-info {
    box-shadow: 0px 0px 3px black;
    border-radius: 25px !important;
    margin-bottom: 30px;
}

.order-blog-itens {
    display: flex;
    justify-content: space-between;
}

#section-blog-2 .row-gutter-sm {
    width: 100%;
}

.side-right-blog {
    margin: 0px 20px;
    border: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 20px;
}

.side-right-blog h6 {
    background-color: white;
    width: 180px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444444;
}

.un-title {
    transform: translateY(-10px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-blog {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 10px 0px;
}

.img-right-blog {
    width: 50%;
    padding: 0px 20px;
}

.itens-un-blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
}

#section-blog-2 .title-blog {
    font-size: 16px;
    line-height: 18px;
}

#section-blog-2 .p-blog {
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
}

#section-blog-2 .thumb-info .thumb-info-wrapper:after {
    display: none;
}

#section-blog-2 .custom-thumb-info-style-1:hover .thumb-info-wrapper {
    border-color: rgb(195 195 195 / 42%) !important;
}

#section-blog-2 .description-wrapper a {
    text-decoration: none;
    transition: all .2s;
}

.img-right-blog img {
    border-radius: 10px;
    min-width: 100px;
    width: 80px;
    transition: all .5s;
    border: 1px solid rgba(0, 0, 0, .125);
}

.row-btn-blog {
    transform: translateY(15px);
}

.un-title-item a {
    text-decoration: none;
    transition: all .3s;
    font-weight: bold;
    color: #444444;
}

h4.un-title-item {
    line-height: 18px;
    font-size: 15px;
}

a.img-right-blog {
    min-width: 150px;
    width: 120px;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
}

.img-right-blog:hover img {
    scale: 1.1;
}

.blog-descricao {
    border-radius: 20px !important;
    padding: 0px 10px;
}

.container-blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}

.img-parceiro {
    max-width: 250px;
    transform: translateY(20%);
}

.parceiros-blog {
    width: 100%;
    height: 30% !important;
    margin-top: 25px;
    border: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
}


.parceiros-title h6 {
    transform: translateY(-10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    width: 180px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444444;
}

.text-box-blog .text-principal {
    opacity: 0.7;
    font-size: 13px;
}

.row-btn-blog .btn-primary {
    padding: 4px 60px 3px 60px !important;
    /* background-color: #000000; */
    /* border-color: #00000057; */
    font-size: 4px !important;
    border-radius: 3px;
}

.row-btn-blog .btn-primary:hover {
    opacity: 1;
}

#section-blog .card {
    border-radius: 20px !important;
}

/* fim blog */

/* servico */

.extra-servicos {
    height: 90px;
    width: 650px;
    background-color: #00000026;
    border-radius: 10px 0px 0px 0px;
    position: absolute;
    transition: all .5s;
    opacity: 0;
}

.txt-serv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.texto-servicos h3 {
    font-size: 20px !important;
    line-height: 25px !important;
    padding: 0px !important;
    text-transform: uppercase;
    margin: 0px 0px 5px !important;
    color: black;
    font-weight: bold;
}

.curso-h6 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
    margin-bottom: 0px !important;
}

.box-servico {
    border: 1px solid;
    padding-bottom: 20px;
    color: #c9c5c5;
    border-radius: 25px;
}

.texto-servicos p {
    font-size: 11px;
    line-height: 17px;
    color: black;
}

#section-servicos .col-lg-4 {
    padding: 0px 15px !important;
}

/* fim servico */

/* html 2 */

#eventos {
    text-align: center;
    padding: 50px 20px;
}

.eventos-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.evento-card {
    background-color: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
    transition: transform 0.3s ease;
}

.evento-card:hover {
    transform: translateY(-10px);
}

.evento-card h3 {
    font-size: 1.5em;
    color: #333;
}

.evento-card p {
    font-size: 1em;
    color: #666;
}

.evento-card .data {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.inscricao-btn {
    background-color: #A29C9C;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 35px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 1em;
    transition: all .5s;
}

.inscricao-btn:hover {
    background-color: #218838;
}

#section-html-modulo_2 .titulo-html {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -20px;
    margin-top: 65px;
    display: none;
}

#section-html-modulo_2 {
    background-color: #e8dddd;
}

#section-html-modulo_2 .pb-2.pb-md-4.mb-2.mb-md-5 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}


#section-html-modulo_2 .container {
    padding-bottom: 40px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    !i;
    !;
    padding-top: 0px !important;
    !i;
    !;
}

/* fim html 2 */

/* eventos */

#eventos .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*fim eventos*/

/* página empresa */

#page_a_empresa #section-empresa .title-divider {
    margin-top: -15px;
}

#page_a_empresa #section-empresa .title-divider:after {
    background: #777777;
}

/*-------------------------*/

/* html 3 */

#section-html-modulo_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 150px;
}

#section-html-modulo_3 .container {
    padding: 0px !important;
    margin: 0px !important;
    max-width: 100%;
    height: 100% !important;
}

#section-html-modulo_3 .pb-2.pb-md-4.mb-2.mb-md-5 {
    max-width: 100%;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
    height: 100%;
}

#section-html-modulo_3 .titulo-html {
    display: none;
}

#section-html-modulo_3 .conteudo-html {
    height: 100%;
}

.bg-cta {
    height: 90px;
    background: url(/arquivos/bg-html-3.webp);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-size: cover;
}

.box-center-cta {
    padding: 30px;
    text-align: center;
    background: linear-gradient(135deg, #bf8d22, #ffaf05, #ffaf05);
    transform: translateY(-22%);
    border-radius: 20px;
    height: 180px;
    width: 550px;
    background: url(/arquivos/bg-html-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

#section-cta {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-center-cta p {
    margin-bottom: 0px;
    color: white;
    font-size: 15px;
    font-weight: 200;
}

.box-center-cta h4 {
    color: white;
    font-weight: 900;
}

/* fim html 3 */


/* cta */

#section-cta-2 {
    background: url(/arquivos/cta-fundo.webp);
    height: 250px;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-cta-2 .cta-text {
    width: 50%;
    padding-left: 60px;
}

.cta-text h4,
.cta-text p {
    color: white;
    font-weight: 900;
}

.cta-text p {
    font-size: 12px;
    padding-right: 15%;
    margin-bottom: 25px;
}

.cta-btn {
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    transition: all .5s;
}

.cta-btn:hover {
    background-color: #344838;
    color: white;
}

.texto-servicos {
    transition: all .5s;
}

/* fim cta */

@media screen and (max-width: 900px) {
    #section-html-modulo_1 .col-md-3 {
        margin-bottom: 30px;
    }

    #section-slide .titulo-slide {
        font-size: 36px !important;
    }

    .no-br-responsive {
        display: none;
    }

    .side-right-blog {
        display: none;
    }

    .order-blog-itens {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .parceiros-blog {
        height: 220px !important;
    }

    #section-cta-2 {
        height: 100%;
    }

    .cta-text {
        width: 100%;
        padding: 40px 40px 50px;
    }

    .responsive-language {
        padding: 5px;
        display: block !important;
    }

    .desktop-language {
        display: none;
    }

    #section-slide .container {
        transform: translateY(-140px);
    }

    #lv-txt {
        font-size: 39px;
    }

    .titulo-miami {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #slideshow-1 {
        display: none;
    }

    section#section-empresa {
        text-align: center;
    }

    .header-top .item-contact-header {
        display: none !important;
    }

    #footer img.logo {
        width: 300px;
    }

    #slideshow-3 {
        display: block !important;
    }

    .box-center-cta {
        padding: 40px 80px;
        height: 200px;
    }

    section#section-html-modulo_3 {
        margin-bottom: 40px;
    }

    #section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
        font-size: 15px;
        padding: 10px 15px !important;
    }

    #page_a_empresa #section-empresa .title-divider:after {
        left: 145px;
    }

    #section-slide .owl-item-text .owl-item-text-content .titulo-slide {
        font-size: 22px !important;
        line-height: 25px !important;
    }

    #section-slide .owl-item.active .owl-item-text .owl-item-text-content .animated.texto-slide {
        font-size: 11px !important;
        padding-right: 130px;
    }

    .box-dwn img {
        width: 55px;
    }

    #section-empresa p {
        text-align: center;
    }

}

/* correções */

.span-title {
    color: #444444;
}

#section-servicos .section-title h3, #pilares .section-title h3 {
    color: #303030;
}

#section-servicos .container .items-section-servicos {
    /* background-color: #ffffffa6; */
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #00000063;
    padding-bottom: 12px;
}

#section-servicos .items-section-servicos-imagem {
    display: none;
}

#section-servicos {
    background: url("/arquivos/servicos-bg.webp") center !important;
    padding: 30px 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

#header-site .bandeiras {
    display: flex;
    align-items: center;
    gap: 15px;
}

.skiptranslate {
    display: none;
}

body:has(.skiptranslate) {
    top: 0 !important;
}

.item-service-content {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
    flex-direction: column;
}

.item-service-content p {
    margin-bottom: 0px;
    text-align: left;
}

.line-service {
    width: 100%;
    height: 1px;
    background-color: #00000070;
}

.txt-img-service {
    display: flex;
    gap: 10px;
    align-items: center;
}

.texto-servicos .text-down p {
    margin-bottom: 0px !important;
    margin-top: 30px;
}

img.troca-idioma:hover {
    cursor: pointer;
}

#section-slide {
    height: 450px;
    margin-bottom: 40px;
}

#section-slide .owl-slideshow .owl-item-image {
    height: 500px;
}

.responsive-language {
    display: none;
}

.desktop-language {
    display: flex;
}

#slideshow-3 {
    display: none;
}
/* fim das correções */

/* atualização */

#section-html-modulo_1 .col-md-3 {
    display: flex;
}

.titulo-empresa-2.lv-txt {
    line-height: 48px;
    font-size: 40px;
}

p.paragraf-style {
    font-size: 16px !important;
    margin-bottom: 50px;
}

#section-html-modulo_1 .pb-2.pb-md-4.mb-2.mb-md-5, #section-html-modulo_1 .container {
    margin-bottom: 0px !important;
}

.box-pilares {
    padding: 20px;
    border: 2px solid;
    border-image: linear-gradient(45deg, #fbac05, #dba124, #b77e04) 1;
    border-radius: 40px !important;
    display: flex;
    gap: 20px;
    height: 100%;
    align-items: center;
}

#pilares .section-title.mb-4.text-center {margin: 40px 0px !important;}

.text-pilares h4 {
    margin-bottom: 0px;
}

.box-pilares p {margin-bottom: 0px !important;font-size: 14px;}

#pilares .section-title h3 {
    padding-bottom: 10px;
}

.extra-mg {
    margin-top: 5px;
}

/* --------------------- */


/* Variáveis locais encapsuladas no escopo da seção */
#mba-cta {
  --clr-bg-start: #f7fbfc;
  --clr-bg-end:   #e1edf4;
  --clr-primary:  #6c9a8b;
  --clr-dark:     #2f3e46;
  --clr-light:    #ffffff;
  --fs-title:     2rem;
  --fs-text:      1rem;
  --radius:       12px;

  position: relative;
  overflow: hidden;
  padding: 0px 20px 60px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: var(--clr-dark);
}

#mba-cta .decor {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  background: var(--clr-light);
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}

#mba-cta .cta-content {
  position: relative;
  z-index: 1;
  max-width: 75%;
  margin: 0 auto;
  padding: 50px 60px;
  background: #f4f4f4;
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

#mba-cta .cta-title {
  font-size: var(--fs-title);
  margin-bottom: 0.5em;
  color: #5d6865;
  line-height: 1.2;
}

#mba-cta .features {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  text-align: left;
}

#mba-cta .features li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  font-size: var(--fs-text);
  color: var(--clr-dark);
  line-height: 1.4;
}

#mba-cta .features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background-color: var(--clr-primary);
  border-radius: 50%;
}

#mba-cta .features li:hover::before {
  transform: translateY(-50%) scale(1.2);
  transition: transform 0.2s ease;
}

#mba-cta .cta-text {
  font-size: var(--fs-text);
  margin: 0.8em 0 1em;
  line-height: 1.6;
  color: var(--clr-dark);
}

#mba-cta .cta-button {
  display: inline-block;
  padding: 0.7em 1.5em;
  background-color: var(--clr-primary);
  color: var(--clr-light);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 25px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#mba-cta .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

@media (max-width: 480px) {
  #mba-cta .cta-content {
    padding: 15px 10px;
  }
  #mba-cta .cta-title {
    font-size: 1.75rem;
  }
  #mba-cta .cta-button {
    padding: 0.6em 1.2em;
    font-size: 0.9rem;
  }
  #mba-cta .cta-content {
  max-width: 100%;
  }
 .cta-text {
    width: 100%;
    padding: 5px 15px 0px !important;
  }
}
#mba-cta {
font-family: "Philosopher", sans-serif;
}

section.cta {
    background: #e8dddd;
    padding: 20px 0;
}

.badge {
    display: inline-block;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
    color: #434343;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin-bottom: 20px;
    padding: 0;
}

.info p {
    font-size: 1.3em;
}