.fundoVermelho {
    background: #ba0505;
    align-items: center; 
}

.fundoVermelhoTextos h1 {
    font-weight: 700;
    font-family: 'League Spartan', sans-serif;
    color: #fff;
}

.fundoVermelhoTextos p {
    font-weight: 300;
    font-family: 'League Spartan', sans-serif;
    color: #fff;
}

.fundoVermelhoTextos {
    text-align: center;
}



.logotipo {
    width: 100%;
    height: auto;
}

.containerOQueEhAmostra {
    padding: 5rem 10rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.OQueEhAmostraTextos p {
    font-family: 'Poppins', sans-serif;
}

.carouselContainer {
    padding: 5rem 15rem;
}

.fotoAmostra {
    border-radius: 1rem;
    width: 100%;
}

