html, body{
    margin: 0%;
    height: 100%;
    font-family: Lato, sans-serif;
    color: #1d0202;
}
.parallax1{
    position: relative;
    background-image: url("../img/fundo.jpg");
    height: 100%;
    opacity: 0.50;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.caption{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
}
.caption span.border{
    background-color: rgb(240, 182, 57);
    color: rgb(0, 0, 0);
    padding: 20px;
    font-size: 25px;
    letter-spacing: 10px;
}
.box1{
    background-color: white;
    text-align: justify;
    padding: 50px 50px;
}
.parallax2{
    position: relative;
    background-image: url("../img/quadrilha.webp");
    height: 100%;
    opacity: 0.25;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box2{
    background-color: white;
    text-align: justify;
    padding: 50px 50px;
}

.parallax1{
    position: relative;
    background-image: url("../img/fundo.jpg");
    height: 100%;
    opacity: 0.50;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}