.section-intro {

    padding: 0rem;
    text-align: center;
}

.section-intro h1 {
    font-size: 3rem;
    margin-bottom: 1.25rem;
}

.section-intro p {
    font-size: 1.125rem;
}

.section-imagens {

    padding: 2.5rem 0;
    text-align: center;
}

.imagem {
    margin-bottom: 1.25rem;
}




.benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefit {
    padding: 1.25rem;
    text-align: center;
    width: calc(33.33% - 1.25rem);
    margin-bottom: 1.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    transition: ease 0.3s;
}



.benefit:hover {
    transform: translateY(-0.3125rem);
}

.benefit h3 {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
}

.benefit p {
    font-size: 1rem;
}

p.red {
    color: red;
}

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.4s;
}

.modal:target {
    visibility: visible;
    opacity: 1;
}

.modal_item {
    border-radius: 0.25rem;
    position: relative;
    width: 50%;
    background: #fff;
    padding: 1.5em;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}

.modal_item div .back {
    display: flex;
    align-items: center;
    justify-content: center;
}

* div .modal_item div h3 {
    margin-top: 0.9375rem;
}

* div .modal_item div p:last-child {
    margin: 1.5625rem 0rem !important;
}

.modal_item h3 {
    margin-top: 0;
    font-size: 1.5rem;
}

.modal_item p {
    text-align: justify;
}


.back {
    color: #585858;
    font-size: 1.125rem;
    text-align: center;
    background-color: #87CEEB;
    border-radius: 0.1875rem;
    transition: background-color 0.3s;
    padding: 5% 45%;
}

.close {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    color: black;
    text-decoration: none;
    font-size: 1.125rem;
}

.back:hover {
    background-color: #6faec7;
}

.close:hover {
    color: #ff0000;
}


.modal_content {
    margin-top: 1.5em;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #555;
}

.footer-btn-back {
    width: 9.375rem;
    padding: 0.625rem;
    text-decoration: none;
    background-color: #cfcca8;
    color: #000;
    border-radius: 0.1875rem;
    text-align: center;
    margin-top: 2em;
    font-weight: bold;
    transition: background-color 0.3s;
}

.footer-btn-back:hover {
    background-color: #b0ad85;
}




.benefit:after,
.benefit:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: ease 0.5s;
    pointer-events: none;
}

.benefit:before {
    border-left: 0.0625rem solid black;
    border-right: 0.0625rem solid black;
    transform: scaleY(0);
}

.benefit:after {
    border-top: 0.0625rem solid black;
    border-bottom: 0.0625rem solid black;
    transform: scaleX(0);
}

.benefit:hover:before {
    transform: scaleY(1);
}

.benefit:hover:after {
    transform: scaleX(1);
}

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

div.container h2 {
    margin-bottom: 1.25rem;
}

.divTransition {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.container1 h1.textTransition {
    color: #BB86FC;
    position: relative;
    text-transform: uppercase;
    -webkit-text-stroke: 0.3vw rgb(255, 202, 202);
    display: inline-block;
}

div.container1 h1.textTransition::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.1875rem;
    width: 101%;
    height: 0.625rem;
    background-color: #d7c1f7;
}

div.container1 h1.textTransition::before {
    text-align: left;
    top: -34;
    left: 0;
    width: 0;
    height: 100%;
    color: #6A0DAD;
    overflow: hidden;
    position: absolute;
    content: attr(data-text);
    border-right: 0.125rem solid #BB86FC;
    padding-bottom: -0.625rem;
    -webkit-text-stroke: 0vw rgb(255, 202, 202);
    animation: animate 6s linear infinite;
}

@media screen and (max-width: 25rem) {
    div.container1 h1.textTransition {
        font-size: 5vw;
    }

    div.container1 h1.textTransition::after {
        bottom: -0.4375rem;
    }

}

@media screen and (max-width: 17.5rem) {
    div.container1 h1.textTransition {
        font-size: 6vw;
    }

    div.container1 h1.textTransition::after {
        bottom: -0.375rem;
    }

}

@media screen and (max-width: 15.625rem) {
    div.container1 h1.textTransition {
        font-size: 6vw;
    }

    div.container1 h1.textTransition::after {
        bottom: -0.4375rem;
    }

}



@keyframes animate {

    0%,
    10%,
    100% {
        width: 0;
    }

    70%,
    90% {
        width: 100%;
    }
}


@media screen and (max-width: 34.375rem) {
    body.dark-mode .sink {
        width: 80% !important;
    }

}

@media (max-width: 61.5625rem) {
    body main.dark-mode.responsiveMain {
        height: 80vh;
        align-items: center;
        display: flex;
        min-height: 62.5rem;
    }
}

@media (max-width: 15rem) {
    body main.dark-mode.responsiveMain {
        min-height: 87.5rem !important;
    }
}