.banner-newsletter {
    position: relative;
    height: 220px;
    background: url('../newsletter/modulo-60-banner-newsletter.webp') no-repeat center;
    background-size: cover;
    background-position: 50% 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-newsletter {
    opacity: 0;
    transition: opacity 1.2s ease;
}

.banner-newsletter.animate {
    opacity: 1;
}

@media (max-width: 1200px) {

    .banner-newsletter {
        height: 180px;
    }
}

@media (max-width: 768px) {

    .banner-newsletter {
        height: 80px;
    }

    .container-centered {
        padding: 0 10px;
    }
}


.content-grid p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon {
    width: 20px;
    height: 20px;
}

/*
.banner-newsletter-2 {
    position: relative;
    height: 100vh;
    background: url(../newsletter/modulo-60-visualizacao.gif) no-repeat center;
    background-size: cover;
    background-position: 50% 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}*/
.banner-newsletter-2 {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* vídeo como fundo */
.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;  /* garante que o vídeo preencha sem distorcer */
    z-index: 0;
}

/* conteúdo acima do vídeo */
.banner-title,
.sidebar-overlay {
    z-index: 1;
}

.contact-info-section {
    padding-top: 0;
}

.banner-roma-imperial {
    position: relative;
    height: 350px;
    background: url('../newsletter/modulo-60-st004-03.webp') no-repeat center;
    background-size: cover;
    background-position: 50% 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-roma-imperial {
    opacity: 0;
    transition: opacity 1.2s ease;
}

.banner-roma-imperial .animate {
    opacity: 1;
}

.banner-doors-polyrey,
.banner-doors-match,
.banner-doors-innovus,
.banner-roma-imperial h1 {
    color: white;
}

.banner-doors-polyrey p {
    color: white;
    font-size: 14px;
}

.banner-doors-match p {
    color: white;
    font-size: 14px;
}

.banner-doors-innovus p {
    color: white;
    font-size: 14px;
}

.banner-roma-imperial p {
    color: white;
    font-size: 14px;
}

@media (max-width: 1280px) {
    .section-green-grid .icon {
      display: none;
    }

    .content-grid p {
        display: block;
    }
  }