
h1, h2, h3, h4, h5, h6 p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}


img, .img {
    width:  100%;
}

.container {
    max-width: 1216px;
    margin: auto;
  }


/*Aqui, entram as imagens do carrossel*/
#carousel-item1 {
    background-image: url(https://i.imgur.com/PGayRXs.png);
}

#carousel-item2 {
    background-image: url(https://i.imgur.com/4ODdsIx.png);
}

#carousel-item3 {
    background-image: url(https://i.imgur.com/AhMlUSF.png);
}



.caption-black {
    color: black;
}

.tituloProd {
    color: black;
    text-align: left;
    width: 60%;
    margin-left: 5%;
    margin-top: 8%;
}

@media (max-width: 700px) {

   h1, h5, .featurette-heading  {
        font-size: 1em;
    }

    p  {
        font-size: 0.8em;
    }

    .tituloProd {
        margin-top: 0%;
    }
}



 






