.section {
    padding: 2.5rem 0;
    border-bottom: 0.0625rem solid #ccc;
}

.section:last-child {
    border-bottom: none;
}


.section p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
}


.header .mobile-btn:checked~* span.hamburguer::after {
    background-color: #888888 !important;
}

.parallax-inner {
    position: relative;
    height: 18.75rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
    background-color: red;
}

.animation-text h1 {
    font-weight: bold;
    text-align: center;
    animation: glowAndColorChange 2s linear infinite alternate;
}

@keyframes glowAndColorChange {
    0% {
        text-shadow: 0 0 1.25rem rgba(255, 0, 0, 1);
        color: rgb(194, 0, 0);
    }

    50% {
        text-shadow: 0 0 1.5625rem rgba(255, 165, 0, 1);
        color: rgb(194, 126, 0);
    }

    100% {
        text-shadow: 0 0 1.25rem rgb(77, 151, 101);
        ;
        color: rgb(59, 114, 77);
    }
}

.parallax1 {
    background-image: url('../imagens/foto10.JPG');
    background-color: red;
}

.parallax2 {
    background-image: url('../imagens/foto11.JPG');
}

.parallax3 {
    background-image: url('../imagens/foto9.JPG');
}

.parallax4 {
    background-image: url('../imagens/foto12.JPG');
}

.parallax-inner p {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.25rem;
    max-width: 37.5rem;
    margin: 0 auto;
}