.contactos-sec-1 { background: rgb(224, 224, 224); }
.contactos-sec-2 { background: var(--section9-color); }
.contactos-sec-1 .showRight-animate { background: rgb(224, 224, 224); }
.contactos-sec-2 .showRight-animate { background: var(--section9-color); }

.contactos-sec-1 .title-divider { margin-bottom: 10px !important; }

.contactos-container {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.contactos-section-img-container {
    width: 100%;
    overflow: hidden;
}
.contactos-section-img {
    width: 100%;
    height: auto;
}

/* CONTACTOS-SECTION-1 */
.contactos-sec-1 .main-title { transform: scale(0); transform: translateY(-100%); }
.contactos-sec-1.show-animate .main-title { transform: scale(1); transform: translateY(0); }

.contactos-sec-1 .showRight-animate {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 120%;
    transition: 1.5s;
}

.contactos-sec-1.show-animate .showRight-animate {
    width: 0;
}
.contactos-sec-1.show-animate .contactos-section-parag1 .showRight-animate { transition-delay: 1s; }
.contactos-sec-1.show-animate .contactos-section-parag2 .showRight-animate { transition-delay: 2.5s; }
/* .contactos-sec-1.show-animate .contactos-sec-1-caption .showRight-animate { transition-delay: 5s; } */

.contactos-sec-1 .section-img { transform: scale(0); transition: 1.2s; }
.contactos-sec-1.show-animate .section-img { transform: scale(1); transition-delay: 3.5s; }
/* END CONTACTOS-SECTION-1 */

/* CONTACTOS-SECTION-2 */
.contactos-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
}

.telefones, .email, .horario {
    min-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 10px; */
}
.contactos-sec-telefones-title, .contactos-sec-email-title, .contactos-sec-horario-title { margin-bottom: 10px; }

.contactos-sec-2.show-animate .contactos-sec-telefones-title .showRight-animate { transition-delay: 1s; }
.contactos-sec-2.show-animate .contactos-sec-telefones-parag1 .showRight-animate { transition-delay: 1.8s; }
.contactos-sec-2.show-animate .contactos-sec-telefones-parag2 .showRight-animate { transition-delay: 2.6s; }

.contactos-sec-2.show-animate .contactos-sec-email-title .showRight-animate { transition-delay: 3.4s; }
.contactos-sec-2.show-animate .contactos-sec-email-parag1 .showRight-animate { transition-delay: 4.2s; }

.contactos-sec-2.show-animate .contactos-sec-horario-title .showRight-animate { transition-delay: 5s; }
.contactos-sec-2.show-animate .contactos-sec-horario-parag1 .showRight-animate { transition-delay: 5.8s; }
.contactos-sec-2.show-animate .contactos-sec-horario-parag2 .showRight-animate { transition-delay: 6.6s; }
.contactos-sec-2.show-animate .contactos-sec-horario-parag3 .showRight-animate { transition-delay: 7.2s; }
/* END CONTACTOS-SECTION-2 */

@media screen and (max-width: 800px) {
    .contactos-grid {
        flex-direction: column;
        align-items: flex-center;
        gap: 40px;
    }
}