.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;
    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; 
    z-index: 0;
}


.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;
    }
  }


  .form-message {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 20px;
    font-size: .9rem;
    display: none;
    text-align: center;
  }

  .form-message--success {
    display: block;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
  }

  .form-message--error {
    display: block;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
  }


  .video-side {
    position: relative;
  }

  .video-side video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .video-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    border: 2px solid var(--light-grey);
    transition: all 0.3s ease;
    border-radius: 30px;
    cursor: pointer;
    opacity: 0.7;
  }

  .video-btn:hover {
    opacity: 0.5;
  }

  .video-side {
    position: relative;
  }

  .video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .video-modal.active {
    display: flex;
  }

  .video-modal-content {
    position: relative;
    max-width: 1200px;
    width: 90%;
  }

  .video-modal video {
    width: 100%;
    height: auto;
    max-height: 80vh;
    border-radius: 20px;
  }

  .video-close {
    position: fixed;
    top: 25px;
    right: 30px;
    font-size: 32px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    z-index: 10000;
  }


  .content-image {
    position: relative;
    display: inline-block;
  }


  .video-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 24px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    border: 2px solid var(--light-grey);
    border-radius: 30px;
    cursor: pointer;
    
    transition: all 0.3s ease;
    opacity: 0.9;
  }
  
  .video-btn:hover {
    opacity: 1;
  }