/* styles.css
   Estilos base para la landing page Adeslas - NTT DATA
   Estructura inicial, sin responsive aún.
*/
:root {
  --White-Adeslas: #FFF;
  --Blue-Adeslas: #009DDD;
  --Navy-Adeslas: #00335B;
  --Pink-Adeslas: #FF0A85;
  --Light-Blue-Adeslas: #F3F7FF;
}

/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f6f8fb;
  color: #1a2a3a;
  line-height: 1.5;
}

h1 {
  color: var(--White-Adeslas);
  /* H1 Desktop */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.44px;
}

h3 {

  color: var(--White-Adeslas);
  /* H3 Desktop */
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}

p {
  font-family: "Be Vietnam Pro", sans-serif;
}

/* Header */
.header {
  display: flex;
  height: 184px;
  padding: 16px 150px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: var(--Blue-Adeslas);
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
}

.header__logo {
  height: 72px;
  margin-right: 20px;
}

.header__contacto {
  color: #FFF;
  text-align: right;

  /* Text Desktop */
  font-family: "Be Vietnam Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: -0.36px;
  text-decoration: none;
}

/* Hero */
.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: #0a4a7a;
  background-image: linear-gradient(90deg, rgba(10, 74, 122, 0.50) 60%, rgba(10, 74, 122, 0.7) 100%), url("../images/Adeslas_nttdata_header.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  flex-basis: auto;
  flex-shrink: 1;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: height 0.3s;
}

.hero__container {
  display: flex;
  width: 100%;
  padding: 100px 150px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  align-content: space-between;
  justify-content: space-between;
}

.hero__content {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  align-content: space-between;
}

.hero__left {
  display: flex;
  width: 60%;
  max-width: 856px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  max-width: 50%;
  gap: 24px;
}

.hero__subtitle {
  color: var(--White-Adeslas, #FFF);
  /* H3 Desktop */
  font-family: "Be Vietnam Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}

.hero__title {
  color: var(--White-Adeslas);
  /* H1 Desktop */
  font-family: "Be Vietnam Pro";
  width: 100%;
  max-width: 856px;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.44px;
}

.hero__desc {
  color: var(--White-Adeslas);
  font-family: "Be Vietnam Pro";
  width: 100%;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.44px;
}

.hero__desc strong {
  color: #fff;
  font-weight: 700;
}

.hero__offers {
  display: flex;
  margin-bottom: 22px;
  margin-top: 16px;
  width: 100%;
}

.hero__offer-box--blue {
  background: var(--Blue-Adeslas);
  color: #1ba7e1;
  border-radius: 12px 0 0 12px;
  padding: 18px 32px 16px 32px;
  text-align: left;
  width: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: start;
}

.hero__offer-box--blue .hero__offer-label {
  color: var(--White-Adeslas);
}

.hero__offer-box--blue .hero__offer-value {
  color: var(--White-Adeslas);
}

.hero__offer-box--blue .hero__offer-desc {
  color: var(--White-Adeslas);
}

.hero__offer-box {
  background: var(--White-Adeslas);
  color: #1ba7e1;
  border-radius: 0 12px 12px 0;
  padding: 18px 32px 16px 32px;
  text-align: center;
  width: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--Blue-Adeslas);
  text-align: left;

}

.hero__offer-value {
  color: var(--Blue-Adeslas);
  font-family: "Be Vietnam Pro";
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.3px;
  text-align: left;
}

.hero__offer-desc {
  color: var(--Blue-Adeslas);
  font-family: "Be Vietnam Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.44px;
  text-align: left;
}

.hero__badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  align-self: stretch;
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.hero__badges strong {
  font-weight: 700;
}

.hero__badge {
  display: flex;
  width: 100%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 38px;
  background: var(--Pink-Adeslas, #FF0A85);
}

.hero__note {
  color: var(--White-Adeslas, #FFF);
  text-align: center;
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 33px */
  text-transform: uppercase;
}

/* Formulario */
.hero__right {
  display: flex;
  align-items: center;
  width: 40%;
  gap: 4px;
}

.hero__right--content {
  display: flex;
  padding: 50px;
  flex-direction: column;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.50);
}

.form {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  gap: 24px;
  flex: 1 0 0;
}



.form__title {
  color: #1a2a3a;
  font-size: 1.15rem;
  margin-bottom: 18px;
  font-weight: 600;
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  letter-spacing: 0.2px;
}

.form__input {
  width: 100%;
  height: 60px;
  padding: 10px 16px;
  margin-bottom: 16px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  border: 1px solid #CCC;
  background: var(--W-Background, #FFF);
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: -0.36px;
}

.form__checkbox-label {
  display: flex;
  align-items: flex-start;
  font-size: 0.98rem;
  margin-bottom: 18px;
  color: #1a2a3a;
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.form__checkbox-label input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #009ddd;
  cursor: pointer;
}

.form__submit {
  width: 100%;
  background: #009ddd;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 14px 0;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}

.form__submit:hover {
  background: #0a4a7a;
}

/* Sorteo */
.sorteo {
  display: flex;
  width: 100%;
  padding: 100px 150px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: var(--White-Adeslas);
}

.sorteo__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
  padding: 0 16px;
  align-content: space-between;
}

.sorteo__info {
  display: flex;
  width: 663px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.sorteo__info h2 {
  color: var(--Navy-Adeslas);
  /* H2 Desktop */
  font-family: "Be Vietnam Pro";
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.92px;
}

.sorteo__info p {
  font-size: 1.1rem;
  margin-bottom: 18px;
}

.sorteo__btn {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 10px;
  border: 0px;
  border-radius: 8px;
  background: var(--Pink-Adeslas);
  color: #FFF;
  /* Text Desktop */
  font-family: "Be Vietnam Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  /* 166.667% */
  letter-spacing: -0.36px;
  text-decoration: none;
}

.sorteo__btn:hover {
  background: #c9005b;
}

.sorteo__image {
  display: flex;
  max-width: 857px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.sorteo__image img {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.sorteo__price {
  position: absolute;
  top: 10px;
  right: -30px;
  background: #1ba7e1;
  color: #fff;
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

/* Coberturas */
.coberturas {
  display: flex;
  padding: 120px 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.coberturas__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.coberturas__subtitle {
  color: var(--Pink-Adeslas);
  text-align: center;
  /* H3 Desktop */
  font-family: "Be Vietnam Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}

.coberturas__title {
  color: var(--Navy-Adeslas, #00335B);
  text-align: center;
  /* H2 Desktop */
  font-family: "Be Vietnam Pro";
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.92px;
}

.coberturas__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  align-self: stretch;
  gap: 30px;
  margin: 0 auto;
  align-items: start;
  grid-auto-rows: minmax(214px, auto);
}

.coberturas__item {
  display: flex;
  padding: 40px 30px 30px 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  background-color: var(--White-Adeslas);
}

.coberturas__item-title {
  color: var(--Navy-Adeslas, #00335B);
  text-align: center;
  /* Text Desktop Bold */
  font-family: "Be Vietnam Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;

}

.coberturas__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  object-fit: contain;
  margin-bottom: 14px;
}

.coberturas__desc {
  color: var(--Navy-Adeslas);
  text-align: center;
  /* Text Desktop */
  font-family: "Be Vietnam Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: -0.36px;
  margin-top: 24px;
}

/* Confianza */
.confianza {
  width: 100%;
  height: 480px;
  display: flex;
  padding: 140px 150px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  background: #0a4a7a;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("../images/adeslas_familia.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.confianza__content {
  display: flex;
  width: 850px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 850px;
  width: 850px;
}

.confianza__content--title {
  color: var(--Light-Blue-Adeslas);
  font-family: "Be Vietnam Pro";
  font-size: 46px;
  max-width: 850px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.92px;
}

.confianza__content--desc {
  color: var(--Light-Blue-Adeslas);
  /* Text Desktop */
  font-family: "Be Vietnam Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: -0.36px;
  padding-bottom: 46px;
}

.confianza__btn {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  background: var(--Pink-Adeslas);
  /* Text Desktop */
  color: var(--White-Adeslas);
  font-family: "Be Vietnam Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: -0.36px;
  text-decoration: none;
}

.confianza__btn:hover {
  background: #e50268;
}

/* Por qué elegir Adeslas */
.por-que-adeslas {
  background: #f6f8fb;
  padding: 120px 150px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.por-que-adeslas__subtitle {
  color: var(--Pink-Adeslas);
  /* H3 Desktop */
  font-family: "Be Vietnam Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}

.por-que-adeslas__grid {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 30px;
}

.por-que-adeslas__row1 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  gap: 30px;
}

.por-que-adeslas__row2 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-content: center;
  justify-content: space-between;
  gap: 30px;
}

.por-que-adeslas__row1__item {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 28px 18px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 24px;
}

.por-que-adeslas__row2__item {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 28px 18px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 24px;
}

.por-que-adeslas__row__item--title {
  color: var(--Navy-Adeslas, #00335B);
  text-align: center;

  /* Text Desktop Bold */
  font-family: "Be Vietnam Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}

.por-que-adeslas__row__item--desc {
  color: var(--Navy-Adeslas, #00335B);
  text-align: center;

  /* Text Desktop */
  font-family: "Be Vietnam Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: -0.36px;
}

.por-que-adeslas__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}

/* Footer */
.footer {
  display: flex;
  padding: 120px 150px 40px 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 200px;
  align-self: stretch;
  background: var(--Navy-Adeslas);
}

.footer__container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
  gap: 30px;
}

.footer__adeslas {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
}

.footer__agente {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px;
}

.footer__maca-logo {
  width: 179px;
  height: 45.636px;
  aspect-ratio: 179.00/45.64;
}

.footer__maca-text {
  font-size: 1rem;
  letter-spacing: 1px;
}

.footer__legals {
  display: flex;
  width: 100%;
  gap: 30px;
}

.footer__legals--text {
  color: var(--White-Adeslas);
  /* Paragraph/P3/Regular */
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-align: left;
  width: 100%;
}

.footer__divider {
  border-top: var(--White-Adeslas);
  margin: 30px 0 30px 0;
  width: 100%;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 18px;
}

.footer__copy {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
}

.footer__links {
  display: flex;
  gap: 24px;
  margin: 0;
}

.footer__links a {
  color: var(--White-Adeslas);
  /* Paragraph/P3/Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.32px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer__links a:hover {
  color: #b3e0f7;
}


@media (max-width: 700px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer__links {
    flex-wrap: wrap;
    gap: 12px;
  }

  .footer__copy {
    text-align: left;
    width: 100%;
  }
}

/* === Responsive: Tablets y móviles === */
@media (max-width: 1024px) {

  .header,
  .hero__container,
  .sorteo,
  .coberturas,
  .confianza,
  .por-que-adeslas,
  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero__container {
    padding: 60px 32px;
  }

  .sorteo {
    padding: 60px 32px;
  }

  .coberturas {
    padding: 60px 32px;
  }

  .confianza {
    padding: 60px 32px;
  }

  .por-que-adeslas {
    padding: 60px 32px;
  }

  .footer {
    padding: 60px 32px 20px 32px;
  }

  .header {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero__content {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  .hero__left {
    width: 100%;
    max-width: 100%;
    gap: 16px;
  }

  .hero__desc {
    width: 100%;
  }

  .hero__right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .confianza__content {
    width: 100%;
    max-width: 100%;
  }

  .coberturas__grid {
    grid-template-columns: 1fr 1fr;
  }

  .sorteo__container {
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 700px) {

  section,
  header,
  footer {
    padding: 32px;
  }

  h1,
  .hero__title {
    font-size: 35px;
    text-align: left;
  }

  h3,
  .hero__subtitle {
    font-size: 18px;
    text-align: left;
  }

  .header {
    flex-direction: row;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }

  .header__container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
  }

  .header__contacto__container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .header__contacto {
    font-size: 13px;
  }

  .header__logo {
    height: 29px;
    margin-right: 0;
  }

  .hero {
    min-height: 400px;
  }

  .hero__container {
    padding: 32px 8px;
  }

  .hero__content {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  .hero__left {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }

  .hero__desc {
    font-size: 15px;
    width: 100%;
  }

  .hero__note {
    font-size: 15px;
  }

  .hero__offers {
    flex-direction: column;
    gap: 0px;
  }

  .hero__offer-box {
    border-radius: 0 0 12px 12px;
  }

  .hero__offer-box--blue {
    border-radius: 12px 12px 0 0;
  }

  .hero__offer-box,
  .hero__offer-box--blue {
    width: 100%;
    padding: 16px;
    text-align: left;
  }

  .hero__offer-value {
    font-size: 36px;
  }

  .hero__offer-desc {
    font-size: 16px;
  }

  .hero__right {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .hero__right--content {
    padding: 24px 12px;
    gap: 12px;
  }

  .form__title {
    font-size: 18px;
  }

  .form {
    gap: 0;
  }

  .form__input {
    display: flex;
    padding: 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    font-size: 13px;
  }

  .form__checkbox-label {
    display: flex;
    flex-direction: row;
    font-size: 12px;
  }

  .form__submit {
    font-size: 1rem;
    padding: 10px 0;
  }

  .sorteo {}

  .sorteo__container {
    flex-direction: column;
    gap: 16px;
    padding: 0 4px;
  }

  .sorteo__info {
    width: 100%;
    gap: 12px;
  }

  .sorteo__info h2 {
    font-size: 30px;
  }

  .sorteo__info p {
    font-size: 13px;
  }

  .sorteo__btn {
    font-size: 12px;
    padding: 12px;
  }

  .sorteo__image {
    max-width: 100%;
  }

  .coberturas {
    gap: 24px;
  }

  .coberturas__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .coberturas__item {
    padding: 20px 8px;
    justify-content: center;
  }

  .coberturas__item-title {
    font-size: 15px;
  }



  .coberturas__title {
    font-size: 28px;
  }

  .coberturas__desc {
    font-size: 13px;
    line-height: 22px;
  }

  .confianza {
    height: auto;
  }

  .confianza__content {
    width: 100%;
    max-width: 100%;
    gap: 12px;
  }

  .confianza__content--title {
    font-size: 30px;
  }

  .confianza__content--desc {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 18px;
  }

  .confianza__btn {
    font-size: 13px;
    padding: 12px;
  }

  .por-que-adeslas {
    gap: 24px;
  }

  .por-que-adeslas__grid {
    gap: 16px;
  }

  .por-que-adeslas__row1,
  .por-que-adeslas__row2 {
    flex-direction: column;
    gap: 16px;
  }

  .por-que-adeslas__row1__item,
  .por-que-adeslas__row2__item {
    min-height: 180px;
    padding: 16px 8px;
  }

  .por-que-adeslas__row__item--title {
    font-size: 15px;
  }

  .por-que-adeslas__row__item--desc {
    font-size: 13px;
    line-height: 30px;
  }

  .footer {
    gap: 60px;
  }

  .footer__container {
    padding: 0 4px;
  }

  .footer__brand {
    gap: 22px;
  }

  .footer__adeslas {
    width: 117px;
    height: auto;
  }

  .footer__maca-logo {
    width: 80px;
    height: auto;
  }

  .footer__legals {
    flex-direction: column;
    gap: 8px;
  }

  .footer__copy {
    font-size: 10px;
  }

  .footer a {
    font-size: 10px;
    text-align: center;

  }

  .footer__legals--text {
    font-size: 10px;
    line-height: 15px;
  }
}
