/* =========================
   NEWSLETTER PROTECTIVA
========================= */

.protectiva-newsletter-wrap {
  position: relative;
  padding: 85px 0 70px;
  background: linear-gradient(180deg, #fbfbfc 0%, #f3f5f8 100%);
  overflow: hidden;
}

.protectiva-newsletter {
  position: relative;
  z-index: 2;
  padding: 46px 42px;
  border-radius: 34px;
  background: rgba(255,255,255,0.82) !important;
  border: 1px solid rgba(47,51,58,0.07);
  box-shadow: 0 22px 55px rgba(15,23,42,0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
}

.protectiva-newsletter-shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.protectiva-newsletter-shape.shape-left {
  left: -120px;
  top: -40px;
  width: 280px;
  height: 280px;
  border-radius: 80px;
  transform: rotate(18deg);
  background: linear-gradient(180deg, rgba(232,41,49,0.05), rgba(64,68,75,0.02));
}

.protectiva-newsletter-shape.shape-right {
  right: -110px;
  bottom: -30px;
  width: 340px;
  height: 220px;
  border-radius: 120px;
  transform: rotate(-14deg);
  background: linear-gradient(180deg, rgba(64,68,75,0.03), rgba(232,41,49,0.05));
}

.protectiva-newsletter-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.protectiva-newsletter-content h3 {
  margin: 0 0 14px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
  color: #2f333a;
}

.protectiva-newsletter-content p {
  margin: 0;
  max-width: 540px;
  font-size: 17px;
  line-height: 1.75;
  color: #616773;
}

.protectiva-newsletter-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(232,41,49,0.08);
  color: #b71f28;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.protectiva-newsletter-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.protectiva-newsletter-social a {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(47,51,58,0.08);
  color: #2f333a;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(15,23,42,0.06);
  transition: all .25s ease;
}

.protectiva-newsletter-social a:hover {
  transform: translateY(-2px);
  background: #e82931;
  border-color: #e82931;
  color: #fff;
  box-shadow: 0 16px 32px rgba(232,41,49,0.22);
}

.protectiva-newsletter-form-side {
  position: relative;
  z-index: 2;
}

.protectiva-newsletter-form-box {
  padding: 12px 0 0 18px;
}

.protectiva-newsletter-inputs .form-control {
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(47,51,58,0.10);
  background: rgba(255,255,255,0.94);
  box-shadow: none;
  font-size: 15px;
  color: #2f333a;
  padding: 0 18px;
  transition: all .25s ease;
}

.protectiva-newsletter-inputs .form-control:focus {
  border-color: rgba(232,41,49,0.18);
  box-shadow: 0 0 0 4px rgba(232,41,49,0.08);
}

.protectiva-newsletter-inputs .input-group {
  display: flex;
  width: 100%;
}

.protectiva-newsletter-inputs .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.protectiva-newsletter-inputs .input-group-btn {
  width: auto;
}

.protectiva-newsletter-inputs .input-group-btn .btn {
  height: 56px;
  padding: 0 26px;
  border: 0;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(135deg, #e82931 0%, #ff4b55 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: none;
  transition: all .25s ease;
}

.protectiva-newsletter-inputs .input-group-btn .btn:hover {
  background: linear-gradient(135deg, #d51f28 0%, #f33b45 100%);
}

.protectiva-newsletter .notify {
  margin-top: 12px;
}

.protectiva-newsletter .text-danger,
.protectiva-newsletter .text-success {
  position: relative;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  border: 1px solid transparent;
}

.protectiva-newsletter .text-danger {
  background: rgba(232,41,49,0.08);
  color: #b71f28;
  border-color: rgba(232,41,49,0.12);
}

.protectiva-newsletter .text-success {
  background: rgba(35,186,104,0.10);
  color: #11804a;
  border-color: rgba(35,186,104,0.14);
}

.protectiva-newsletter .close {
  background: transparent;
  border: 0;
  color: inherit;
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
  opacity: .85;
}

/* responsivo */
@media (max-width: 1199px) {
  .protectiva-newsletter-content h3 {
    font-size: 38px;
  }
}

@media (max-width: 768px) {

  .protectiva-newsletter {
    margin: 0 14px !important;
    padding: 28px 20px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  .protectiva-newsletter-row {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .protectiva-newsletter-content,
  .protectiva-newsletter-form-side {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
  }

  .protectiva-newsletter-content {
    margin-bottom: 24px !important;
  }

  .protectiva-newsletter-content h3 {
    font-size: 30px !important;
    line-height: 1.12 !important;
    max-width: 100% !important;
  }

  .protectiva-newsletter-content p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    max-width: 100% !important;
  }

  .protectiva-newsletter-form-box,
  .protectiva-newsletter-inputs {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .protectiva-newsletter-inputs .name-field,
  .protectiva-newsletter-inputs .email-field {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 0 12px 0 !important;
  }

  .protectiva-newsletter-inputs .input-group {
    width: 100% !important;
    display: block !important;
  }

  .protectiva-newsletter-inputs input.form-control {
    width: 100% !important;
    max-width: 100% !important;
    height: 52px !important;
    display: block !important;
    border-radius: 18px !important;
    margin: 0 0 12px 0 !important;
    box-sizing: border-box !important;
  }

  .protectiva-newsletter-inputs .input-group-btn {
    width: 100% !important;
    display: block !important;
  }

  .protectiva-newsletter-inputs .input-group-btn .btn {
    width: 100% !important;
    height: 52px !important;
    display: block !important;
    border-radius: 18px !important;
    margin: 0 !important;
  }
}