@charset "UTF-8";
.lp-servicio-domicilio h1 {
  color: #181818;
  font-family: Signika;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.lp-servicio-domicilio h2 {
  color: #181818;
  text-align: center;
  font-family: Signika;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-servicio-domicilio h3 {
  color: #181818;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-servicio-domicilio p {
  color: #6F6E6E;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.lp-servicio-domicilio span {
  color: #181818;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-servicio-domicilio .mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .lp-servicio-domicilio h1 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .lp-servicio-domicilio h2 {
    font-size: 32px;
  }
}
.grupo-cta {
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.relleno {
  border-radius: 9999px;
  background: #FFB435;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.relleno a,
.relleno a:visited {
  color: #313131;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.relleno a span,
.relleno a:visited span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sin-relleno {
  border-radius: 9999px;
  border: 1px solid #FFB435;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.sin-relleno a,
.sin-relleno a:visited {
  color: #313131;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sin-relleno a span,
.sin-relleno a:visited span {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .grupo-cta {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.section-hero {
  margin-bottom: 48px;
}
.section-hero p {
  font-size: 24px;
}
.section-hero .row-breadcrumbs {
  display: flex;
  align-items: center;
}
.section-hero .container.breadcrumbs {
  padding-top: 56px;
  padding-left: 0;
}
.section-hero #breadcrumbs a,
.section-hero #breadcrumbs a:visited {
  color: #6F6E6E !important;
  font-family: Lato !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.section-hero #breadcrumbs .breadcrumb_last {
  color: #64232B !important;
  font-family: Lato !important;
  font-size: 16px;
  font-style: normal !important;
  font-weight: 500;
  line-height: 26px;
}
.section-hero .content {
  border-top: 1px solid #64232B;
  border-bottom: 1px solid #64232B;
}
.section-hero .content p:last-child {
  margin-bottom: 56px;
}
.section-hero .imagen {
  height: 640px;
}
.section-hero .imagen img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}

@media (max-width: 991px) {
  .section-hero p {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .section-hero .row-breadcrumbs {
    flex-direction: column;
  }
  .section-hero .row-breadcrumbs .breadcrumbs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .section-hero .content {
    border-top: unset;
    border-bottom: unset;
  }
  .section-hero .mb-40 {
    margin-bottom: 24px;
  }
  .section-hero #cta-hero-2 {
    margin-bottom: 0;
  }
  .section-hero .col-imagen {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.Section-titulo-descripcion {
  margin-top: 48px;
  margin-bottom: 40px;
}
.Section-titulo-descripcion h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.Section-titulo-descripcion .j-left {
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
.Section-titulo-descripcion .j-center {
  text-align: center;
  display: flex;
  justify-content: center;
}
.Section-titulo-descripcion .j-right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.Section-titulo-descripcion .titulo h1,
.Section-titulo-descripcion .titulo h2,
.Section-titulo-descripcion .titulo h3,
.Section-titulo-descripcion .titulo h4,
.Section-titulo-descripcion .titulo h5,
.Section-titulo-descripcion .titulo span,
.Section-titulo-descripcion .descripcion p {
  max-width: 790px;
}

@media (max-width: 991px) {
  .Section-titulo-descripcion .row-titulo-descripcion {
    padding-left: 15px;
    padding-right: 15px;
  }
  .Section-titulo-descripcion .titulo {
    margin-bottom: 12px;
  }
}
.section-bloques-textos {
  margin-top: 40px;
  margin-bottom: 48px;
}
.section-bloques-textos p {
  font-size: 16px;
}
.section-bloques-textos .row-bloques-textos {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-bloques-textos .bloques,
.section-bloques-textos .titulo {
  max-width: 560px;
}
.section-bloques-textos .bloque {
  display: flex;
  column-gap: 8px;
}
.section-bloques-textos .bloque .icono {
  display: flex;
  padding: 10px;
  height: fit-content;
  min-height: 40px;
  min-width: 40px;
  align-items: center;
  border-radius: 61.875px;
  background: #F7CACE;
}
.section-bloques-textos .bloque .icono img {
  width: 20px;
  height: 20px;
}

@media (max-width: 991px) {
  .section-bloques-textos {
    margin-bottom: 32px;
  }
  .section-bloques-textos p {
    font-size: 14px;
  }
  .section-bloques-textos .row-bloques-textos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-entregas {
  padding-top: 48px;
  padding-bottom: 48px;
  /* Para ocultar el listado original mientras se muestran resultados */
  /* cuando hay botón limpiar, el wrapper pasa a layout en fila */
  /* 75% input, 25% botón */
  /* si quieres que el botón tenga misma altura que el input sin fijar alturas: */
}
.section-entregas h2,
.section-entregas h3,
.section-entregas h4,
.section-entregas h5 {
  margin: 0;
}
.section-entregas .row-titulo {
  display: flex;
  justify-content: center;
}
.section-entregas .row-titulo .titulo {
  margin-bottom: 40px;
}
.section-entregas .row-buscador {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.section-entregas .row-buscador .div-buscador {
  max-width: 500px;
  border-radius: 8px;
  border: 1px solid #B4898D;
  background: #FFF;
  box-shadow: 0 4px 15px 0 rgba(96, 96, 96, 0.12);
  padding: 24px;
}
.section-entregas .row-buscador .div-buscador .titulo-buscador,
.section-entregas .row-buscador .div-buscador .descripcion {
  text-align: center;
}
.section-entregas .row-buscador .div-buscador .titulo-buscador {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.section-entregas .row-buscador .div-buscador .titulo-buscador span {
  color: #000;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-entregas .row-buscador .div-buscador .titulo-buscador .img-search {
  margin-right: 8px;
}
.section-entregas .row-buscador .div-buscador .descripcion p {
  font-size: 14px;
}
.section-entregas .row-buscador .div-buscador .search-cp {
  position: relative;
}
.section-entregas .row-buscador .div-buscador .search-cp .img-search {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.section-entregas .row-buscador .div-buscador .search-cp .img-search img {
  width: 14px;
  height: 14px;
}
.section-entregas .row-buscador .div-buscador .search-cp input {
  padding: 8px 14px 8px 40px;
  border-radius: 8px;
  border: 1px solid #B4898D;
  background: #F5F5F5;
  width: 100%;
}
.section-entregas .row-buscador .div-buscador .search-cp input::placeholder {
  overflow: hidden;
  color: #6F6E6E;
  text-overflow: ellipsis;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.08px;
}
.section-entregas .row-zonas {
  display: flex;
  justify-content: center;
}
.section-entregas .row-zonas h2 {
  color: #000;
  font-family: Lato;
  font-size: 20px;
}
.section-entregas .row-zonas .content-zonas {
  max-width: 1155px;
}
.section-entregas .row-zonas .bloques-codigos-postales {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.section-entregas .row-zonas .bloques-codigos-postales .bloque {
  width: calc(50% - 8px);
  border-radius: 8px;
  border: 1px solid #B9F8CF;
  background: #F0FDF4;
  padding: 16px;
}
.section-entregas .row-zonas .bloques-codigos-postales .bloque .header-bloque {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.section-entregas .row-zonas .bloques-codigos-postales .bloque .content-bloque {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
.section-entregas .row-zonas .bloques-codigos-postales .bloque .content-bloque .cp {
  width: fit-content;
  border-radius: 8px;
  background: #00A63E;
  padding: 4px 10px;
}
.section-entregas .row-zonas .bloques-codigos-postales .bloque .content-bloque .cp span {
  color: #FFF;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-entregas .row-zonas .col-izq .bloque-col-izq {
  padding: 24px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  margin-bottom: 8px;
}
.section-entregas .row-zonas .col-izq .bloque-col-izq .header-col-izq {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.section-entregas .row-zonas .col-izq .bloque-col-izq .header-col-izq p {
  font-size: 14px;
}
.section-entregas .row-zonas .col-izq .bloque-col-izq .pie-columna {
  border-radius: 8px;
  background: #F5F5F5;
  width: 100%;
  margin-top: 32px;
  padding: 16px;
}
.section-entregas .row-zonas .col-izq .bloque-col-izq .pie-columna p {
  color: #64232B;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-entregas .row-zonas .col-izq .bloque-col-izq .pie-columna p strong {
  font-weight: 700;
}
.section-entregas .row-zonas .col-izq .bloque-col-izq .pie-columna p:last-child {
  margin-bottom: 0;
}
.section-entregas .row-zonas .col-der .bloque-col-der {
  margin-bottom: 8px;
}
.section-entregas .row-zonas .col-der .bloque-col-der .bloque-superior {
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  padding: 24px;
  margin-bottom: 24px;
}
.section-entregas .row-zonas .col-der .bloque-col-der .header-col-der {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.section-entregas .row-zonas .col-der .bloque-col-der .header-col-der p {
  font-size: 14px;
}
.section-entregas .row-zonas .col-der .bloque-col-der .bloque {
  width: 100%;
}
.section-entregas .row-zonas .col-der .bloque-col-der .pie-columna {
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  padding: 24px;
}
.section-entregas .row-zonas .col-der .bloque-col-der .pie-columna .header-pie {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}
.section-entregas .row-zonas .col-der .bloque-col-der .pie-columna .header-pie span {
  color: #000;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-entregas .row-zonas .col-der .bloque-col-der .pie-columna .descripcion-bloque {
  padding: 8px;
  border-radius: 8px;
  background: #EFF6FF;
  margin-bottom: 32px;
}
.section-entregas .row-zonas .col-der .bloque-col-der .pie-columna .descripcion-bloque p {
  color: #193CB8;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.section-entregas .row-zonas .col-der .bloque-col-der .pie-columna .cta {
  width: 100%;
}
.section-entregas .row-zonas .col-der .bloque-col-der .pie-columna .cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: var(--Radius-System-rounded-full, 9999px);
  background: #9B3744;
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.section-entregas #result-content-zonas {
  display: none;
  width: 100%;
  max-width: 800px;
  padding: 24px;
  border-radius: 8px;
  background: #F5F5F5;
}
.section-entregas #result-content-zonas .header-resultado {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.section-entregas #result-content-zonas .header-resultado .texto {
  display: flex;
  align-items: center;
}
.section-entregas #result-content-zonas .header-resultado .texto span {
  color: #000;
  font-weight: 400;
}
.section-entregas #result-content-zonas #content-result-search {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.section-entregas #result-content-zonas #content-result-search .resultado-bloque {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #B9F8CF;
  background: #F0FDF4;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 16px;
}
.section-entregas #result-content-zonas #content-result-search .resultado-bloque .resultado-cp {
  display: flex;
  align-items: center;
}
.section-entregas #result-content-zonas #content-result-search .resultado-bloque .resultado-cp span {
  border-radius: 8px;
  background: #00A63E;
  padding: 8px 16px;
  color: #FFF;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-entregas #result-content-zonas #content-result-search .resultado-bloque .textos-bloque {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.section-entregas #result-content-zonas #content-result-search .resultado-bloque .textos-bloque .resultado-zona span {
  color: #000;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-entregas #result-content-zonas #content-result-search .resultado-bloque .textos-bloque .resultado-disponible span {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-entregas #result-content-zonas #content-result-search .resultado-bloque .check {
  position: absolute;
  right: 16px;
  top: 16px;
}
.section-entregas #result-content-zonas.is-visible {
  display: block;
}
.section-entregas #no-results {
  display: none;
  border-radius: 8px;
  border: 1px solid #B4898D;
  background: #FDF2F3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 100%;
  max-width: 800px;
}
.section-entregas #no-results .icono,
.section-entregas #no-results .titulo,
.section-entregas #no-results .texto {
  text-align: center;
}
.section-entregas #no-results .titulo,
.section-entregas #no-results #cp-noresult {
  color: #9B3744;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-entregas #no-results .titulo {
  margin-bottom: 5px;
}
.section-entregas #no-results .texto p {
  color: #181818;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-entregas #no-results .texto ul {
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 14px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 22px;
}
.section-entregas #no-results .texto ul li {
  color: #6F6E6E;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  padding-left: 12px;
  width: fit-content;
}
.section-entregas #no-results .texto ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.section-entregas #no-results .texto .cta a,
.section-entregas #no-results .texto .cta a:visited {
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #B4898D;
  background: #FFF;
  color: #9B3744;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.section-entregas #no-results.is-visible {
  display: flex;
}
.section-entregas .content-zonas.is-hidden {
  display: none;
}
.section-entregas .search-cp.has-clear {
  display: flex;
  align-items: center;
  gap: 8px;
  /* separa input y botón */
}
.section-entregas .search-cp.has-clear input {
  width: 75%;
}
.section-entregas .search-cp.has-clear #limpiar {
  width: 25%;
  display: inline-flex;
  /* ya lo mostramos por JS, esto es por si acaso */
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #B4898D;
  background: #FFF;
  padding: 8px 20px;
  color: #9B3744;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.section-entregas .search-cp.has-clear #limpiar {
  height: 100%;
}

@media (max-width: 991px) {
  .section-entregas {
    padding-top: 40px;
  }
  .section-entregas .row-titulo .titulo {
    margin-bottom: 0;
  }
  .section-entregas .row-buscador {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-entregas .row-buscador .div-buscador {
    padding: 16px;
  }
  .section-entregas .row-zonas .descripcion p {
    font-size: 14px;
  }
  .section-entregas .row-zonas .bloques-codigos-postales .bloque {
    padding: 8px;
  }
  .section-entregas .row-zonas .bloques-codigos-postales .bloque .header-bloque {
    flex-direction: column;
    align-items: start;
    row-gap: 8px;
  }
  .section-entregas .row-zonas .bloques-codigos-postales .bloque .header-bloque .zona {
    order: 2;
  }
  .section-entregas .row-zonas .bloques-codigos-postales .bloque .header-bloque -icono {
    order: 1;
  }
  .section-entregas .row-zonas .content-zonas .col-izq {
    margin-bottom: 16px;
  }
}
.section-bloques-horizontal {
  margin-top: 40px;
  margin-bottom: 64px;
}
.section-bloques-horizontal .col-bloques-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.section-bloques-horizontal .bloque {
  /* color temático del bloque */
  --bloque-color: #9B3744;
  color: #333;
  max-width: 356px;
  border-radius: 8px;
  background: #F5F5F5;
  padding: 16px;
}
.section-bloques-horizontal .bloque .header-bloque {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.section-bloques-horizontal .bloque .header-bloque .icono {
  /* color para fallbacks (currentColor) */
  color: var(--bloque-color);
}
.section-bloques-horizontal .bloque .header-bloque .icono .icon-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: var(--bloque-bg);
}
.section-bloques-horizontal .bloque .header-bloque .icono svg {
  display: block;
}
.section-bloques-horizontal .bloque .header-bloque .puntuacion-texto {
  text-align: right;
}
.section-bloques-horizontal .bloque .header-bloque .puntuacion-texto .puntuacion span {
  color: var(--bloque-color);
  text-align: right;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.section-bloques-horizontal .bloque .header-bloque .puntuacion-texto .texto {
  color: #181818;
  text-align: right;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-bloques-horizontal .bloque .titulos {
  margin-bottom: 12px;
}
.section-bloques-horizontal .bloque .titulos .titulo {
  color: #181818;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.section-bloques-horizontal .bloque .titulos .subtitulo {
  color: var(--bloque-color);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-bloques-horizontal .bloque .descripcion {
  margin-bottom: 12px;
}
.section-bloques-horizontal .bloque .descripcion p {
  color: #181818;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-bloques-horizontal .bloque .descripcion p:last-child {
  margin-bottom: 0;
}
.section-bloques-horizontal .bloque .lista ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-bloques-horizontal .bloque .lista li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.section-bloques-horizontal .bloque .lista li + li {
  margin-top: 6px;
}
.section-bloques-horizontal .bloque .lista li .li-icon {
  color: var(--bloque-color);
  /* tint del icono de la lista */
  line-height: 1;
  display: inline-flex;
}
.section-bloques-horizontal .bloque .lista li .li-icon svg {
  display: block;
}
.section-bloques-horizontal .bloque .lista li .li-text {
  color: #181818;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 576px) {
  .section-bloques-horizontal .col-bloques-horizontal {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-bloques-horizontal .col-bloques-horizontal .bloque {
    max-width: unset;
  }
}
.section-cta {
  margin-top: 64px;
  margin-bottom: 96px;
}
.section-cta .col-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-cta .c-cta__btn,
.section-cta .c-cta {
  width: fit-content;
}

@media (max-width: 576px) {
  .section-cta .c-cta__btn,
  .section-cta .c-cta {
    width: 100%;
  }
}
.section-faqs {
  margin-top: 96px;
  margin-bottom: 96px;
}
.section-faqs .content-faq {
  display: none;
}
.section-faqs #ic-more {
  display: block;
}
.section-faqs #ic-less {
  display: none;
}
.section-faqs .faqs {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.section-faqs .faq {
  padding: 24px;
  border-radius: 8px;
  background: #F5F5F5;
  cursor: pointer;
  position: relative;
}
.section-faqs .faq.is-open .content-faq {
  display: block;
}
.section-faqs .faq.is-open #ic-more {
  display: none;
}
.section-faqs .faq.is-open #ic-less {
  display: block;
}
.section-faqs .faq .header-faq {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section-faqs .faq .header-faq .pregunta {
  color: #64232B;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  width: 75%;
}
.section-faqs .faq .header-faq #ic-less,
.section-faqs .faq .header-faq #ic-more {
  width: fit-content;
}
.section-faqs .faq .content-faq {
  margin-top: 12px;
}
.section-faqs .faq .content-faq p {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.section-faqs .faq .content-faq p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .section-faqs .col-left {
    margin-bottom: 32px;
  }
}
.section-bloques-puntuacion {
  margin-top: 34px;
  margin-bottom: 64px;
}
.section-bloques-puntuacion .row-bloques-puntuacion {
  padding-left: 15px;
  padding-right: 15px;
}
.section-bloques-puntuacion .bloques {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-bloques-puntuacion .bloques .bloque {
  width: 25%;
  min-width: 175px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-bloques-puntuacion .bloques .bloque .puntaje {
  margin-bottom: 12px;
}
.section-bloques-puntuacion .bloques .bloque .puntaje span {
  color: #9B3744;
  text-align: center;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}
.section-bloques-puntuacion .bloques .bloque .texto p {
  color: #181818;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.section-bloques-puntuacion .bloques .bloque .texto p :last-child {
  margin-bottom: 0;
}

.section-bloques-opiniones {
  margin-top: 64px;
  margin-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
  /* contenedor de estrellas */
  overflow: visible;
  /* Swiper usando TU contenedor .bloques (no lo cambiamos) */
  /* Tus tarjetas mandan el ancho del slide */
}
.section-bloques-opiniones .rating-stars {
  display: inline-flex;
  gap: 6px;
  line-height: 1;
  vertical-align: middle;
  color: #F59E0B;
  /* color de las llenas y medias */
}
.section-bloques-opiniones .rating-stars .star {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.section-bloques-opiniones .rating-stars .star-empty path {
  stroke: #F59E0B;
}
.section-bloques-opiniones .bloques {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 32px;
}
.section-bloques-opiniones .bloques .bloque {
  max-width: 384px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  row-gap: 24px;
  border-radius: 8px;
  border: 1px solid var(--Gray-20, #E2E8F0);
  background: #F5F5F5;
  padding: 24px;
}
.section-bloques-opiniones .bloques .bloque .puntaje-comentario {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  row-gap: 24px;
}
.section-bloques-opiniones .bloques .bloque .puntaje-comentario p {
  color: #000;
  font-size: 18px;
  line-height: 160%;
}
.section-bloques-opiniones .bloques .bloque .puntaje-comentario p:last-child {
  margin-bottom: 0;
}
.section-bloques-opiniones .bloques .bloque .autor span {
  color: #181818;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.126px;
}
.section-bloques-opiniones .container,
.section-bloques-opiniones .row,
.section-bloques-opiniones .col-12 {
  overflow: visible;
}
.section-bloques-opiniones.is-swiper-enabled .opiniones-controls {
  display: flex;
}
.section-bloques-opiniones.is-swiper-enabled .opiniones-pagination {
  display: flex;
}
.section-bloques-opiniones .opiniones-controls {
  display: none;
  margin-top: 24px;
  gap: 12px;
  justify-content: center;
  /* Ojo a la ruta: desde style.css suele ser ../assets/img/... */
}
.section-bloques-opiniones .opiniones-controls .opiniones-prev,
.section-bloques-opiniones .opiniones-controls .opiniones-next {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--Gray-20, #E2E8F0);
  background: #fff center center/20px 20px no-repeat;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.section-bloques-opiniones .opiniones-controls .opiniones-prev {
  background-image: url("../assets/img/arrow-left.svg");
}
.section-bloques-opiniones .opiniones-controls .opiniones-next {
  background-image: url("../assets/img/arrow-right.svg");
}
.section-bloques-opiniones .opiniones-pagination {
  display: none;
  justify-content: center;
  margin-top: 24px;
  /* variables rápidas para color */
  --dot: #D1D5DB;
  --dot-active: #4B5563;
}
.section-bloques-opiniones .opiniones-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--dot);
  opacity: 1;
  margin: 0 5px;
  transition: transform 0.12s ease, background-color 0.12s ease;
}
.section-bloques-opiniones .opiniones-pagination .swiper-pagination-bullet-active {
  background: var(--dot-active);
  transform: scale(1.15);
}
.section-bloques-opiniones .bloques.swiper {
  overflow: visible;
  /* mostrar tarjetas fuera */
}
.section-bloques-opiniones .bloques .swiper-wrapper {
  display: flex;
}
.section-bloques-opiniones .bloques .swiper-slide {
  flex: 0 0 auto;
  width: auto;
}
.section-bloques-opiniones .bloques .bloque {
  min-width: 330px;
  max-width: 384px;
}

/*# sourceMappingURL=style-sass.css.map */
