.borda {
    border: 1px solid #f00 !important;
}

:root {
    /* Variável base para fonte responsiva */
    --font-size-base: clamp(3em, 6vw + 0.5rem, 6em);
    --font-size-base-0: clamp(1em, 0.8vw + 1em, 6em);
    --font-size-base-1: clamp(3em, 10vw + 1rem, 5em);
    --font-size-base-2: clamp(0.6em, 1.5vw + 0.5rem, 1.2em);
    --font-size-base-3: clamp(1.5em, 1.5vw + 0.5rem, 2.5em);
    --font-size-base-4: clamp(3em, 3vw + 1em, 10em);
    --font-size-base-5: clamp(3em, 3.7vw + 1em, 10em);
    --font-size-base-6: clamp(3.5em, 4vw + 1em, 11em);

}

* {
    line-height: 1.3 !important;
    letter-spacing: -1px !important;
    text-align: left !important;
    font-family: 'Fester';
}

featured_text {
    color: #6429ec !important;
}

text_carrousel_title_effect {
    background: linear-gradient(to bottom, #ffffff 50%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold !important;
}

text_carrousel_text_effect {
    background: linear-gradient(to bottom, #7751BF 50%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold !important;
}

.text_carrousel_title_effect {
    background: linear-gradient(to bottom, #ffffff 25%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: var(--font-size-base) !important;
    font-weight: bold !important;
    white-space: nowrap !important;
}

.text_carrousel_text_effect {
    background: linear-gradient(to bottom, #7751BF 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: var(--font-size-base) !important;
    color: transparent;
    font-weight: bold !important;
}

.text_carrousel_text {
    font-size: var(--font-size-base-0) !important;
    color: #fff;
}

.text_title {
    font-size: var(--font-size-base-1) !important;
    font-weight: bold !important;
}

.border_radius_50 {
    border-radius: 50px !important;
}

.font_5vw {
    font-size: 5vh !important;
}

.font_6vw {
    font-size: 6vh !important;
}

.font_7vw {
    font-size: 7vh !important;
}

.font_8vw {
    font-size: 8vh !important;
}

.font_9vw {
    font-size: 9vh !important;
}

.font_10vw {
    font-size: 10vh !important;
}

.font_11vw {
    font-size: 11vh !important;
}

.background_black {
    background-color: #000 !important;
}

.padding_10 {
    padding: 10px !important;
}

.padding_20 {
    padding: 20px !important;
}

.padding_30 {
    padding: 30px !important;
}

.padding_40 {
    padding: 40px !important;
}

.padding_50 {
    padding: 50px !important;
}

.padding_60 {
    padding: 60px !important;
}

.padding_70 {
    padding: 70px !important;
}

.margin_bt_35 {
    margin-bottom: 35px !important;
}

.margin_bt_40 {
    margin-bottom: 40px !important;
}

.margin_bt_50 {
    margin-bottom: 50px !important;
}

.margin_tp_50 {
    margin-top: 50px !important;
}

.margin_20 {
    margin: 20px !important;
}

.margin_25 {
    margin: 25px !important;
}

.margin_50 {
    margin: 50px !important;
}

.margin_70 {
    margin: 70px !important;
}

@media (min-width: 769px) {
    .desktop_view {
        display: none;
    }

    .mobile_view {
        display: block;
    }
}

/* Mobile (largura máxima 768px) */
@media (min-width: 768px) {}

@media(max-width: 757.98px) {}

@media(min-width: 768px) and (max-width: 991.98px) {}

@media(min-width: 992px) and (max-width: 1199.98px) {}

@media(max-width: 1199px) {
    .desktop_view {
        display: none;
    }

    .mobile_view {
        display: block;
    }
}

@media(min-width: 1200px) {
    .desktop_view {
        display: block;
    }

    .mobile_view {
        display: none;
    }
}

/* medias para tamanhos diferentes */

.modoDay {
    display: none;
}

.color_black {
    color: #000 !important;
}

.active {
    color: #6c24f5 !important;
}

/* modo claro */
.fonte_1_dark {
    color: #767676 !important;
    font-size: 12pt !important;
}

.fonte_2_dark {
    color: #000 !important;
    font-size: 14pt !important;
}

.fonte_3_dark {
    color: #000000 !important;
}

.borda_2_dark {
    padding: 10px 13% 10px 13% !important;
    border: 1px solid #000;
    font-size: 17pt !important;
    border-radius: 0px !important
}

/* mofo escuro */
.fonte_1 {
    color: #767676 !important;
    font-size: 12pt !important;
}

.fonte_2 {
    color: #fff !important;
    font-size: 14pt !important;
}

.fonte_3 {
    color: #ffffff !important;
}

.borda_2 {
    padding: 10px 13% 10px 13% !important;
    border: 1px solid #fff;
    font-size: 17pt !important;
    border-radius: 0px !important
}





a {
    cursor: pointer !important;
}

.botaoLaranja {
    background-color: #FF6633 !important;
}

.btn-block {
    width: 100% !important;
}





.quadros {
    width: 90vw !important;
    overflow: hidden !important;
    margin-left: 5vw !important;
    vertical-align: text-top !important;
}

.height85 {
    height: 85vh !important;
}

.height40 {
    height: 40vh !important;
}

.imagem {
    padding-bottom: 5vh !important;
}

.quadro_texto {
    font-size: var(--font-size-base-3) !important;
    ;
    width: 75% !important;
    overflow: hidden !important;
    line-height: 1 !important;
    padding-top: 5% !important;
    padding-left: 5% !important;
}

.carrossel-container {
    position: relative;
    width: 90vw !important;
    margin: auto;
    overflow: hidden;
}

.altura_quadro {
    height: 85vh !important;
    border-radius: 7% !important;
    overflow: hidden !important;
}

.altura_meio_quadro {
    height: 40vh !important;
    border-radius: 7% !important;
    overflow: hidden !important;
}

.col-md-4 {
    padding: 30px !important;
}

.imagem {
    margin-bottom: 5vh !important;
    padding: 4vw 0 0 5vh !important;
    font-size: var(--font-size-base-3) !important;
}

.camada_link {
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
    /* fica acima */
}

.camada_link:hover {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.footer_font {
    font-size: var(--font-size-base-4) !important;
    font-weight: bold !important;
}

.footer_font_2 {
    font-size: var(--font-size-base-5) !important;
}

.footer_font_3 {
    font-size: var(--font-size-base-6) !important;
    letter-spacing: -5px !important;
    font-weight: bold !important;
}

.text-black{
    color: #000 !important
}