html {
    scroll-behavior: smooth;
}

.global-wrapper {
    overflow-x: hidden;
}

#not-found {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#not-found .not-found-text {
    font-family: 'Roboto';
    font-weight: 100;
    font-size:32px;
    color: rgba(0,0,0,0.6);
}

#not-found .not-found-link {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 26px;
    margin: 10px;
}

.estrutura-img {
    border-radius: 0;
}

.carousel-control-next-icon {
    background-image: url('../img/next-icon.svg') !important;
}

.carousel-control-prev-icon {
    background-image: url('../img/prev-icon.svg') !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    background: no-repeat 50%/100% 100%;
}

/* Estilos para dispositivos móveis pequenos*/
@media (max-width: 374px) {
    .estrutura-title {
        color: #287855;
        font-family: 'Poppins', sans-serif;
        font-size: 23px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .estrutura-description {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 300;
    }

    .section-compoem {
        background-color: #c9c9c9;
    }

    .compoem-title {
        color: #287855;
        font-family: 'Poppins', sans-serif;
        font-size: 23px;
        font-weight: 600;
    }

    .compoem-item {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: normal;
    }
}

/* Estilos para dispositivos móveis */
@media (min-width: 375px) and (max-width: 700px) {
    .estrutura-title {
        color: #287855;
        font-family: 'Poppins', sans-serif;
        font-size: 23px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .estrutura-description {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 300;
    }

    .section-compoem {
        background-color: #c9c9c9;
    }

    .compoem-title {
        color: #287855;
        font-family: 'Poppins', sans-serif;
        font-size: 23px;
        font-weight: 600;
    }

    .compoem-item {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: normal;
    }
}

/* Estilos para tablets */
@media (min-width : 701px) and (max-width : 1023px) {
    .estrutura-title {
        color: #287855;
        font-family: 'Poppins', sans-serif;
        font-size: 27px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .estrutura-description {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 300;
    }

    .section-compoem {
        background-color: #c9c9c9;
    }

    .compoem-title {
        color: #287855;
        font-family: 'Poppins', sans-serif;
        font-size: 27px;
        font-weight: 600;
    }

    .compoem-item {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: normal;
    }
}

/* Estilos para dispositivos Desktops e Laptops */
@media (min-width: 1024px) {
    .estrutura-title {
        color: #287855;
        font-family: 'Poppins', sans-serif;
        font-size: 27px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .estrutura-description {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 300;
    }

    .section-compoem {
        background-color: #c9c9c9;
    }

    .compoem-title {
        color: #287855;
        font-family: 'Poppins', sans-serif;
        font-size: 27px;
        font-weight: 600;
    }

    .compoem-item {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: normal;
    }
}