main {
    margin-top: 90px;
}

/* SESSÃO Capa */
/* #Capa {
    background-image: url('../images/modelagem/capa/bg.png');
    background-size: cover;
    background-position: left center;
    padding: 0 0 90px 0;
    position: relative;
}

#Capa .box {
    background-color: var(--destaque-2);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 800px;
    padding: 50px 90px;
    gap: 10px;
    z-index: 10;
}

#Capa .coloured {
    background-color: var(--destaque);
    color: var(--cinza-800);
    font-weight: 400;
    padding: 18px 26px;
}

#Capa h2 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 64px;
}

@media (max-width: 991px) {
    #Capa .box {
        justify-content: flex-start;
        width: calc(100% - 120px);
        padding: 50px 30px;
    }

    #Capa h2 {
        font-size: 54px;
        line-height: 56px;
    }
}

@media (max-width: 767px) {
    #Capa .box {
        justify-content: center;
        align-items: stretch;
        width: 100%;
    }

    #Capa h2 {
        text-align: center;
    }

    #Capa .coloured {
        text-align: center;
    }
}

@media (max-width: 575px) {
    #Capa {
        padding: 50px 0;
    }

    #Capa .box {
        align-items: stretch;
        flex-direction: column;
        gap: 20px;
        padding: 30px;
    }

    #Capa h2 {
        width: 100%;
        text-align: center;
        font-size: 30px;
        line-height: 34px;
    }

    #Capa .coloured {
        text-align: center;
    }
} */

#Capa {
    background-image: url('../images/modelagem/capa/bg.png');
    background-size: cover;
    background-position: bottom center;
    padding: 60px 0;
    position: relative;
}

#Capa .bgFloater {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    height: 100%;
    width: auto;
}

#Capa .box {
    background-color: var(--hover);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    padding: 30px 50px;
    gap: 30px;
    position: relative;
    z-index: 10;
}

/* #Capa .box::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 30px;
    height: 100%;
    background-image: url(../images/projeto-especial/capa/crosslines.png);
    background-size: cover;
    z-index: -1;
} */

#Capa .coloured {
    color: var(--cinza-800);
    font-weight: 400;
    /* padding: 18px 0; */
}

#Capa h2 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 44px;
}

@media (max-width: 991px) {
    #Capa .box {
        justify-content: flex-start;
        width: calc(100% - 120px);
    }
}

@media (min-width: 800px) {
    #Capa {
        background-position-x: 315px;
        background-position-y: bottom;
    }

    #Capa .box {
        padding: 30px 50px;
        width: calc(100% - 340px);
        max-width: 900px;
    }
}

@media (max-width: 767px) {
    #Capa .box {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 575px) {
    #Capa {
        padding: 100px 0;
    }

    #Capa .box {
        align-items: stretch;
        flex-direction: column;
        gap: 25px;
        padding: 30px 0px;
    }

    #Capa h2 {
        width: 100%;
        text-align: center;
        font-size: 40px;
        line-height: 42px;
    }

    #Capa h2 br {
        display: none;
    }

    #Capa .coloured {
        text-align: center;
    }

    #Capa .coloured br {
        display: none;
    }

}

#Sobre {
    margin: 80px 0;
    padding: 0 25px;
}

#Sobre h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#Sobre h2 span.boxed {
    position: relative;
    padding: 20px;
    font-weight: 400;
    flex-shrink: 1;
    margin: 10px 0;
}

@media (max-width: 575px) {
    #Sobre h2 span.boxed {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

#Sobre h2 span.boxed::before,
#Sobre h2 span.boxed::after {
    box-sizing: content-box;
    content: " ";
    position: absolute;
    height: 100%;
    width: 80px;
    top: 0px;
    border-top: 10px solid #33373f;
    border-bottom: 10px solid #33373f;
    transform: translateY(-10px);
}

#Sobre h2 span.boxed::before {
    border-left: 10px solid #33373f;
    left: 0;
    transform: translate(-10px, -10px);
}

#Sobre h2 span.boxed::after {
    border-right: 10px solid #33373f;
    transform: translate(-65px, -10px);
}

@media (max-width: 767px) {
    #Sobre h2 span.boxed::after {
        transform: translate(-10px, -10px);
    }
}

@media (max-width: 576px) {
    #Sobre h2 span.boxed {
        font-family: Poppins;
        font-size: 22px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 1.056654930114746px;
        text-align: center;
    }

    #Sobre h2 span.boxed {
        position: static;
    }

    #Sobre h2 span.boxed::before,
    #Sobre h2 span.boxed::after {
        display: none;
    }
}

#Sobre .boxed.destaque {
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 1.234784722328186px;
}

#Sobre div {
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}


/* SESSÃO Video */
#Video {
    position: relative;
}

#Video .video {
    padding: 0 40px;
}

/* SESSÃO Galeria */
#Galeria {
    margin: 120px 0;
}

#Galeria .carousel.slide {
    width: 100%;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
}

#Galeria .bgGear {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(34%, -39%);
    z-index: -1;
    opacity: 0.4;
}

#Galeria .carousel-item {
    height: 400px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #22252c;
}

#Galeria .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: blur(20px);
    opacity: 0.5;
}

#Galeria .carousel-item.active {
    display: flex;
}

#Galeria .carousel-item.active img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto auto;
    filter: unset;
    opacity: unset;
}

#Galeria p {
    font-size: 16px;
    line-height: 24px;
    max-width: 472px;
}

#Galeria p.mb {
    margin-bottom: 90px;
}

#Galeria p.mt {
    margin-top: 90px;
}

@media (max-width: 1199px) {
    #Galeria {
        margin: 0 0 150px 0;
    }

    #Galeria p {
        /* margin: 80px 0 !important; */
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    #Galeria p {
        text-align: center;
        /* padding: 0 22px; */
    }

    #Galeria .bgGear {
        position: absolute;
        bottom: 100%;
        left: 0;
        transform: translate(-20%, 72%);
        z-index: -1;
    }
}

#Galeria>.row:first-of-type {
    margin-bottom: 140px;
}

#Galeria .coloured {
    font-size: 25px;
    line-height: 24px;
    letter-spacing: 0.3786097466945648px;
    background-color: #00CFB4;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

@media (max-width: 991px) {
    #Galeria .coloured {
        text-align: center;
        padding: 20px;
    }

    #Galeria>.row:first-of-type {
        margin-bottom: 206px;
    }
}

@media (max-width: 551px) {
    #Galeria .coloured {
        padding: 20px 30px;
    }
}


/* SESSÃO CTA */
#CTA {
    display: flex;
    justify-content: center;
    margin: 0 0 180px 0;
}

#CTA a {
    font-size: 31px;
    /* text-transform: uppercase; */
    font-weight: 600;
    line-height: 38px;
    text-decoration: none;
    text-align: center;
    padding: 13px 0;
    border: 4px solid transparent;
    display: block;
    color: var(--cinza-600);
    background-color: var(--destaque);
    width: 576px;
    max-width: calc(100vw - 60px);
    transition: all 0.6s;
    border-radius: 12px;
    /* box-shadow: 3px 3px var(--hover); */
}

#CTA a:hover {
    transition: all 0.3s;
    background-color: var(--hover);
    color: #fff;
    /* box-shadow: 3px 3px var(--gray-700) inset; */
}

#CTA a:active {
    transition: none;
    border: 4px solid var(--destaque);
    color: var(--destaque);
}

#CTA .flex {
    display: flex;
    flex-direction: column;
}

#CTA .flex span {
    width: 576px;
    max-width: calc(100vw - 60px);
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

/* @media (max-width:575px) { */
#CTA .flex span {
    text-align: center;
}

/* } */