.img-60anos {
    width: 25%;
    margin-bottom: 10%;
}

.title-60anos-slider {
    color: #005c27;
    font-size: 4.5em;
    padding-top: 0;
    font-family: allura;
    font-style: normal;
    margin-bottom: 5%;
}

.title-60anos {
    font-size: 4.0em;
    margin-top: 5%;
}

.text {
    font-size: 14pt;
}

.img-left,
.img-right {
    width: 80%;
}

.text-final {
    font-size: 2.0em;
    font-family: Allura;
    font-style: normal
}

.bg {
    /* The image used */
    background-image: url(../img/60anos/fundo-60-anos.jpg);
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h3 {
    font-family: Allura;
    font-style: normal;
    color: green;
    font-size: 4.0em;
}

.interior-regulamento {
    padding: 20px;
}

.regulamento {
    margin-top: 5%;
}

ul {
    list-style-type: none;
}

@media screen and (max-width: 1260px) {
    .title-60anos-slider {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 982px) {
    .title-60anos-slider {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 788px) {
    .title-60anos-slider {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 706px) {
    .title-60anos-slider,
    .title-regulamento {
        font-size: 2.5em;
        margin-bottom: 0;
    }
    .img-60anos {
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 597px) {
    .title-60anos-slider {
        font-size: 2em;
    }
    .title-60anos {
        font-size: 2.8em;
    }
    .img-60anos {
        margin-bottom: 6%;
    }
}

@media screen and (max-width: 517px) {
    .title-60anos-slider {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 499px) {
    .title-participe {
        font-size: 3em;
    }
}

@media screen and (max-width: 410px) {
    .img-60anos {
        margin-bottom: -3%;
    }
}