@charset "UTF-8";
/*  Layout  */
/* //////////////  Contenedores  /////////////// */
.bg-main {
  padding: 0;
  width: 100%;
}
.bg-main-menu {
  overflow: hidden;
}

.bg-relative {
  position: relative;
}

.bg-block {
  display: block;
}

.bg-flex {
  display: flex;
}

/* //////////////  Colores  /////////////// */
/* //////////////  Font  /////////////// */
.Volvo-Novum-Light {
  font-family: "Volvo-Novum-Light";
  -webkit-font-smoothing: antialiased;
}

.Volvo-Novum-Regular {
  font-family: "Volvo-Novum-Regular";
  -webkit-font-smoothing: antialiased;
}

.Volvo-Novum-Medium {
  font-family: "Volvo-Novum-Medium";
  -webkit-font-smoothing: antialiased;
}

.Volvo-Novum-Bold {
  font-family: "Volvo-Novum-Bold";
  -webkit-font-smoothing: antialiased;
}

.Volvo-Broad {
  font-family: "Volvo-Broad";
  -webkit-font-smoothing: antialiased;
}

.Volvo-Serif-Regular {
  font-family: "Volvo-Serif-Regular";
  -webkit-font-smoothing: antialiased;
}

.Volvo-Serif-Bold {
  font-family: "Volvo-Serif-Bold";
  -webkit-font-smoothing: antialiased;
}

.fo {
  color: #707070;
}

.fd {
  color: #141414;
}

.fdh.fdh {
  color: #141414;
  stroke: #141414;
}

.pin-mapa.pin-mapa {
  max-width: 17px;
  max-height: 17px;
  height: 100%;
  width: 100%;
}
.pin-mapa.pin-mapa .img {
  max-width: 17px;
  max-height: 17px;
  height: 100%;
  width: max-content;
  vertical-align: baseline;
  display: inline;
}

/* //////////////  Icono Info  /////////////// */
.contenedor-iconinfo {
  display: inline;
  width: max-content;
}
.contenedor-iconinfo .icon-info {
  white-space: nowrap;
  display: inline;
  outline-color: #1c6bba;
  stroke: #1c6bba;
  color: #1c6bba;
  cursor: pointer;
}
.contenedor-iconinfo .icon-info__img {
  width: 17px;
  height: 17px;
  top: 1px;
  position: relative;
  vertical-align: baseline;
}
.contenedor-iconinfo__tooltip {
  margin: 0;
  font-weight: 300;
  text-align: center;
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  -webkit-box-direction: normal;
  position: absolute;
  width: 100%;
  border: #1c6bba solid 1px;
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 1;
  padding: 10px 5px;
  margin-left: 8px;
  top: 15%;
  transform: translateY(15%);
  visibility: hidden;
  left: 0;
}
@media screen and (max-width: 768px) {
  .contenedor-iconinfo__tooltip {
    text-align: left;
    top: 30%;
    transform: translateY(30%);
    left: 0;
  }
}

.icon-info:hover ~ .contenedor-iconinfo__tooltip {
  visibility: visible;
}

#inferior {
  position: fixed;
  /*El div será ubicado con relación a la pantalla*/
  left: 0px;
  /*A la derecha deje un espacio de 0px*/
  right: 0px;
  /*A la izquierda deje un espacio de 0px*/
  bottom: 0px;
  /*Abajo deje un espacio de 0px*/
  height: 90px;
  /*alto del div*/
  z-index: 0;
}

@font-face {
  font-family: "Volvo-Novum-Light";
  src: url("./font/VolvoNovum-Light.ttf");
}
@font-face {
  font-family: "Volvo-Novum-Regular";
  src: url("./font/VolvoNovum-Regular.ttf");
}
@font-face {
  font-family: "Volvo-Novum-Medium";
  src: url("./font/VolvoNovum-Medium.ttf");
}
@font-face {
  font-family: "Volvo-Novum-Bold";
  src: url("./font/VolvoNovum-Bold.ttf");
}
@font-face {
  font-family: "Volvo-Broad";
  src: url("./font/VolvoBroadPro.ttf");
}
@font-face {
  font-family: "Volvo-Serif-Regular";
  src: url("./font/VolvoSerifPro-Regular.ttf");
}
@font-face {
  font-family: "Volvo-Serif-Bold";
  src: url("./font/VolvoSerifPro-Bold.ttf");
}
/*  Components  */
.hero {
  scroll-margin-top: 64px;
  padding: 0;
  padding-top: 64px;
  margin: 0;
  margin-bottom: 106.24px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .hero {
    margin-bottom: 64px;
  }
}
.hero__row {
  padding: 64px 80px 176px 80px;
  min-height: 584px;
  justify-content: center;
  -webkit-box-pack: center;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-shrink: 1;
  flex-basis: auto;
  box-sizing: border-box;
  align-self: stretch;
  margin: 0;
}
@media screen and (min-width: 1600px) {
  .hero__row {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  .hero__row {
    padding: 64px 16px 64px 16px;
    min-height: 462px;
  }
}
.hero__back {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero__back__img {
  min-height: 1px;
  height: 100%;
  width: 100%;
  display: block;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.hero__back__img img {
  object-fit: cover;
  object-position: 0 100%;
  opacity: 1;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .hero__back__img img {
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: opacity;
  }
}
.hero__texto {
  text-align: center;
  max-width: 100%;
  align-self: baseline;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-basis: auto;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .hero__texto {
    pointer-events: auto;
    flex-grow: 0;
    -webkit-box-flex: 0;
  }
}
.hero__texto__espacio {
  width: 8px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-basis: 8px;
  flex-shrink: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero__texto__espacio {
    flex-grow: 0;
    -webkit-box-flex: 0;
    pointer-events: auto;
  }
}
.hero__texto__supTitulo {
  font-style: normal;
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.25rem;
  white-space: pre-line;
  align-self: center;
  -ms-grid-row-align: center;
  max-width: 610px;
  margin: 0;
  color: #ffffff;
}
.hero__texto__titulo {
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 4.5rem;
  font-weight: 400;
  white-space: pre-line;
  align-self: center;
  -ms-grid-row-align: center;
  max-width: 610px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero__texto__titulo {
    font-size: 2.5rem;
  }
}
.hero__texto__cbtn {
  margin-top: 12px;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .hero__texto__cbtn {
    display: none;
  }
}
.hero__texto__cbtn__uno__link {
  outline-offset: 0.25em;
  outline-color: #ffffff;
  stroke: #ffffff;
  text-transform: uppercase;
  line-height: 1.375rem;
  padding: 12px 0;
  font-size: 0.875rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #ffffff;
  box-sizing: border-box;
  -webkit-box-direction: normal;
  text-align: center;
}
.hero__texto__cbtn__uno__link:hover {
  outline-color: #a3a3a3;
  stroke: #a3a3a3;
  color: #a3a3a3;
  outline-offset: 0.25em;
  text-decoration: none;
}
.hero__texto__cbtn__uno__link:hover .flecha {
  outline-color: #a3a3a3;
  stroke: #a3a3a3;
  color: #a3a3a3;
}
.hero__texto__cbtn__uno__link .flecha {
  white-space: nowrap;
  display: inline;
  stroke: #ffffff;
  text-transform: uppercase;
  line-height: 1.375rem;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #ffffff;
  -webkit-box-direction: normal;
  text-align: center;
}
.hero__texto__cbtn__uno__link .flecha .img {
  margin-left: 0.55em;
  top: 1px;
  position: relative;
  vertical-align: baseline;
}
.hero__clink {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero__clink {
    flex: 0 0 auto;
    align-items: center;
    -webkit-box-align: center;
    margin-top: 12px;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    justify-content: center;
    -webkit-box-pack: center;
    align-self: stretch;
    flex-grow: 0;
    -webkit-box-flex: 0;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: flex;
  }
  .hero__clink__uno {
    display: block;
  }
  .hero__clink__uno__link {
    outline-color: #1c6bba;
    stroke: #1c6bba;
    color: #1c6bba;
    outline-offset: 0.25em;
    text-transform: uppercase;
    line-height: 1.375rem;
    padding-top: 12px;
    padding-right: 0px;
    font-size: 0.875rem;
    text-decoration: none;
    letter-spacing: 0.02em;
    font-weight: 500;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
  }
  .hero__clink__uno__link .flecha {
    white-space: nowrap;
    display: inline;
    stroke: #1c6bba;
    color: #1c6bba;
    text-transform: uppercase;
    line-height: 1.375rem;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .hero__clink__uno__link .flecha .img {
    margin-left: 0.55em;
    top: 1px;
    position: relative;
    vertical-align: baseline;
  }
  .hero__clink__uno__link .fdh-link.fdh-link {
    color: #141414;
    stroke: #141414;
  }
  .hero__clink__uno__link .fdh-link.fdh-link:hover {
    outline-color: #a3a3a3;
    stroke: #a3a3a3;
    color: #a3a3a3;
  }
}

/* //////////////  Texto Grande solo  /////////////// */
.texto {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 53.12px;
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1232px;
}
@media screen and (max-width: 768px) {
  .texto {
    width: calc(100% + 0px);
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}
.texto__row {
  justify-content: flex-start;
  -webkit-box-pack: start;
  flex: 1 1 auto;
  align-self: auto;
  flex-direction: column;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .texto__row {
    justify-content: center;
    -webkit-box-pack: center;
  }
}
.texto__row__contenedort {
  max-width: 708.9px;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .texto__row__contenedort {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.texto__row__contenedort__texto {
  line-height: 1.125;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  padding: 16px 0;
  margin: 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .texto__row__contenedort__texto {
    text-align: left;
    line-height: 1.1666666667;
    font-size: 1.5rem;
  }
}

/* //////////////  Texto y Título  /////////////// */
.titulo-texto {
  padding-bottom: 106.24px;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  align-items: center;
  -webkit-box-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .titulo-texto {
    text-align: center;
    padding-right: 24px;
    padding-left: 24px;
    width: calc(100% + 0px);
    max-width: 1232px;
    padding-bottom: 64px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.titulo-texto__titulo {
  line-height: 1.1;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  max-width: 616px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .titulo-texto__titulo {
    line-height: 1.125;
    font-size: 2rem;
  }
}
.titulo-texto__espacio {
  width: 16px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-basis: 16px;
  flex-shrink: 0;
  flex-wrap: nowrap;
  box-sizing: border-box;
  -webkit-box-lines: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.titulo-texto__texto {
  line-height: 1.4;
  font-weight: 300;
  font-size: 1.25rem;
  text-align: center;
  white-space: pre-line;
  max-width: 616px;
  margin: 0;
}

/* //////////////  Título solo  /////////////// */
.titulo {
  padding-bottom: 106.24px;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  align-items: center;
  -webkit-box-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .titulo {
    text-align: center;
    padding-right: 24px;
    padding-left: 24px;
    width: calc(100% + 0px);
    max-width: 1232px;
    padding-bottom: 64px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.titulo__titulo {
  line-height: 1.1;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  max-width: 616px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .titulo__titulo {
    line-height: 1.125;
    font-size: 1.5rem;
  }
}

/* //////////////  SubTítulo, Título y texto  /////////////// */
.titulo-texto-sub {
  padding-bottom: 106.24px;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  align-items: center;
  -webkit-box-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .titulo-texto-sub {
    text-align: center;
    padding-right: 24px;
    padding-left: 24px;
    width: calc(100% + 0px);
    max-width: 1232px;
    padding-bottom: 64px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.titulo-texto-sub__espacioSub {
  width: 8px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-basis: 8px;
  flex-shrink: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .titulo-texto-sub__espacioSub {
    flex-grow: 0;
    -webkit-box-flex: 0;
    pointer-events: auto;
  }
}
.titulo-texto-sub__supTitulo {
  font-style: normal;
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.25rem;
  white-space: pre-line;
  align-self: center;
  -ms-grid-row-align: center;
  max-width: 610px;
  margin: 0;
}
.titulo-texto-sub__titulo {
  line-height: 1.1;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  max-width: 616px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .titulo-texto-sub__titulo {
    line-height: 1.125;
    font-size: 2rem;
  }
}
.titulo-texto-sub__espacio {
  width: 16px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-basis: 16px;
  flex-shrink: 0;
  flex-wrap: nowrap;
  box-sizing: border-box;
  -webkit-box-lines: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.titulo-texto-sub__texto {
  line-height: 1.4;
  font-weight: 300;
  font-size: 1.25rem;
  text-align: center;
  white-space: pre-line;
  max-width: 616px;
  margin: 0;
}

/* //////////////  Clase cuando la landing comience con texto y no con un Hero  /////////////// */
.bg-margintop {
  padding-top: 106.24px;
  scroll-margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .bg-margintop {
    padding-top: 86px;
  }
}

.galeria-uno {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 106.24px;
  padding-top: 26.56px;
  margin-bottom: 0;
  margin-top: 0;
  width: calc(100% - 48px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1232px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .galeria-uno {
    margin-right: 24px;
    margin-left: 24px;
    padding-bottom: 64px;
    padding-top: 16px;
  }
}
.galeria-uno__row {
  align-items: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.galeria-uno__row__titulo {
  line-height: 1.125;
  font-size: 2rem;
  font-style: normal;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__titulo {
    line-height: 1.1666666667;
    font-size: 1.5rem;
    margin-top: 0px;
  }
}
.galeria-uno__row__contenedor {
  margin: -6px;
  flex: 1 1 auto;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-grow: 0;
  -webkit-box-flex: 0;
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor {
    margin-top: -4px;
  }
}
.galeria-uno__row__contenedor__imgGrande {
  margin: 0 6px;
  flex: 4;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-grow: 0;
  -webkit-box-flex: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgGrande {
    margin-top: 4px;
    margin-right: 0px;
    flex-basis: auto;
    flex-shrink: 1;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}
.galeria-uno__row__contenedor__imgGrande__imgc {
  margin: 0 6px;
  flex: 4;
  cursor: default;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-grow: 0;
  -webkit-box-flex: 0;
  display: flex;
  /*  /////  Oferta Texto  /////*/
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgGrande__imgc {
    margin-top: 0px;
    margin-right: 4px;
    flex-grow: 3;
    flex-shrink: 1;
    flex-basis: 0%;
  }
}
.galeria-uno__row__contenedor__imgGrande__imgc__oferta {
  padding-top: 48px;
  pointer-events: none;
  z-index: 1;
  align-items: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  position: absolute;
  width: 100%;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgGrande__imgc__oferta {
    padding-top: 32px;
  }
}
.galeria-uno__row__contenedor__imgGrande__imgc__oferta__modelo {
  line-height: 1.5714285714;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 16px;
  max-width: 324px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.galeria-uno__row__contenedor__imgGrande__imgc__oferta__texto {
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 400;
  font-size: 40px;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 324px;
  padding-bottom: 16px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgGrande__imgc__oferta__texto {
    font-size: 32px;
  }
}
.galeria-uno__row__contenedor__imgGrande__imgc__oferta__monto {
  font-weight: 300;
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  margin: 0;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgGrande__imgc__oferta__monto {
    font-size: 0.85rem;
  }
}
.galeria-uno__row__contenedor__imgGrande__imgc__oferta__monto p {
  margin: 0;
}
.galeria-uno__row__contenedor__imgGrande__imgc__oferta__monto .cantidad {
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  margin: 0;
  color: currentColor;
  pointer-events: none;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgGrande__imgc__oferta__monto .cantidad {
    font-size: 0.85rem;
  }
}
.galeria-uno__row__contenedor__imgGrande__imgc__img {
  padding: 0px 0px 42.8571%;
  max-height: 100%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  width: 100%;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgGrande__imgc__img {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 100%;
    padding-left: 0px;
  }
}
.galeria-uno__row__contenedor__imgGrande__imgc__img img {
  object-fit: cover;
  width: 100%;
  object-position: center center;
  height: 100%;
  opacity: 1;
  position: absolute;
}
.galeria-uno__row__contenedor__imgDos {
  margin: 6px;
  align-self: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: flex;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos {
    margin-top: 4px;
    margin-right: 0px;
  }
}
.galeria-uno__row__contenedor__imgDos__uno {
  margin: 0 6px;
  flex: 4;
  cursor: default;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  display: flex;
  /*  /////  Oferta Texto  /////*/
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__uno {
    flex-grow: 2;
    flex-shrink: 1;
    flex-basis: 0%;
    margin-top: 0px;
    margin-right: 4px;
  }
}
.galeria-uno__row__contenedor__imgDos__uno__oferta {
  padding-top: 48px;
  pointer-events: none;
  z-index: 1;
  align-items: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  position: absolute;
  width: 100%;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__uno__oferta {
    padding-top: 15px;
  }
}
.galeria-uno__row__contenedor__imgDos__uno__oferta__modelo {
  line-height: 1.5714285714;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 16px;
  max-width: 324px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__uno__oferta__modelo {
    font-size: 0.875rem;
    padding-bottom: 5px;
  }
}
.galeria-uno__row__contenedor__imgDos__uno__oferta__texto {
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 400;
  font-size: 40px;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 324px;
  padding-bottom: 16px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__uno__oferta__texto {
    font-size: 26px;
    padding-bottom: 5px;
  }
}
.galeria-uno__row__contenedor__imgDos__uno__oferta__monto {
  font-weight: 300;
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  margin: 0;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__uno__oferta__monto {
    line-height: 1;
    font-size: 0.85rem;
    text-align: center;
  }
}
.galeria-uno__row__contenedor__imgDos__uno__oferta__monto p {
  margin: 0;
}
.galeria-uno__row__contenedor__imgDos__uno__oferta__monto .cantidad {
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  margin: 0;
  color: currentColor;
  pointer-events: none;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__uno__oferta__monto .cantidad {
    line-height: 1;
    font-size: 0.85rem;
    text-align: center;
  }
}
.galeria-uno__row__contenedor__imgDos__uno__img {
  padding: 0 0 56.25% 0;
  max-height: 100%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__uno__img {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 100%;
    padding-left: 0px;
  }
}
.galeria-uno__row__contenedor__imgDos__uno__img img {
  object-fit: cover;
  width: 100%;
  object-position: center center;
  height: 100%;
  opacity: 1;
  position: absolute;
}
.galeria-uno__row__contenedor__imgDos__dos {
  flex: 3;
  margin: 0 6px;
  cursor: default;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  display: flex;
  /*  /////  Oferta Texto  /////*/
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__dos {
    flex-grow: 2;
    flex-shrink: 1;
    flex-basis: 0%;
    margin-top: 0px;
    margin-right: 4px;
  }
}
.galeria-uno__row__contenedor__imgDos__dos__oferta {
  padding-top: 48px;
  pointer-events: none;
  z-index: 1;
  align-items: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  position: absolute;
  width: 100%;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__dos__oferta {
    padding-top: 15px;
  }
}
.galeria-uno__row__contenedor__imgDos__dos__oferta__modelo {
  line-height: 1.5714285714;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 16px;
  max-width: 324px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__dos__oferta__modelo {
    font-size: 0.875rem;
    padding-bottom: 5px;
  }
}
.galeria-uno__row__contenedor__imgDos__dos__oferta__texto {
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 400;
  font-size: 40px;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 324px;
  padding-bottom: 16px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__dos__oferta__texto {
    font-size: 26px;
    padding-bottom: 5px;
  }
}
.galeria-uno__row__contenedor__imgDos__dos__oferta__monto {
  font-weight: 300;
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  margin: 0;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__dos__oferta__monto {
    line-height: 1;
    font-size: 0.85rem;
    text-align: center;
  }
}
.galeria-uno__row__contenedor__imgDos__dos__oferta__monto p {
  margin: 0;
}
.galeria-uno__row__contenedor__imgDos__dos__oferta__monto .cantidad {
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  margin: 0;
  color: currentColor;
  pointer-events: none;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__dos__oferta__monto .cantidad {
    line-height: 1;
    font-size: 0.85rem;
    text-align: center;
  }
}
.galeria-uno__row__contenedor__imgDos__dos__img {
  padding: 0 0 75% 0;
  max-height: 100%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .galeria-uno__row__contenedor__imgDos__dos__img {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 100%;
    padding-left: 0px;
  }
}
.galeria-uno__row__contenedor__imgDos__dos__img img {
  object-fit: cover;
  width: 100%;
  object-position: center center;
  height: 100%;
  opacity: 1;
  position: absolute;
}

.galeria-dos {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 106.24px;
  padding-top: 26.56px;
  margin-bottom: 0;
  margin-top: 0;
  width: calc(100% - 48px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1232px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .galeria-dos {
    margin-right: 24px;
    margin-left: 24px;
    padding-bottom: 64px;
    padding-top: 16px;
  }
}
.galeria-dos__row {
  align-items: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.galeria-dos__row__titulo {
  line-height: 1.125;
  font-size: 2rem;
  font-style: normal;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .galeria-dos__row__titulo {
    line-height: 1.1666666667;
    font-size: 1.5rem;
    margin-top: 0px;
  }
}
.galeria-dos__row__contenedor {
  margin: -6px;
  flex: 1 1 auto;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-grow: 0;
  -webkit-box-flex: 0;
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .galeria-dos__row__contenedor {
    margin-top: -4px;
  }
}
.galeria-dos__row__contenedor__imgGrande {
  margin: 0 6px;
  flex: 4;
  cursor: default;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-grow: 0;
  -webkit-box-flex: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .galeria-dos__row__contenedor__imgGrande {
    margin-top: 4px;
    margin-right: 0px;
    flex-basis: auto;
    flex-shrink: 1;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}
.galeria-dos__row__contenedor__imgGrande__imgc {
  margin: 0 6px;
  flex: 4;
  cursor: default;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-grow: 0;
  -webkit-box-flex: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .galeria-dos__row__contenedor__imgGrande__imgc {
    margin-top: 0px;
    margin-right: 4px;
    flex-grow: 3;
    flex-shrink: 1;
    flex-basis: 0%;
  }
}
.galeria-dos__row__contenedor__imgGrande__imgc__img {
  padding: 0px 0px 42.8571%;
  max-height: 100%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  width: 100%;
  cursor: default;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .galeria-dos__row__contenedor__imgGrande__imgc__img {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 100%;
    padding-left: 0px;
  }
}
.galeria-dos__row__contenedor__imgGrande__imgc__img img {
  object-fit: cover;
  width: 100%;
  object-position: center center;
  height: 100%;
  opacity: 1;
  position: absolute;
}
.galeria-dos__row__contenedor__imgDos {
  margin: 6px;
  align-self: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: flex;
}
@media screen and (max-width: 768px) {
  .galeria-dos__row__contenedor__imgDos {
    margin-top: 4px;
    margin-right: 0px;
  }
}
.galeria-dos__row__contenedor__imgDos__uno {
  margin: 0 6px;
  flex: 4;
  cursor: default;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  display: flex;
}
@media screen and (max-width: 768px) {
  .galeria-dos__row__contenedor__imgDos__uno {
    flex-grow: 2;
    flex-shrink: 1;
    flex-basis: 0%;
    margin-top: 0px;
    margin-right: 4px;
  }
}
.galeria-dos__row__contenedor__imgDos__uno__img {
  padding: 0 0 35.25% 0;
  max-height: 100%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .galeria-dos__row__contenedor__imgDos__uno__img {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 100%;
    padding-left: 0px;
  }
}
.galeria-dos__row__contenedor__imgDos__uno__img img {
  object-fit: cover;
  width: 100%;
  object-position: 0 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
}

/* //////////////  Invertir la posicion del componente imagen y texto se coloca en el primer div después del select  /////////////// */
.reversa.reversa {
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .reversa.reversa {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
.reversa.reversa .img-texto__row__contenedorImg__primero {
  justify-content: flex-start;
  -webkit-box-pack: start;
}
@media screen and (max-width: 768px) {
  .reversa.reversa .img-texto__row__contenedorImg__primero {
    justify-content: center;
    -webkit-box-pack: center;
  }
}

/* //////////////  Componente imagen y texto  /////////////// */
.img-texto {
  margin-bottom: 106.24px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  width: calc(100% - 48px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1232px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .img-texto {
    margin-bottom: 64px;
    margin-right: 0;
    margin-left: 0;
    width: calc(100% + 0px);
  }
}
.img-texto__cTexto {
  padding-bottom: 56px;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  align-items: center;
  -webkit-box-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .img-texto__cTexto {
    text-align: center;
    padding-right: 24px;
    padding-left: 24px;
    width: calc(100% + 0px);
    max-width: 1232px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.img-texto__cTexto__titulo {
  line-height: 1.1;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  max-width: 616px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .img-texto__cTexto__titulo {
    line-height: 1.125;
    font-size: 1.5rem;
  }
}
.img-texto__row {
  margin: 0 -12px;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .img-texto__row {
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
.img-texto__row__contenedorImg {
  flex: 1 1 50%;
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-start;
  -webkit-box-pack: start;
  margin: 0 12px;
  align-items: center;
  -webkit-box-align: center;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  /*flex-basis: auto;
  flex-shrink: 1;*/
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .img-texto__row__contenedorImg {
    margin: 0;
  }
}
.img-texto__row__contenedorImg__primero {
  justify-content: flex-end;
  -webkit-box-pack: end;
  flex: 1 1 auto;
  align-self: auto;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  /*flex-basis: auto;
  flex-shrink: 1;*/
}
@media screen and (max-width: 768px) {
  .img-texto__row__contenedorImg__primero {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    justify-content: center;
    -webkit-box-pack: center;
  }
}
.img-texto__row__contenedorImg__primero__segundo {
  max-width: 499.5px;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-texto__row__contenedorImg__primero__segundo {
    max-width: 1232.4px;
  }
}
.img-texto__row__contenedorImg__primero__segundo__img {
  padding: 0 0 75% 0;
  overflow: hidden;
  max-height: 100%;
  min-height: 1px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-texto__row__contenedorImg__primero__segundo__img {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 75%;
    padding-left: 0px;
  }
}
.img-texto__row__contenedorImg__primero__segundo__img img {
  object-position: center center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 1;
  position: absolute;
}
.img-texto__row .alineado-arriba.alineado-arriba {
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .img-texto__row .alineado-arriba.alineado-arriba {
    align-self: center;
  }
}
.img-texto__row__contenedorTexto {
  padding: 0;
  margin: 0 12px;
  flex: 1 1 50%;
  align-self: center;
  -ms-grid-row-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-grow: 0;
  -webkit-box-flex: 0;
  width: 100%;
  /*flex-basis: auto;
  flex-shrink: 1;*/
}
@media screen and (max-width: 768px) {
  .img-texto__row__contenedorTexto {
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 0px;
  }
}
.img-texto__row__contenedorTexto__1 {
  justify-content: flex-start;
  -webkit-box-pack: start;
  flex: 1 1 auto;
  align-self: auto;
  /*flex-basis: auto;
  flex-shrink: 1;*/
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .img-texto__row__contenedorTexto__1 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    justify-content: center;
    -webkit-box-pack: center;
  }
}
.img-texto__row__contenedorTexto__1__2 {
  max-width: 365.484px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-texto__row__contenedorTexto__1__2 {
    max-width: 1232.4px;
    margin-top: 0px;
    margin-right: auto;
  }
}
.img-texto__row__contenedorTexto__1__2__3 {
  align-items: flex-start;
  -webkit-box-align: start;
  justify-content: center;
  -webkit-box-pack: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  /*flex-basis: auto;
  flex-shrink: 1;*/
  flex-grow: 0;
  -webkit-box-flex: 0;
  /* //////////////   para quitar espacio  /////////////// */
}
.img-texto__row__contenedorTexto__1__2__3__titulo {
  line-height: 1.125;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  white-space: pre-line;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-texto__row__contenedorTexto__1__2__3__titulo {
    text-align: left;
    line-height: 1.1666666667;
    font-size: 1.5rem;
    margin-top: 0px;
  }
}
.img-texto__row__contenedorTexto__1__2__3 .desactivado.desactivado {
  display: none;
}
.img-texto__row__contenedorTexto__1__2__3__espacio {
  width: 16px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-basis: 16px;
  flex-shrink: 0;
  flex-wrap: nowrap;
  -webkit-box-lines: nowrap;
  box-sizing: border-box;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.img-texto__row__contenedorTexto__1__2__3__texto {
  font-weight: 300;
  line-height: 1.5;
  font-size: 1rem;
  max-width: 100%;
  white-space: pre-line;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .img-texto__row__contenedorTexto__1__2__3__texto {
    text-align: left;
    font-size: 1rem;
  }
}
.img-texto__row__contenedorTexto__1__2__3__espacioBtn {
  width: 48px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-basis: 48px;
  flex-shrink: 0;
  flex-wrap: nowrap;
  -webkit-box-lines: nowrap;
  box-sizing: border-box;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .img-texto__row__contenedorTexto__1__2__3__espacioBtn {
    width: 40px;
    flex-basis: 40px;
  }
}

.bg-gris {
  padding-bottom: 106.24px;
  padding-top: 106.24px;
  margin-bottom: 106.24px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  background-color: #fafafa;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bg-gris {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: 64px;
  }
}
.bg-gris .icono-texto.icono-texto {
  padding-bottom: 0;
}

.img-rotacion {
  margin-bottom: 106.24px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .img-rotacion {
    margin-bottom: 64px;
  }
}
.img-rotacion__ctitulo {
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1132px;
}
.img-rotacion__ctitulo__uno {
  margin: 0 auto;
  max-width: 1132px;
  align-items: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.img-rotacion__ctitulo__uno__dos {
  margin: 0 0 56px 0;
  padding: 0;
  align-items: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .img-rotacion__ctitulo__uno__dos {
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.img-rotacion__ctitulo__uno__dos__titulo {
  line-height: 1.125;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  width: 66.6%;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .img-rotacion__ctitulo__uno__dos__titulo {
    width: 100%;
    line-height: 1.1666666667;
    font-size: 1.5rem;
  }
}
.img-rotacion__cimg {
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1132px;
}
@media screen and (max-width: 768px) {
  .img-rotacion__cimg {
    width: 100%;
  }
}
.img-rotacion__cimg__uno {
  margin: 0 auto;
  max-width: 1132px;
  align-items: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.img-rotacion__cimg__uno__dos {
  margin-bottom: 16px;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .img-rotacion__cimg__uno__dos {
    padding-bottom: 40px;
    margin: 0 -24px;
  }
}
.img-rotacion__cimg__uno__dos__tres {
  padding-bottom: 45.25%;
  height: 0;
}
@media screen and (max-width: 768px) {
  .img-rotacion__cimg__uno__dos__tres {
    padding-bottom: 75%;
  }
}
.img-rotacion__cimg__uno__dos__tres__img {
  padding: 0 0 45.25% 0;
  max-height: 100%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img-rotacion__cimg__uno__dos__tres__img {
    padding: 0 0 75% 0;
  }
}
.img-rotacion__cimg__uno__dos__tres__img img {
  object-position: center center;
  object-fit: cover;
  opacity: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}

.hero-dos {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 106.24px;
  margin-top: 0;
  width: calc(100% - 48px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1232px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .hero-dos {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 64px;
    width: calc(100% + 0px);
  }
}
.hero-dos__cimg {
  overflow: hidden;
  padding: 0 0 42.8571428571% 0;
  max-height: 100%;
  min-height: 1px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero-dos__cimg {
    padding: 0 0 100% 0;
  }
}
.hero-dos__cimg__img {
  object-position: center center;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 300ms ease-in-out;
}

.icono-texto {
  padding-bottom: 106.24px;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
  width: calc(100% - 48px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .icono-texto {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: 0px;
    margin-left: 0px;
    width: calc(100% + 0px);
    padding-bottom: 64px;
  }
}
.icono-texto__contenedor {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 1232px;
}
.icono-texto__contenedor__titulo {
  line-height: 1.125;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  max-width: 100%;
  margin: 0 0 80px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .icono-texto__contenedor__titulo {
    line-height: 1.1666666667;
    font-size: 1.5rem;
  }
}
.icono-texto__contenedor__cicono-texto {
  margin: 0px -16px;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .icono-texto__contenedor__cicono-texto {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
.icono-texto__contenedor__cicono-texto__uno {
  max-width: 75%;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 0;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .icono-texto__contenedor__cicono-texto__uno {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.icono-texto__contenedor__cicono-texto__uno__img {
  align-self: center;
  -ms-grid-row-align: center;
  margin-bottom: 16px;
  height: 80px;
  flex-shrink: 0;
}
.icono-texto__contenedor__cicono-texto__uno__img .img {
  transition: opacity 300ms ease 0s;
  transform: translateZ(0px);
  backface-visibility: hidden;
  max-width: 100%;
  height: 100%;
  opacity: 1;
  max-height: 100%;
  color: #707070;
}
.icono-texto__contenedor__cicono-texto__uno__texto__titulo {
  line-height: 1.4;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.icono-texto__contenedor__cicono-texto__uno__texto__ctexto {
  padding-top: 8px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
}
.icono-texto__contenedor__cicono-texto__uno__texto__ctexto__texto {
  margin: 0;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
}

.producto-lista {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 106.24px;
  margin-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .producto-lista {
    margin-bottom: 64px;
  }
}
.producto-lista__uno {
  overflow: hidden;
}
.producto-lista__uno__dos {
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .producto-lista__uno__dos {
    margin: 0 -24px;
  }
}
.producto-lista__uno__dos__tres {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.producto-lista__uno__dos__tres__cuatro {
  max-width: 1232.4px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .producto-lista__uno__dos__tres__cuatro {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.producto-lista__uno__dos__tres__cuatro__titulo {
  line-height: 1.125;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .producto-lista__uno__dos__tres__cuatro__titulo {
    margin-bottom: 32px;
    line-height: 1.1666666667;
    font-size: 1.5rem;
  }
}
.producto-lista__uno__dos__tres__cuatro .cmodelos {
  overflow: hidden;
  margin: 0 auto;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno {
  width: 100%;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos {
  margin: 0 -12px;
  touch-action: pan-y;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos {
    margin: 0 -8px;
  }
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro {
  flex-flow: row nowrap;
  transform: translate3d(0%, 0px, 0px);
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .slick-prev.slick-prev {
  left: 91.5%;
  z-index: 99;
  top: 100%;
  bottom: 0%;
  width: 37px;
  height: 37px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .slick-prev.slick-prev::before {
  content: url("../../images/home/flecha-izq.svg");
  font-size: 40px;
  transition: all 1.5s ease-in-out;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .slick-next.slick-next {
  right: 2%;
  z-index: 99;
  bottom: 0%;
  top: 100%;
  width: 37px;
  height: 37px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .slick-next.slick-next::before {
  content: url("../../images/home/flecha-der.svg");
  font-size: 40px;
  transition: all 1.5s ease-in-out;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .slick-dots.slick-dots li button:before {
  font-size: 10px;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo {
  padding: 0 12px;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo {
    padding: 0 8px;
  }
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno {
  padding-bottom: 16px;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  height: 100%;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__link {
  flex: 1 1 auto;
  text-decoration: none;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__link:hover .cmodelo__uno__texto__em {
  color: #1c6bba;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__link:hover .cmodelo__uno__texto__h4__bold {
  color: #1c6bba;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__link:hover .cmodelo__uno__texto__h4__regular {
  color: #1c6bba;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__link:hover .cmodelo__uno__texto__ctexto {
  color: #1c6bba;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__link:hover .cmodelo__uno__img__cimg img {
  transform: scale(1.08);
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__texto {
  flex: 1 1 auto;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__texto__em {
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  color: #707070;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__texto__h4 {
  margin: 0 0 4px 0;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__texto__h4__bold {
  line-height: 1.5;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  margin-right: 5px;
  color: #141414;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__texto__h4__regular {
  line-height: 1.5;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  color: #707070;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__texto__ctexto {
  color: #707070;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__texto__ctexto__small {
  font-weight: 300;
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  color: currentColor;
  margin: 0;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__texto__ctexto__small__em {
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-style: normal;
  font-weight: 500;
  color: currentColor;
  white-space: nowrap;
  margin: 0;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__img {
  transition: box-shadow 300ms;
  -webkit-transition: box-shadow 300ms;
  -moz-transition: box-shadow 300ms;
  background-color: #fafafa;
  margin: 16px 0;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  overflow: hidden;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__img {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
  }
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__img__cimg {
  padding: 0 0 75% 0;
  max-height: 100%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  width: 100%;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__img__cimg .img {
  transform: scale(1.01);
  transition: transform 300ms;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  pointer-events: none;
  object-position: center center;
  object-fit: cover;
  opacity: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__espacio {
  width: 48px;
  flex-basis: 48px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-shrink: 0;
  flex-wrap: nowrap;
  -webkit-box-lines: nowrap;
  box-sizing: border-box;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-grow: 0;
  -webkit-box-flex: 0;
}

.col-imgTexto {
  padding-bottom: 106.24px;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  overflow: hidden;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .col-imgTexto {
    padding-bottom: 64px;
    padding-top: 0;
  }
}
.col-imgTexto__ctitulo {
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1232px;
}
.col-imgTexto__ctitulo__uno {
  align-items: center;
  -webkit-box-align: center;
  margin: 0 auto;
  max-width: 1232px;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.col-imgTexto__ctitulo__uno__dos {
  margin: 0 0 80px 0;
  padding: 0;
  align-items: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__ctitulo__uno__dos {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 25px;
  }
}
.col-imgTexto__ctitulo__uno__dos__titulo {
  line-height: 1.125;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  width: 66.6%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__ctitulo__uno__dos__titulo {
    width: 100%;
    line-height: 1.1666666667;
    font-size: 1.5rem;
  }
}
.col-imgTexto__cimgTexto {
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1232px;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__cimgTexto {
    width: 100%;
  }
}
.col-imgTexto__cimgTexto__uno {
  align-items: center;
  -webkit-box-align: center;
  margin: 0 auto;
  max-width: 1232px;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.col-imgTexto__cimgTexto__uno .grande.grande {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__cimgTexto__uno .grande.grande {
    width: 100%;
  }
}
.col-imgTexto__cimgTexto__uno .grande.grande .col-imgTexto__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-imgTexto__cimgTexto__uno .extragrande.extragrande {
  width: 100%;
}
.col-imgTexto__cimgTexto__uno .extragrande.extragrande .col-imgTexto__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-imgTexto__cimgTexto__uno .mediano.mediano {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__cimgTexto__uno .mediano.mediano {
    width: 100%;
  }
}
.col-imgTexto__cimgTexto__uno .mediano.mediano .col-imgTexto__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-imgTexto__cimgTexto__uno .chico.chico {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__cimgTexto__uno .chico.chico {
    width: 100%;
  }
}
.col-imgTexto__cimgTexto__uno .chico.chico .col-imgTexto__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-imgTexto__cimgTexto__uno__dos {
  align-items: center;
  -webkit-box-align: center;
  margin: 0 auto;
  max-width: 1232px;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.col-imgTexto__cimgTexto__uno__dos__tres {
  justify-content: flex-start;
  -webkit-box-pack: start;
  flex: 1 1 auto;
  align-self: auto;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__cimgTexto__uno__dos__tres {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    justify-content: center;
    -webkit-box-pack: center;
  }
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro {
  max-width: 1232.4px;
  margin: 0 auto;
  width: 100%;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex: 0 0 auto;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  width: 100%;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco .hidden.hidden {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco .hidden.hidden {
    display: none;
  }
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco .slick-dots.slick-dots li button:before {
  font-size: 10px;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
  width: 100%;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img {
  margin: 0 0 24px 0;
  padding: 0 0 75% 0;
  overflow: hidden;
  max-height: 100%;
  min-height: 1px;
  height: auto;
  width: 100%;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img .img {
  object-position: center center;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  width: 100%;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img .img-contenedor.img-contenedor {
  object-fit: contain;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img .img-izq.img-izq {
  object-position: 100% 0%;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto {
  max-width: 918.3px;
  width: calc(100% - 48px);
  margin: 0 auto;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto .centrar.centrar {
  text-align: center;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__titulo {
  line-height: 1.4;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__espacio {
  width: 8px;
  flex-basis: 8px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-shrink: 0;
  flex-wrap: nowrap;
  -webkit-box-lines: nowrap;
  box-sizing: border-box;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__texto {
  font-weight: 300;
  line-height: 1.5;
  font-size: 1rem;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__texto__p {
  margin: 0;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__espacio {
  width: 24px;
  flex-basis: 24px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-shrink: 0;
  flex-wrap: nowrap;
  -webkit-box-lines: nowrap;
  box-sizing: border-box;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__espacio {
    width: 32px;
    flex-basis: 32px;
  }
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande {
    flex-wrap: nowrap;
  }
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande .col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor {
  flex-basis: 48%;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande .col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor .col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto {
  margin-bottom: 24px;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano {
    flex-wrap: nowrap;
  }
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano .col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor {
  flex-basis: 31%;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano .col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor .col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto {
  margin-bottom: 24px;
}

/* //////////////  CTA  /////////////// */
.espacio-cta {
  width: 48px;
  flex-basis: 48px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-shrink: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-sizing: border-box;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .espacio-cta {
    flex-grow: 0;
    -webkit-box-flex: 0;
  }
}

.btn-izquierda {
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  -webkit-box-pack: start;
  align-items: center;
  -webkit-box-align: center;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .btn-izquierda {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
.btn-izquierda__contenedor-btn__uno {
  width: 100%;
}
.btn-izquierda__contenedor-btn__uno__link {
  fill: #1c6bba;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #1c6bba;
  transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  -webkit-transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  -moz-transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  transition-timing-function: ease-out;
  transition-duration: 300ms;
  line-height: 22px;
  padding: 12px 24px;
  align-items: baseline;
  -webkit-box-align: baseline;
  outline: 0;
  min-width: 96px;
  white-space: nowrap;
  stroke: #1c6bba;
  color: #1c6bba;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  justify-content: center;
  -webkit-box-pack: center;
  display: inline-flex;
  font-weight: 500;
  width: 100%;
  -webkit-box-direction: normal;
}
.btn-izquierda__contenedor-btn__uno__link:hover {
  stroke: #ffffff;
  fill: #ffffff;
  border-color: #284e80;
  color: #ffffff;
  background: #284e80;
}
.btn-centrado {
  align-self: center;
  -ms-grid-row-align: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-basis: auto;
  flex-shrink: 1;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .btn-centrado {
    flex-grow: 0;
    -webkit-box-flex: 0;
  }
}
.btn-centrado__uno {
  width: 100%;
}
.btn-centrado__uno__link {
  fill: #1c6bba;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #1c6bba;
  transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  -webkit-transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  -moz-transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  transition-timing-function: ease-out;
  transition-duration: 300ms;
  line-height: 22px;
  padding: 12px 24px;
  align-items: baseline;
  -webkit-box-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  outline: 0;
  min-width: 96px;
  display: inline-flex;
  stroke: #1c6bba;
  color: #1c6bba;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  -webkit-box-pack: center;
  width: 100%;
  -webkit-box-direction: normal;
}
.btn-centrado__uno__link:hover {
  stroke: #ffffff;
  fill: #ffffff;
  border-color: #284e80;
  color: #ffffff;
  background: #284e80;
}
@media screen and (max-width: 768px) {
  .btn-centrado__uno__link {
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
  }
}
.btn-centrado__uno__link-white {
  fill: #ffffff;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  -webkit-transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  -moz-transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  transition-timing-function: ease-out;
  transition-duration: 300ms;
  line-height: 22px;
  padding: 12px 24px;
  align-items: baseline;
  -webkit-box-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  outline: 0;
  min-width: 96px;
  display: inline-flex;
  stroke: #ffffff;
  color: #ffffff;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  -webkit-box-pack: center;
  width: 100%;
  -webkit-box-direction: normal;
}
.btn-centrado__uno__link-white:hover {
  stroke: #ffffff;
  fill: #ffffff;
  border-color: #ffffff;
  color: #141414;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .btn-centrado__uno__link-white {
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
  }
}

.btn-row.btn-row {
  flex-direction: row;
}
.btn-row.btn-row .btn-centrado__uno.btn-centrado__uno {
  margin: 0 10px 0;
}

.btn-centrado-form {
  align-self: center;
  -ms-grid-row-align: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-basis: auto;
  flex-shrink: 1;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .btn-centrado-form {
    flex-grow: 0;
    -webkit-box-flex: 0;
  }
}
.btn-centrado-form__uno {
  width: 100%;
}
.btn-centrado-form__uno__link {
  fill: #1c6bba;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #1c6bba;
  transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  -webkit-transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  -moz-transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  transition-timing-function: ease-out;
  transition-duration: 300ms;
  line-height: 22px;
  padding: 12px 24px;
  align-items: baseline;
  -webkit-box-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  outline: 0;
  min-width: 96px;
  display: inline-flex;
  stroke: #1c6bba;
  color: #1c6bba;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  -webkit-box-pack: center;
  width: 100%;
  -webkit-box-direction: normal;
  background-color: transparent;
  min-width: 196px;
  touch-action: manipulation;
}
.btn-centrado-form__uno__link:hover {
  stroke: #ffffff;
  fill: #ffffff;
  border-color: #284e80;
  color: #ffffff;
  background: #284e80;
}
@media screen and (max-width: 768px) {
  .btn-centrado-form__uno__link {
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
  }
}

.btn-izquierda-form {
  align-self: flex-start;
  -ms-grid-row-align: flex-start;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-basis: auto;
  flex-shrink: 1;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .btn-izquierda-form {
    flex-grow: 0;
    -webkit-box-flex: 0;
  }
}
.btn-izquierda-form__uno {
  width: 100%;
}
.btn-izquierda-form__uno__link {
  fill: #1c6bba;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #1c6bba;
  transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  -webkit-transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  -moz-transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
  transition-timing-function: ease-out;
  transition-duration: 300ms;
  line-height: 22px;
  padding: 12px 24px;
  align-items: baseline;
  -webkit-box-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  outline: 0;
  min-width: 96px;
  display: inline-flex;
  stroke: #1c6bba;
  color: #1c6bba;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  -webkit-box-pack: center;
  width: 100%;
  -webkit-box-direction: normal;
  background-color: transparent;
  min-width: 196px;
  touch-action: manipulation;
}
.btn-izquierda-form__uno__link:hover {
  stroke: #ffffff;
  fill: #ffffff;
  border-color: #284e80;
  color: #ffffff;
  background: #284e80;
}
@media screen and (max-width: 768px) {
  .btn-izquierda-form__uno__link {
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
  }
}

.cta-link-centrado {
  justify-content: center;
  -webkit-box-pack: center;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .cta-link-centrado {
    margin-top: 16px;
  }
}
.cta-link-centrado__contenedor__link {
  outline-offset: 0.25em;
  outline-color: #1c6bba;
  line-height: 1.375rem;
  padding: 12px 0;
  stroke: #1c6bba;
  color: #1c6bba;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 500;
  -webkit-box-direction: normal;
}
.cta-link-centrado__contenedor__link:hover {
  outline-color: #141414;
  stroke: #141414;
  color: #141414;
}
.cta-link-centrado__contenedor__link:hover .flecha {
  outline-color: #141414;
  stroke: #141414;
  color: #141414;
}
.cta-link-centrado__contenedor__link .flecha {
  white-space: nowrap;
  display: inline;
  outline-color: #1c6bba;
  stroke: #1c6bba;
  color: #1c6bba;
}
.cta-link-centrado__contenedor__link .flecha .img {
  margin-left: 0.5em;
  top: 1px;
  position: relative;
  vertical-align: baseline;
}

.cta-link-izquierda {
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .cta-link-izquierda {
    margin-top: 16px;
  }
}
.cta-link-izquierda__contenedor__link {
  outline-offset: 0.25em;
  outline-color: #1c6bba;
  line-height: 1.375rem;
  padding: 12px 0;
  stroke: #1c6bba;
  color: #1c6bba;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 500;
  -webkit-box-direction: normal;
}
.cta-link-izquierda__contenedor__link:hover {
  outline-color: #141414;
  stroke: #141414;
  color: #141414;
}
.cta-link-izquierda__contenedor__link:hover .flecha {
  outline-color: #141414;
  stroke: #141414;
  color: #141414;
}
.cta-link-izquierda__contenedor__link .flecha {
  white-space: nowrap;
  display: inline;
  outline-color: #1c6bba;
  stroke: #1c6bba;
  color: #1c6bba;
}
.cta-link-izquierda__contenedor__link .flecha .img {
  margin-left: 0.5em;
  top: 1px;
  position: relative;
  vertical-align: baseline;
}
.cta-link-izquierda .width-cien.width-cien {
  width: 100%;
}

.cta-link-centradoblanco {
  justify-content: center;
  -webkit-box-pack: center;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .cta-link-centradoblanco {
    margin-top: 16px;
  }
}
.cta-link-centradoblanco__contenedor__link {
  outline-offset: 0.25em;
  outline-color: #ffffff;
  line-height: 1.375rem;
  padding: 12px 0;
  stroke: #ffffff;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 500;
  -webkit-box-direction: normal;
}
.cta-link-centradoblanco__contenedor__link:hover {
  outline-color: #a3a3a3;
  stroke: #a3a3a3;
  color: #a3a3a3;
}
.cta-link-centradoblanco__contenedor__link:hover .flecha {
  outline-color: #a3a3a3;
  stroke: #a3a3a3;
  color: #a3a3a3;
}
.cta-link-centradoblanco__contenedor__link .flecha {
  white-space: nowrap;
  display: inline;
  outline-color: #ffffff;
  stroke: #ffffff;
  color: #ffffff;
}
.cta-link-centradoblanco__contenedor__link .flecha .img {
  margin-left: 0.5em;
  top: 1px;
  position: relative;
  vertical-align: baseline;
}

.contenedor-formulario {
  padding-right: 200px;
  padding-left: 200px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-sizing: border-box;
  padding-bottom: 106.4px;
}
@media screen and (max-width: 768px) {
  .contenedor-formulario {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 64px;
  }
}
.contenedor-formulario__cformulario {
  padding: 48px 68px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contenedor-formulario__cformulario {
    padding: 48px;
  }
}
.contenedor-formulario__cformulario__ctitulo {
  text-align: center;
  -webkit-box-direction: normal;
}
.contenedor-formulario__cformulario__ctitulo__subtiulo {
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.contenedor-formulario__cformulario__ctitulo__titulo {
  line-height: 1.1;
  font-weight: 500;
  font-size: 2.5rem;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contenedor-formulario__cformulario__ctitulo__titulo {
    line-height: 1.125;
    font-size: 2rem;
  }
}
.contenedor-formulario__cformulario__ctitulo__espacio {
  width: 32px;
  flex-basis: 32px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-shrink: 0;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-sizing: border-box;
}
.contenedor-formulario__cformulario__ctitulo__ctexto {
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-sizing: border-box;
}
.contenedor-formulario__cformulario__ctitulo__ctexto .privacidad {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 300;
  word-wrap: normal;
  margin: 0;
  text-align: center;
  color: #1c6bba;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .contenedor-formulario__cformulario__ctitulo__ctexto .privacidad {
    text-align: left;
  }
}
.contenedor-formulario__cformulario__ctitulo__ctexto__texto {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 300;
  word-wrap: normal;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contenedor-formulario__cformulario__ctitulo__ctexto__texto {
    text-align: left;
  }
}
.contenedor-formulario__cformulario__ctitulo__ctexto .texto-izquierda.texto-izquierda {
  text-align: left;
}
.contenedor-formulario__cformulario__ctitulo .texto-izquierda.texto-izquierda {
  text-align: left;
}
.contenedor-formulario__cformulario .espacio-formulario {
  width: 48px;
  flex-basis: 48px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-shrink: 0;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-sizing: border-box;
}
.contenedor-formulario__cformulario .formulario__uno {
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-wrap: nowrap;
  -webkit-box-lines: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-sizing: border-box;
}
.contenedor-formulario__cformulario .formulario__uno__dos {
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-wrap: nowrap;
  -webkit-box-lines: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-sizing: border-box;
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-wrap: nowrap;
  -webkit-box-lines: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contenedor-formulario__cformulario .formulario__uno__dos__tres {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres .hidden.hidden {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .contenedor-formulario__cformulario .formulario__uno__dos__tres .hidden.hidden {
    display: none;
  }
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor {
  width: 100%;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-shrink: 1;
  flex-basis: auto;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput {
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-shrink: 1;
  flex-basis: auto;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .input {
  line-height: 1.5;
  font-size: 1rem;
  background-color: #ffffff;
  border-color: #d5d5d5;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 6px;
  padding-top: 24px;
  outline: 0;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-weight: 300;
  margin: 0;
  box-sizing: border-box;
  resize: none;
  user-select: none;
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .input:focus {
  border-color: #1c6bba;
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .input:-webkit-autofill, .contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .input:-webkit-autofill:hover, .contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .select {
  color: #141414;
  background-image: url("../../images/flecha2.svg");
  padding-right: 45px;
  text-overflow: ellipsis;
  background-repeat: no-repeat;
  background-position: right 18px top 51%;
  background-size: 15px 7px;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 1rem;
  border-color: #d5d5d5;
  padding-left: 15px;
  padding-bottom: 6px;
  padding-top: 24px;
  outline: 0px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-weight: 300;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .select {
    overflow: hidden;
  }
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .select:focus {
  border-color: #1c6bba;
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .select:-webkit-autofill, .contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .select:-webkit-autofill:hover, .contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .input:focus ~ .label,
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .input:not(:placeholder-shown) ~ .label,
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .select:focus ~ .label,
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .select:not([value=""]):valid ~ .label {
  font-size: 12px;
  transform: translateY(8px);
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__cinput .label {
  top: 0;
  pointer-events: none;
  position: absolute;
  font-size: 16px;
  transform: translateY(17px);
  transition-timing-function: ease-out;
  transition-duration: 60ms;
  transition-property: font-size, transform;
  -webkit-transition-property: font-size, transform;
  -moz-transition-property: font-size, transform;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres__contenedor__espacio {
  width: 16px;
  flex-basis: 16px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-shrink: 0;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-sizing: border-box;
}
.contenedor-formulario__cformulario .formulario__uno__dos__tres__espacio {
  width: 16px;
  flex-basis: 16px;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-shrink: 0;
  flex-grow: 0;
  -webkit-box-flex: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  box-sizing: border-box;
}

.sin-padding.sin-padding {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .sin-padding.sin-padding {
    padding-right: 0;
    padding-left: 0;
  }
}
.sin-padding.sin-padding .contenedor-formulario__cformulario {
  padding: 0px 48px 48px;
}
@media screen and (max-width: 768px) {
  .sin-padding.sin-padding .contenedor-formulario__cformulario {
    padding: 48px 0;
  }
}

/*  Pages  */
.modal-cookies {
  z-index: 1000000000;
}
.modal-cookies .back-modal {
  height: max-content;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-cookies .back-modal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 45%;
}
@media screen and (max-width: 768px) {
  .modal-cookies .back-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}
.modal-cookies .back-modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}
.modal-cookies .back-modal .modal-dialog .modal-content .modal-body {
  padding: 1.5rem;
  text-align: center;
}
.modal-cookies .back-modal .modal-dialog .modal-content .modal-body .logo {
  margin-bottom: 18px;
}
.modal-cookies .back-modal .modal-dialog .modal-content .modal-body .logo img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .modal-cookies .back-modal .modal-dialog .modal-content .modal-body .logo img {
    width: 50%;
  }
}
.modal-cookies .back-modal .modal-dialog .modal-content .modal-body .texto {
  text-align: left;
  font-weight: 900;
  font-size: 16px;
  color: #707070;
}
.modal-cookies .back-modal .modal-dialog .modal-content .modal-body .texto a {
  color: #1c6bba;
}
.modal-cookies .back-modal .modal-dialog .modal-content .modal-body .texto a:hover {
  color: #00284E;
}
.modal-cookies .back-modal .modal-dialog .modal-content .modal-body .btn-izquierda.btn-izquierda {
  justify-content: center;
  -webkit-box-pack: center;
}
.modal-cookies .back-modal .modal-dialog .modal-content .modal-body .btn-izquierda.btn-izquierda button {
  background-color: transparent;
}
.modal-cookies .back-modal .modal-dialog .modal-content .modal-body .btn-izquierda.btn-izquierda button:hover {
  background-color: #1c6bba;
  color: #ffffff;
}

/*  Partials  */
.menu {
  background-color: #fafafa;
  padding: 18px 12px 18px 0;
  max-height: 64px;
  position: fixed;
  top: 0;
  z-index: 99999;
}
.menu__row {
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.menu__row .fondo-menu-abierto {
  z-index: 1000;
  opacity: 1;
  width: 70%;
  max-height: 100vh;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  display: block;
  visibility: visible;
  left: 0;
}
@media screen and (max-width: 768px) {
  .menu__row .fondo-menu-abierto {
    display: none;
  }
}
.menu__nombre-dealer {
  width: max-content;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.menu__nombre-dealer__link {
  text-decoration: none;
  color: transparent;
  margin-left: 16px;
  padding: 0 8px;
}
.menu__nombre-dealer__link:hover {
  color: transparent;
  text-decoration: none;
}
.menu__nombre-dealer__logo {
  width: 110px;
  height: 10px;
}
.menu__nombre-dealer__span {
  font-size: 1.2rem;
  padding: 0 8px;
}
.menu__nombre-dealer__nombre {
  color: #707070;
  width: max-content;
  display: inline-block;
  margin: 0;
  line-height: 1.125;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.menu__contenedor-tel {
  position: absolute;
  right: 55px;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .menu__contenedor-tel {
    right: 70px;
  }
}
.menu__contenedor-tel__link {
  text-decoration: none;
}
.menu__contenedor-tel__link:hover svg {
  fill: #707070;
}
.menu__contenedor-tel__img-circulotel {
  width: 35px;
  height: 35px;
  min-height: 1px;
  margin: 0 5px;
}
.menu__contenedor-tel__img-telefono {
  width: 25px;
  height: 25px;
  min-height: 1px;
  margin: 0 5px;
  fill: #1e1e1e;
}
.menu__hamburguesa {
  width: max-content;
  margin-right: 10px;
  padding: 0 8px;
}
.menu__hamburguesa__btn {
  cursor: pointer;
  background: transparent;
  border: none;
}
.menu__hamburguesa__btn:hover {
  background-color: #ebebeb;
  border-radius: 4px;
}
.menu__hamburguesa__icon {
  width: 24px;
  padding: 4px 0;
}
.menu .menu-desplegado-hamburguesa {
  opacity: 0;
}
.menu__oculto {
  display: none;
}
.menu__oculto__back {
  opacity: 0;
  height: 100vh;
  max-width: 0;
  visibility: hidden;
  transition: all 2s ease-in-out, display 4s ease;
}
.menu__desplegado {
  z-index: 999;
  opacity: 1;
  background-color: rgba(20, 20, 20, 0.8);
  width: 100%;
  max-height: 100vh;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  display: block;
  visibility: visible;
  transition: all 2s ease-in-out, display 4s ease;
}
@media screen and (max-width: 768px) {
  .menu__desplegado {
    opacity: 1;
  }
}
.menu__desplegado__back {
  z-index: 9999;
  width: 30%;
  max-width: 30%;
  right: 0;
  top: 0;
  position: absolute;
  background-color: #ffffff;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 2s ease-in-out;
  display: block;
}
@media screen and (max-width: 768px) {
  .menu__desplegado__back {
    width: 100%;
    max-width: 100%;
  }
}
.menu__desplegado .lista-titulo {
  padding: 18px 12px 12px 0;
  display: inline-flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
.menu__desplegado .lista-titulo__nombre-dealer {
  width: max-content;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.menu__desplegado .lista-titulo__nombre-dealer__link {
  text-decoration: none;
  color: transparent;
  margin-left: 16px;
  padding: 0 8px;
}
.menu__desplegado .lista-titulo__nombre-dealer__link:hover {
  color: transparent;
  text-decoration: none;
}
.menu__desplegado .lista-titulo__nombre-dealer__logo {
  width: 98px;
  height: 8px;
}
.menu__desplegado .lista-titulo__nombre-dealer__span {
  font-size: 1.2rem;
  padding: 0 8px;
}
.menu__desplegado .lista-titulo__nombre-dealer__nombre {
  color: #707070;
  width: max-content;
  display: inline-block;
  margin: 0;
  line-height: 1.125;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.menu__desplegado .lista-titulo__btn-cerrar {
  width: max-content;
  padding: 0 5px;
}
.menu__desplegado .lista-titulo__btn-cerrar__btn {
  cursor: pointer;
  background: transparent;
  border: none;
  background-color: #ffffff;
}
.menu__desplegado .lista-titulo__btn-cerrar__btn:hover {
  background-color: #ebebeb;
  border-radius: 4px;
}
.menu__desplegado .lista-titulo__btn-cerrar__icon {
  width: 24px;
  padding: 4px 0;
}
.menu__desplegado .lista-links {
  list-style: none;
  padding: 0;
}
.menu__desplegado .lista-links__opciones {
  height: 48px;
  max-height: 48px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
.menu__desplegado .lista-links__opciones:hover {
  background-color: #fafafa;
}
.menu__desplegado .lista-links__link {
  text-decoration: none;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  -webkit-font-smoothing: auto;
  width: 100%;
  padding: 0 24px 0 24px;
}
.menu__desplegado .lista-links__texto {
  font-style: normal;
  color: #141414;
  line-height: 1.4;
  font-size: 20px;
}

/*  Redes Sociales  */
.redessociales {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 300;
  margin: 0;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  justify-content: center;
  -webkit-box-pack: center;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  align-items: center;
  -webkit-box-align: center;
}
.redessociales__contenedor {
  width: 100%;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
  padding: 0 24px 0 24px;
  letter-spacing: unset;
  text-transform: unset;
}
.redessociales__contenedor__listaopciones {
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  letter-spacing: unset;
  text-transform: unset;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .redessociales__contenedor__listaopciones {
    -webkit-box-lines: multiple;
    justify-content: center;
    -webkit-box-pack: center;
  }
}
.redessociales__contenedor__listaopciones__opcion {
  display: inline;
  box-sizing: border-box;
  letter-spacing: unset;
  text-transform: unset;
}
.redessociales__contenedor__listaopciones__opcion__link {
  background: unset;
  border-bottom: unset;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  border: unset;
  margin-top: 4px;
  box-sizing: border-box;
  text-decoration: none;
  transition: color 150ms ease;
  -webkit-transition: color 150ms ease;
  -moz-transition: color 150ms ease;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
.redessociales__contenedor__listaopciones__opcion__link:hover {
  color: #1c6bba;
}
@media screen and (max-width: 768px) {
  .redessociales__contenedor__listaopciones__opcion__link {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.redessociales__contenedor__listaopciones__opcion__link .img {
  max-width: 24px;
  width: 100%;
  max-height: 24px;
  height: 100%;
  min-height: 1px;
  object-fit: cover;
}

/*  Disclaimer  */
.disclaimer {
  padding-top: 53.24px;
  padding-bottom: 106.24px;
  margin-bottom: 0;
  margin-top: 0;
  width: calc(100% - 48px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1232px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .disclaimer {
    padding-top: 32px;
    padding-bottom: 64px;
    margin-right: 0px;
    margin-left: 0px;
    width: calc(100% + 0px);
  }
}
.disclaimer__contenedor {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: stretch;
  -ms-grid-row-align: stretch;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .disclaimer__contenedor {
    padding: 0 24px;
  }
}
.disclaimer__contenedor__uno {
  align-self: center;
  -ms-grid-row-align: center;
  text-align: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  width: 100%;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .disclaimer__contenedor__uno {
    align-self: stretch;
    text-align: left;
  }
}
.disclaimer__contenedor__uno__dos {
  font-weight: 300;
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
.disclaimer__contenedor__uno__dos__texto {
  margin: 0;
  font-weight: 300;
  text-align: center;
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .disclaimer__contenedor__uno__dos__texto {
    text-align: left;
  }
}

/*  Footer  */
.footer {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 300;
  margin: 0;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  justify-content: center;
  -webkit-box-pack: center;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  align-items: center;
  -webkit-box-align: center;
  background-color: #fafafa;
}
.footer__contenedor {
  width: 100%;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
  background-color: #fafafa;
  padding: 0 24px 0 24px;
  letter-spacing: unset;
  text-transform: unset;
}
.footer__contenedor__listaopciones {
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  letter-spacing: unset;
  text-transform: unset;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 768px) {
  .footer__contenedor__listaopciones {
    -webkit-box-lines: multiple;
    justify-content: center;
    -webkit-box-pack: center;
  }
}
.footer__contenedor__listaopciones__opcion {
  display: inline;
  box-sizing: border-box;
  letter-spacing: unset;
  text-transform: unset;
}
.footer__contenedor__listaopciones__opcion__link {
  background: unset;
  border-bottom: unset;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  border: unset;
  margin-top: 4px;
  box-sizing: border-box;
  text-decoration: none;
  transition: color 150ms ease;
  -webkit-transition: color 150ms ease;
  -moz-transition: color 150ms ease;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
.footer__contenedor__listaopciones__opcion__link:hover {
  color: #1c6bba;
}
.footer__contenedor__copyright {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__contenedor__copyright {
    padding-top: 8px;
  }
}

.mapa {
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1132px;
  padding-bottom: 106.4px;
}
@media screen and (max-width: 768px) {
  .mapa {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 0px);
    padding-bottom: 64px;
  }
}
.mapa img {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
