/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*   DEFAULT CSS   */

:root {
    --black: #0B0B0B;
    --secondary-black: #242424;
    --white: #FFFFFF;
    --brand-color-medium: #FFD000;
    --brand-color-light: #FFE77E;
    --gray: #A3A3A3;
    --gray-dark: #707070;
}

body {
    background: var(--white) !important;
}

.default-content-container-mobile {
    display: none;
}

.about-container span, .default-content-container-mobile span {
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: var(--gray-dark);
    opacity: 0.8;
    margin: 0;
}

.about-container h2, .default-content-container-mobile h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 100%;
    color: var(--black);

    margin: 0;
    margin-top: 16px;
}

.about-container p, .default-content-container-mobile p {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    margin: 0;
    margin-top: 24px;
}


.btn-padrao, 
.btn-padrao-secondary, 
.contact-section form p input[type="submit"], 
.modal p input[type="submit"],
.newsletter-section .sign-form .btn-padrao {
    display: inline-block;
    padding: 21px 0;
    max-width: 270px;
    width: 100%;
    text-align: center;
    background-color: var(--brand-color-medium);
    border-radius: 8px;
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
    border: 1px solid var(--brand-color-medium);
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
    margin-top: 32px;
}

.btn-padrao:hover, .btn-padrao:focus, .modal p input[type="submit"]:hover, .modal p input[type="submit"]:focus{
    transition: 0.5s;
    background-color: transparent;
    color: var(--brand-color-medium);
}

.btn-padrao-secondary, .contact-section form p input[type="submit"]{
    background: var(--black);
    color: var(--white);
    border: 1px solid var(--black);
}

.btn-padrao-secondary:hover, .btn-padrao-secondary:focus, .contact-section form p input[type="submit"]:hover, .contact-section form p input[type="submit"]:focus {
    transition: 0.5s;
    background-color: transparent;
    color: var(--black);
}

.btn-export {
    background: transparent;
    text-decoration: none;
    display: inline-block;

    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.btn-export svg {
    margin-right: 8px;
}

.btn-export:hover, .btn-export:focus {
    color: var(--brand-color-medium);
}

.btn-export:hover svg path, .btn-export:focus svg path {
    fill: var(--brand-color-medium);
}

.text-btn {
    margin-top: 41px;
    display: flex;
    font-family: Archivo;
    font-weight: 700;
    font-size: 14.5px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #0B0B0B;
    opacity: 0.8;
    transition: .3s;
}

.text-btn svg {
    margin-left: 8px;
    transition: .3s;
}

.text-btn:hover {
    opacity: 1;
    color: #0B0B0B;
}

.text-btn:hover svg {
    margin-left: 16px;
}

.circle-bg {
    background: var(--brand-color-light);
    width: 820px;
    height: 820px;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    transform: translate(-50px, 410px);
}

.circle-paragraph {
    position: absolute;
}

.circle-paragraph svg {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}

.mb-30 {
    margin-bottom: 30px;
}
@media(max-width: 1200px) {
    .about-container h2 {
        font-size: 40px;
    }
}

@media(max-width: 992px) {
    .default-content-container-mobile span {
        margin-bottom: 16px;
        display: block;
    }
    .default-content-container-mobile h2 {
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 16px;
    }
    .default-content-container-mobile p {
        margin-top: 0;
        margin-bottom: 24px;
    }
    .default-content-container-mobile .btn-padrao,
    .default-content-container-mobile .btn-padrao-secondary  {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media(max-width: 576px) {
    .default-content-container-mobile span {
        font-size: 10px;
    }
    .default-content-container-mobile .btn-padrao,
    .default-content-container-mobile .btn-padrao-secondary {
        max-width: 100%;
        padding: 17px 0;
    }
}

/*   HEADER   */

.header {
    background-color: var(--black);
    padding: 12px 0;
    position: relative;
}

.header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-container .primary-nav-header {
    display: flex;
    align-items: center;
}

.header .header-container .primary-nav-header .header-menu-nav {
    margin-left: 20px;
}

.header .header-container .header-menu-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.header .header-container .header-menu-nav ul li {
    margin: 0;
}

.header .header-container .header-menu-nav ul .header-nav-link a {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--white);
    font-family: 'Archivo';
    padding: 0 20px;
    display: inline-block;

    text-decoration: none;
}

.header .header-container .header-menu-nav ul .header-nav-link a:hover {
    color: var(--brand-color-medium);
}

.header .header-container .secondary-nav-header ul {
    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    list-style: none;
}

.header .header-container .secondary-nav-header ul li {
    margin: 0;
}

.header .header-container .secondary-nav-header ul li a {
    margin-left: 16px;
    display: inline-block;
}

.header .header-container .secondary-nav-header ul li a svg {
    width: 16px;
}

.header .header-container .secondary-nav-header ul li a:hover svg path {
    fill: var(--brand-color-medium);
}

.header .subscribe-link {
    padding: 9px 40px;
    background: transparent;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid var(--white);
    color: var(--white);
    font-family: 'Archivo';
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    margin-right: 16px;
    display: inline-block;
}

.header .header-container .secondary-nav-header .subscribe-link:hover {
    border: 2px solid var(--brand-color-medium);
    color: var(--brand-color-medium);
}

.header .header-mobile-container,
#nav-menu-dropdown {
    display: none;
}

@media(max-width: 1200px) {
    .header .header-container .header-menu-nav ul .header-nav-link a {
        padding: 0 15px;
    }
    .header .subscribe-link {
        padding: 9px 30px;
    }
}

@media(max-width: 992px) {
    .header {
        padding: 0;
    }
    .header .header-container {
        display: none;
    }
    .header .header-mobile-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        background: var(--black);
        position: relative;
        z-index: 1000;
    }
    .header .header-mobile-container .secondary-nav-mobile-header button {
        padding: 0;
        background: none;
        outline: none;
    }
    #nav-menu-dropdown {

        display: block;
    }
    .header .header-menu-nav {
        position: absolute;
        left: 0;
        background: var(--black);
        width: 100%;
        overflow: hidden;
        transition: .4s;
        transform: translateY(-1000px);
        z-index: 5;
    }
    .header .open-menu {
        transform: translateY(0);
    }
    .header .header-menu-nav ul {
        list-style: none;
        margin: 0;
        padding: 10px 0 20px 0;
        opacity: 0;
        transition: .4s;
        visibility: hidden;
    }
    .header .open-menu ul {
        visibility: visible;
        opacity: 1;
    }
    .header .header-menu-nav ul li {
        margin: 0;
    }
    .header .header-menu-nav ul li a {
        text-decoration: none;
        font-family: Archivo;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        color: var(--white);
        width: 100%;
        display: block;
        padding: 20px 0;
    }
    .header .header-menu-nav ul li a:focus {
        background: var(--brand-color-medium);
        color: var(--black);
    }
}

/*   FOOTER   */

.footer, .copyright-footer {
    background-color: var(--black);
    padding: 40px 0;

    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer img {
    margin-bottom: 16px;
}

.transparent-footer-text {
    font-family: Archivo;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: var(--white);
    opacity: 0.3;
    margin: 0;
}

.footer .footer-nav h3 {
    font-family: Archivo;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    margin: 0;

    color: var(--white);
}

.footer .footer-nav ul, .footer .footer-nav ul li {
    margin: 0;
    padding: 0;
}

.footer .footer-nav ul {
    list-style: none;
}

.footer .footer-nav ul li a {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    margin-top: 24px;
    display: inline-block;

    color: var(--white);
    text-decoration: none;
}

.footer .footer-nav ul li a:hover, .footer .social-media-links a:hover {
    opacity: .5;
}

.footer .social-media-links {
    display: flex;
    justify-content: flex-end;
}

.footer .social-media-links a + a{
    margin-left: 16px;
}

.copyright-footer .copyright-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-footer {
    padding: 28px 0;
}

.copyright-footer .copyright-container .conecta-box {
    display: flex;
    align-items: center;
}

.copyright-footer .copyright-container .conecta-box p {
    font-family: Asap;
    font-weight: 400;
    font-size: 8px;
    line-height: 130%;
    letter-spacing: 0.16em;
    margin: 0;

    color: #FFFFFF;
}

@media(max-width: 992px) {
    .footer {
        text-align: center;
    }
    .footer .row .col-md-2,
    .footer .row .col-md-3,
    .footer .row .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer img {
        margin: 0 auto 16px auto;
    }
    .footer .footer-nav h3 {
        margin-top: 48px;
    }
    .footer .social-media-links {
        justify-content: center;
        margin-top: 64px;
    }
    .copyright-footer .copyright-container {
        flex-direction: column;
    }
    .copyright-footer .copyright-container .transparent-footer-text {
        font-size: 12px;
        margin-bottom: 8px;
    }
}

/*   HOME PAGE   */

/*   HERO SECTION   */

.hero-section {
    background: url('../images/hero.png') top center no-repeat;
    padding: 0;
    display: flex;
    justify-content: center;
    min-height: 701px;
}

.hero-section .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-section .text-container h1 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 56px;
    line-height: 100%;
    color: var(--black);
    margin: 0;
    margin-bottom: 16px;
}

.hero-section .text-container h1 span {
    color: var(--brand-color-medium);
}

.hero-section .text-container p {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    color: var(--secondary-black);
}

@media(max-width: 992px) {
    .hero-section .text-container h1 {
        font-size: 48px;
        text-align: center;
    }
    .hero-section .text-container p {
        font-size: 16px;
    }
}

@media(max-width: 992px) {
    .hero-section {
        background: url('../images/hero-home-mobile.svg') top center no-repeat;
    }
    .hero-section .text-container h1 {
        font-size: 40px;
        max-width: 345px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .hero-section .text-container p {
        max-width: 345px;
        width: 100%;
        margin: 0 auto;
    }
    .hero-section .text-container .btn-padrao {
        margin-bottom: 76px;
    }
}

/*   SECTION 2   */

.parceiros-news-section {
    box-shadow: 0px -8px 32px rgba(0, 0, 0, 0.08);
    padding: 56px 0;
}

.parceiros-news-section img {
    opacity: .4;
}

.parceiros-news-section p {
    margin: 0;
    margin-top: 24px;
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: var(--gray);

    text-align: center;
}

@media(max-width: 992px) {
    .parceiros-news-section p {
        font-size: 15px;
    }
}

/*   SECTION 3   */

.quem-somos-section {
    background: var(--white);
    padding-top: 32px;
    padding-bottom: 184px;
}

.quem-somos-section .comments-container {
    position: relative;
}

.quem-somos-section .comments-container img {
    max-width: 570px;
    margin-left: auto;
}

.quem-somos-section .comments-container .comment-card {
    display: flex;
    flex-direction: column;
    align-items: center;

    position: absolute;
    bottom: 0;
    left: 0;

    transform: translate(5px, 62px);
}

.quem-somos-section .comments-container .comment-card img {
    margin: 0;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50% ;
}

.quem-somos-section .comments-container .comment-card {
    background: var(--white);
    box-shadow: 0px 4px 24px -4px rgba(0, 0, 0, 0.24);
    border-radius: 16px;

    padding: 32px 24px;
}

.quem-somos-section .comments-container .comment-card p,
.quem-somos-section .comments-container .comment-card .author-name  {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    color: var(--secondary-black);
    opacity: 0.8;
    margin: 0;
    margin-top: 12px;
    max-width: 295px;
    width: 100%;
}

.quem-somos-section .comments-container .comment-card .author-name {
    font-weight: 500;
    font-size: 12px;
}


@media(max-width: 1200px) {
    .about-container h2 {
        font-size: 40px;
    }
    .quem-somos-section .comments-container img {
        max-width: 475px;
    }
}

@media(max-width: 992px) {
    .quem-somos-section {
        padding-bottom: 70px;
    }
    .quem-somos-section .row {
        display: none;
    }
    .quem-somos-section .default-content-container-mobile {
        display: block;
    }
    .quem-somos-section .default-content-container-mobile img{
        margin: 0 auto;
    }
}

/*   SECTION 4   */

.course-section, .formation-section {
    background-color: var(--brand-color-medium);
    border-radius: 32px;
    max-width: calc(100% - 48px);
    width: 100%;
    margin: 0 auto;
    padding: 128px 0;
}

.course-section .course-row-container {
    display: block;
}

.course-section .course-row-container .about-container h2{
    color: var(--secondary-black);
    width: 100%;
    max-width: 400px;
}

.course-section .course-row-container .about-container p {
    color: var(--secondary-black);
    width: 100%;
    max-width: 420px;
}

.course-section .course-row-container .about-courses-row {
    margin-left: 80px;
}

.course-section .course-row-container .bg-circles {
    position: absolute;
    z-index: 0;
    width: 640px;
    height: 640px;
    border-radius: 50%;
    top: -70px;
    left: 40px;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-section .course-row-container .bg-circles span {
    max-width: 402px;
    width: 100%;
    height: 402px;
    background: var(--white);
    z-index: 1;
    display: block;
    border-radius: 50%;
}

.course-section .course-row-container .about-course, 
.course-section .default-content-container-mobile .about-course {
    z-index: 1;
    background: var(--black);
    box-shadow: 0px 4px 24px -2px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    height: 260px;
    margin-bottom: 30px;
    padding: 40px 24px 48px 24px;
}

.course-section .course-row-container .translate-top-courses {
    transform: translateY(-60px);
}

.course-section .course-row-container .about-course h3, 
.course-section .default-content-container-mobile .about-course h3 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: var(--white);
    margin: 0;
    margin-top: 30px;
}

.course-section .course-row-container .about-course p, 
.course-section .default-content-container-mobile .about-course p {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: var(--white);
    margin: 0;
    margin-top: 8px;
    max-width: 100%;
    width: 100%;
}


@media(max-width: 1200px) {
    .course-section .course-row-container .about-courses-row {
        margin-left: 28px;
    }
    .course-section .course-row-container .bg-circles {
        left: -30px;
    }
}

@media(max-width: 992px) {
    .course-section {
        max-width: calc(100% - 30px);
        padding: 56px 0 140px 0;
    }
    .course-section .course-row-container .about-container h2 {
        font-size: 32px;
    }
    .course-section .course-row-container .about-container span {
        font-size: 10px;
    }
    .course-section .course-row-container .bg-circles {
        width: 430px;
        height: 430px;
        left: 0;
        top: 40px;
    }
    .course-section .course-row-container .bg-circles span {
        max-width: 310px;
        height: 310px;
    }
}

@media(max-width: 992px) {
    .course-section .course-row-container {
        display: none;
    }
    .course-section .default-content-container-mobile {
        display: block;
    }
}

/*   SECTION 5   */

.depoiments-section {
    text-align: center;
    padding: 0;
    padding-bottom: 96px;
}

.depoiments-section h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    margin: 0;    
    color: var(--secondary-black);
}

.depoiments-section p {
    margin: 0;
    margin-top: 8px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: var(--secondary-black);
    opacity: 0.8;
}

.depoiments-section .depoiment-author-card {
    background: var(--white);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
    border-radius: 32px;
    padding: 32px;
    text-align: left;
    margin: 56px 5px 40px 5px;
}

.depoiments-section .depoiment-author-card img {
    margin-bottom: 16px;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}

.depoiments-section .depoiment-author-card p {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--black);
    min-height: 220px;
    margin: 0;
    max-width: 305px;
    width: 100%;
}

.depoiments-section .depoiment-author-card .depoiment-author h4 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    margin: 0;
}

.depoiments-section .depoiment-author-card .depoiment-author p {
    font-size: 13px;
    line-height: 150%;
    min-height: unset;
}

.dots-container .dot {
    background: #F2F2F2;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
    transition: .3s;
}

.dots-container .dot:focus {
    outline: none;
}

.dots-container .active {
    width: 24px;
    background: var(--brand-color-medium);
    border-radius: 60px;
}

@media(max-width: 1200px) {
    .depoiments-section .depoiment-author-card p {
        line-height: 120%;
    }
}

@media(max-width: 992px) {
    .depoiments-section h2 {
        font-size: 32px;
        max-width: 345px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .depoiments-section p {
        font-size: 16px;
        max-width: 345px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-top: 16px;
    }
    .depoiments-section .depoiment-author-card p {
        max-width: 100%;
        text-align: left;
        min-height: 260px;
    }
}

/*   SECTION 6   */

.formation-section {
    margin: 0 24px;
    background: var(--brand-color-medium);
}

.formation-section .benefits-item .benefits-text p {
    margin-left: 0;
}

.formation-section img {
    margin-left: 50px;
}

.benefits-item {
    margin-top: 24px;
    display: flex;

    align-items: flex-start;
}

.benefits-item .benefits-text h4 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 140%;
    color: var(--secondary-black);

    margin: 0;
    margin-bottom: 8px;
}

.benefits-item .benefits-text p {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--secondary-black);
    opacity: 0.8;

    margin: 0;
    margin-left: 16px;
}

.formation-section .about-container .btn-padrao-secondary {
    margin-top: 48px;
}

@media(max-width: 1200px) {
    .formation-section img {
        margin-left: 30px;
        max-width: 95%;
    }
}

@media(max-width: 992px) {
    .formation-section {
        padding: 56px 0;
    }
    .formation-section .about-container h2 {
        font-size: 32px;
    }
    .formation-section img {
        margin-left: 10px;
    }
}

@media(max-width: 992px) {
    .formation-section .about-container .btn-padrao-secondary {
        display: none;
    }
    .formation-section img {
        margin: 45px 0 0 0;
    }
}

/*   NEWSLETTER SECTION   */

.newsletter-section {
    max-width: calc(100% - 48px);
    width: 100%;
    margin: 0 auto;
    background: var(--secondary-black);
    border-radius: 24px;    
    padding: 72px 0;

    transform: translateY(170px);
}

.newsletter-section .newsletter-textbox {
    display: flex;
    flex-direction: column;
}

.newsletter-section .newsletter-textbox h2 {
    margin: 0;
    margin-bottom: 8px;
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    color: var(--white);
}

.newsletter-section .newsletter-textbox p {
    margin: 0;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--white);
    opacity: 0.8;

    max-width: 370px;
    width: 100%;
}

.newsletter-section .sign-form {
    display: flex;
    align-items: center;
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--gray);
    padding: 16px;
    height: 82px;
}

.newsletter-section .sign-form input {
    padding: 0 27px;
    background: transparent;
    height: 100%;
    border: none;

    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black)
}

.newsletter-section .sign-form br {
    display: none;
}

.newsletter-section .sign-form input::placeholder {
    color: var(--gray);
}

.newsletter-section .sign-form input:focus {
    outline: none;
    border: none;
}

.newsletter-section .sign-form .btn-padrao {
    margin: 0;
    max-width: 155px;
    padding: 14px 0;
    text-transform: none;
}

.newsletter-section .sign-form .ajax-loader {
    display: none;
}

@media(max-width: 992px) {
    .newsletter-section .newsletter-textbox h2 {
        font-size: 32px;
    }
    .newsletter-section .sign-form {
        flex-direction: column;
        height: unset;
        border: none;
        background: none;
    }
    .newsletter-section .sign-form span input {
        background: var(--white);
        border: 1px solid var(--gray);
        border-radius: 16px;
        height: 72px;
        max-width: 300px;
    }
    .newsletter-section .sign-form .btn-padrao {
        max-width: 250px;
        padding: 17px 0;
        margin-top: 18px;
    }
}

@media(max-width: 992px) {
    .newsletter-section {
        padding: 56px 0;
        transform: translateY(295px);
        margin-top: -200px;
    }
    .newsletter-section .row .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .newsletter-section .sign-form span {
        width: 100%;
    }
    .newsletter-section .sign-form span input {
        text-align: center;
        max-width: 100%;
    }
    .newsletter-section .newsletter-textbox h2 {
        text-align: center;
        font-size: 24px;
    }
    .newsletter-section .newsletter-textbox p {
        text-align: center;
        max-width: 300px;
        margin: 0 auto 30px auto;
    }
    .newsletter-section .sign-form .btn-padrao {
        max-width: 85%;
    }
}

/*   TEMPLATE SUBSCRIBE   */

.subscribe-section {
    background: var(--black);
    height: 90vh;
}

.subscribe-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subscribe-section .subscribe-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.subscribe-section .subscribe-section-container h1 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    color: var(--white);

    margin: 0;
    margin-bottom: 16px;
}

.subscribe-section .subscribe-section-container p {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: var(--white);
    max-width: 570px;
    width: 100%;

    opacity: 0.8;
    margin: 0;
    margin-bottom: 8px
}

@media(max-width: 992px) {
    .subscribe-section .subscribe-section-container h1 {
        font-size: 40px;
        text-align: center;
        line-height: 35px;
    }
    .subscribe-section .subscribe-section-container p {
        font-size: 16px;
    }
}

@media(max-width: 992px) {
    .subscribe-section {
        padding: 470px 0 200px 0;
        height: unset;
    }
    .course-page .subscribe-section {
        padding: 200px 0;
    }
    .subscribe-section .subscribe-section-container h1 {
        font-size: 32px;
        max-width: 345px;
        width: 100%;
        margin: 0 auto 16px auto;
    }
    .subscribe-section .subscribe-section-container p {
        max-width: 345px;
        width: 100%;
        margin: 0 auto;
    }
}

/*   TEMPLATE PARTNERS   */

.partners-section {
    padding: 56px 0;
    max-width: calc(100% - 270px);
    margin: 0 auto;
    background: var(--white);
    box-shadow: 0px 0px 24px -1px rgba(0, 0, 0, 0.16);
    border-radius: 24px;
    transform: translateY(-100px);
}

.partners-course-section {
    transform: translateY(100px);
}

.partners-section p {
    margin: 0;
    margin-bottom: 24px;
    color: var(--black);
    font-size: 20px;
    font-family: Archivo;
    text-align: center;
}

.partners-section img,
.parceiros-news-section img,
.partners-dark-section img {
    max-width: 100px;
    width: 100%;
    margin: auto;
    object-fit: contain;
    height: 40px;
}

@media(max-width: 992px) {
    .partners-section {
        max-width: calc(100% - 48px);
    }
    .partners-section p {
        font-size: 18px;
        max-width: 217px;
        width: 100%;
        margin-left: auto;
        margin-right: auto; 
    }
}


.partners-section2 {
    padding: 56px 0;
    max-width: calc(100% - 270px);
    margin: 0 auto;
    background: #FFD000;
    box-shadow: 0px 0px 24px -1px rgba(0, 0, 0, 0.16);
    border-radius: 24px;
    transform: translateY(-50px);
}

.partners-course-section {
    transform: translateY(100px);
}

.partners-section2 p {
    margin: 0;
    margin-bottom: 24px;
    color: var(--black);
    font-size: 20px;
    font-family: Archivo;
    text-align: center;
}

.partners-section2 img,
.parceiros-news-section2 img,
.partners-dark-section2 img {
    max-width: 100px;
    width: 100%;
    margin: auto;
    object-fit: contain;
    height: 40px;
}

@media(max-width: 992px) {
    .partners-section2 {
        max-width: calc(100% - 48px);
    }
    .partners-section2 p {
        font-size: 18px;
        max-width: 217px;
        width: 100%;
        margin-left: auto;
        margin-right: auto; 
    }
	
}

/*   ABOUT PAGE   */

/*   ABOUT PAGE - SECTION 1   */

.hero-section-about, .hero-section-curso {
    background: var(--brand-color-medium);
    padding: 0;
}

.hero-container .container {
    padding: 98px 0 121px 0;
    position: relative;
}

.hero-container .scroll-down-hero {
    position: absolute;
    bottom: 40px;
    left: 0;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    outline: none;
    padding-left: 0px;
}

.hero-container .scroll-down-hero svg {
    opacity: 1;
    margin-bottom: 16px;
}

.hero-container .scroll-down-hero svg:nth-child(2) {
    opacity: .7;
    margin-bottom: 16px;
}

.hero-container .scroll-down-hero svg:last-child {
    opacity: .3;
}

.hero-container .hero-textbox {
    display: flex;
    flex-direction: column;
    max-width: 470px;
    width: 100%;
    position: relative;
    height: 100%;
}

.hero-container .hero-textbox h1 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 56px;
    line-height: 100%;
    color: var(--black);
    margin: 34px 0 16px 0;
}

.hero-container .hero-textbox p {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--secondary-black);
}

.hero-container .hero-image-box {
    position: relative;
}

.hero-container .hero-image-box .hero-image {
    height: 330px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.hero-container .hero-image-box img {
    position: relative;
    z-index: 5;
}

.hero-container .hero-image-box .circle-paragraph  {
    bottom: -26px;
    right: -26px;
    z-index: 10;
}

.hero-container .hero-image-box .circle-bg {
    width: 431px;
    height: 431px;
    top: 0;
    transform: translate(-100px, -50px);
    z-index: 0;
}

@media(max-width: 1200px) {
    .hero-container .hero-image-box .circle-bg {
        transform: translate(-50px, -70px);
    }
}

@media(max-width: 992px) {
    .hero-container .row .col-md-5,
    .hero-container .row .col-md-7 {
        max-width: 100%;
        flex: 0 0 100%
    }
    .hero-container .hero-textbox h1 {
        font-size: 40px;
        margin-top: 0;
    }
    .hero-container .hero-textbox p {
        font-size: 17px;
    }
    .hero-container .hero-image-box .circle-bg {
        width: 310px;
        height: 310px;
        transform: translate(-45px, -55px);
    }
    .hero-container .hero-image-box .circle-paragraph {
        bottom: -46px;
        right: -16px;
    }
    .hero-container .hero-image-box .hero-image {
        height: 168px;
    }
}

@media(max-width: 992px) {
    .hero-section-about {
        padding: 64px 0 84px 0;
        overflow: hidden;
    }
    .hero-container .container {
        padding: 0;
    }
    .hero-container .hero-textbox {
        text-align: center;
        max-width: 100%;
    }
    .hero-container .hero-textbox h1 {
        max-width: 345px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 8px;
    }
    .hero-container .hero-textbox p {
        max-width: 338px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 83px;
    }
    .hero-container .scroll-down-hero {
        display: none;
    }
    .hero-container .hero-image-box {
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
    }
    .hero-container .hero-image-box .circle-bg {
        width: 221px;
        height: 221px;
        transform: unset;
        left: calc(50% - 110px);
        top: -24px;
    }
    .hero-container .hero-image-box .circle-paragraph {
        bottom: -40px;
        right: -15px;
    }
}

@media(max-width: 768px) {
    .hero-container .hero-image-box .circle-paragraph {
        bottom: -40px;
        right: -5px;
    }
}

/*   ABOUT PAGE - SECTION 2   */

.mission-section {
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission-section h2, .mission-section p{
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 52px;
    color: #0B0B0B;

    margin: 0;
    margin: 12px auto;
    max-width: 740px;
    width: 100%;
}

.mission-section p {
    font-size: 17px;
    line-height: 150%;
    color: #242424;
    font-weight: 400;
}

.mission-section .mission-section-img {
    display: none;
}

@media(max-width: 992px) {
    .mission-section {
        padding-top: 90px;
    }
    .mission-section h2 {
        font-size: 32px;
        max-width: 470px;
        width: 100%;
        margin: 0 0 16px 0;
        line-height: 35px;
    }
}

@media(max-width: 992px) {
    .mission-section {
        padding-top: 64px;
    }
    .mission-section p {
        font-size: 16px;
    }
    .mission-section img {
        display: none;
    }
    .mission-section .mission-section-img {
        display: block;
        margin-top: 40px;
    }
}

@media(max-width: 576px) {
    .mission-section h2 {
        max-width: 330px;
    }
}

/*   ABOUT PAGE - SECTION 3   */


.partners-dark-section {
    background: var(--black);
    border-radius: 32px;
    max-width: calc(100% - 48px);
    width: 100%;

    margin: 0 auto;
    padding: 56px 0 240px 0;
}

.partners-dark-section p {
    color: var(--white);
    margin-bottom: 24px;
    font-size: 20px;
    text-align: center;
}

@media(max-width: 992px) {
    .partners-dark-section {
        padding-top: 40px;
        padding-bottom: 195px;
    }
}

@media(max-width: 992px) {
    .partners-dark-section {
        max-width: calc(100% - 30px);
    }
    .partners-dark-section p {
        max-width: 216px;
        width: 100%;
        margin: 0 auto 24px auto;
        text-align: center;
        font-size: 18px;
    }
}

@media(max-width: 576px) {
    .partners-dark-section {
        padding-bottom: 108px;
    }
}

/*   ABOUT PAGE - SECTION 4   */

.meet-course-section {
    border-radius: 32px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 72px 0;

    background: var(--brand-color-medium);
    transform: translateY(-150px);
    position: relative;
}

.meet-course-section .about-container {
    transform: translateX(80px);
    width: calc(100% - 80px);
}

.meet-course-section img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.meet-course-section .circle-bg {
    max-width: 360px;
    height: 180px;
    position: absolute;
    transform: translate(-80px, 0);

    border-radius: 180px 180px 0 0;
}

.meet-course-section .about-container h2 {
    max-width: 488px;
    width: 100%;
    margin: 0;
    font-size: 32px;
}

@media(max-width: 1200px) {
    .meet-course-section {
        max-width: 960px;
    }
    .meet-course-section .about-container h2 {
        max-width: 320px;
    }
    
}

@media(max-width: 992px) {
    .meet-course-section {
        padding: 24px 0 32px 0;
        max-width: 720px;
    }
    .meet-course-section img {
        max-width: 300px;
    }
    .meet-course-section .circle-bg {
        transform: translate(-45px, 0);
        max-width: 320px;
        height: 160px;
    }
    .meet-course-section .meet-course-container {
        display: none;
    }
    .meet-course-section .default-content-container-mobile {
        display: block;
    }
    .meet-course-section .default-content-container-mobile .meet-course-img-mobile {
        position: relative;
        transform: translateY(-50px);
    }
    .meet-course-section .default-content-container-mobile .meet-course-img-mobile img {
        position: relative;
        right: unset;
        margin: 0 auto
    }
    .meet-course-section .default-content-container-mobile .meet-course-img-mobile .circle-bg {
        left: calc(50% - 110px);
    }
    .meet-course-section .default-content-container-mobile h2 {
        text-align: center;
    }
    .meet-course-section .default-content-container-mobile .btn-padrao-secondary {
        max-width: 260px;
        width: 100%;
        margin: 24px auto 0 auto;
        display: block;
    }
}

@media(max-width: 992px) {
    .meet-course-section {
        max-width: calc(100% - 64px);
    }
}

@media(max-width: 576px) {
    .meet-course-section {
        transform: translateY(-74px);
    }
    .meet-course-section .default-content-container-mobile .meet-course-img-mobile img {
        max-width: 204px;
    }
    .meet-course-section .default-content-container-mobile .meet-course-img-mobile .circle-bg {
        max-width: 214px;
        height: 107px;
        left: calc(50% - 54px);
    }
    .meet-course-section .default-content-container-mobile h2 {
        max-width: 224px;
        width: 100%;
        margin: 0 auto;
        font-size: 20px;
    }
    .meet-course-section .default-content-container-mobile .btn-padrao-secondary {
        max-width: 100%;
    }
}

/*   ABOUT PAGE - SECTION 5   */

.ingredients-section {
    padding: 0 0 72px 0;
}

.ingredients-section h2 {
    margin: 0;
    margin-bottom: 41px;
    text-align: center;

    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    color: #0B0B0B;
}

.ingredients-section .ingredient-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px -2px rgba(0, 0, 0, 0.16);
    border-radius: 24px;
    padding: 32px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px 0;
}

.ingredient-icon {
    background: var(--brand-color-medium);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    max-width: 64px;
    width: 100%;
    height: 64px;
}


.ingredients-section .ingredient-card .ingredient-text {
    margin-left: 24px;   
}

.ingredients-section .ingredient-card .ingredient-text h5 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 8px;
    color: #0B0B0B;

}

.ingredients-section .ingredient-card .ingredient-text p {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
    color: #242424;
    
}

@media(max-width: 992px) {
    .ingredients-section .row .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ingredients-section h2 {
        font-size: 32px;
        line-height: 35px;
    }
}

@media(max-width: 992px) {
    .ingredients-section .row .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 576px) {
    .ingredients-section h2 {
        font-size: 32px;
        max-width: 300px;
        width: 100%;
        margin: 0 auto 32px auto;
    }
}

/*   ABOUT PAGE - SECTION 6   */

.our-team-section {
    text-align: center;
    padding: 0;
}

.our-team-section span {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #707070;
    margin: 0;
    margin-bottom: 16px;
    opacity: 0.8;
}

.our-team-section h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    color: #0B0B0B;

    margin: 0;
}

.our-team-section .team-picture-container {
    background: var(--brand-color-medium);
    padding: 104px 0;
    max-width: calc(100% - 48px);
    width: 100%;
    margin: 0 auto;
    border-radius: 32px;
    transform: translateY(70px);
}

.our-team-section .team-picture-container .row {
    justify-content: center;
}

.our-team-section .team-picture-container .picture {
    background: var(--white);
    box-shadow: 0px 4px 12px -1px rgba(0, 0, 0, 0.19);
    max-width: 1015px;
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    position: relative;
}

.our-team-section .team-picture-container .picture p {
    font-family: Rock Salt;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    /* identical to box height, or 24px */
    text-align: left;
    margin: 30px 0 15px;
    
    color: #000000;
}

.seal-cart {
    position: absolute;
    top: -40px;
    right: -24px;
    z-index: 10;
}

.seal-cart svg {
    position: absolute;
    top: 45px;
    left: 45px;
}

.our-team-section .team-picture-container .team-picture-mobile {
    display: none;
}

@media(max-width: 992px) {
    .our-team-section h2 {
        font-size: 32px;
        line-height: 35px;
    }
}

@media(max-width: 992px) {
    .our-team-section .team-picture-container{
        max-width: calc(100% - 30px);
        transform: translateY(290px);
        margin-top: calc(32px - 290px);
        padding: 56px 0 48px 0;
    }
    .our-team-section .team-picture-container .team-picture-row {
        display: none;
    }
    .our-team-section .team-picture-container .team-picture-mobile {
        display: block;
    }
    .our-team-section .team-picture-container .team-picture-mobile .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 16px;
    }
    .our-team-section .dots-container .dot {
        background: var(--brand-color-light);
    }
    .our-team-section .dots-container .active {
        background: var(--black);
    }
}

/*   CURSO PAGE   */

/*   CURSO PAGE - SECTION 1   */

.hero-section-curso {
    background: transparent;
}

.hero-section-curso .circle-bg {
    background: #F2F2F2;
}

/*   CURSO PAGE - SECTION 2   */

.course-subscribe-section {
    background: #FFFFFF;
    box-shadow: 0px -16px 32px -2px rgba(0, 0, 0, 0.08);
    padding: 120px 0 0 0;
}

.course-subscribe-section .course-benefits {
    margin-left: 80px;
}

.course-subscribe-section .course-benefits-card .ingredient-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 32px;
}

.course-subscribe-section .course-benefits-card {
    margin: 20px 0;
}

.course-subscribe-section .course-benefits-card h5 {
    margin: 0;
    margin-bottom: 12px;
    
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 110%;
    color: #0B0B0B;
}

.course-subscribe-section .course-benefits-card p {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #0B0B0B;
    margin: 0;

    max-width: 270px;
    width: 100%;
}

@media(max-width: 1200px) {
    .course-subscribe-section .course-benefits {
        margin-left: 16px;
    }
}

@media(max-width: 992px) {
    .course-subscribe-section .course-benefits {
        margin-left: 0;
    }
    .course-subscribe-section .course-subscribe-row {
        display: none;
    }
    .course-subscribe-section .default-content-container-mobile {
        display: block;
    }
}

@media(max-width: 992px) {
    .hero-section-curso {
        padding: 64px 0 56px 0;
        overflow: hidden;
    }
    .course-subscribe-section .default-content-container-mobile p {
        margin-bottom: 24px;
    }
    .course-subscribe-section .course-benefits-card {
        margin: 16px 0;
    }
    .course-subscribe-section .course-benefits-card p {
        max-width: 100%;
        margin: 0;
    }
    .course-subscribe-section .course-benefits-card .ingredient-icon {
        margin-bottom: 16px;
    }
}

@media(max-width: 576px) {
    .course-subscribe-section .default-content-container-mobile h2 {
        max-width: 320px;
        width: 100%;
    }
}

/*   CURSO PAGE - SECTION 3   */

.course-attributes-section {
    background: var(--black);
    max-width: calc(100% - 48px);
    margin: 0 auto;
    border-radius: 32px;

    padding: 150px 0;
}

.course-attributes-section .about-container h2, 
.course-attributes-section .about-container p,
.course-attributes-section .default-content-container-mobile h2,
.course-attributes-section .default-content-container-mobile p {
    color: var(--white);
    max-width: 400px;
}

.course-attributes-section .about-container span,
.course-attributes-section .default-content-container-mobile span {
    color: var(--white);
    opacity: .8;
}

.course-attributes-section .about-container .btn-padrao {
    padding: 17px 0;
}

.about-container .btns-container {
    display: flex;
    align-items: center;
}

.about-container .btns-container .btn-padrao {
    margin-right: 24px;
    max-width: 250px;
}

.course-attributes-section .skill-container .skill-level-select,
.course-attributes-section .skill-container .skill-level-select-mobile {
    width: 100%;
    border-bottom: 1px solid var(--white);

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 24px;

    cursor: pointer;
}

.course-attributes-section .skill-container .active .open-select-skill {
    transform: rotate(180deg);
}

.course-attributes-section .skill-container .active .skill-name svg path {
    fill: var(--brand-color-medium)
}

.course-attributes-section .skill-container .skill-level-select .skill-name,
.course-attributes-section .skill-container .skill-level-select-mobile .skill-name{
    display: flex;
    align-items: center;
    justify-content: center;
}


.course-attributes-section .skill-container .skill-level-select .skill-name h5,
.course-attributes-section .skill-container .skill-level-select-mobile .skill-name h5 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;

    margin: 0;
    margin-left: 32px;
}

.course-attributes-section .skill-container .skill-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.course-attributes-section .skill-container .skill-list p {
    margin: 0;
    margin-top: 12px;

    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}

@media(max-width: 1200px) {
    .about-container .btns-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .about-container .btns-container .btn-export {
        margin-top: 40px;
    }
}

@media(max-width: 992px) {
    .course-attributes-section {
        max-width: calc(100% - 30px);
    }
    .course-attributes-section .row {
        display: none;
    }
    .course-attributes-section .default-content-container-mobile {
        display: block;
    }
    .course-attributes-section .default-content-container-mobile p {
        max-width: 100%;
        margin: 0 0 56px 0;
    }
    .course-attributes-section .skill-container .skill-list {
        margin-bottom: 56px;
    }
    .default-content-container-mobile .btns-container .btn-padrao {
        margin-top: 56px;
    }
    .default-content-container-mobile .btns-container .btn-export {
        justify-content: center;
    }
}

/*   CURSO PAGE - SECTION 4   */

.course-perfil-section {
    position: relative;
}

.course-perfil-section .benefits-item, .course-path-section .benefits-item {
    align-items: center;
}

.course-perfil-section .float-img {
    position: absolute;
    left: 0;
    max-width: 54.333333%;
}

.course-perfil-section .benefits-item .benefits-text p {
    opacity: 1;
    margin-left: 16px;
}

@media(max-width: 1200px) {
    .course-perfil-section .float-img {
        top: 110px;
    }
}

@media(max-width: 992px) {
    .course-perfil-section .row {
        display: none;
    }
    .course-perfil-section .float-img {
        display: none;
    }
    .course-perfil-section .default-content-container-mobile {
        display: block;
    }
    .course-perfil-section .default-content-container-mobile img {
        margin-top: 48px;
    }
}

@media(max-width: 992px) {
    .course-perfil-section .default-content-container-mobile img {
        margin: 48px auto 0 auto;
    }
    .course-perfil-section .default-content-container-mobile .text-btn {
        justify-content: center;
    }
}

@media(max-width: 768px) {
    .course-path-section {
        overflow: hidden;
    }
}

/*   CURSO PAGE - SECTION 5   */

.course-payment-section {
    padding: 104px 0 0 0;
    background: rgba(242, 242, 242, .5);
    text-align: center;
}

.course-payment-section h2 {
    margin: 0 0 12px 0;
    font-family: Archivo;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: var(--black);
}

.course-payment-section p {
    margin: 0 auto 48px auto;
    max-width: 765px;
    width: 100%;
    color: #242424;
    opacity: 0.8;
    font-size: 17px;
}

.course-payment-section .group-btn {
    max-width: 370px;
    width: 100%;
    height: 56px;
    background-color: white;
    margin: 0 auto;
    display: flex;
    border-radius: 40px;
    position: relative;
    box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.12);
    flex-direction: row-reverse;
}

.course-payment-section .group-btn a {
    text-decoration: none;
    font-family: Archivo;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: black;
    width: 100%;
    padding: 20px 0;
    border-radius: 40px;
    cursor: pointer;
}

.course-payment-section .group-btn a:last-child {
    color: #FFF;
    background: #000;
}

.course-payment-section .group-btn a:first-child:hover {
    color: #FFF;
    background: #000;
}

.course-payment-section .group-btn a:first-child:hover + a {
    color: black;
    background: transparent;
}

@media(max-width: 992px) {
    .course-payment-section h2 {
        font-size: 40px;
    }
    .course-payment-section p {
        font-size: 16px;
    }
}

@media(max-width: 992px) {
    .course-payment-section h2 {
        font-size: 32px;
    }
}

@media(max-width: 576px) {
    .course-payment-section .group-btn {
        display: none;
    }
    .course-payment-section p {
        margin: 0;
    }
}

/*   CURSO PAGE - SECTION 5   */

.course-path-section {
    background: rgba(242, 242, 242, .5);
    padding: 150px 0 100px 0;
}

.course-path-section .about-container h2 {
    font-size: 40px;
}

.course-path-section .about-container span {
    color: #0B0B0B;
    opacity: 0.8;
}

.course-path-section .payment-card {
    max-width: 340px;
    width: 100%;
    margin: 0 100px 0 auto;
    padding: 48px 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    position: relative;
    z-index: 5;
}

.course-path-section .payment-card .responsable-card {
    background: #FFD000;
    box-shadow: 0px 10px 20px rgba(122, 119, 134, 0.1);
    border-radius: 6px;
    position: absolute;
    bottom: -32px;
    right: -52px;
    max-width: 198px;
    width: 100%;
    height: 80px;
    padding: 21px 28px 18px 21px;
    display: flex;
    align-items: center;
}

.course-path-section .payment-card .responsable-card .responsable-card-content {
    width: 100%;
    margin-left: 15px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-path-section .payment-card .responsable-card .responsable-card-content .card-line {
    max-width: 100%;
    width: 100%;
    background: #FFFFFF;
    opacity: 0.4;
    height: 7px;
    border-radius: 5px;
}

.course-path-section .payment-card .responsable-card .responsable-card-content .card-line:last-child {
    width: 50%;
}

.course-path-section .payment-card h4 {
    font-family: Archivo;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #0B0B0B;
    text-align: center;
    margin: 0 0 16px 0;
}

.course-path-section .payment-card p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #707070;
    margin: 0;
    padding: 0 0 24px 0;
}

.course-path-section .payment-card .circle-paragraph {
    top: -36px;
    left: -36px;
    z-index: 10;
}

.course-path-section .payment-card .payment-card-content {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.course-path-section .payment-card .payment-card-content p {
    line-height: 100%;
    color: #242424;
    padding: 0;
}

.course-path-section .payment-card .payment-card-content:last-child {
    margin-bottom: 52px;
}

.course-path-section .circle-bg {
    width: 567px;
    height: 567px;
    right: 0;
    background: rgba(255, 231, 126, .2);
    transform: translate(0, 52px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-path-section .circle-bg::before {
    content: '';
    display: block;
    width: 431px;
    height: 431px;
    background: rgba(255, 231, 126, .5);
    border-radius: 50%;
}

@media(max-width: 1200px) {
    .course-path-section .circle-bg {
        width: 517px;
        height: 517px;
        transform: translate(-31px, -16px);
    }
    .course-path-section .circle-bg::before {
        width: 390px;
        height: 390px;
    }
}

@media(max-width: 992px) {
    .course-path-section {
        padding: 80px 0 40px 0;
    }
    .course-path-section .row {
        display: none;
    }
    .course-path-section .default-content-container-mobile {
        display: block;
    }
    .course-path-section .default-content-container-mobile .payment-card-container {
        position: relative;
    }
    .course-path-section .default-content-container-mobile .payment-card-container .circle-bg {
        transform: unset;
        top: -75px;
        left: calc(50% - 270px);
        width: 540px;
        height: 540px;
    }
    .course-path-section .default-content-container-mobile .payment-card-container .circle-bg:before {
        width: 430px;
        height: 430px;
    }
    .course-path-section .default-content-container-mobile .payment-card {
        margin: 120px auto;
    }
    .course-path-section .payment-card h4 {
        font-size: 20px;
    }
    .course-path-section .payment-card p {
        font-size: 16px;
    }
}

@media(max-width: 576px) {
    .course-path-section .default-content-container-mobile .payment-card {
        max-width: 280px;
    }
    .course-path-section .default-content-container-mobile .payment-card-container .circle-bg {
        top: -36px;
        left: calc(50% - 230px);
        width: 460px;
        height: 460px;
    }
    .course-path-section .default-content-container-mobile .payment-card-container .circle-bg:before {
        width: 370px;
        height: 370px;
    }
    .course-path-section .payment-card .responsable-card {
        right: -20px;
    }
    .course-path-section .payment-card .circle-paragraph {
        left: -15px;
    }
}

/*   CURSO PAGE - SECTION 6   */

.during-course-path {
    padding: 100px 0 150px 0; 
}

.during-course-path .payment-card {
    margin: 0 auto 0 100px;
    text-align: center
}

.during-course-path .payment-card .payment-card-content {
    flex-direction: column;
    margin-top: 24px;
}

.during-course-path .payment-card .payment-card-content h1 {
    font-size: 40px;
    margin: 0;
    font-family: Archivo;
    font-weight: 700;
    line-height: 130%;
    color: var(--black);
}

.during-course-path .payment-card .payment-card-content h4 {
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 12px;
}

.during-course-path .payment-card .payment-card-content p {
    font-family: Archivo;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #707070;
}

.during-course-path .payment-card .payment-card-content p span {
    text-decoration: line-through;
}

.during-course-path .circle-bg {
    left: 0;
    right: unset;
    transform: translate(0, 5px);
}

.during-course-path .benefits-item .benefits-text p {
    opacity: 1;
}

@media(max-width: 1200px) {
    .during-course-path .circle-bg {
        
        transform: translate(24px, -83px);
    }
}

@media(max-width: 992px) {
    .during-course-path {
        padding: 40px 0 56px 0;
    }
}

/*   CURSO PAGE - SECTION 7   */

.selective-process-section {
    background: #FFD000;
    border-radius: 32px;
    max-width: calc(100vw - 48px);
    width: 100%;
    margin: 0 auto;
    transform: translateY(-135px);
    padding: 88px 0 0 0;
    margin-bottom: 90px;
}

.selective-process-section h1 {
    font-family: Archivo;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: var(--black);
    margin: 0 0 16px 0;
}

.selective-process-section p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    color: var(--secondary-black);
}

.selective-process-section .process-stage {
    background: #0B0B0B;
    border-radius: 32px;
    padding: 48px 24px;
    height: 368px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(92px);
}

.selective-process-section .process-stage span {
    color: var(--brand-color-medium);
    margin: 0;
}

.selective-process-section .process-stage h4 {
    font-family: Archivo;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: var(--white);
    margin: 16px 0;
}

.selective-process-section .process-stage p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.8;
    text-align: left;
}

.selective-process-section .selective-process-mobile {
    display: none;
}

@media(max-width: 992px) {
    .selective-process-section {
        margin-bottom: 170px;
    }
    .selective-process-section .selective-process-row {
        display: none;
    }
    .selective-process-section .selective-process-mobile {
        display: block;
    }
    .selective-process-section .process-stage {
        transform: unset;
    }
    .selective-process-section .selective-process-mobile .owl-carousel {
        transform: translateY(150px);
        margin-top: -90px;
    }
    .selective-process-section .selective-process-mobile .dots-container {
        text-align: center;
        margin-top: 40px;
    }
    .selective-process-section .selective-process-mobile .dots-container .dot {
        background: #F2F2F2;
    }
    .selective-process-section .selective-process-mobile .dots-container .active {
        background: var(--brand-color-medium);
    }
}

@media(max-width: 992px) {
    .selective-process-section {
        padding-top: 70px;
    }
    .selective-process-section h1 {
        font-size: 32px;
    }
    .selective-process-section p {
        font-size: 16px;
    }
}

/*   CURSO PAGE - SECTION 8   */

/* --- Galeria HOME --- */
#galeriaHome{
	overflow: hidden;
    background: var(--black);
    padding: 96px 0 195px 0;
}
#galeriaHome h2{
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	text-align: center;
    color: var(--white);

    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
#galeriaHome .btn-padrao {
    display: block;
    margin: 24px auto 0 auto;
}
#galeriaHome .item img{
	width: 100%;
	object-fit: cover;
	height: 204px;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}
#galeriaHome .img-cima{
	width: 100%;
	height: 204px;
	margin-left: 168.61px;
	margin-bottom: 22px;
	border-radius: 6px;
	overflow: hidden;
}
#galeriaHome .img-baixo{
	border-radius: 6px;
	max-width: 100%;
	max-height: 204px;
	overflow: hidden;
}
#galeriaHome .container-fluid{
	margin: 70px 0px;
	padding: 0px;
}
@media (max-width: 992px){
    #galeriaHome h2 {
        font-size: 24px;
    }
	#galeriaHome .img-cima{
		height: 142px;
	}
	#galeriaHome .img-baixo{
		max-height: 142px;
	}
	#galeriaHome .item img{
		height: 142px;
	}
	#galeriaHome .container-fluid{
		margin-bottom: 30px;
	}
	#galeriaHome{
		margin-top: 0px;
	}
}

/*   PARA EMPRESA  PAGE    */

/*   PARA EMPRESA  PAGE - SECTION 1     */

.hero-section-empresa {
    background: var(--black);
    padding: 20px 0;
    position: relative;
}

.hero-section-empresa .hero-container .container {
    padding: 0;
}

.hero-section-empresa .hero-container .hero-textbox h1 {
    max-width: 430px;
}

.hero-section-empresa .hero-container .hero-textbox h1, .hero-section-empresa .hero-container .hero-textbox p {
    color: var(--white)
}

.hero-section-empresa .hero-container .hero-textbox {
    margin-top: 80px;
}

.hero-section-empresa .hero-container .empresa-hero-img {
    position: absolute;
    top: 80px;
    right: 0;
    max-width: 57.333%;
}

.hero-section-empresa .hero-image-box .circle-bg {
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.2;
    width: 555px;
    height: 555px;
    transform: translate(0, 0);
    position: relative;
    margin-left: auto;
}

.hero-section-empresa .hero-image-box img {
    display: none;
}

@media(max-width: 1200px) {
    .hero-section-empresa .hero-container .empresa-hero-img {
        top: 130px;
    }
}

@media(max-width: 992px) {
    .hero-section-empresa .hero-container .scroll-down-hero {
        bottom: 0;
    }
    .hero-section-empresa .hero-container .empresa-hero-img {
        top: 110px;
        max-width: 53%;
    }
    .hero-section-empresa .hero-image-box .circle-bg {
        width: 400px;
        height: 400px;
    }
}

@media(max-width: 992px) {
    .hero-section-empresa {
        padding-top: 48px;
        overflow: hidden;
    }
    .hero-section-empresa .hero-container .hero-textbox {
        max-width: 300px;
        margin: 0 auto;
    }
    .hero-section-empresa .hero-container .hero-textbox p {
        margin-bottom: 32px;
    }
    .hero-section-empresa .hero-image-box {
        position: relative;
    }
    .hero-section-empresa .container {
        max-width: 100%;
    }
    .hero-section-empresa .col-md-7, .hero-section-empresa .col-md-5 {
        max-width: 100%;
        padding: 0;
    }
    .hero-section-empresa .hero-image-box {
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .hero-section-empresa .hero-container .empresa-hero-img,
    .hero-section-empresa .hero-image-box .circle-bg {
        display: none;
    }
    .hero-section-empresa .hero-image-box img {
        display: block;
    }
}

/*   PARA EMPRESA  PAGE - SECTION 2     */


.partners-empresa {
    transform: unset;
    max-width: 100vw;
    border-radius: 0;
    box-shadow: none;
}


/*   PARA EMPRESA  PAGE - SECTION 3    */

.empresa-talents-section {
    padding: 0;
    padding-top: 24px;
    min-height: 650px;
}

.empresa-talents-section h1 {
    font-family: Archivo;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: var(--black);
    margin: 0 0 12px 0;
}

.empresa-talents-section p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #242424;
    opacity: 0.8;
    text-align: center;
    margin: 0 0 86px 0;
}

.empresa-talents-section .talent-card {
    padding: 65px 24px 36px 24px;
    background: var(--secondary-black);
    box-shadow: 0px 4px 24px -2px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    text-align: center;
    transition: .6s;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.empresa-talents-section .talent-card .talend-card-content {
    transform: translateY(76px);
    transition: .3s;
}

.empresa-talents-section .talent-card .talend-card-content img {
    margin-left: auto;
    margin-right: auto;
}

.empresa-talents-section .talent-card:hover {
    background: var(--white);
    transform: scale(1.07);
}

.empresa-talents-section .talent-card:hover .talend-card-content {
    transform: translateY(20px);
}

.empresa-talents-section .talent-card .talent-card-icon {
    margin: 0 auto;
    margin-bottom: 25px;
}

.empresa-talents-section .talent-card h3 {
    font-family: Archivo;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--white);
    margin: 0 0 8px 0;
    min-height: 56px;
}

.empresa-talents-section .talent-card:hover h3,
.empresa-talents-section .talent-card:hover p {
    color: var(--black);
}

.empresa-talents-section .talent-card p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--white);
    opacity: 1;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    min-height: 180px;
}

.empresa-talents-section .talent-card .talents-partners-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.empresa-talents-section .talent-card .talents-partners-img-white,
.empresa-talents-section .talent-card:hover .talents-partners-img-colored {
    visibility: visible;
    opacity: 1;
}

.empresa-talents-section .talent-card:hover .talents-partners-img-colored {
    margin-top: 0;
}

.empresa-talents-section .talent-card .talents-partners-img-colored,
.empresa-talents-section .talent-card:hover .talents-partners-img-white {
    visibility: hidden;
    opacity: 0;
    margin-top: -36px;
} 

.empresa-talents-section .talent-card .btn-padrao {
    visibility: hidden;
    opacity: 0;
}

.empresa-talents-section .talent-card:hover .btn-padrao {
    visibility: visible;
    opacity: 1;
}


@media(max-width: 992px) {
    .empresa-talents-section h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    .empresa-talents-section p {
        margin-bottom: 46px;
        font-size: 16px;
    }
    .empresa-talents-section .row .col-md-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .empresa-talents-section .talent-card {
        margin: 0 auto 24px auto;
        min-height: 570px;
        height: unset;
    }
    .empresa-talents-section .talent-card .talend-card-content {
        transform: none;
    }
    .empresa-talents-section .talent-card .btn-padrao {
        opacity: 1;
        visibility: visible;
        max-width: 100%;
    }
    .empresa-talents-section .talent-card:hover .talend-card-content {
        transform: none;
    }
    .empresa-talents-section .talent-card:hover h3,
    .empresa-talents-section .talent-card:hover p {
        color: var(--white);
    }
    .empresa-talents-section .talent-card:hover {
        background: var(--secondary-black);
        transform: unset;
    }
    .empresa-talents-section .talent-card:hover .talents-partners-img-colored {
        visibility: hidden;
        opacity: 0;
        margin-top: -36px;
    }
    .empresa-talents-section .talent-card:hover .talents-partners-img-white,
    .empresa-talents-section .talent-card .talents-partners-img-white {
        visibility: visible;
        opacity: 1;
        margin: 0 auto;
    } 
}

@media(max-width: 576px) {
    .empresa-talents-section .row .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .empresa-talents-section .talent-card {
        min-height: unset;
    }
    .empresa-talents-section .talent-card p {
        min-height: unset;
        margin-bottom: 20px;
    }
}

/*   PARA EMPRESA  PAGE - SECTION 4    */

.load-material-section {
    transform: translateY(250px);
    z-index: 100;
    margin-top: -150px;
}

.load-material-section img {
    right: 138px;
}

/*   PARA EMPRESA  PAGE - SECTION 5    */

.our-formation-section {
    background: var(--black);
    border-radius: 32px;
    max-width: calc(100vw - 48px);
    width: 100%;
    margin: 0 auto;

    padding: 228px 0 152px;
    transform: translateY(130px);
}

.our-formation-section h1 {
    font-family: Archivo;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: var(--white);  
    
    margin: 0 0 12px 0;
}

.our-formation-section p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.8;  
    text-align: center;
    margin: 0 0 72px 0;
}

.our-formation-section .img-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-formation-section .img-container .circle-bg {
    width: 431px;
    height: 431px;
    transform: translate(-80px, -42px);
}

.our-formation-section .img-container img {
    position: relative;
}

.our-formation-section .formation-items-container {
    display: flex;
    flex-direction: column;
    margin-left: 52px;
}

.our-formation-section .formation-items-container .formation-item {
    background: var(--black);
    padding: 24px 32px;
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    transition: .3s;
    cursor: pointer;
}

.our-formation-section .formation-items-container .formation-item h4 {
    font-family: Archivo;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: var(--white);
    display: flex;

    margin: 0 0 4px 0;
}

.our-formation-section .formation-items-container .formation-item h4 svg {
    margin-right: 11px;
}

.our-formation-section .formation-items-container .formation-item p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--white);
    text-align: left;
    margin: 0;
}

.our-formation-section .formation-items-container .formation-item-active {
    background: var(--white);
}

.our-formation-section .formation-items-container .formation-item-active h4 {
    color: var(--black);
}

.our-formation-section .formation-items-container .formation-item-active p {
    color: var(--black);
}

.our-formation-section .our-formation-mobile {
    display: none;
}

@media(max-width: 1200px) {
    .our-formation-section .img-container .circle-bg {
        transform: translate(-20px, -75px);
    }
}

@media(max-width: 992px) {
    .our-formation-section h1 {
        font-size: 32px;
    }
    .our-formation-section .our-formation-row {
        display: none;
    }
    .our-formation-section .our-formation-mobile {
        display: block;
    }
    .our-formation-section .our-formation-mobile .formation-item-mobile {
        margin-bottom: 16px;
    }
    .our-formation-section .our-formation-mobile .formation-item-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        width: 100%;
        background: transparent;
        outline: none;
        text-transform: none;
        cursor: pointer;
    }
    .our-formation-section .our-formation-mobile .formation-item-mobile h4 {
        font-family: Archivo;
        font-weight: 700;
        font-size: 18px;
        line-height: 140%;
        color: var(--white);
        margin: 0;
    }
    .our-formation-section .our-formation-mobile .formation-item-mobile .formation-item-less {
        display: none;
    }
    .our-formation-section .our-formation-mobile .formation-item-active .formation-item-less {
        display: block;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .our-formation-section .our-formation-mobile .formation-item-mobile .formation-item-plus {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
   .our-formation-section .our-formation-mobile .formation-item-active .formation-item-plus {
        display: none;
    }
    .our-formation-section .our-formation-mobile .formation-item-content {
        padding: 0 18px;
        background-color: transparent;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        border: 0px;
        margin: 0px;
        margin-bottom: 10px;
    }
    .our-formation-section .our-formation-mobile .formation-item-content .img-container {
        max-width: 290px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        margin-top: 30px;
        margin-bottom: 24px;
    }
    .our-formation-section .our-formation-mobile .formation-item-content p {
        text-align: left;
        font-size: 16px;
    }
    .our-formation-section .our-formation-mobile .formation-item-content .img-container .circle-bg {
        width: 246px;
        height: 246px;
        transform: unset;
        left: 25px;
        top: -35px;
    }
}

/*   PARA EMPRESA  PAGE - SECTION 6    */

.contact-section {
    padding: 240px 0 96px 0;
    background: var(--brand-color-medium);
}

.contact-section h1 {
    font-family: Archivo;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    text-align: center;    
    color: var(--black);  
    margin: 0 0 16px 0;  
}

.contact-section p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #0B0B0B;
    text-align: center;
    opacity: 0.8;
    margin: 0 0 40px 0;  
}

.contact-section form, .modal form {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.contact-section form p, .modal form .form-group  {
    margin: 0;
    text-align: left;
    opacity: 1;
    margin-bottom: 16px;
}

.contact-section form p label, .modal form .form-group label {
    font-family: Archivo;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #0B0B0B;
}

.contact-section form p label span input, .contact-section form p span select, .modal form .form-group span input, .modal form .form-group span textarea {
    font-family: Archivo;
    font-weight: 400;
    font-size: 15px;
    background: var(--white);
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    margin-top: 4px;
    padding: 12px 8px;
}

.contact-section form p label span input::placeholder {
    color: var(--black);
    opacity: 0.3;
}

.contact-section form p input[type="submit"] {
    text-transform: unset;
    max-width: 229px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 64px;
}

@media(max-width: 992px) {
    .contact-section h1 {
        font-size: 32px;
    }
}


/*   PARA EMPRESA  PAGE   */

/*   PARA EMPRESA  PAGE - SECTION 1   */

.saiba-mais-hero-section {
    padding: 130px 0;
    background: var(--black);
}

.saiba-mais-hero-section h1 {
    font-family: Archivo;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    color: var(--white);
    margin: 0 0 10px 0;
    text-align: center;
}

@media(max-width: 992px) {
    .saiba-mais-hero-section h1 {
        font-size: 40px;
    }
}

@media(max-width: 992px) {
    .saiba-mais-hero-section {
        padding: 100px 0;
    }
    .saiba-mais-hero-section h1 {
        font-size: 32px;
    }
}

/*   PARA EMPRESA  PAGE - SECTION 2   */

.doubts-section {
    padding: 84px 0;
}

.doubts-section .accordionFaq {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    font-size: 18px;
    padding: 21px 25px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-radius: 10px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: none;
}
.doubts-section .accordionFaq .accordionSinalLess {
    display: none;
}
.doubts-section .accordionFaq.active, .accordion:hover, .accordion:hover .panel p {
    color: var(--brand-color-medium);
}
.doubts-section .accordionFaq.active .accordionSinalLess {
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doubts-section .accordionFaq .accordionSinalPlus {
    min-width: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doubts-section .accordionFaq.active .accordionSinalPlus {
    display: none;
}
.doubts-section .accordionFaq br {
    display: none;
}
.doubts-section .panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.doubts-section .panel p {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 155%;
    color: #2D2B47;
    margin-top: 0px;
}
#paginaDeConteudosSuper.conteudosFaq {
    padding: 120px 0px;
}
#paginaDeConteudosSuper.conteudosFaq h1{
    text-align: left;
}
.doubts-section br{
    display: none;
}

.doubts-section .doubts-contact {
    text-align: center;
    margin-top: 70px;
}

.doubts-section .doubts-contact h4 {
    font-family: Archivo;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--black);
    margin: 0 0 12px 0;
}

.doubts-section .doubts-contact .btn-padrao {
    max-width: 200px;
    margin-top: 11px
}


/*   MODAL   */

.doubts-section .modal .modal-content {
    background: var(--secondary-black);
    border-radius: 32px;
    padding: 24px;
}

.doubts-section .modal .modal-content .modal-header {
    border: none;
}

.doubts-section .modal .modal-content .modal-header .close {
    background: var(--black);
    border-radius: 10px;
    opacity: 1;
    outline: none;
}

.doubts-section .modal .modal-content .modal-body {
    padding: 0 40px;
}

.doubts-section .modal .modal-content .modal-body h1, .doubts-section .modal .modal-content .modal-body p {
    font-family: Archivo;
    font-weight: 700;
    font-size: 39px;
    line-height: 140%;
    color: var(--white);
    margin: 0 0 4px 0;
    text-align: left;
}

.doubts-section .modal .modal-content .modal-body p {
    font-weight: 400;
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 32px;
}

.modal form .form-group {
    display: flex;
    flex-direction: column-reverse;
}

.modal form .form-group span input, .modal form .form-group span textarea {
    border: 1px solid #FFF;
    outline: 0;
    transition: .3s;
}

.modal form .form-group span input:focus, .modal form .form-group span textarea:focus {
    background: var(--brand-color-light);
    border: 1px solid var(--brand-color-medium);
}

.modal form .form-group span textarea {
    height: 120px;
}

.doubts-section .modal .modal-content .modal-body  form .form-group label {
    color: var(--gray);
    opacity: 0.8;
    margin: 0;
    transition: .3s;
}

.modal form .form-group span input:focus + label, .modal form .form-group span textarea:focus + label {
    color: var(--brand-color-medium)
}

.doubts-section .modal .modal-content .modal-body form .form-group br {
    display: none;
}

.doubts-section .modal .modal-content .modal-body form p {
    opacity: 1;
    margin: 0;
}

.doubts-section .modal .modal-content .modal-body form p input[type="submit"] {
    text-transform: none;
    display: block;
    margin-left: auto;
    max-width: 200px;
    padding: 16px 0;
    font-size: 15px;
}

/** Blog **/
.page-head-blog-resilia{
    padding-bottom: 45px;
    padding-top: 45px;
}
.page-head-blog-resilia h1{
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 56px;
    line-height: 100%;
    color: var(--black);
    margin: 0;
    margin-bottom: 16px;
    /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.page-head-blog-resilia p{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-head-blog-resilia .blog-hero-img img{
    width: 100%;
    object-fit: cover;
    height: 380px;
}
.page-head-blog-resilia .post-data{
    display: flex;
    align-items: center;
}
.read-more{
    margin-top: 32px;
    padding: 16px 50px;
    background-color: var(--brand-color-medium);
    border-radius: 8px;
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
    display: flex;
    text-decoration: none;
    width: fit-content;
    width: -moz-fit-content;
    border: 2px solid var(--brand-color-medium);
}
.page-head-blog-resilia .post-data p{
    margin: 0px;
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: var(--secondary-black);
}
.page-head-blog-resilia .post-data svg{
    margin: 0px 6px;
}
.hero-content p{
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: var(--secondary-black);
}
.postResilia{
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    color: var(--secondary-black);
}

.post-page .breadcrumb {
  margin-top: 40px;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #000000;
  opacity: 0.5;
  background-color: transparent;
  margin-bottom: 0px;
  padding: 0px;
}
.post-page .post-content {
  padding: 0px 100px;
}
.post-page .post-content h1 {
  text-align: left;
  font-family: "Circular SDT", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 45px;
  color: #000000;
  margin-bottom: 32px;
}
.post-page .post-content .data {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 31px;
}
.post-page .post-content .data svg {
  margin-bottom: 4px;
  margin-right: 8px;
}
.post-page .post-content .data span {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  margin-right: 16px;
}
.post-page .post-content .text {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.post-page .post-content .text p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 31px;
}
.post-page .post-content .text p:last-child {
  margin-bottom: 0;
}
.post-page .post-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.post-page .post-nav-container .post-nav-btn {
  display: flex;
  align-items: center;
  font-family: "Circular Std", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #2F2F30;
  transition: 0.4s;
}
.post-page .post-nav-container .post-nav-btn:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.post-page .post-nav-container .post-nav-btn:first-child svg {
  margin-right: 16px;
}
.post-page .post-nav-container .post-nav-btn:last-child svg {
  margin-left: 16px;
}
.post-page .post-categories {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-page .post-categories .post-categories-container {
  display: flex;
  align-items: center;
}
.post-page .post-categories .post-categories-container a {
  padding: 6px 16px;
  background: var(--brand-color-medium);
  border-radius: 0px;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 120%;
  color: var(--secondary-black);
  margin-right: 8px;
  text-decoration: none;
}
.post-page .post-categories .post-categories-container a:hover{
    opacity: 0.7;
    transition: 0.4s;
}
.post-page .social-media-container {
  display: flex;
  align-items: center;
}
.post-page .social-media-container a {
  margin-right: 16px;
  display: flex;
  align-items: center;
  color: #140F2D;
  transition: 0.4s;
}
.post-page .social-media-container a:hover {
  transform: translateY(-4px);
  transition: 0.4s;
}
.post-page .social-media-container a:last-child {
  margin-right: 0px;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #CACAD3;
}
.post-page .social-media-container a:last-child i {
  font-size: 10px;
  margin-right: 10px;
}
.post-page .see-too {
  background-color: #F2F2F2;
  padding: 63px 0 68px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-page .see-too h2 {
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: var(--secondary-black);
    margin: 0px;
    margin-bottom: 24px;
}
.post-page .see-too .articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-page .see-too .articles .article {
  display: flex;
  flex-direction: column;
  height: 315px;
  margin-bottom: 48px;
  width: 260px;
}
.post-page .see-too .articles .article img {
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 16px;
}
.post-page .see-too .articles .article .title {
  display: flex;
  flex-direction: column;
}
.post-page .see-too .articles .article .title h3 {
  color: #000000;
  font-size: 18px;
  font-family: "Circular SDT", sans-serif;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
  margin-bottom: 24px;
}
.post-page .see-too .articles .article .title .data {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-page .see-too .articles .article .title .data span {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 0px;
}
.newsletter-section.news-posts{
    transform: translate(0);
    background-color: transparent;
    padding: 0px;
}
.newsletter-section.news-posts .newsletter-card{
    background-color: var(--secondary-black);
    border-radius: 24px;
    padding: 50px 40px;
}
.newsletter-section.news-posts .newsletter-card input[type = submit]{
    border: 2px solid var(--brand-color-medium);
    padding: 0px;
}
.newsletter-section.news-posts .newsletter-card input[type = submit]:hover{
    background-color: transparent;
    color: var(--brand-color-medium);
    transition: 0.4s;
}
.blog-wrapper{
    padding-top: 48px;
}
.order-by-container{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.order-by-container p{
    margin-bottom: 0px;
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: var(--secondary-black);
}
.blog-card-wrapper{
    text-decoration: none;
}
.blog-card-resilia{
    margin-bottom: 48px;
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);

}
.blog-card-resilia:hover{
    transform: scale(1.05);
}
.blog-card-resilia .blog-card-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 8px;
    height: 177px;
}
.blog-card-resilia p{
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: var(--gray-dark);
    margin: 0px;
}
.blog-card-resilia .blog-date-container{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.blog-card-resilia .blog-date-container svg{
    margin: 0px 8px;
}
.blog-card-resilia .blog-author-container{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.blog-card-resilia .blog-author-container img{
    margin-right: 8px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
	object-fit: cover;
}
.blog-card-resilia .blog-card-content h4{
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: var(--black);
    margin: 0px;
    margin-bottom: 16px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.archive-hero{
    padding-top: 120px;
    padding-bottom: 90px;
    background-color: var(--brand-color-medium);
}
.archive-hero h1{
    margin: 0px;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 100%;
    color: var(--black);
    margin-bottom: 24px;
}
.archive-hero .articles-amount{
    font-family: 'Archivo', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    color: var(--secondary-black);
    opacity: 0.4;
    text-align: center;
    margin: 0px;
}
.archive-hero .articles-amount strong{
    font-style: normal;
}
.archive-hero .color-accent{
    display: none;
}
.posts-section{
    padding-top: 60px;
}
.posts-section h3{
    margin: 0px;
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: var(--secondary-black);
    margin-bottom: 24px;
}
.categories-card{
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 16px;
    max-width: 250px;
    width: 100%;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.categories-card a{
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 140%;
    color: var(--secondary-black);
    text-decoration: none;
    margin-top: 24px;
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
}
.categories-card a::after{
    height: 2px;
    width: 0px;
    transition: 0.4s;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.categories-card a:hover::after{
    width: 100%;
    background-color: var(--black);
}
.categories-card p{
    margin-bottom: 0px;
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    color: var(--secondary-black);
}
.blog-banner{
    height: 275px;
    width: 100%;
    object-fit: cover;
    margin-top: 16px;
    margin-bottom: 64px;
}
.separator{
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    margin-bottom: 56px;
    margin-top: 8px;
}
.category-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.category-container h3{
    margin-bottom: 0px;
}
.category-container a{
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    text-align: right;
    text-decoration-line: underline;
    color: var(--secondary-black);
    transition: 0.4s;
}
.category-container a:hover{
    text-decoration: underline;
    opacity: 0.7;
    transition: 0.4s;
}
.post-data-container{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.post-data-container p {
    margin: 0px;
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    color: var(--gray-dark);
}
.post-data-container svg{
    margin: 0px 6px;
}
.post-page .post-content .post-main-image{
    margin-bottom: 44px;
    width: 100%;
    margin-top: 72px;
    height: 419px;
    object-fit: cover;
    border-radius: 16px;
}
.post-page .post-content h1{
    margin: 0px;
    margin-bottom: 8px;
}
.post-page .blog-author-container{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.post-page .blog-author-container img{
    margin-right: 8px;
}
.post-page .blog-author-container p{
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: var(--gray-dark);
    margin-bottom: 0px;
}
.post-page .share-container{
    display: flex;
    align-items: center;
}
.post-page .share-container p{
    margin-bottom: 0px;
    font-family: 'Asap', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    color: var(--black);
    margin-right: 16px;
}
.post-page .share-container a{
    margin-right: 12px;
    color: var(--black);
    transition: 0.4s;
    font-size: 18px;
}
.post-page .share-container a:hover{
    transform: translateY(-2px);
    transition: 0.4s;
}
.separator.post{
    margin-top: 24px;
}
.pagination .nav-links{
    display: flex;
    align-items: center;
    justify-content: center !important;
}
.pagination .nav-links .next, .pagination .nav-links .prev {
    margin: 0px;
    text-align: center;
}
.pagination .nav-links .page-numbers{
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #212B36;
    padding: 0px 5px;
    margin: 0px 4px;
    transition: 0.4s;
}
.pagination .nav-links .page-numbers:hover{
    text-decoration: none;
    opacity: 0.7;
    transition: 0.4s;
}   
.pagination .nav-links .page-numbers.current{
    color: var(--brand-color-medium);
    border-color: var(--brand-color-medium);
}

.blog-header .primary-nav-header img{
    margin-right: 40px;
}

.blog-header .primary-nav-header button{
    background-color: transparent;
    padding: 0px;
    color: var(--white);
    outline: none;
    margin-right: 32px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}
.blog-header .primary-nav-header button:hover{
    text-decoration: none;
}
.blog-header .primary-nav-header button p{
    margin: 0px;
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    margin-right: 8px;
    text-transform: initial;
}
.blog-header .subscribe-link{
    background-color: var(--brand-color-medium);
    border-color: var(--brand-color-medium);
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
    margin-right: 0px;
    padding: 10px 32px;
}
.blog-header .search-btn-container{
    display: flex;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
    margin-right: 24px;
    position: relative;
    font-size: 16px;
}
.blog-header .secondary-nav-header{
    display: flex;
    align-items: center;
}
@keyframes search-open{
    0%{
        width: 32px;
    }
    100%{
        width: 200px;
    }
}
@keyframes search-close{
    0%{
        width: 200px;
    }
    100%{
        width: 32px;
    }
}

.blog-header .secondary-nav-header input{
    margin: 0px;
    padding: 0px;
    height: 32px;
    width: 32px;
    padding-left: 16px;
    background-color: var(--white);
    border-radius: 24px;
    border: none !important;
    outline: none !important;
    animation: search-close 0.4s ease;
}
.blog-header .secondary-nav-header input.opened{
    width: 200px;
    padding-left: 16px;
    animation: search-open 0.4s ease;
}
.blog-header .secondary-nav-header .inside-circle{
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    background-color: transparent;
}
.blog-header .search-btn.opened .inside-circle{
    background-color: var(--secondary-black);
    transition: 0.4s;
    color: var(--white);
}
.blog-header .search-btn{
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    cursor: pointer;
}
.btn-hover:hover{
    background-color: transparent !important;
    color: var(--brand-color-medium) !important;
    transition: 0.4s;

}
.search-bar-mobile{
    display: none;
}
.read-more.mobile{
    display: none;
}
.no-results p{
    text-align: center;
    width: 100%;
    margin-top: 40px;
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #140F2D;
}

.search-btn-container {
    position: relative;
  }
.search-btn-container #search-btn {
    background: #fff;
    border-radius: 8px;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 8px;
    border: none;
    outline: none;
    transition: 0.4s;
  }
.search-btn-container #search-btn:hover {
    opacity: 0.8;
    transition: 0.4s;
  }
.search-btn-container .search-container {
    position: absolute;
    bottom: -50px;
    right: 0px;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
  }
.search-btn-container .search-container input {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-family: "Roboto", sans-serif;
    border: none;
    min-width: 350px;
    padding-right: 24px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    height: 45px;
    padding-left: 15px;
    box-shadow: 0px 4px 16px -2px rgba(0, 0, 0, 0.16);
    border: 1px solid #F1F3F7;
  }
.search-btn-container .search-container button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    outline: none;
}
.search-btn-container .search-container.opened {
    z-index: 3;
    opacity: 1;
    transition: 0.4s;
}

.products-dropdown-container {
    position: relative;
    transition: 0.4s;
}
#orderPageImoveis{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    display: inline-block;
    color: #191B19;
    margin-left: 0px;
    position: relative;
    margin-bottom: 15px;
}
#orderPageImoveis:hover{
    cursor: pointer;
    text-decoration: underline;
}
#orderPageImoveis p{
    display: flex;
}
#orderPageImoveis p svg{
    margin-left: 5px;
}
.menuOrderImoveis{
    position: absolute;
    top: 30px;
    background: #FFFFFF;
    padding: 24px;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.16);
box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.16);
    border-radius: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #191B19;
    min-width: 201px;
    z-index: 9999;
}
.menuOrderImoveis ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.menuOrderImoveis li{
    margin-bottom: 24px;
    text-align: left;
    margin-left: 0px;
}
.menuOrderImoveis li:last-child{
    margin-bottom: 0px;
}
.menuOrderImoveis a{
    border: none;
    background-color: transparent;
    margin-left: 4px;
    outline: none;
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: var(--secondary-black);
    text-decoration: none;
}
.menuOrderImoveis a:hover{
    text-decoration: underline;
}
.header-blog-resilia a{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--white);
    font-family: 'Archivo';
    padding: 0 20px;
    display: inline-block;
    text-decoration: none;
    transition: 0.2s;
}
.header-blog-resilia a:hover{
    color: var(--brand-color-medium);
    transition: 0.2s;
}
.header-blog-resilia ul{
    margin: 0px;
}
.header-blog-resilia ul li{
    display: inline-block;
    margin-left: 0px;
    margin-top: 0px;
    line-height: 100%;
}
.header-blog-resilia .products-dropdown-container .products-dropdown a{
    color: #000;
    padding: 0px;
}
.header-blog-resilia .products-dropdown-container .products-dropdown a:hover{
    color: var(--brand-color-medium);
    transition: 0.2s;
}
.products-dropdown-container:hover {
    transition: 0.4s;
}
.products-dropdown-container:hover .products-dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.products-dropdown-container .products-dropdown {
    transition: 0.4s;
    position: absolute;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 24px;
    top: 32px;
    background-color: #FFFFFF;
    width: 210px;
    display: grid;
    visibility: hidden;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 16px 0px;
    height: fit-content;
    border-radius: 8px;
    opacity: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
}
.products-dropdown-container .products-dropdown a {
    transition: 0.4s;
    height: fit-content;
    width: fit-content;
}
.products-dropdown-container .products-dropdown a:hover {
    opacity: 0.8;
    transition: 0.4s;
}


@media(max-width: 981px){
    .blog-header .subscribe-link{
        padding: 9px 30px;
        margin-right: 16px;
    }

	.blog-card-resilia .blog-card-content h4{
		margin-top: 15px;
		margin-bottom: 12px;
	}
	.blog-card-resilia .blog-date-container{
		margin-bottom: 10px;
	}
    .newsletter-section.news-posts{
        max-width: 100%;
        margin-top: 0px;   
    }
    .newsletter-section.news-posts .newsletter-card{
        padding: 40px 24px;
        padding-bottom: 24px;
    }
    .newsletter-section.news-posts .sign-form{
        padding: 0px;
    }
    .newsletter-section.news-posts .sign-form span input{
        text-align: left;
    }
    .newsletter-section.news-posts .btn-padrao{
        height: 46px;
        width: 160px;
        margin-top: 32px;

    }
    .page-head-blog-resilia .hero-content h1{
        font-size: 40px;
        text-align: center;
    }
    .page-head-blog-resilia .hero-content p{
        font-size: 18px;
        text-align: center;
    }
    .page-head-blog-resilia .post-data{
        justify-content: center;
        margin-bottom: 32px;
    }
    .page-head-blog-resilia .post-data p{
        font-size: 16px;
    }
    .read-more{
        display: none;
    }
    .page-head-blog-resilia{
        padding-bottom: 20px;
		padding-top: 20px;
    }
    .read-more.mobile{
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 18px;
    }
    .categories-card{
        display: none;
    }
    .search-bar-mobile{
        padding: 16px 24px;
        border-radius: 16px;
        background-color: var(--secondary-black);
        margin-bottom: 60px;
        display: block;
    }
    .search-bar-mobile input[type = text]{
        display: flex;
        flex: 1;
        height: 32px;
        border-radius: 8px;
        padding-right: 38px;
        outline: none;
    }
    .search-bar-mobile input[type = submit]{
        width: fit-content;
        padding: 0px;
        height: 32px;
        width: 32px;
        outline: none;
        background-color: transparent;
    }   
    .search-bar-submit-container {
        position: absolute;
        height: 32px;
        width: 32px;
        right: 0px;
    }
    .search-bar-submit-container svg{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .search-input-container{
        display: flex;
        align-items: center;
        position: relative;
    }
    .search-bar-mobile p{
        margin-bottom: 8px;
        color: var(--white);
        font-family: 'Archivo', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 130%;
    }
    .post-page .post-content{
        padding: 0px;
    }
    .post-page .post-content .post-main-image {
        height: 360px;
        margin-top: 60px;
    }
}


@media(max-width: 991px){
    .page-head-blog-resilia .blog-hero-img img{
        height: 220px;    
    }
	.blog-card-resilia .blog-card-content h4{
		height: auto;
	}
}

@media(max-width: 1200px){
	.header .header-container .header-menu-nav ul .header-nav-link a{
		padding: 0px 10px;
		font-size: 13px;
	}
}