:root{
    font-family: "Montserrat";
}
.Application-header{
    background: var(--PORTAL_HEADER_BACKGROUND_COLOR) !important;
}
.Application-header .navBar{
    background: none;
    /* max-width: 1140px; */
}
.App-main{
    background: var(--PORTAL_BACKGROUND_COLOR); 
    margin-top: 85px; 
    min-height: 95vh;
}

.SliderHTML{
    position: relative;
}

.SliderHTML-captions{
    position: absolute !important;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    /* margin: 0px 60px !important; */
    /* width: calc(100% - 120px) !important; */
}

.SliderHTML-captions-tag{
    display: inline-flex;
    align-items: center;
    width: auto;
    border: 1px solid var(--COLOR_RGBA_PASIVE_35PCT);
    padding: 0px 30px;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}
.SliderHTML-captions-tag-icon{
    display: flex !important;
    align-items: center !important;
    height: 20px;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    margin: 10px 5px 10px 0px;
}

.SliderHTML-captions-title{
    font-size: 25px;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
}
.SliderHTML-controll{
    background-color: var(--PORTAL_BARRA_SUPERIOR_BACKGROUND_COLOR) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100px;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.SliderHTML-controll.next{
    right: 5% !important;
}
.SliderHTML-controll.prev{
    left: 5% !important;
}

.SliderHTML-captions-button{
    display: inline-flex;
    align-items: center;
    color: var(--PORTAL_BARRA_SUPERIOR_BACKGROUND_COLOR);
    background: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    border: 1px solid var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    font-size: 16px;
    border-radius: 50px;
    padding: 0px 7.5px 0px 20px;
    transition: all 0.3s;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: -1px;
}

.SliderHTML-captions-button:hover{
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    background: var(--PORTAL_BARRA_SUPERIOR_BACKGROUND_COLOR);
}

.SliderHTML-captions-button i{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: var(--PORTAL_BARRA_SUPERIOR_BACKGROUND_COLOR);
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    margin: 7.5px 0px 7.5px 7.5px;
    font-size: 12px;
}
.GovEduca2024 header .navbar{
    display: flex;
    flex-direction: row-reverse;
}


.SliderHTML-captions-button:hover i{
    background: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    color: var(--PORTAL_BARRA_SUPERIOR_BACKGROUND_COLOR);
}

.SliderHTML-image{
    width: 100%;
}

.headerMenu.navbar-nav{
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.GovEduca2024 .fixed-top .navBar{
    padding-top: 12.5px!important;
    padding-bottom: 12.5px!important;
    
}
.GovEduca2024 .headerMenu a,
.GovEduca2024 .headerMenu .nav-item{
    position: relative;
    height: 100%;
    min-height: 60px;
}
.GovEduca2024 .headerMenu a{
    display: flex;
    align-items: center;
    font-size: 16px;
}


.GovEduca2024 .HeaderButtonLogin-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,.15);
    color: var(--PORTAL_TITLES_COLOR);
    margin-left: 5px;
}
.GovEduca2024 .HeaderButtonLogin-icon i{
    font-size: 10px;
}
.GovEduca2024 .HeaderButtonLogin{
    position: relative;
    display: flex;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50px;
    padding: 6px !important;
    display: flex;
    align-items: center;
}

.GovEduca2024 .HeaderButtonLogin--mobile{
    padding: 0px;
    margin: 0px !important;
}
.GovEduca2024 .HeaderButtonLogin--mobile .HeaderButtonLogin-icon{
    width: 40px;
    height: 40px;
    margin: 0px !important;
}

.GovEduca2024 .HeaderButtonLogin--mobile:after{
    display: none;
}

.GovEduca2024 .HeaderButtonLogin-label{
    font-size: 12px;
    font-weight: bold;
    color: var(--PORTAL_TITLES_COLOR);
    margin-left: 10px;
    margin-right: 7.5px;
}


.GovEduca2024 header .navbar-brand{
    padding: 0px;
}
.GovEduca2024 header .navbar-brand img{
    min-height: 60px !important;
    width: auto !important;
    margin: 0px !important;
}
.GovEduca2024 header .headerMenu{
    min-height: 60px;
}
.GovEduca2024 header .headerMenu .dropdown-toggle:after{
    z-index: 1032;
    position: absolute;
    right: 20px;
}
.GovEduca2024 header .headerMenu .dropdown-toggle:before{
    background: rgba(255,255,255,.15);
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    right: 15px;
}
.GovEduca2024 .navbar-light .navbar-toggler{
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA) !important;
    border: none !important;
    background: none !important;
}

.GovEduca2024 .navbar-light .navbar-toggler-icon{
    background: none !important;
}

.mainCarousel .owl-item:after{
    position: absolute;
    display: block;
    width: 100%;
    height: 70%;
    bottom: 0px;
    content:"";
    background: var(--PORTAL_BACKGROUND_COLOR_RGBA_100);
    background: linear-gradient(0deg, var(--PORTAL_BACKGROUND_COLOR_RGBA_100) 50%, var(--PORTAL_BACKGROUND_COLOR_RGBA_0) 100%);
    z-index: 1;
}
/* .SliderHTML-captions{
    z-index: 10 !important;
    position: absolute;
} */



@media screen and ( min-width: 767px ) {

    .mainCarousel .owl-item:after{
        height: 30%;
        background: linear-gradient(0deg, var(--PORTAL_BACKGROUND_COLOR_RGBA_100) 0%, var(--PORTAL_BACKGROUND_COLOR_RGBA_0) 75%);
    }

    .GovEduca2024 header .headerMenu .dropdown-toggle:after{
        right: -9px;
    }
    .GovEduca2024 header .headerMenu .dropdown-toggle:before{
        right: -15px;
    }

    .GovEduca2024 .headerMenu .nav-item.active:before{
        position: absolute;
        width: 100%;
        height: 5px;
        top: -15px;
        left: 0px;
        z-index: auto;
        content:"";
        background: var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
    }

    .GovEduca2024 header .navbar{
        flex-direction: row;
    }

    .SliderHTML-captions{
        position: absolute !important;
        top: 50%;
        bottom: inherit;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 15rem !important;
        z-index: 4 !important;
    }
    
    .SliderHTML-captions-tag{
    }
    .SliderHTML-captions-tag-icon{
    }
    
    .SliderHTML-captions-title{
        font-size: 55px;
        margin: 20px 0px;
        text-align: left;
        font-weight: 700;
        font-family: "Montserrat";
    }
    
    .SliderHTML-captions-button{
        font-size: 24px;
     
    }
    
    .SliderHTML-captions-button:hover{
        color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
        background: var(--PORTAL_BARRA_SUPERIOR_BACKGROUND_COLOR);
    }
    
    .SliderHTML-captions-button i{
    }

}

@media all and (max-width: 768px) {
    .slideTop .carousel-caption {
    bottom: 3vh; top: inherit;
    text-shadow: 2px 2px 5px var(--COLOR_SOLID);
    }
    }

/* ============================================================= */
/* Bootstrap Modify
/* ============================================================= */

.cursor-pointer{
    cursor: pointer;
}
.sideMargin-auto{
    margin-left: auto;
    margin-right: auto;
}

.flex-inherit {
    flex: inherit !important;
}

.flex-1 {
    flex: 1 !important;
}
/* =================SPACES========================== */
/* =====MARGINS===== */
/* Margin Start */
.ms-0{
    margin-left: 0px !important;
}
.ms-1{
    margin-left: 0.25rem;
}
.ms-2{
    margin-left: 0.5rem;
}
.ms-3{
    margin-left: 1rem;
}
.ms-4{
    margin-left: 1.5rem;
}
.ms-5{
    margin-left: 3rem;
}
/* Margin End */
.me-0{
    margin-right: 0px !important;
}
.me-1{
    margin-right: 0.25rem;
}
.me-2{
    margin-right: 0.5rem;
}
.me-3{
    margin-right: 1rem;
}
.me-4{
    margin-right: 1.5rem;
}
.me-5{
    margin-right: 3rem;
}

@media screen and (min-width: 767px) {
    /* Margin Start */
.ms-md-0{
    margin-left: 0px !important;
}
.ms-md-1{
    margin-left: 0.25rem;
}
.ms-md-2{
    margin-left: 0.5rem;
}
.ms-md-3{
    margin-left: 1rem;
}
.ms-md-4{
    margin-left: 1.5rem;
}
.ms-md-5{
    margin-left: 3rem;
}
/* Margin End */
.me-md-0{
    margin-right: 0px !important;
}
.me-md-1{
    margin-right: 0.25rem;
}
.me-md-2{
    margin-right: 0.5rem;
}
.me-md-3{
    margin-right: 1rem;
}
.me-md-4{
    margin-right: 1.5rem;
}
.me-md-5{
    margin-right: 3rem;
}
}
/* =====PADDINGS===== */
/* Margin Start */
.ps-0{
    padding-left: 0px !important;
}
.ps-1{
    padding-left: 0.25rem !important;
}
.ps-2{
    padding-left: 0.5rem !important;
}
.ps-3{
    padding-left: 1rem !important;
}
.ps-4{
    padding-left: 1.5rem !important;
}
.ps-5{
    padding-left: 3rem !important;
}
/* Margin End */
.pe-0{
    padding-right: 0px !important;
}
.pe-1{
    padding-right: 0.25rem !important;
}
.pe-2{
    padding-right: 0.5rem !important;
}
.pe-3{
    padding-right: 1rem !important;
}
.pe-4{
    padding-right: 1.5rem !important;
}
.pe-5{
    padding-right: 3rem !important;
}
@media screen and (min-width: 767px) {

    /* =====PADDINGS===== */
/* Margin Start */
.ps-md-0{
    padding-left: 0px !important;
}
.ps-md-1{
    padding-left: 0.25rem !important;
}
.ps-md-2{
    padding-left: 0.5rem !important;
}
.ps-md-3{
    padding-left: 1rem !important;
}
.ps-md-4{
    padding-left: 1.5rem !important;
}
.ps-md-5{
    padding-left: 3rem !important;
}
/* Margin End */
.pe-md-0{
    padding-right: 0px !important;
}
.pe-md-1{
    padding-right: 0.25rem !important;
}
.pe-md-2{
    padding-right: 0.5rem !important;
}
.pe-md-3{
    padding-right: 1rem !important;
}
.pe-md-4{
    padding-right: 1.5rem !important;
}
.pe-md-5{
    padding-right: 3rem !important;
}

}

/* FONTS SIZES */

.text-12{
    font-size: 12px !important;
}
.text-14{
    font-size: 14px !important;
}
.text-16{
    font-size: 16px !important;
}
.text-18{
    font-size: 18px !important;
}
.text-20{
    font-size: 20px !important;
}
.text-22{
    font-size: 22px !important;
}
.text-24{
    font-size: 24px !important;
}

.text-26{
    font-size: 26px !important;
}
.text-28{
    font-size: 28px !important;
}
.text-30{
    font-size: 30px !important;
}
.text-40{
    font-size: 40px !important;
}
.text-50{
    font-size: 50px !important;
}
.text-60{
    font-size: 60px !important;
}

@media screen and (min-width: 767px) {
    
    .text-md-12{
        font-size: 12px !important;
    }
    .text-md-14{
        font-size: 14px !important;
    }
    .text-md-16{
        font-size: 16px !important;
    }
    .text-md-18{
        font-size: 18px !important;
    }
    .text-md-20{
        font-size: 20px !important;
    }
    .text-md-22{
        font-size: 22px !important;
    }
    .text-md-24{
        font-size: 24px !important;
    }
    
    .text-md-26{
        font-size: 26px !important;
    }
    .text-md-28{
        font-size: 28px !important;
    }
    .text-md-30{
        font-size: 30px !important;
    }
    .text-md-40{
        font-size: 40px !important;
    }
    .text-md-50{
        font-size: 50px !important;
    }
    .text-md-60{
        font-size: 60px !important;
    }

}

/* =================END - SPACES========================== */

.width-100{
    width: 100%;
}
.liststyle-none{
    list-style: none;
}
.list-clear{
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

/* ============================================================= */
/* SECTIONS */
/* ============================================================= */
.Section{}

.Section-header{
    display: flex;
    justify-content: space-between;
}
.Section-header-icon i{
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
    font-size: 26px;
    margin-right: 5px;
}
.Section-header-title{
    font-size: 28px;
    font-weight: 700;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    letter-spacing: -2px;
}

.Section-CarouselControlArrow{
    display: flex;
}

.Section-CarouselControlArrow span i{ 
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
}

.CarouselControlArrow-item{
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.15);
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.CarouselControlArrow-item--prev{
    margin-right: 7.5px;
}
.CarouselControlArrow-item--next{
    margin-left: 7.5px;
}

.CarouselControlButton{
    border-radius: 50px;
    padding: 0px 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.CarouselControlButton-label{}

/* ============================================================= */
/* SECTION DAARK
/* ============================================================= */

.Section--dark{
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
}
.Section--dark .Section-header--large .Section-header-icon i{
 font-size: 32px;
}
.Section-header-resume{
    font-size: 16px;
}
.Section--dark .Section-header-resume{
    color: var(--COLOR_RESUME_TEXT);
}

.Section--dark--card .Section-items-item .Section-items-item-layer{
    position: relative;
    display: flex;
    background: rgba(255,255,255,0.10);
    border-radius: 20px;
    padding: 15px;
}
.Section--dark--card .Section-items-item-label{
    margin-top: -42px;
}

.Section--dark--card .Button--content{
    font-size: 14px;
}
.Section--dark--card .Section-items-item-content{
    align-items: flex-start !important;
}
 
@media screen and ( min-width: 767px ) {

    .container{
        margin-left: auto;
        margin-right: auto;
    }

    .Button{
        transition: all 0.3s;
    }
    .Section--dark--card .Button{
        font-size: 16px;
    }
    .Section--dark--card .Section-items-item .Section-items-item-layer{
        padding: 25px;
    }    

    .Section--dark--card .Section-items-item-label{
        margin-top: -50px;
    }
    .Section--dark--card .Section-items-item-title{
        font-size: 24px;
    }

    
}
/* ============================================================= */
/* / END - SECTION DAARK
/* ============================================================= */

/* ============================================================= */
/* / CARD GRID
/* ============================================================= */

.Section--cardsGrid .Section-items{
    
}


.Section--cardsGrid .Section-items-item-layer{
    border: 2px solid var(--COLOR_GRADIENT_1);
    border-radius: 20px;
}

.Section--cardsGrid--gradient .Section-items-item-layer{
    background: var(--COLOR_GRADIENT_2);
    background: linear-gradient(0deg, var(--COLOR_GRADIENT_1) 50%, var(--COLOR_GRADIENT_2) 100%); /*#313A48 #101B2E */
    min-height: 215px;
}

.Section--cardsGrid .Section-items-item-figure i{
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
    font-size: 32px;
}

.Section--cardsGrid .Section-items-item-title{
    font-size: 18px;
}

.Section--cardsGrid .Section-items-item-resume{
    font-size: 14px;
}

/* ============================================================= */
/* / END - CARD GRID
/* ============================================================= */

.Section-items-item-label{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: auto;
    border-radius:50px;
    background: var(--COLOR_AUXILIAR_4);
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    font-size: 18px;
    font-weight: 700;
    padding: 0px 30px
}

.Section-items-item-label--col{
    padding: 0px !important;
}
.Section-items-item-label--row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
    .Section--cardsGrid:not(.HasCarousel, .Section--cardsGrid--gradient) .Section-items-item-layer{
        min-height: 323px;
    }
    
    .Section--cardsGrid .Section-items-item-title{
        font-size: 24px;
    }
    .Section--cardsGrid .Section-items-item-figure i{
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .Section--cardsGrid--plataformaCompleta .Section-items-item{
        padding: 0px !important;  
    }
}

/* ============================================================= */
/* SECTION EVENTOS
/* ============================================================= */



.Section-items-item-figure-img{
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.Section-items-item-content{}
.Section-items-item-title{
    font-size: 16px;
    font-weight: 700;
    color: var(--PORTAL_HEADER_TEXT_COLOR);
}
.Section-items-item-resume{
    font-size: 12px;
    color: var(--COLOR_RESUME_TEXT);
}

.Section-items-item-label--primary{
    position: relative;
    font-size: 45px;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
    font-weight: 700;
    line-height: 100%;
}

.Section-items-item-label--col--hasDivisor:after{
    position: absolute;
    display: block;
    top: 0px;
    right: 15px;
    width: 2px;
    height: 100%;
    content: "";
    background:var(--COLOR_AUXILIAR_3);
}

.Section-items-item-label--secondary{
    font-size: 16px;
    font-weight: 700;
    color: var(--COLOR_RESUME_TEXT);
    letter-spacing: -1px;
    line-height: 100%;
}

.LabelHorario .Section-items-item-label--secondary{
    font-size: 12px !important;
} 

@media screen and ( min-width: 767px ) {
    .Section--eventos.container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .Section-items-item-label--primary{
        font-size: 52px;
    }
    .Section-items-item-label--secondary{
        font-size: 18px;
    }
}

/* ============================================================= */
/* SECTION CATALOGO
/* ============================================================= */

.Section--catalogo{}

.Section--catalogo .Section-items{
    position: relative;
    display: flex;    
}

.Section--catalogo .Section-items-item{
    
}
.Section--catalogo .Section-items-item-figure{
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 240px;
}
.Section--catalogo .Section-items-item-figure-label{
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: auto;
    height: auto;
    padding: 5px 10px;
    background: rgba(181,136,68,.75);
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    font-size: 10px;
    font-weight: 700;
}
.Section--catalogo .Section-items-item-figure-label.OpenCourse{
    background: rgba(29,61,118,.75);
}

.Section--catalogo .Section-items-item-figure-img{
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.Section--catalogo .Section-items-item-content{}
.Section--catalogo .Section-items-item-title{
    font-size: 16px;
    font-weight: 700;
    color: var(--PORTAL_HEADER_TEXT_COLOR);
}
.Section--catalogo .Section-items-item-resume{
    font-size: 12px;
    color: var(--COLOR_RESUME_TEXT);
}
.Section--catalogo .Section-items-item-cta{
    display: none;
    
}


.ButtonStyleDarkHover{
    background: rgba(255,255,255,0.15);
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
}

.ButtonStyleDarkHover:hover{
    background: rgba(255,255,255,0.5);
    text-decoration: none;
}
.is-animating{
    transition: all 0.3s;
    text-decoration: none;
}

/* ================= 
SECTION APLITCATIVO 
=============================*/
.Section--nossoAplicativo .Section-container{
    border: 2px solid var(--COLOR_GRADIENT_3);
    border-radius: 20px;
    background: var(--COLOR_GRADIENT_2);
    background: linear-gradient(-25deg, var(--COLOR_GRADIENT_2) 75%, var(--COLOR_GRADIENT_1) 100%);
    box-shadow: 0px -70px 130px -60px var(--COLOR_BOX_SHADOW);
}

.Section--nossoAplicativo .Section-main-figure{
    margin-top:-55px;
}
@media screen and ( min-width: 767px ) {
    .Section--nossoAplicativo .Section-container{
        box-shadow: 0px -70px 130px -90px var(--COLOR_BOX_SHADOW);
    }
    .Section--nossoAplicativo .Section-main-figure{
        margin-top:-75px;
    }
}

/* ==================================================================
 SECTION DEPOIMENTOS
=====================================================================*/

.Section--depoimentos .Section-items-item-title{
    font-size: 14px !important;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
    font-style: normal !important;
}
.Section--depoimentos .Section-items-item-resume{
    font-size: 18px;
    font-weight: bold;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
}
.Section--depoimentos .Section-items-item-figure i{
    font-size: 18px !important;
}
.Section--depoimentos .Section-items-item-iconQuote{
    color: var(--COLOR_RESUME_TEXT);
    font-size: 18px;
}


/* ==================================================================
 SECTION noticias
=====================================================================*/

.Section--noticias .Section-items-item-title{
    font-size: 16px !important;
    font-weight: 700;
}
.Section--noticias .Section-items-item-label--row{
    font-size: 14px;
    color: var(--COLOR_RESUME_TEXT);
}
.Section--noticias .Section-items-item-content a{
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
}

@media screen and ( min-width: 767px ) {
    
    
    .Section--noticias .Section-items-item-content a:hover{
        text-decoration: none;
        color: var(--COLOR_RGBA_PASIVE_50PCT);
    }
    .Section--noticias .Section-items-item-content a:hover h3{
        text-decoration: none;
        color: var(--COLOR_RGBA_PASIVE_50PCT);
    }

    .Section--noticias .Section-items-item-title{
        font-size: 22px !important;
        font-weight: 700;
    }
    .Section--noticias .Section-items-item-label--row{
        font-size: 18px;
        color: var(--COLOR_RESUME_TEXT);
    }
}


/* ================= 
END - SECTION NOTICIAS 
=============================*/



/* ==================================================================
 SECTION FAQ
=====================================================================*/

.Section--faq .Section-items-item{
    font-size: 16px;
    text-decoration: none;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    font-weight: 600;
    border: 2px solid var(--COLOR_RGBA_PASIVE_35PCT);
    border-radius: 15px;
    /* padding: 15px 30px; */
}
.Section--faq .Section-items-item .Section-items-item-link{
    font-size: 16px;
    font-weight: 600;
}
.Section--faq .Section-items-item.active{
    border-color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
}
.Section--faq .Section-items-item.active .Section-items-item-link{
    border-bottom: 1px solid var(--COLOR_AUXILIAR_1);
    padding-bottom: 5px;
    font-size: 16px;
}
.Section--faq .Section-items-item.active .Section-items-item-link-icon i{
    transform: rotate(180deg);
}
.Section--faq .Section-items-item .Section-items-item-content{
    display: block;
    height: 0px;
    overflow: hidden;
    padding: 0px !important;
    font-size: 14px;
    font-weight: 400px;
}
.Section--faq .Section-items-item .Section-items-item-content.xstartActive{
    height: auto;
}
.Section--faq .Section-items-item.startActive .Section-items-item-content{
    /* display: block !important; */
    display: block !important;
    font-size: 14px;
    font-weight: 400px;
    height: auto;
        
}
.Section--faq .Section-items-item.active .Section-items-item-content-text{
    position: relative;
    display: block;
}


@media screen and ( min-width: 767px ) {
    .Section--faq .Section-items-item:hover{
        border-color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
        color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA) !important;
    }
}


/* ================= 
END - SECTION FAQ 
=============================*/

/* ================= 
END - BANNER FOOTER
=============================*/
.Section--bannerFooter .Section-header-title{
    font-weight: 200;
    font-size: 40px !important;
    letter-spacing: -3px !important;
    text-transform: uppercase;
}
.Section--bannerFooter .Section-header-title strong{
    font-weight: 700;
    font-size: 48px !important;
}
.Section--bannerFooter .Section-header-resume{
    color: var(--PORTAL_HEADER_TEXT_COLOR);
}
.Section--bannerFooter .Section-main-figure-img{
    margin-bottom: -170px;
}
/* ================= 
END - BANNER FOOTER
=============================*/

/* ============================================================= */
/* SIZE MD
/* ============================================================= */

.SliderHTML-captions-container{
    width: 100%;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and ( min-width: 767px ) {

    .Section-header-title{
        font-size: 60px;
        letter-spacing: -5px;
    }
    .Section--medium .Section-header-title{
        font-size: 48px;
        letter-spacing: -4px;
    }

    .Section-header-resume{
        font-size: 24px;
    }

    .Section--medium .Section-header-resume{
        font-size: 18px;
    }

    .Section--medium .Section-header-title .Section-header-icon i{
        font-size: 43px;
    }
    .Section--catalogo .Section-items-item-figure{
        height: 350px;
    }
    .Section--catalogo .Section-items-item-figure-img{
        height: 350px;
    }

    .Section--catalogo--inner .Section-items-item{
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .Section-items-item-title{
        font-size: 18px;
    }
    .Section-items-item-resume{
        font-size: 14px;
    }

    .Section--cardsGrid  .Section-items-item-title{
        font-size: 24px;
    }
    .Section--cardsGrid  .Section-items-item-resume{
        font-size: 18px;
    }

    .Section-items-item-cta{
        display: inline-flex;
        height: 60px;
        padding: 0px 30px;
        justify-content: center;
        align-items: center;
        background-color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
        color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    }

    .Section--catalogo .Section-items-item-title{
        font-size: 18px;
    }
    .Section--catalogo .Section-items-item-resume{
        font-size: 14px;
    }
    .Section--catalogo .Section-items-item-cta{
        display: inline-flex;
        height: 60px;
        padding: 0px 30px;
        justify-content: center;
        align-items: center;
        background-color: var(--COLOR_RGBA_PASIVE_35PCT);
        color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
        border: 2px solid var(--PORTAL_BACKGROUND_COLOR_RGBA_0);
        transition: all 0.3s;
    }

    .Section--catalogo .Section-items-item-cta:hover{
        background-color: transparent;
        color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
        border-color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA) !important;
        text-decoration: none;        
    }

    .SliderHTML-captions-container{
        max-width: 1140px;
        margin: 0 auto;
        width: inherit;
        padding: inherit;
        display: inherit;
        flex-direction: inherit;
        align-items: inherit;
    }
    
}

/* ============================================================= */
/* SECTIONS */
/* ============================================================= */

/* BUTTONS */

.Button{}
.Button--cta{}
.Button--cta--dark{}
.Button--content{
    padding: 0px 30px;
    height: 60px;
    border-radius: 60px;
    background: var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.Button--content--primary{
    background: var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
    border: 2px solid var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
}
.Button--content--secondary{
    background: rgba(255,255,255,.15);
    border: 2px solid rgba(255,255,255,0);
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
}
.Button--content:hover{}
.Button--content--dark{}
@media (min-width: 767px) {

    .Button--content--primary:hover{
        background: transparent;
        /* border-color: rgba(255,255,255,1); */
        color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
        text-decoration: none;
    }
    .Button--content--secondary:hover{
        background: transparent;
        border-color:rgba(255,255,255,1);
        color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
        text-decoration: none;

    }

}

/* =============== */
/* CAROUSEL */
/* =============== */

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
.carousel .Section-items-item-container{
    /* width: 50%;
    max-width: 50%;
    flex: 0 0 50%; */
}

.carousel .Section-items-item-container--col4x2{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

.carousel .Section-items-item-container--col2x1{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.carousel .Section-items-item-container--col1x3{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
    .carousel .Section-items-item-container{
        /* width: inherit;
        max-width: inherit;
        flex: 0 0 25%; */
    }
    .carousel .Section-items-item-container--col4x2{
        width: inherit;
        max-width: inherit;
        flex: 0 0 25%;
    }
    .carousel .Section-items-item-container--col2x1{
        width: inherit;
        max-width: inherit;
        flex: 0 0 50%;
    }
    .carousel .Section-items-item-container--col1x3{
        width: 33.33%;
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
    transform: translateX(0);
}

.Section--footer{
    background: linear-gradient(0deg, var(--COLOR_AUXILIAR_2) 50%, var(--COLOR_AUXILIAR_2) 100%);
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    padding-top: 110px;
}

.Section--footer-brand-text{
    color: rgba(255,255,255,.5);
}

.Section--footer-brand-follow-items-item-link{
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    border: 1px solid var(--COLOR_RGBA_PASIVE_15PCT);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
}
.Section--footer-brand-follow-items-item-link:hover{
    border: 1px solid --COLOR_RGBA_PASIVE_10PCT;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    text-decoration: none; 
}
.Section--footer-nav-items-item-link{
    color: var(--COLOR_RGBA_PASIVE_50PCT);
    text-transform: uppercase;
}

.Section--footer-nav-items-item-link:hover{
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    text-decoration: none; 
}
.Section--footer-nav-items-item-title.NavItemLevel_1_link{
    font-size: 18px;
    font-weight: 700;
}
.Section--footer-nav-items-item-link.NavItemLevel_2_link{
    font-size: 14px;
}
.Section--footer .copyright{
    font-size: 14px;
    color: var(--COLOR_RGBA_PASIVE_50PCT);
}
.Section--footer .LinkUptoTop{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--COLOR_RGBA_PASIVE_50PCT);
    
}
.Section--footer .LinkUptoTop i{
    color: var(--COLOR_RGBA_PASIVE_50PCT);
    margin-left: 5px;
}

.Breadcrumbs-items{}
.Breadcrumbs-items-item{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.Breadcrumbs-items-item-link{
    color: var(--PORTAL_TITLES_COLOR);
    text-decoration: underline;
    
}
.Breadcrumbs-items-item-text{
    color: var(--COLOR_RESUME_TEXT);
}
.Section-main-filter{}
.Section-main-filter-search{}
.Section-main-filter-search-form{
   position: relative
}
.Section-main-filter-search-form-input--text{
    position: relative;
    display: flex;
    border-radius: 10px;
    background-color: var(--COLOR_RGBA_PASIVE_15PCT);
    padding: 15px 50px 15px 15px;
    border: none;
    color: var(--COLOR_AUXILIAR_1);
}
.Section-main-filter-search-form-input--button{
    position: absolute;
    display: block;
    border: none;
    background:transparent;
    right: 10px;
    top: 13px;
    color: var(--COLOR_RGBA_PASIVE_50PCT);
}
.Section-main-filter-count{
    font-size: 16px;
    text-transform: uppercase;
    color: var(--COLOR_RESUME_TEXT);
    font-weight: 700;
}

.Section-main-filter-pagination-items-item-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--COLOR_RGBA_PASIVE_15PCT);
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    font-size: 12px;
    font-weight: 700;
    border-radius: 10px;
}
.Section-main-filter-pagination-items-item-link:hover{
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    text-decoration: none;
    background: var(--COLOR_RGBA_PASIVE_35PCT);
}
.Section-main-filter-pagination-items-item-link--active{
    background: var(--PORTAL_COR_DESTAQUE_PRINCIPAL)
}
.Section-main-content-sideBar-title{
    font-size: 16px;
    font-weight: bold;
    color: var(--COLOR_RESUME_TEXT);
}

.Section-main-content-sideBar-items{}
.Section-main-content-sideBar-items-item{}
.Section-main-content-sideBar-items-item-link{
    background: var(--COLOR_AUXILIAR_2);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.Section-main-content-sideBar-items-item-link:hover{
    text-decoration: none;
    background: var(--COLOR_AUXILIAR_4);
}
.Section-main-content-sideBar-items-item-link-label{
    font-size: 14px;
    font-weight: 700;
    color: var(--COLOR_RESUME_TEXT);
}
.Section-main-content-sideBar-items-item-link-title{
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
}

@media (min-width: 768px) {
    .Section-main-filter-pagination-items-item-link{
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
}

/* NOTICIAS */

.Section--noticias .Section-main-content{
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
}
.Section--noticias .Section-main-content-sideMain img{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 400px;
}
.Section--noticias .Section-main-content-sideMain p{
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    text-indent: 20px;
}
.Section--noticias .Section-main-content-sideMain h3,
.Section--noticias .Section-main-content-sideMain h4,
.Section--noticias .Section-main-content-sideMain h5{
    font-weight: 700;
    margin-top: 40px;
}

.Section--noticias--single .Section-header-title{
    font-size: 22px;
    letter-spacing: -1px;
}

.Section-main-filter-date{
    color: var(--COLOR_RESUME_TEXT);
    font-weight: 700;
}
.Section-main-filter-share-nav-items-item-link{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    border: 1px solid var(--COLOR_RGBA_PASIVE_35PCT);
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
}
.Section-header-label{
    font-size: 12px;
    padding: 5px 15px;
    border: 2px solid var(--COLOR_RGBA_PASIVE_35PCT);
    color: var(--COLOR_RGBA_PASIVE_50PCT);
    border-radius: 50px;
}
.Section-main-filter-share-nav-items-item-link:hover{
    background: var(--COLOR_RGBA_PASIVE_15PCT);
    text-decoration: none;
}

@media (min-width: 768px) {
    
    .Section--noticias--single .Section-header-title{
        font-size: 45px;
        letter-spacing: -3px;
    }
    .Section-header-label{
        font-size: 14px;
        padding: 10px 20px;
    }

    .Section--noticias .Section-main-content-sideMain p{
        font-size: 18px;
        line-height: 30px;
    }
    .Section--noticias .Section-main-content-sideMain h3,
    .Section--noticias .Section-main-content-sideMain h4,
    .Section--noticias .Section-main-content-sideMain h5{
        margin-top: 25px;
    }
}
/* =============================
// OWL
============================= */
.Section-main-content.owl-carousel .owl-nav{
    position: absolute;
    top: -70px;
    right: 0px;
}
@media (min-width: 768px) {
    .Section-main-content.owl-carousel .owl-nav{
        top: -125px;
        right: 200px;
    }

    .Section--medium .Section-main-content.owl-carousel .owl-nav{
        top: -112px;
        right: 200px;
    }
}

/* =============================
//BRAND
============================= */

img#LOGOMARCA {
    width: 100%;
    max-width: min(150px, 34vw);
    /* border:1px solid rgba(0,0,0,0.5); */
    }
 
    .navBar {
    padding: 10px;
    }
    .headerMenu {
    font-weight: 600;
    }
    .headerMenu a.active {
    font-weight: 800 !important;
    }
    #LOGOMARCA {
    max-height: 65px;
    margin: -5px 0;
    max-width: 220px!important;
    }
    #basic-navbar-nav > form > input {
    background: rgba(255,255,255,0.0) !important;
    }
    .search {
    border: 2px solid var(--PORTAL_COR_DESTAQUE_PRINCIPAL) !important;
    }
    #basic-navbar-nav > form > button > i {
    font-weight: 600;
    color: var(--PORTAL_HEADER_TEXT_COLOR) !important;
    }
    .gallery-box h2, h4.font-weight-bold, #PBAR_PROGRESSO, #PBAR_STATS, .module h2 i.right {
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL) !important;
    }
    .btn-principal{
    background: var(--PORTAL_COR_DESTAQUE_PRINCIPAL)!important;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA);
    }
    .input-zoe-btn, #PBAR_INTERNO {
    background-color: var(--HEADER_BACKGROUND_COLOR)!important;
    }
    .input-zoe-btn {
    border: 2px solid var(--HEADER_BACKGROUND_COLOR)!important;
    }
    .video-list .video-item .video-wrapper .tag {
    color: #AEAEB0 !important;
    }
    .video-preview img {
    border-radius: 10px 10px 0 0 !important;
    }
    .video-list .video-item .video-preview .progress .progress-bar, .player .list-all .video-preview .progress .progress-bar {
    background-color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL)!important;
    }
    div.HtituloAvaliacao.p-2, h5.card-title.text-zoe.font-weight-bold.h5 {
    color: var(--PORTAL_BACKGROUND_COLOR)!important;
    }
    aside > div {
    border-left: 1px solid var(--PORTAL_COR_DESTAQUE_PRINCIPAL); 
    border-top: 1px solid var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
    }
    h4.secao.h3Secao {
    color: var(--PORTAL_LINK_ATIVO_HEADER) !important;
    }
    #accordion .card .card-header h5 .btn {
    color: var(--PORTAL_BACKGROUND_COLOR)!important;
    }
    .button-slide  {
    background-color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA)!important;
    color: #004348;
    }
    .button-slide:hover {
    background-color: #004348!important;
    color: var(--PORTAL_COR_DESTAQUE_PRINCIPAL_PASSIVA)!important;
    }
    @media all and (max-width: 600px) {
    aside > div {
    border-left: 0px;
    border-top: 1px solid var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
    }
    .navbar-toggler {
    background-color: #e5e5e5;
    }
    }
@media screen and (max-width: 767px) {
    img#LOGOMARCA{
        max-width: 180px !important;
        height: auto;
        min-height: inherit !important; 
    }
    .App-main{
        margin-top: 73px !important;
    }
}
    
/* ======================
HEADER
======================= */

.topBar {
    background-color: var(--PORTAL_BARRA_SUPERIOR_BACKGROUND_COLOR);
    max-height: 30px;
  }
  .slogan {
    font-size: 12px;
    color: var(--PORTAL_BARRA_SUPERIOR_TEXT_COLOR);
    padding-top: 7px;
    margin-bottom: 0;
  }
  .menuTopbar {
    text-align: right;
    font-size: 12px;
    color: var(--PORTAL_BARRA_SUPERIOR_TEXT_COLOR);
    justify-content: flex-end;
  }
  .menuTopbar a {
    color: var(--PORTAL_BARRA_SUPERIOR_TEXT_COLOR);
  }
  .navBar {
    padding: 20px 10px;
  }
  .headerMenu {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--PORTAL_HEADER_TEXT_COLOR);
    font-family: var(--FONTNAME);
    transition: all 0.3s;
  }

  .headerMenu a{
    transition: all 0.3s;
  }

  .headerMenu a.active,
  .headerMenu a:hover {
    color: var(--PORTAL_LINK_ATIVO_HEADER) !important;
  }
  .navbar-light .headerMenu.navbar-nav .nav-link {
    color: var(--PORTAL_HEADER_TEXT_COLOR);
    padding-right: 0.75rem;
  }
  .headerMenu > div > div {
    justify-content: space-between;
    align-items: center;
  }
  .search {
    border: 3px solid var(--PORTAL_COR_DESTAQUE_PRINCIPAL);
    border: 3px solid #c20000;
    border-radius: 25px;
    height: 40px;
    width: 15vw;
    max-width: 343px !important;
  }
  .search::-webkit-input-placeholder {
    /* Edge */
    color: #9f9f9f;
    font-style: italic;
    font-size: 14px;
  }
  .search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9f9f9f;
    font-style: italic;
    font-size: 14px;
  }
  .search::placeholder {
    color: #9f9f9f;
    font-style: italic;
    font-size: 14px;
  }
  .iconSearch {
    position: absolute;
    margin-left: 295px;
    margin-top: -1px;
  }
  /* .avatar {
    width: 60px;
    height: 60px;
  } */
  .avatar a::after {
    display: none;
  }
  .avatar a.dropdown-toggle.nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }
  .avatar .dropdown-menu.show {
    left: auto;
    right: 0;
    padding-bottom: 0;
    border-radius: 0;
  }
  
  .avatar .notification {
    background-color: #eaeaea;
    padding-bottom: 5px;
  }
  .navbar-toggler-icon{
    width: auto !important;
    height: auto !important;
  }
  
  @media only screen and (max-width: 780px) {
    .topBar {
      max-height: 100%;
    }
    .topBar .flexCol {
      flex-direction: column;
    }
    .slogan {
      text-align: center;
      font-size: 10px;
      margin-bottom: 5px;
    }
    .menuTopbar {
      text-align: center;
      font-size: 11px;
      justify-content: center;
    }
    .headerMenu {
      text-align: center;
      margin: 30px 0;
    }
    .navbar-light .headerMenu.navbar-nav .nav-link {
      padding-right: 0;
    }
    .search {
      width: 100% i !important;
    }
    .avatarContent {
      margin: auto;
    }
  }
  
  @media only screen and (min-width: 781px) and (max-width: 1079px) {
    .headerMenu {
      font-size: 11px;
    }
    .navbar-light .headerMenu.navbar-nav .nav-link {
      padding-right: 10px;
    }
    .search {
      width: 140px !important;
    }
    .iconSearch {
      margin-left: 100px;
    }
  }
  @media only screen and (min-width: 1080px) and (max-width: 1300px) {
    .headerMenu {
      font-size: 12px;
    }
    .navbar-light .headerMenu.navbar-nav .nav-link {
      padding-right: 7px;
    }
    .search {
      width: 220px !important;
    }
    .iconSearch {
      margin-left: 180px;
    }
  }

  .Page--sobre .Section-main-content p:first-child{
    font-size: 22px;
    letter-spacing: -1px;
  }

  @media only screen and (min-width: 767px) {
    .Page--sobre .Section-main-content p:first-child{
        font-size: 45px;
        letter-spacing: -3px;
    }    
  }

  .Form-input-container{
    position: relative;
    display: flex;
    border-radius: 10px;
    background-color: var(--COLOR_RGBA_PASIVE_15PCT);
    padding: 15px 50px 15px 15px;
    border: none;
    color: var(--COLOR_AUXILIAR_1);
}
.Form-input-label{
    font-size: 13px;
    font-weight: 600;
    color: var(--COLOR_RGBA_PASIVE_50PCT);

}
.Form-input-text{
    background: transparent;
    border: none;
}

@media screen and (max-width: 767px) {
    .HasCustomCarousel .Section-main.container{
        padding: 0px !important;
    }
    .CarouselControlButton{
        margin-left: 0px !important;
    }
}