@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;
}

@font-face {
  font-family: "Volvo-Novum-Light";
  src: url("./font/Volvo-Novum-Light.ttf");
}
@font-face {
  font-family: "Volvo-Novum-Regular";
  src: url("./font/Volvo-Novum-Regular.ttf");
}
@font-face {
  font-family: "Volvo-Novum-Medium";
  src: url("./font/Volvo-Novum-Medium.ttf");
}
@font-face {
  font-family: "Volvo-Novum-Bold";
  src: url("./font/Volvo-Novum-Bold.ttf");
}
/*Componentes*/
.hero {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
.hero__row {
  padding: 64px 80px 176px 80px;
  min-height: 100vh;
  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: 39vw;
  }
}
@media screen and (max-width: 768px) {
  .hero__row {
    padding: 0px 16px 64px 16px;
    min-height: 449px;
  }
}
.hero .texto-inicio.texto-inicio {
  justify-content: flex-start;
  flex-direction: column;
}
.hero .texto-inicio.texto-inicio .hero__texto__titulo {
  font-size: 3.5rem;
  text-align: left;
  max-width: 90%;
  margin-left: 0;
}
.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;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .hero__back__img {
    background-position: 25% 0%;
    background-size: contain;
  }
}
.hero__texto {
  text-align: center;
  max-width: 100%;
  align-self: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-basis: auto;
  flex-shrink: 1;
  z-index: 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: auto;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero__texto__titulo {
    font-size: 2.2rem;
  }
}
.hero__barra-negra {
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  position: absolute;
  top: 0;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero__barra-negra {
    position: relative;
  }
}
.hero__barra-negra img {
  width: 144px;
  height: 10px;
}
/* //////////////  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 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .img-texto {
    margin-right: 0;
    margin-left: 0;
    width: calc(100% + 0px);
    margin-bottom: 25px;
  }
}
.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;
  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;
  width: 100%;
}
@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 52%;
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-start;
  -webkit-box-pack: start;
  margin: 0;
  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 {
  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__contenedorImg__primero__segundo__img .img-derecha.img-derecha {
  object-position: 70% center;
}
.img-texto__row__contenedorImg__primero__segundo .img-cien.img-cien {
  padding: 0 0 100% 0;
}
.img-texto__row__contenedorImg__primero__segundo .img-cien-diez.img-cien-diez {
  padding: 0 0 110% 0;
}
.img-texto__row__contenedorImg__primero__segundo .img-cien-veinte.img-cien-veinte {
  padding: 0 0 120% 0;
}
.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: 1.4rem;
  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.2rem;
    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: 0.9rem;
  max-width: 100%;
  white-space: pre-line;
  margin: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .img-texto__row__contenedorTexto__1__2__3__texto {
    text-align: left;
  }
}
.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;
  }
}

.hero-banner {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
.hero-banner__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-banner__row {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner__row {
    padding: 0px 16px 64px 16px;
    min-height: 462px;
  }
}
.hero-banner__back {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero-banner__back__img {
  min-height: 1px;
  height: 100%;
  width: 100%;
  display: block;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .hero-banner__back__img {
    background-position: 25% 100%;
    background-size: cover;
  }
}
.hero-banner__texto {
  text-align: center;
  max-width: 100%;
  align-self: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-basis: auto;
  flex-shrink: 1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero-banner__texto {
    pointer-events: auto;
    flex-grow: 0;
    -webkit-box-flex: 0;
  }
}
.hero-banner__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-banner__texto__espacio {
    flex-grow: 0;
    -webkit-box-flex: 0;
    pointer-events: auto;
  }
}
.hero-banner__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-banner__texto__titulo {
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 400;
  white-space: pre-line;
  align-self: center;
  -ms-grid-row-align: center;
  max-width: 85%;
  margin: auto;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero-banner__texto__titulo {
    font-size: 2.2rem;
  }
}

/* //////////////  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 .texto-mitad__row__contenedorImg__primero {
  justify-content: flex-start;
  -webkit-box-pack: start;
}
@media screen and (max-width: 768px) {
  .reversa.reversa .texto-mitad__row__contenedorImg__primero {
    justify-content: center;
    -webkit-box-pack: center;
  }
}

/* //////////////  Componente imagen y texto  /////////////// */
.texto-mitad {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .texto-mitad {
    margin-right: 0;
    margin-left: 0;
    width: calc(100% + 0px);
  }
}
.texto-mitad__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) {
  .texto-mitad__cTexto {
    text-align: center;
    padding-right: 24px;
    padding-left: 24px;
    width: calc(100% + 0px);
    max-width: 1232px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.texto-mitad__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) {
  .texto-mitad__cTexto__titulo {
    line-height: 1.125;
    font-size: 1.5rem;
  }
}
.texto-mitad__row {
  margin: 0;
  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;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .texto-mitad__row {
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    height: 100%;
  }
}
.texto-mitad__row__contenedorImg {
  flex: 1 1 52%;
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-start;
  -webkit-box-pack: start;
  margin: 0;
  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) {
  .texto-mitad__row__contenedorImg {
    margin: 0;
  }
}
.texto-mitad__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) {
  .texto-mitad__row__contenedorImg__primero {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    justify-content: center;
    -webkit-box-pack: center;
  }
}
.texto-mitad__row__contenedorImg__primero__segundo {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .texto-mitad__row__contenedorImg__primero__segundo {
    max-width: 1232.4px;
  }
}
.texto-mitad__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) {
  .texto-mitad__row__contenedorImg__primero__segundo__img {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 75%;
    padding-left: 0px;
  }
}
.texto-mitad__row__contenedorImg__primero__segundo__img img {
  object-position: center center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 1;
  position: absolute;
}
.texto-mitad__row .alineado-arriba.alineado-arriba {
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .texto-mitad__row .alineado-arriba.alineado-arriba {
    align-self: center;
  }
}
.texto-mitad__row .fondo-azul-uno {
  background-color: rgba(91, 127, 149, 0.85);
}
.texto-mitad__row .fondo-azul-dos {
  background-color: rgba(189, 214, 230, 0.5);
}
.texto-mitad__row__contenedorTexto {
  padding: 0;
  margin: 0;
  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%;
  height: 100%;
  /*flex-basis: auto;
  flex-shrink: 1;*/
}
@media screen and (max-width: 768px) {
  .texto-mitad__row__contenedorTexto {
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 0px;
  }
}
.texto-mitad__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) {
  .texto-mitad__row__contenedorTexto__1 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    justify-content: center;
    -webkit-box-pack: center;
    margin-top: 0;
  }
}
.texto-mitad__row__contenedorTexto__1__2 {
  max-width: 75%;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .texto-mitad__row__contenedorTexto__1__2 {
    max-width: 1232.4px;
    margin-top: 0px;
    margin-right: auto;
  }
}
.texto-mitad__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  /////////////// */
}
@media screen and (max-width: 768px) {
  .texto-mitad__row__contenedorTexto__1__2__3 {
    padding-bottom: 15px;
  }
}
.texto-mitad__row__contenedorTexto__1__2__3__titulo {
  line-height: 1.125;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  white-space: pre-line;
  margin: 0;
  width: 100%;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .texto-mitad__row__contenedorTexto__1__2__3__titulo {
    text-align: left;
    line-height: 1.1666666667;
    font-size: 1.2rem;
    margin-top: 0px;
  }
}
.texto-mitad__row__contenedorTexto__1__2__3 .desactivado.desactivado {
  display: none;
}
.texto-mitad__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;
}
.texto-mitad__row__contenedorTexto__1__2__3__texto {
  font-weight: 300;
  line-height: 1.5;
  font-size: 0.95rem;
  max-width: 100%;
  white-space: pre-line;
  margin: 0;
  color: #ffffff;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .texto-mitad__row__contenedorTexto__1__2__3__texto {
    text-align: left;
  }
}
.texto-mitad__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) {
  .texto-mitad__row__contenedorTexto__1__2__3__espacioBtn {
    width: 40px;
    flex-basis: 40px;
  }
}
.texto-mitad__row__contenedorTexto__1 .width-mitad.width-mitad {
  max-width: 60%;
}
.texto-mitad__row .alineacion-arriba.alineacion-arriba {
  justify-content: flex-start;
}
.texto-mitad__row .alineacion-arriba.alineacion-arriba .texto-mitad__row__contenedorTexto__1 {
  margin-top: 8%;
}
@media screen and (max-width: 768px) {
  .texto-mitad__row .alineacion-arriba.alineacion-arriba .texto-mitad__row__contenedorTexto__1 {
    margin-top: 0;
  }
}
.texto-mitad__Irow {
  padding: 0px;
  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) {
  .texto-mitad__Irow {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  .texto-mitad__Irow {
    padding: 0;
    min-height: 462px;
  }
}
.texto-mitad__back {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.texto-mitad__back__img {
  min-height: 1px;
  height: 100%;
  width: 100%;
  display: block;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.texto-mitad__back__img img {
  object-fit: cover;
  object-position: center;
  opacity: 1;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .texto-mitad__back__img img {
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: opacity;
  }
}
.texto-mitad__back__img .img-mitad.img-mitad {
  width: 50%;
  right: 0;
}

.producto-lista {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 50px;
  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: 1.4rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  margin-bottom: 48px;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .producto-lista__uno__dos__tres__cuatro__titulo {
    margin-bottom: 32px;
    line-height: 1.1666666667;
    font-size: 1.3rem;
  }
}
.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 auto;
  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;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos {
    margin: 0 -8px;
    width: 100%;
  }
}
.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 {
  z-index: 99;
  width: 20px;
  height: 20px;
  left: -25%;
}
@media screen and (max-width: 768px) {
  .producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .slick-prev.slick-prev {
    left: 0%;
  }
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .slick-prev.slick-prev::before {
  content: url("../../images/modelo/flecha1.svg");
  transition: all 1.5s ease-in-out;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .slick-prev.slick-disabled:before, .producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .slick-next.slick-disabled:before {
  opacity: 0.3;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .slick-next.slick-next {
  z-index: 99;
  width: 20px;
  height: 20px;
  right: -25%;
}
@media screen and (max-width: 768px) {
  .producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .slick-next.slick-next {
    right: 0%;
  }
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .slick-next.slick-next::before {
  content: url("../../images/modelo/flecha.svg");
  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: 18px;
  content: "■";
}
.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: 1.2rem;
  letter-spacing: 0.02em;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  color: #141414;
  text-align: center;
}
.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: 0.8rem;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  color: #141414;
  text-align: center;
  width: 100%;
}
.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: transparent;
  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 70% 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: contain;
  opacity: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}
.producto-lista__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatro .cmodelo__uno__img .cincuenta.cincuenta {
  padding: 0 0 50% 0;
}

.col-img {
  padding-top: 50px;
  padding-bottom: 50px;
  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-img {
    padding-bottom: 64px;
    padding-top: 0;
  }
}
.col-img__ctitulo {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.col-img__ctitulo__uno {
  align-items: center;
  -webkit-box-align: center;
  margin: 0 auto;
  max-width: 100%;
  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-img__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-img__ctitulo__uno__dos {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 25px;
  }
}
.col-img__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-img__ctitulo__uno__dos__titulo {
    width: 100%;
    line-height: 1.1666666667;
    font-size: 1.5rem;
  }
}
.col-img__cimgTexto {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .col-img__cimgTexto {
    width: 100%;
  }
}
.col-img__cimgTexto__uno {
  align-items: center;
  -webkit-box-align: center;
  margin: 0 auto;
  max-width: 100%;
  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-img__cimgTexto__uno .grande.grande {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .col-img__cimgTexto__uno .grande.grande {
    width: 100%;
  }
}
.col-img__cimgTexto__uno .grande.grande .col-imgTexto__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-img__cimgTexto__uno .extragrande.extragrande {
  width: 100%;
  max-width: 100%;
}
.col-img__cimgTexto__uno .extragrande.extragrande .col-imgTexto__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-img__cimgTexto__uno .mediano.mediano {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .col-img__cimgTexto__uno .mediano.mediano {
    width: 100%;
  }
}
.col-img__cimgTexto__uno .mediano.mediano .col-imgTexto__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-img__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-img__cimgTexto__uno__dos__tres {
  justify-content: center;
  -webkit-box-pack: center;
  flex: 1 1 auto;
  align-self: auto;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .col-img__cimgTexto__uno__dos__tres {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    justify-content: center;
    -webkit-box-pack: center;
  }
}
.col-img__cimgTexto__uno__dos__tres__cuatro {
  max-width: 1232.4px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .col-img__cimgTexto__uno__dos__tres__cuatro {
    margin-top: 25px;
  }
}
.col-img__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: 90%;
  flex-grow: 0;
  -webkit-box-flex: 0;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .col-img__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-img__cimgTexto__uno__dos__tres__cuatro__cinco .hidden.hidden {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .col-img__cimgTexto__uno__dos__tres__cuatro__cinco .hidden.hidden {
    display: none;
  }
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco .slick-dots.slick-dots li button:before {
  font-size: 10px;
}
.col-img__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%;
  opacity: 1;
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img {
  margin: 0 0 24px 0;
  padding: 0 0 55% 0;
  overflow: hidden;
  max-height: 100%;
  min-height: 1px;
  height: auto;
  width: 100%;
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img .img {
  object-position: center center;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  position: absolute;
  width: 100%;
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img .img-contenedor.img-contenedor {
  object-fit: contain;
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img .img-izq.img-izq {
  object-position: 100% 0%;
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor .img-grande.img-grande {
  padding: 0 0 75% 0;
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto {
  max-width: 100%;
  width: 100%;
  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-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto .centrar.centrar {
  text-align: center;
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__link {
  color: #141414;
  text-decoration: none;
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__link:hover h3 {
  color: #a3a3a3;
  transition: color 0.2s ease;
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__titulo {
  line-height: 1.4;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  text-align: center;
  color: #141414;
  text-transform: uppercase;
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto .titulo-cinco-vehiculos.titulo-cinco-vehiculos {
  font-size: 1rem;
}
.col-img__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-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__texto {
  font-weight: 300;
  line-height: 1.5;
  font-size: 1rem;
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__texto__p {
  margin: 0;
}
.col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor .col-img-hover {
  position: absolute;
  bottom: 0;
  opacity: 0;
}
.col-img__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-img__cimgTexto__uno__dos__tres__cuatro__cinco__espacio {
    width: 32px;
    flex-basis: 32px;
  }
}
.col-img__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .col-img__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande {
    flex-wrap: nowrap;
  }
}
.col-img__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande .col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor {
  flex-basis: 48%;
}
.col-img__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande .col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor .col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto {
  margin-bottom: 24px;
}
.col-img__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .col-img__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano {
    flex-wrap: nowrap;
  }
}
.col-img__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano .col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor {
  flex-basis: 31%;
}
.col-img__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano .col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor .col-img__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto {
  margin-bottom: 24px;
}
.col-img__cimgTexto__uno__dos__tres__cuatro .vehiculos-cinco.vehiculos-cinco {
  width: 100%;
}

.col-imgTexto {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  overflow: hidden;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .col-imgTexto {
    padding-bottom: 64px;
    padding-top: 0;
  }
}
.col-imgTexto__ctitulo {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.col-imgTexto__ctitulo__uno {
  align-items: center;
  -webkit-box-align: center;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  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: 1.4rem;
  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: 100%;
  margin: 0 auto;
  max-width: 100%;
}
@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: 100%;
  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__dos {
  align-items: center;
  -webkit-box-align: center;
  margin: 0 auto;
  max-width: 100%;
  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;
    width: 100%;
  }
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro {
  max-width: 100%;
  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%;
  width: 320px;
  height: 305px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor {
    min-width: 345px;
  }
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor .fondo-negro {
  width: 100%;
  height: 0px;
  max-height: 0;
  background: rgba(20, 20, 20, 0.8);
  position: absolute;
  z-index: 1;
  visibility: hidden;
  bottom: 0;
  transition: 0.5s height ease;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img {
  margin: 0 0 24px 0;
  padding: 0 0 95% 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: 95%;
  width: 100%;
  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;
  position: absolute;
  left: 2.5%;
  bottom: 8%;
  z-index: 2;
}
.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 auto;
  color: #ffffff;
  width: 90%;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__line {
  height: 3px;
  border-color: #ffffff;
  margin: 0;
  width: 20%;
  opacity: 1;
  background: #ffffff;
  margin-top: 5px;
  margin-left: 5%;
}
.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: 0.75rem;
  color: #ffffff;
  width: 90%;
  display: none;
  margin: 0 auto;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__texto__p {
  margin: 0;
  text-align: justify;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor .centrado-alto.centrado-alto {
  bottom: 50%;
  transform: translateY(50%);
}
.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;
}
.col-imgTexto__cimgTexto__uno__dos__tres__cuatro .vehiculos-cinco.vehiculos-cinco {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sin-padding.sin-padding {
    padding-bottom: 0;
  }
}

.col-imgTextoMaterial {
  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-imgTextoMaterial {
    padding-bottom: 64px;
    padding-top: 0;
  }
}
.col-imgTextoMaterial__ctitulo {
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1232px;
}
.col-imgTextoMaterial__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-imgTextoMaterial__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-imgTextoMaterial__ctitulo__uno__dos {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 25px;
  }
}
.col-imgTextoMaterial__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-imgTextoMaterial__ctitulo__uno__dos__titulo {
    width: 100%;
    line-height: 1.1666666667;
    font-size: 1.5rem;
  }
}
.col-imgTextoMaterial__cimgTexto {
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1232px;
}
@media screen and (max-width: 768px) {
  .col-imgTextoMaterial__cimgTexto {
    width: 100%;
  }
}
.col-imgTextoMaterial__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-imgTextoMaterial__cimgTexto__uno .grande.grande {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .col-imgTextoMaterial__cimgTexto__uno .grande.grande {
    width: 100%;
  }
}
.col-imgTextoMaterial__cimgTexto__uno .grande.grande .col-imgTexto__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-imgTextoMaterial__cimgTexto__uno .extragrande.extragrande {
  width: 100%;
}
.col-imgTextoMaterial__cimgTexto__uno .extragrande.extragrande .col-imgTexto__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-imgTextoMaterial__cimgTexto__uno .mediano.mediano {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .col-imgTextoMaterial__cimgTexto__uno .mediano.mediano {
    width: 100%;
  }
}
.col-imgTextoMaterial__cimgTexto__uno .mediano.mediano .col-imgTexto__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-imgTextoMaterial__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-imgTextoMaterial__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;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .col-imgTextoMaterial__cimgTexto__uno__dos__tres {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    justify-content: center;
    -webkit-box-pack: center;
  }
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro {
  max-width: 1232.4px;
  margin: 0 auto;
  width: 100%;
}
.col-imgTextoMaterial__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-imgTextoMaterial__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-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco .hidden.hidden {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco .hidden.hidden {
    display: none;
  }
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco .slick-dots.slick-dots li button:before {
  font-size: 10px;
}
.col-imgTextoMaterial__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%;
  height: 70px;
  position: relative;
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img {
  margin: 0 0 24px 0;
  padding: 0 0 70px 0;
  overflow: hidden;
  max-height: 100%;
  min-height: 1px;
  height: auto;
  width: 100%;
}
.col-imgTextoMaterial__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-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img .img-contenedor.img-contenedor {
  object-fit: contain;
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img .img-izq.img-izq {
  object-position: 100% 0%;
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor .img-cien.img-cien {
  padding: 0 0 100px 0;
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto {
  width: 100%;
  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;
  position: absolute;
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto .centrar.centrar {
  text-align: center;
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__titulo {
  line-height: 1.4;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
  width: max-content;
  margin: 8px auto 0 10px;
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__titulo__back {
  background-color: rgba(20, 20, 20, 0.6);
}
.col-imgTextoMaterial__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-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__texto {
  font-weight: 300;
  line-height: 1.5;
  font-size: 1rem;
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__texto__p {
  margin: 0;
}
.col-imgTextoMaterial__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-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro__cinco__espacio {
    width: 32px;
    flex-basis: 32px;
  }
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande {
    flex-wrap: nowrap;
  }
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande .col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor {
  flex-basis: 48%;
}
.col-imgTextoMaterial__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-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano {
    flex-wrap: nowrap;
  }
}
.col-imgTextoMaterial__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano .col-imgTexto__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor {
  flex-basis: 31%;
}
.col-imgTextoMaterial__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;
}

.hero-home {
  scroll-margin-top: 0px;
  padding: 0;
  padding-top: 0px;
  margin: 0;
  margin-bottom: 0px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .hero-home {
    margin-bottom: 0px;
  }
}
.hero-home__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;
  height: 100vh;
}
@media screen and (max-width: 1367px) {
  .hero-home__row {
    padding: 64px 80px 28% 80px;
  }
}
@media screen and (max-width: 768px) {
  .hero-home__row {
    padding: 64px 16px 64px 16px;
    min-height: 462px;
  }
}
.hero-home__row .buscador {
  position: absolute;
}
.hero-home__back {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #141414;
}
.hero-home__back__img {
  min-height: 1px;
  height: 100%;
  width: 100%;
  display: block;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.hero-home__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-home__back__img img {
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: opacity;
  }
}
.hero-home__back .video-template {
  object-fit: cover;
  object-position: center bottom;
}
.hero-home__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-home__texto {
    pointer-events: auto;
    flex-grow: 0;
    -webkit-box-flex: 0;
  }
}
.hero-home__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-home__texto__espacio {
    flex-grow: 0;
    -webkit-box-flex: 0;
    pointer-events: auto;
  }
}
.hero-home__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-home__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-home__texto__titulo {
    font-size: 2.5rem;
  }
}
.hero-home__texto__titulo__img {
  width: 202px;
  height: 16px;
}
.hero-home__texto__titulo__clista {
  line-height: 12px;
  justify-content: space-between;
  margin: 0 10px;
}
.hero-home__texto__titulo__clista__opciones {
  list-style: none;
  padding: 0;
  width: 50%;
}
.hero-home__texto__titulo__clista__opciones li {
  font-size: 0.8rem;
}
.hero-home__texto__titulo__clista__opciones__suvsedan .suv-modelos, .hero-home__texto__titulo__clista__opciones__suvsedan .sedan-modelos, .hero-home__texto__titulo__clista__opciones__suvsedan .crossover-modelos {
  cursor: default;
  color: #ffffff;
  text-decoration: none;
  margin: 0 8px;
}
.hero-home__texto__titulo__clista__opciones__suvsedan__opciones-dos {
  list-style: none;
  padding: 0;
  visibility: hidden;
}
.hero-home__texto__titulo__clista__opciones__suvsedan__opciones-dos a {
  color: #ffffff;
  text-decoration: none;
}
.hero-home__texto__titulo__clista__opciones__suvsedan__opciones-dos a:hover li {
  color: #707070;
}
.hero-home__texto__titulo__clista__opciones__suvsedan__opciones-dos a li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 6px;
  line-height: normal;
}
.hero-home__texto__titulo__clista .hero-home__texto__titulo__clista__line.hero-home__texto__titulo__clista__line {
  height: 20px;
  width: 1px;
  background-color: #ffffff;
  margin: 8px 0 0;
}
.hero-home__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-home__texto__cbtn {
    display: none;
  }
}
.hero-home__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-home__texto__cbtn__uno__link:hover {
  outline-color: #a3a3a3;
  stroke: #a3a3a3;
  color: #a3a3a3;
  outline-offset: 0.25em;
  text-decoration: none;
}
.hero-home__texto__cbtn__uno__link:hover .flecha {
  outline-color: #a3a3a3;
  stroke: #a3a3a3;
  color: #a3a3a3;
}
.hero-home__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-home__texto__cbtn__uno__link .flecha .img {
  margin-left: 0.55em;
  top: 1px;
  position: relative;
  vertical-align: baseline;
}
.hero-home__clink {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero-home__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-home__clink__uno {
    display: block;
  }
  .hero-home__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-home__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-home__clink__uno__link .flecha .img {
    margin-left: 0.55em;
    top: 1px;
    position: relative;
    vertical-align: baseline;
  }
}

/* //////////////  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 .imgcarrusel-texto__row__contenedorImg__primero {
  justify-content: flex-start;
  -webkit-box-pack: start;
}
@media screen and (max-width: 768px) {
  .reversa.reversa .imgcarrusel-texto__row__contenedorImg__primero {
    justify-content: center;
    -webkit-box-pack: center;
  }
}

/* //////////////  Componente imagen y texto  /////////////// */
.imgcarrusel-texto {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 106.24px;
  margin-bottom: 0;
  width: calc(100% - 48px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1232px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .imgcarrusel-texto {
    margin-right: 0;
    margin-left: 0;
    width: calc(100% + 0px);
  }
}
.imgcarrusel-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) {
  .imgcarrusel-texto__cTexto {
    text-align: center;
    padding-right: 24px;
    padding-left: 24px;
    width: calc(100% + 0px);
    max-width: 1232px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.imgcarrusel-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) {
  .imgcarrusel-texto__cTexto__titulo {
    line-height: 1.125;
    font-size: 1.5rem;
  }
}
.imgcarrusel-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) {
  .imgcarrusel-texto__row {
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
.imgcarrusel-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) {
  .imgcarrusel-texto__row__contenedorImg {
    margin: 0;
  }
}
.imgcarrusel-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) {
  .imgcarrusel-texto__row__contenedorImg__primero {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    justify-content: center;
    -webkit-box-pack: center;
  }
}
.imgcarrusel-texto__row__contenedorImg__primero__segundo {
  max-width: 499.5px;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .imgcarrusel-texto__row__contenedorImg__primero__segundo {
    max-width: 1232.4px;
  }
}
.imgcarrusel-texto__row__contenedorImg__primero__segundo .carrusel-imgGrande__link {
  cursor: pointer;
}
.imgcarrusel-texto__row__contenedorImg__primero__segundo .slick-prev.slick-prev {
  left: 3%;
  z-index: 1;
}
.imgcarrusel-texto__row__contenedorImg__primero__segundo .slick-prev.slick-prev::before {
  color: #141414;
  content: url("../../images/modelo/flecha_23x39.svg");
  opacity: 1;
}
.imgcarrusel-texto__row__contenedorImg__primero__segundo .slick-next.slick-next {
  right: 3%;
}
.imgcarrusel-texto__row__contenedorImg__primero__segundo .slick-next.slick-next::before {
  color: #141414;
  content: url("../../images/modelo/flecha_23x39-1.svg");
  opacity: 1;
}
.imgcarrusel-texto__row__contenedorImg__primero__segundo .slick-prev.slick-disabled:before, .imgcarrusel-texto__row__contenedorImg__primero__segundo .slick-next.slick-disabled:before {
  opacity: 0;
}
.imgcarrusel-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) {
  .imgcarrusel-texto__row__contenedorImg__primero__segundo__img {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 75%;
    padding-left: 0px;
  }
}
.imgcarrusel-texto__row__contenedorImg__primero__segundo__img img {
  object-position: center center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 1;
  position: absolute;
}
.imgcarrusel-texto__row__contenedorImg__primero__segundo .img-nav.img-nav {
  margin-top: 10px;
}
.imgcarrusel-texto__row__contenedorImg__primero__segundo .img-nav.img-nav img {
  width: 90%;
}
.imgcarrusel-texto__row .alineado-arriba.alineado-arriba {
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .imgcarrusel-texto__row .alineado-arriba.alineado-arriba {
    align-self: center;
  }
}
.imgcarrusel-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) {
  .imgcarrusel-texto__row__contenedorTexto {
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 0px;
  }
}
.imgcarrusel-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) {
  .imgcarrusel-texto__row__contenedorTexto__1 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    justify-content: center;
    -webkit-box-pack: center;
  }
}
.imgcarrusel-texto__row__contenedorTexto__1__2 {
  max-width: 365.484px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .imgcarrusel-texto__row__contenedorTexto__1__2 {
    max-width: 1232.4px;
    margin-top: 0px;
    margin-right: auto;
  }
}
.imgcarrusel-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  /////////////// */
}
.imgcarrusel-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) {
  .imgcarrusel-texto__row__contenedorTexto__1__2__3__titulo {
    text-align: left;
    line-height: 1.1666666667;
    font-size: 1.5rem;
    margin-top: 0px;
  }
}
.imgcarrusel-texto__row__contenedorTexto__1__2__3 .desactivado.desactivado {
  display: none;
}
.imgcarrusel-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;
}
.imgcarrusel-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;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .imgcarrusel-texto__row__contenedorTexto__1__2__3__texto {
    text-align: left;
    font-size: 1rem;
  }
}
.imgcarrusel-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) {
  .imgcarrusel-texto__row__contenedorTexto__1__2__3__espacioBtn {
    width: 40px;
    flex-basis: 40px;
  }
}

.galeriaModal.galeriaModal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 100%;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content {
  border-radius: 0;
  height: 100%;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .modal-body .contenedor-btn {
  position: relative;
  height: 26px;
  margin: 5px auto;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .modal-body .contenedor-btn .cerrar {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0%;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .modal-body .contenedor-btn .cerrar img {
  width: 42px;
  height: 42px;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0px;
  margin-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal {
    margin-bottom: 0px;
  }
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno {
  overflow: hidden;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos {
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos {
    margin: 0 -24px;
  }
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__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;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro {
  max-width: 1232.4px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro__titulo {
  line-height: 1.125;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  margin-bottom: 48px;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro__titulo {
    margin-bottom: 32px;
    line-height: 1.1666666667;
    font-size: 1.3rem;
  }
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos {
  overflow: hidden;
  margin: 0 auto;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno {
  width: 100%;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos {
  margin: 0 auto;
  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;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos {
    margin: 0 -8px;
    width: 100%;
  }
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__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;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros {
  flex-flow: row nowrap;
  transform: translate3d(0%, 0px, 0px);
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .slick-initialized .slick-slide {
  width: 100%;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .slick-prev.slick-prev {
  z-index: 9999999;
  width: 20px;
  height: 20px;
  left: -5%;
}
@media screen and (max-width: 768px) {
  .galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .slick-prev.slick-prev {
    left: 0%;
  }
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .slick-prev.slick-prev::before {
  content: url("../../images/modelo/flecha_15x27.svg");
  transition: all 1.5s ease-in-out;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .slick-prev.slick-disabled:before, .galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .slick-next.slick-disabled:before {
  opacity: 0.3;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .slick-next.slick-next {
  z-index: 99999;
  width: 20px;
  height: 20px;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .slick-next.slick-next {
    right: 0%;
  }
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .slick-next.slick-next::before {
  content: url("../../images/modelo/flecha_15x27-1.svg");
  transition: all 1.5s ease-in-out;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .slick-dots.slick-dots li button:before {
  font-size: 18px;
  content: "■";
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo {
  padding: 0 12px;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo {
    padding: 0 8px;
  }
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .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;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .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;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__link:hover .cmodelo__uno__texto__em {
  color: #1c6bba;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__link:hover .cmodelo__uno__texto__h4__bold {
  color: #1c6bba;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__link:hover .cmodelo__uno__texto__h4__regular {
  color: #1c6bba;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__link:hover .cmodelo__uno__texto__ctexto {
  color: #1c6bba;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__link:hover .cmodelo__uno__img__cimg img {
  transform: scale(1.08);
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .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;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__texto__em {
  line-height: 1.6666666667;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  color: #141414;
  text-align: center;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__texto__h4 {
  margin: 0 0 4px 0;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .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;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__texto__h4__regular {
  line-height: 1.5;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  color: #141414;
  text-align: center;
  width: 100%;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__texto__ctexto {
  color: #707070;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__texto__ctexto__small {
  font-weight: 300;
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  color: currentColor;
  margin: 0;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .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;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__img {
  transition: box-shadow 300ms;
  -webkit-transition: box-shadow 300ms;
  -moz-transition: box-shadow 300ms;
  background-color: transparent;
  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) {
  .galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .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;
  }
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__img__cimg {
  padding: 0 0 70% 0;
  max-height: 100%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  width: 100%;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .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: contain;
  opacity: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__img .cincuenta.cincuenta {
  padding: 0 0 50% 0;
}
.galeriaModal.galeriaModal .modal-dialog .modal-content .producto-listamodal__uno__dos__tres__cuatro .cmodelos__uno__dos__tres__cuatros .cmodelo__uno__img .sesenta.sesenta {
  padding: 0 0 60% 0;
}

.col-imgTexto-transmision {
  padding-bottom: 60px;
  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-transmision {
    padding-bottom: 34px;
    padding-top: 0;
  }
}
.col-imgTexto-transmision__ctitulo {
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1232px;
}
.col-imgTexto-transmision__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-transmision__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-transmision__ctitulo__uno__dos {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 25px;
  }
}
.col-imgTexto-transmision__ctitulo__uno__dos__titulo {
  line-height: 1.125;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  width: 66.6%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .col-imgTexto-transmision__ctitulo__uno__dos__titulo {
    width: 100%;
    line-height: 1.1666666667;
    font-size: 1.5rem;
  }
}
.col-imgTexto-transmision__cimgTexto {
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1232px;
}
@media screen and (max-width: 768px) {
  .col-imgTexto-transmision__cimgTexto {
    width: 100%;
  }
}
.col-imgTexto-transmision__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-transmision__cimgTexto__uno .grande.grande {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .col-imgTexto-transmision__cimgTexto__uno .grande.grande {
    width: 100%;
  }
}
.col-imgTexto-transmision__cimgTexto__uno .grande.grande .col-imgTexto-transmision__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-imgTexto-transmision__cimgTexto__uno .extragrande.extragrande {
  width: 100%;
}
.col-imgTexto-transmision__cimgTexto__uno .extragrande.extragrande .col-imgTexto-transmision__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-imgTexto-transmision__cimgTexto__uno .mediano.mediano {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .col-imgTexto-transmision__cimgTexto__uno .mediano.mediano {
    width: 100%;
  }
}
.col-imgTexto-transmision__cimgTexto__uno .mediano.mediano .col-imgTexto-transmision__cimgTexto__uno__dos__tres {
  width: 100%;
}
.col-imgTexto-transmision__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-transmision__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-transmision__cimgTexto__uno__dos__tres {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    justify-content: center;
    -webkit-box-pack: center;
  }
}
.col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro {
  max-width: 1232.4px;
  margin: 0 auto;
  width: 100%;
}
.col-imgTexto-transmision__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-transmision__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-transmision__cimgTexto__uno__dos__tres__cuatro__cinco .hidden.hidden {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro__cinco .hidden.hidden {
    display: none;
  }
}
.col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro__cinco .slick-dots.slick-dots li button:before {
  font-size: 10px;
}
.col-imgTexto-transmision__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: 60%;
  margin: 0 auto;
}
.col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img {
  margin: 0 0 24px 0;
  padding: 0 0 85% 0;
  overflow: hidden;
  max-height: 100%;
  min-height: 1px;
  height: auto;
  width: 100%;
}
.col-imgTexto-transmision__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-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img .img-contenedor.img-contenedor {
  object-fit: contain;
}
.col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__img .img-izq.img-izq {
  object-position: 100% 0%;
}
.col-imgTexto-transmision__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-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto .centrar.centrar {
  text-align: center;
}
.col-imgTexto-transmision__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-transmision__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-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__texto {
  font-weight: 300;
  line-height: 1.5;
  font-size: 1rem;
}
.col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto__texto__p {
  margin: 0;
}
.col-imgTexto-transmision__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-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__espacio {
    width: 32px;
    flex-basis: 32px;
  }
}
.col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande {
    flex-wrap: nowrap;
  }
}
.col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande .col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor {
  flex-basis: 48%;
}
.col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro .col-grande.col-grande .col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor .col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto {
  margin-bottom: 24px;
}
.col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano {
    flex-wrap: nowrap;
  }
}
.col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano .col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor {
  flex-basis: 31%;
}
.col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro .col-mediano.col-mediano .col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor .col-imgTexto-transmision__cimgTexto__uno__dos__tres__cuatro__cinco__contenedor__ctexto {
  margin-bottom: 24px;
}

/*Pages*/
.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;
    width: 90%;
  }
}
.btn-centrado__uno {
  width: 100%;
}
.btn-centrado__uno__link {
  fill: #141414;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #141414;
  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 75px;
  align-items: baseline;
  -webkit-box-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  outline: 0;
  min-width: 96px;
  display: inline-flex;
  stroke: #141414;
  color: #141414;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.75rem;
  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: #2f2e2e;
  color: #ffffff;
  background: #2f2e2e;
}
@media screen and (max-width: 768px) {
  .btn-centrado__uno__link {
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    display: block;
    min-height: 1px;
    padding: 12px 24px;
    margin: 15px auto;
  }
}
.btn-centrado__uno__link p {
  margin: 0;
}

.espacio-cta-link {
  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-link {
    flex-grow: 0;
    -webkit-box-flex: 0;
  }
}

/*Partial*/
.bg-color-footer {
  background-color: #141414;
}

/*  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: 10px;
  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: 1.5rem;
  margin-right: 1.5rem;
  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;
}

/*  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: transparent;
}
.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: transparent;
  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;
  color: #ffffff;
}
.footer__contenedor__listaopciones__opcion__link:hover {
  color: #1c6bba;
}
.footer__contenedor__copyright {
  text-align: center;
  color: #ffffff;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .footer__contenedor__copyright {
    padding-top: 8px;
    width: 100%;
  }
}
.footer__contenedor__legal {
  position: absolute;
  right: 1%;
  color: #ffffff;
  width: 34%;
  font-size: 0.5rem;
  bottom: 10%;
}
@media screen and (max-width: 768px) {
  .footer__contenedor__legal {
    position: relative;
    margin: 10px;
    width: 100%;
    text-align: center;
  }
}

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