.carousel-inner {
    height: 68vh;

    /* Altura fixa para o carousel */
}

.carousel-item {
    position: relative;
    filter: grayscale(0%);
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 68vh;
}

.carousel-caption {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(to right, rgba(132, 88, 218, 0.39) 19%, rgba(94, 182, 254, 0.36) 63%);

    /* padding: 2rem */
    text-align: left;
}

.carousel-caption h2 {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.carousel-caption h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.5rem;
}

.separator-line {
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 0.5rem 0;
}

.carousel-caption h3 {
    font-size: 1rem;
    color: #ddd;
}

/* Setas visíveis */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

/* - MENU - */
.pg-construction-service1 {
    padding: 23px 12px;
    background-color: #ffffff;
    margin-top: -68px;
    z-index: 999;
    border-radius: 20px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.16);
}

.pg-construction-service1 .heading {
}

.pg-construction-service1 .heading h3 {
    text-align: center;
}

.pg-construction-service1 .heading .line {
    width: 10%;
    height: 2px;
    background-color: #fab702;
    margin: 5px auto 17px;
}

.pg-construction-service1 .card {
    padding: 30px 9px;
}

.pg-construction-service1 .card img {
    margin: auto;
}

.pg-construction-service1 .card .caption {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pg-construction-service1 .card .caption h4 {
    font-size: 17px;
    margin: 12px 0px;
    text-align: center;
}

.pg-construction-service1 .card .caption p {
    color: #9e9e9e;
    line-height: 24px;
    text-align: center;
}

/* ==BLOCO MENU== */
.bloco-menu {
    padding: 23px 12px;
    background-color: #ffffff !important;
    margin-top: -68px;
    z-index: 999;
    border-radius: 20px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.16);
}

.bloco-menu .heading {
}

.bloco-menu .heading h3 {
    text-align: center;
}

.bloco-menu .heading .line {
    width: 10%;
    height: 2px;
    background-color: #fab702;
    margin: 5px auto 17px;
}

.bloco-menu .card {
    padding: 30px 9px;
}

.bloco-menu .card img {
    margin: auto;
}

.bloco-menu .card .caption {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bloco-menu .card .caption h4 {
    font-size: 17px;
    margin: 12px 0px;
    text-align: center;
}

.bloco-menu .card .caption p {
    color: #9e9e9e;
    line-height: 24px;
    text-align: center;
}

/* ==QUEM SOMOS== */
.bloco-quem-somos {
    padding: 23px 12px;
    background-color: #ffffff;

    /* margin-top: -68px */
    z-index: 999;
    margin-top: 31px;
    margin-bottom: 3rem;
}

.bloco-quem-somos .heading {
}

.bloco-quem-somos .heading h3 {
    text-align: center;
    font-family: 'Hammersmith One', sans-serif;
}

.bloco-quem-somos .heading .line {
    width: 10%;
    height: 2px;
    background-color: #fab702;
    margin: 5px auto 17px;
}

.bloco-quem-somos .card {
    padding: 30px 9px;
    margin-bottom: 2rem;
}

.bloco-quem-somos .card:hover {
    padding: 30px 9px;
    border-color: #faa124;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.bloco-quem-somos .card img {
    margin: auto;
}

.bloco-quem-somos .card .caption {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bloco-quem-somos .card .caption h4 {
    font-size: 17px;
    margin: 12px 0px;
    text-align: center;
}

.bloco-quem-somos .card .caption p {
    color: #9e9e9e;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    font-family: 'Albert Sans', sans-serif;
}

.quem-somos {
    margin: 0px;
}

.quem-somos p {
    font-size: 1.1em;
    font-family: 'Albert Sans', sans-serif;
}

.quem-somos h1 {
    font-size: 1.8em;
    font-family: 'Hammersmith One', sans-serif;
}

.navegacao {
    margin: 0;
}

.navegacao .nav-item a {
    color: #3c3c3c;
    cursor: pointer;
    display: block;
    font-weight: 700;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-family: 'Figtree', sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
}

.navegacao a:hover {
    color: #6e83ac;
    background: linear-gradient(to right, #672FD2 33%, #37A5FF 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fade-container {
    position: relative;
    overflow: hidden;
}

.imagem-com-fade {
    width: 100%;
    display: block;

    /* mask-image: linear-gradient(to bottom, #ffffff 100%, transparent 0%);
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%); */
}

/* == TÍTULO EVENTO == */
.titulo-evento {
    width: 100%;
    background-color: rgba(0, 0, 0, 0) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.titulo-evento .overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(230, 230, 230, 0.29);
}

.titulo-evento .content {
    text-align: center;

    /* padding: 40px */
}

.titulo-evento .content h1 {
    font-size: 13em;
    color: #6e83ac;
    background: linear-gradient(to right, #672FD2 33%, #37A5FF 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
    font-weight: 700;
    opacity: 0.8;
    line-height: 185px;
}

@media (max-width:659px) {
    .titulo-evento .content h1 {
        font-size: 90px;
    }
}

.titulo-evento .content h2 {
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 49.8px;
    background: linear-gradient(to right, #FAD018 23%, #FA6F0A 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    font-family: 'Hammersmith One', sans-serif;
    padding-top: 0px;
    margin-top: -25px;
}

.titulo-evento .content h3 {
    color: rgba(255, 255, 255, 0);
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 56.8px;
    letter-spacing: 6px;
    text-indent: 0px;
    background: linear-gradient(179deg, #8525DF 10%, #3B3AC4 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.8;
    margin-top: -25px;
    margin-bottom: 2rem;
    font-family: 'Open Sans', sans-serif;
}

.titulo-evento .content h4 {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;

    /* font-weight: bolder */
    line-height: 49.8px;
    background: linear-gradient(to right, #FAD018 23%, #FA6F0A 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    font-family: 'Hammersmith One', sans-serif;
    padding-top: 0px;
    margin-top: -25px;
}

.titulo-evento .content h2 span {
    color: #FA6F0A;
    background: linear-gradient(to right, #FA6F0A 33%, #FAA124 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.titulo-evento .content .button {
    transform: translateX(-50%);
    font-size: 24px;
    color: #fff;
}

.titulo-evento .content .button a {
    color: #00be3b;
    background: linear-gradient(1deg, #8525DF 36%, #3B3AC4 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 0px) and (max-width: 399px) {
    .titulo-evento {
        width: 100%;
        background-color: rgba(0, 0, 0, 0) !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .titulo-evento .overlay {
        height: 100%;
        width: 100%;
        background-color: rgba(230, 230, 230, 0.29);
    }

    .titulo-evento .content {
        text-align: center;
        padding: 40px;
    }

    .titulo-evento .content h1 {
        color: #6e83ac;
        background: linear-gradient(to right, #672FD2 33%, #37A5FF 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        z-index: 1;
        font-weight: 900;
        opacity: 0.8;
        line-height: 77px;
        font-size: 61px !important;
    }

    @media (max-width:659px) {
        .titulo-evento .content h1 {
            font-size: 74px;
        }
    }

    .titulo-evento .content h2 {
        color: #fff;
        font-size: 2em;
        text-transform: uppercase;
        font-weight: bolder;
        line-height: 30.799999999999997px;
        background: linear-gradient(to right, #FAD018 23%, #FA6F0A 72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 1px;
        font-family: 'Hammersmith One', sans-serif;
        padding-top: 0px;
        margin-top: -25px;
    }

    .titulo-evento .content h3 {
        color: rgba(255, 255, 255, 0);
        font-size: 3em;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 56.8px;
        letter-spacing: 4px;
        text-indent: 0px;
        font-family: 'Hammersmith One', sans-serif;
        background: linear-gradient(179deg, #8525DF 10%, #3B3AC4 72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 0.8;
        margin-top: 1px;
    }

    .titulo-evento .content h2 span {
        color: #FA6F0A;
        background: linear-gradient(to right, #FA6F0A 33%, #FAA124 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .titulo-evento .content .button {
        transform: translateX(-50%);
        font-size: 24px;
        color: #fff;
    }

    .titulo-evento .content .button a {
        color: #00be3b;
        background: linear-gradient(1deg, #8525DF 36%, #3B3AC4 72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .titulo-evento {
        width: 100%;
        background-color: rgba(0, 0, 0, 0) !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .titulo-evento .overlay {
        height: 100%;
        width: 100%;
        background-color: rgba(230, 230, 230, 0.29);
    }

    .titulo-evento .content {
        text-align: center;
        padding: 40px;
    }

    .titulo-evento .content h1 {
        font-size: 0em;
        color: #6e83ac;
        background: linear-gradient(to right, #672FD2 33%, #37A5FF 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        z-index: 1;
        font-weight: 900;
        opacity: 0.8;
        line-height: 117px;
    }

    @media (max-width:659px) {
        .titulo-evento .content h1 {
            font-size: 74px;
        }
    }

    .titulo-evento .content h2 {
        color: #fff;
        font-size: 2em;
        text-transform: uppercase;
        font-weight: bolder;
        line-height: 30.799999999999997px;
        background: linear-gradient(to right, #FAD018 23%, #FA6F0A 72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 1px;
        font-family: 'Hammersmith One', sans-serif;
        padding-top: 0px;
        margin-top: -25px;
    }

    .titulo-evento .content h3 {
        color: rgba(255, 255, 255, 0);
        font-size: 3em;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 56.8px;
        letter-spacing: 4px;
        text-indent: 0px;
        font-family: 'Hammersmith One', sans-serif;
        background: linear-gradient(179deg, #8525DF 10%, #3B3AC4 72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 0.8;
        margin-top: 1px;
    }

    .titulo-evento .content h2 span {
        color: #FA6F0A;
        background: linear-gradient(to right, #FA6F0A 33%, #FAA124 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .titulo-evento .content .button {
        transform: translateX(-50%);
        font-size: 24px;
        color: #fff;
    }

    .titulo-evento .content .button a {
        color: #00be3b;
        background: linear-gradient(1deg, #8525DF 36%, #3B3AC4 72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .titulo-evento {
        width: 100%;
        background-color: rgba(0, 0, 0, 0) !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .titulo-evento .overlay {
        height: 100%;
        width: 100%;
        background-color: rgba(230, 230, 230, 0.29);
    }

    .titulo-evento .content {
        text-align: center;
        padding: 40px;
    }

    .titulo-evento .content h1 {
        font-size: 8em;
        color: #6e83ac;
        background: linear-gradient(to right, #672FD2 33%, #37A5FF 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        z-index: 1;
        font-weight: 900;
        opacity: 0.8;
        line-height: 185px;
    }

    @media (max-width:659px) {
        .titulo-evento .content h1 {
            font-size: 90px;
        }
    }

    .titulo-evento .content h2 {
        color: #fff;
        font-size: 3em;
        text-transform: uppercase;
        font-weight: bolder;
        line-height: 44.8px;
        background: linear-gradient(to right, #FAD018 23%, #FA6F0A 72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 1px;
        font-family: 'Hammersmith One', sans-serif;
        padding-top: 0px;
        margin-top: -25px;
    }

    .titulo-evento .content h3 {
        color: rgba(255, 255, 255, 0);
        font-size: 4em;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 56.8px;
        letter-spacing: 6px;
        text-indent: 0px;
        background: linear-gradient(179deg, #8525DF 10%, #3B3AC4 72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 0.8;
        margin-top: 1px;
    }

    .titulo-evento .content h2 span {
        color: #FA6F0A;
        background: linear-gradient(to right, #FA6F0A 33%, #FAA124 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .titulo-evento .content .button {
        transform: translateX(-50%);
        font-size: 24px;
        color: #fff;
    }

    .titulo-evento .content .button a {
        color: #00be3b;
        background: linear-gradient(1deg, #8525DF 36%, #3B3AC4 72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

/* == BOTAO INSCRIÇÃO */
.botao-inscricao {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* padding: 40px 0 */
    text-align: center;
    position: relative;
}

.botao-inscricao::before {
    background-color: #f8f9fa;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.botao-inscricao h3 {
    padding: 0 35px;
    font-size: 42px;
    font-weight: 800;
    line-height: 55px;
    position: relative;
    color: #838383;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 0;
}

.botao-inscricao a {
    background-color: #ffc527;
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    letter-spacing: 0.52px;

    /* border: 2px solid #ffc527 */
    margin-bottom: 10px;
    border-radius: 22px;
    background-image: linear-gradient(193deg, rgb(132, 88, 218) 0%, rgb(94, 182, 254) 67%);
}

.botao-inscricao a.contact-btn {
    background-color: transparent;
    border: 2px solid #ffffff;
}

.botao-inscricao a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ffffff;
    background-image: linear-gradient(145deg, rgb(250, 111, 10) 30%, rgb(250, 160, 17) 67%);
}

/* == PALESTRANTES == */
.palestrantes {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f8f9fa;
    background-image: linear-gradient(181deg, rgb(248, 249, 250) 4%, rgb(132, 88, 218) 37%, rgb(94, 182, 254) 69%, rgb(248, 249, 250) 97%);
}

.palestrantes .hoverbox {
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 2rem;
    border-radius: 24px;
}

.palestrantes .hoverbox img {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.palestrantes .hoverbox:hover img {
    bottom: -110px;
}

.palestrantes .hoverbox .hoverbox-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #672FD2 33%, #37A5FF 75%);
    padding: 25px;
    color: #e7f2ec;
    position: absolute;
    top: 0;
    left: 0;
}

.palestrantes .hoverbox .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    color: #ffffff;
}

.palestrantes .hoverbox .icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

.palestrantes .hoverbox .icon li {
    display: inline-block;
}

.palestrantes .hoverbox .icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ffffff;
    font-size: 18px;
    color: #4c4c4c;
    transition: all 0.3s ease 0s;
}

.palestrantes .hoverbox .icon li a:hover {
    background: #f6f6f6;
}

@media only screen and (max-width: 990px) {
    .palestrantes .hoverbox {
        margin-bottom: 30px;
    }
}

/* == VIDEO == */
.video {
    padding: 40px;
    background-color: rgba(248, 249, 250, 0);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.video .content {
    background-color: #fff;
    padding: 20px;
}

.video h3 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
}

.video h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.video p {
    font-size: 12px;
    font-weight: 400;
}

.video p.author {
    color: #898989;
}

.video .btn {
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000;
}

.video .btn:hover {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}

/* == LOTES == */
.lotes {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center 200px !important;
    background-size: cover !important;
    background: linear-gradient(90deg, #fc00ff, #00dbde);
}

.lotes .box {
    padding: 40px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border-color: #ffffff;
}

.lotes  .box h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.lotes  .box h3 span {
    border-bottom: 1px solid #747474;
    padding-bottom: 10px;
    color: #535353;
    font-family: 'Hammersmith One', sans-serif;
}

.lotes .box p {
    margin-top: 3%;
    margin-bottom: 2%;
    color: #050505;
    font-family: 'AR One Sans', sans-serif;
}

.lotes  .box .btn {
    letter-spacing: 1px;
    color: #313131;
    font-weight: bold;
    border: 3px solid #676767;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    transition: .3s;
    text-decoration: none;
    font-family: 'AR One Sans', sans-serif;
}

.lotes .box .btn:hover {
    color: #fabf04;
    border-color: #e8b100;
}

/* == MATERIAS BOX == */
.materiais-box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.materiais-box .top {
    position: absolute;
}

.materiais-box .top h5 {
    color: #f2a447;
}

.materiais-box .top h2 {
    font-size: 3em;
    letter-spacing: 18.97-.03em;
    color: #a1a1a1;
    background: linear-gradient(to right, #FAD018 23%, #FA6F0A 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: -19px;
    font-family: 'Hammersmith One', sans-serif;
    padding-top: 146px;
}

.materiais-box h3 {
    font-size: 8em;
    color: #ebebeb;
    z-index: -1;
    background: linear-gradient(to right, #672FD2 33%, #37A5FF 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    opacity: 0.7;
    font-family: 'Kodchasan', sans-serif;
}

@media (max-width: 727px) {
    .materiais-box h3 {
        font-size: 90px;
    }
}

@media (max-width: 394px) {
    .materiais-box h3 {
        font-size: 50px;
    }

    .materiais-box .top h2 {
        font-size: 30px;
    }
}

@media (min-width: 0px) and (max-width: 767px){
    .materiais-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .materiais-box .top {
        position: absolute;
    }

    .materiais-box .top h5 {
        color: #f2a447;
    }

    .materiais-box .top h2 {
        font-size: 2em;
        letter-spacing: 18.97-.03em;
        color: #a1a1a1;
        background: linear-gradient(to right, #FAD018 23%, #FA6F0A 72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        line-height: -32px;
        font-family: 'Hammersmith One', sans-serif;
        padding-top: 146px;
    }

    .materiais-box h3 {
        font-size: 8em;
        color: #ebebeb;
        z-index: -1;
        background: linear-gradient(to right, #672FD2 33%, #37A5FF 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-flex;
        opacity: 0.7;
        font-family: 'Kodchasan', sans-serif;
    }

    @media (max-width: 727px) {
        .materiais-box h3 {
            font-size: 67px;
        }
    }

    @media (max-width: 394px) {
        .materiais-box h3 {
            font-size: 50px;
        }

        .materiais-box .top h2 {
            font-size: 30px;
        }
    }
}

@media (min-width: 0px) and (max-width: 399px) {
    .materiais-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .materiais-box .top {
        position: absolute;
    }

    .materiais-box .top h5 {
        color: #f2a447;
    }

    .materiais-box .top h2 {
        font-size: 2em;
        letter-spacing: 18.97-.03em;
        color: #a1a1a1;
        background: linear-gradient(to right, #FAD018 23%, #FA6F0A 72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        line-height: -19px;
        font-family: 'Hammersmith One', sans-serif;
        padding-top: 146px;
    }

    .materiais-box h3 {
        font-size: 4em !important;
        color: #ebebeb;
        z-index: -1;
        background: linear-gradient(to right, #672FD2 33%, #37A5FF 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-flex;
        opacity: 0.7;
        font-family: 'Kodchasan', sans-serif;
        line-height: 133px;
    }

    @media (max-width: 727px) {
        .materiais-box h3 {
            font-size: 90px;
        }
    }

    @media (max-width: 394px) {
        .materiais-box h3 {
            font-size: 50px;
        }

        .materiais-box .top h2 {
            font-size: 30px;
        }
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .materiais-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .materiais-box .top {
        position: absolute;
    }

    .materiais-box .top h5 {
        color: #f2a447;
    }

    .materiais-box .top h2 {
        font-size: 3em;
        letter-spacing: 18.97-.03em;
        color: #a1a1a1;
        background: linear-gradient(to right, #FAD018 23%, #FA6F0A 72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        line-height: -19px;
        font-family: 'Hammersmith One', sans-serif;
        padding-top: 146px;
    }

    .materiais-box h3 {
        font-size: 7em;
        color: #ebebeb;
        z-index: -1;
        background: linear-gradient(to right, #672FD2 33%, #37A5FF 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-flex;
        opacity: 0.7;
        font-family: 'Kodchasan', sans-serif;
    }

    @media (max-width: 727px) {
        .materiais-box h3 {
            font-size: 90px;
        }
    }

    @media (max-width: 394px) {
        .materiais-box h3 {
            font-size: 50px;
        }

        .materiais-box .top h2 {
            font-size: 30px;
        }
    }
}

/* == PRODUTOS == */
.produtos {
    padding: 30px 0;
}

.produtos p {
    font-size: 1em;
    margin-bottom: 2rem;
    width: 80%;
}

.produtos .content img {
    max-width: 100%;
    border-radius: 19px;
}

.produtos .title {
    font-size: 16px;
    color: #0094f1;
    margin: 0;
}

.produtos h3 {
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 14px;
    line-height: 57px;
    text-align: center;
    color: #7b7b7b;
}

.produtos .btn {
    border-color: #ea9800;
    border-radius: 54px;
}

.produtos .btn:hover {
    color: #fff;
    background-color: #fa930f;
    background-image: linear-gradient(269deg, rgb(250, 181, 20) 1%, rgb(250, 126, 12) 89%);
}

@media (max-width: 768px) {
    .produtos .btn {
        margin-bottom: 15px;
    }
}

/* == CONTATO == */
.contato {
    padding: 45px 0px;
    background-color: #f8f9fa;
    margin-top: 2rem;
    paddin-bottom: 3rem;
}

.contato img.img-fluid {
    width: 100%;
    height: 297px;
}

.contato .form-control.contact-input {
    background-color: #f8f8f8;
    border-radius: 0px;
    border: none;
    padding: 13px 14px;
}

.contato .form-control.contact-input:focus {
    box-shadow: 0 0 0 0.1rem rgba(255, 164, 0, 0.64);
}

.contato button.btn.contact-form {
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    background-image: linear-gradient(90deg, rgb(250, 185, 21) 1%, rgb(250, 126, 12) 89%);
    border-radius: 51px;
}

.contato button.btn.contact-form:hover {
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    background-image: linear-gradient(269deg, rgb(250, 185, 21) 1%, rgb(250, 126, 12) 89%);
    border-radius: 51px;
}

.contato .contact-info {
    display: block;
}

.contato .contact-info h4 {
    color: #313131;
    font-size: 26px;
}

.contato .contact-info p {
    color: #aeaeae;
    font-size: 14px;
}

.contato .address {
    display: block;
}

.contato .address h4 {
    font-size: 19px;
}

.contato .icon {
    color: #ffb600;
    margin-right: 8px;
    font-size: 23px;
}

.contato .address p {
    color: #aeaeae;
}

.contato .phone {
    display: block;
}

.contato .phone h4 {
    font-size: 19px;
}

.contato .phone ul {
}

.contato ul {
    list-style: none;
    text-align: left;
}

.contato ul li {
    color: #535353;
    font-size: 14px;
    text-align: left;
}

.contato ul li span {
    font-weight: 500;
}

.contato .share {
    padding: 23px 0px;
}

.contato .icon-social-f {
    background-color: #ffb600;
    color: #fff;
    border: none;
    margin-top: 12px;
    padding: 10px;
}

/* == RODAPE == */
.rodape ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.rodape ul li {
    line-height: 22px;
}

.rodape ul li a {
    font-size: 14px;
}

.rodape .navbar-brand {
    padding: 0px;
    height: auto;
}

/* footer1 */
.rodape {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    background: linear-gradient(180deg, rgb(132, 88, 218) 19%, rgb(94, 182, 254) 86%);
    color: #fff;
}

.rodape h3 {
    color: #393939;
    background: #f5f5f5;
    padding: 9px;
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

.rodape .mt20 {
    margin-top: 20px;
}

.rodape p {
    color: #f5f5f5;
    line-height: 18px;
    font-size: 14px;
}

.rodape .fa {
    margin-right: 10px;
}

.rodape a {
    color: #fff;
    text-decoration: none;
}

.rodape a:hover {
    color: #f5f5f5;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.direitos {
    text-transform: uppercase;
    padding: 20px 10px;
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(180deg, rgb(94, 182, 254) 0%, rgba(132, 88, 218, 0.64) 100%);
}

.direitos p {
    margin: 0;
    color: #ffffff;
    font-family: 'AR One Sans', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
}

/* == PAGINA INSCRICAO - HEADER */
.header-inscricao {
    /* width: 100% */
    height: 30vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center -548px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header-inscricao .overlay {
    background-color: rgba(0, 0, 0, 0.2) !important;
    width: 100%;
}

.header-inscricao .content h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

/* PAGINA INSCRICAO - CORPO */
.corpo-inscricao {
    display: block;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.corpo-inscricao h3 {
    font-weight: 500;
    color: #000000;
    padding: 4px 0;
    text-align: center;
    font-size: 30px;
}

.corpo-inscricao span {
    height: 3px;
    background-color: #fdc716;
    width: 11%;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 14px;
}

.corpo-inscricao p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

/* == PAGINA INSCRICAO - BOTOES */
.botoes-inscricao {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* padding: 40px 0 */
    text-align: center;
    position: relative;
    margin-bottom: 15rem;
}

.botoes-inscricao::before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.botoes-inscricao h3 {
    padding: 0 35px;
    font-size: 21px;
    font-weight: 800;
    line-height: 55px;
    position: relative;
    color: #838383;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 0;
}

.botoes-inscricao a {
    background-color: #ffc527;
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    letter-spacing: 0.52px;

    /* border: 2px solid #ffc527 */
    margin-bottom: 10px;
    border-radius: 22px;
    background-image: linear-gradient(193deg, rgb(132, 88, 218) 0%, rgb(94, 182, 254) 67%);
}

.botoes-inscricao a.contact-btn {
    background-color: transparent;
    border: 2px solid #ffffff;
}

.botoes-inscricao a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ffffff;
    background-image: linear-gradient(145deg, rgb(250, 111, 10) 30%, rgb(250, 160, 17) 67%);
}

@media (min-width: 400px) and (max-width: 991px) {
    .botoes-inscricao {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        /* padding: 40px 0 */
        text-align: center;
        position: relative;
        margin-bottom: 12rem;
    }

    .botoes-inscricao::before {
        background-color: #ffffff;
        bottom: 0;
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
    }

    .botoes-inscricao h3 {
        padding: 0 35px;
        font-size: 21px;
        font-weight: 800;
        line-height: 55px;
        position: relative;
        color: #838383;
        text-transform: uppercase;
        margin-bottom: 45px;
        margin-top: 0;
    }

    .botoes-inscricao a {
        background-color: #ffc527;
        padding: 12px 30px;
        display: inline-block;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        position: relative;
        margin-left: 4px;
        margin-right: 4px;
        letter-spacing: 0.52px;

        /* border: 2px solid #ffc527 */
        margin-bottom: 10px;
        border-radius: 22px;
        background-image: linear-gradient(193deg, rgb(132, 88, 218) 0%, rgb(94, 182, 254) 67%);
    }

    .botoes-inscricao a.contact-btn {
        background-color: transparent;
        border: 2px solid #ffffff;
    }

    .botoes-inscricao a:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #ffffff;
        background-image: linear-gradient(145deg, rgb(250, 111, 10) 30%, rgb(250, 160, 17) 67%);
    }
}

@media (min-width: 0px) and (max-width: 399px) {
    .botoes-inscricao {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        /* padding: 40px 0 */
        text-align: center;
        position: relative;
        margin-bottom: 8rem;
    }

    .botoes-inscricao::before {
        background-color: #ffffff;
        bottom: 0;
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
    }

    .botoes-inscricao h3 {
        padding: 0 35px;
        font-size: 21px;
        font-weight: 800;
        line-height: 55px;
        position: relative;
        color: #838383;
        text-transform: uppercase;
        margin-bottom: 45px;
        margin-top: 0;
    }

    .botoes-inscricao a {
        background-color: #ffc527;
        padding: 12px 30px;
        display: inline-block;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        position: relative;
        margin-left: 4px;
        margin-right: 4px;
        letter-spacing: 0.52px;

        /* border: 2px solid #ffc527 */
        margin-bottom: 10px;
        border-radius: 22px;
        background-image: linear-gradient(193deg, rgb(132, 88, 218) 0%, rgb(94, 182, 254) 67%);
    }

    .botoes-inscricao a.contact-btn {
        background-color: transparent;
        border: 2px solid #ffffff;
    }

    .botoes-inscricao a:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #ffffff;
        background-image: linear-gradient(145deg, rgb(250, 111, 10) 30%, rgb(250, 160, 17) 67%);
    }
}

/* == PAGINA MATERIAIS - CORPO == */
.materiais-corpo {
    padding: 45px 0px;
}

.materiais-corpo .inner {
    margin: 0 auto;
}

.materiais-corpo .card {
    border: none;
}

.materiais-corpo .inner .card img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.materiais-corpo .inner .card h2 {
    width: 100%;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4b4a4a;
}

.materiais-corpo .inner .card p {
    color: #5f5f5f;
    line-height: 23px;
    padding: 8px 0px;
}

.materiais-corpo .inner .card .comment-icon {
    display: block;

    /* margin-top: 2rem */
}

.materiais-corpo .inner .card .comment-icon span {
    color: #000;
}

.materiais-corpo .inner .card .comment-icon i {
    margin-right: 5px;
}

.materiais-corpo .inner .card .comment-icon a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    margin-right: 5px;
}

.materiais-corpo .inner .card .comment-icon a:hover {
    color: #000;
    background: linear-gradient(to right, #672FD2 33%, #37A5FF 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    cursor: pointer;
    margin-right: 5px;
    font-weight: bold;
}

.materiais-corpo .inner .card .btn-read {
    background-color: #f9b701;
    color: #000;
    border: transparent;
    padding: 8px 13px;
    font-weight: 600;
    cursor: pointer;
}

.materiais-corpo .inner .card .btn-read:hover {
    color: #fff;
    background-color: #000;
}

/* == PAGINA MATERIAIS - PRODUTOS */
.materiais-produtos {
    /* padding: 50px 0px */
}

.materiais-produtos img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 35px;
}

.materiais-produtos h2 {
    color: #4b4a4a;
    font-size: 21px;
    margin-top: 7px;
}

.materiais-produtos p {
    color: #232323;
    font-size: 15px;
}

.materiais-produtos .comment {
    display: block;
}

.materiais-produtos .comment span {
    overflow: hidden;
}

.materiais-produtos .comment a {
    color: #000000;
    text-decoration: none;
}

.materiais-produtos .comment i {
    color: #000000;
}

.materiais-produtos .btn-read {
    background-color: transparent;
    border: 2px solid #fecb16;
    padding: 6px 10px;
    font-weight: 600;
    border-radius: 2px;
    text-decoration: none;
    color: #000;
}

.materiais-produtos .btn-read a {
    text-decoration: none;
    color: #000;
}

.divider {
    margin-top: -230px;
    height: 450px;
    background-image: url('assets/img/onda2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
    mask-image: linear-gradient(to top, #ffffff 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, rgb(255, 255, 255) 70%, transparent 100%);
}

.divider img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('assets/img/onda2.png');
    height: 200px;
}

.gradient-background {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom right, #ff00cc, #333399);
    display: flex;
    justify-content: center;
    align-items: center;
}

.glass-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.glass-menu {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.rodape-fixado {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 1000;
}

