.projetos {
    margin-left: 12%;
    margin-bottom: 2%;
}


.fundo_carrossel {
    background: linear-gradient(141.51deg, rgba(35, 33, 44, 0.44) 0%, rgba(28, 27, 34, 0.8) 100%);
    border-radius: 0.6rem;
    padding: 1rem;
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#main-carousel {
    margin-top: 0.1%;
    width: 86%;
    height: auto;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#thumbnail-carousel {
    width: 100%;
}

.splide__slide {
    opacity: 0.6;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


.splide__slide.is-active {
    opacity: 1;
}

.thumbnails {
    width: 76%;
    display: flex;
    margin: 0rem auto 0;
    padding-top: 0.5rem;
    justify-content: center;
    align-items: center;
}


.thumbnail {
    width: 6rem;
    height: auto;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
}


.thumbnail img {
    width: 100%;
    height: auto;
}

.splide__arrow svg {
    fill: #ffffff !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.splide__arrow {
    background: #070707c8 !important;
    border-radius: 50%;
    width: 2.2rem !important;
    height: 2.2rem !important;
}


.type__web {
    font-weight: 700;
    font-size: 16px;
    color: black;
    background-color: #A2D9A8;
    padding: 8px 20px;
    border: solid #6B9369 3px;
    box-shadow: rgba(0, 0, 0, 0.274) 3px 4px 10px 0px;
    border-radius: 10px;
    transition: 429ms;
    transform: translateY(0);
    display: flex;
    align-items: center;
    cursor: pointer !important;
    margin: 0.5rem;
}

.botao__sites {
    position: absolute;
    display: flex;
    text-align: center;
    margin-bottom: 1.4rem;
}

.type__web:hover {
    transition: 429ms;
    padding: 8px 20px;
    transform: translateY(-0px);
    background-color: #6B9369;
    color: #ebdfe3;
    border: solid 3px #A2D9A8;
}


.comentario {
    top: 1.5rem;
    position: absolute;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.comentario:hover .caixa-texto {
    display: block;
}

.caixa-texto {
    line-height: 1.2rem;
    display: none;
    position: absolute;
    top: 3.5rem;
    right: -110px;
    padding: 10px;
    width: 300px;
    font-weight: 400;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.pulse {
    animation: pulse 0.9s infinite;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.background_image_car {
    border-radius: 10px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -webkit-filter: brightness(100%);
    }

    100% {
        -webkit-transform: scale(1.12);
        -webkit-filter: brightness(130%);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        filter: brightness(100%);
    }

    100% {
        transform: scale(1.12);
        filter: brightness(130%);
    }
}



@media only screen and (max-width: 750px) and (min-width: 0px) {
    .thumbnails {
        display: none;
    }

    .projetos {
        margin-top: 2%;
        margin-left: 6% !important;
        margin-bottom: 4rem !important;
    }

    .fundo_carrossel {
        margin-left: -4%;
        max-height: 9rem;
        width: 90% !important;
        background: none;
        margin-bottom: 1% !important;
    }

    #main-carousel {
        width: 95% !important;
    }

    .idioma {
        padding-bottom: -1.2rem !important;
    }

    .botao__sites {
        margin-right: 0.1rem;
        margin-bottom: 0.1rem;
        align-items: end;
        justify-content: end;
    }

    .type__web {
        font-weight: 600;
        font-size: 14px;
        padding: 5px 14px;
        margin: 0.1rem;
        border: 0;
    }

    .type__web:hover {
        font-weight: 600;
        font-size: 14px;
        padding: 5px 14px;
        border: 0;
    }

    .splide__slide {
        opacity: 0.6;
        display: flex;
        justify-content: end;
        align-items: flex-end;
    }

    .comentario {
        display: none;
    }
}


@media only screen and (max-width: 850px) and (min-width: 700px) {

    .thumbnails {
        display: none;
    }

    .fundo_carrossel {
        margin-left: 8%;
        background: none;
    }

    .projetos {
        margin-left: 8% !important;
        margin-bottom: 2rem !important;
    }

    #main-carousel {
        margin-top: 0.1%;
        width: 100% !important;
        height: 50%;
    }

    .idioma {
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width: 1380px) and (min-width: 850px) {
    .projetos {
        margin-left: 8% !important;
        margin-bottom: -1rem !important;
    }
}


@media screen and (max-width: 1400px) {
    .thumbnails {
        display: none;
    }

    .fundo_carrossel {
        margin-left: -6%;
        width: 100% !important;
        height: 50%;
        display: flex;
        flex-wrap: wrap;
        background: none;
    }

    .projetos {
        margin-left: 12%;
        margin-bottom: 1%;
    }

    #main-carousel {
        margin-top: 0.1%;
        width: 90%;
        height: 50%;
    }

    .idioma {
        padding-bottom: 3.4rem;
    }
}