* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "LCT-Picon-Condensed-Regular";
  font-display: swap;
  src: url("../fonts/LCT-Picon/LCTPicon-CondensedRegular.ttf");
}
@font-face {
  font-family: "LCT-Picon-Condensed-Semi-bold";
  font-display: swap;
  src: url("../fonts/LCT-Picon/LCTPicon-CondensedSemi-bold.otf");
}
@font-face {
  font-family: "LCT-Picon-Regular";
  font-display: swap;
  src: url("../fonts/LCT-Picon/LCTPicon-Regular.otf");
}
@font-face {
  font-family: "Corporate-A";
  font-display: swap;
  src: url("../fonts/Corporate-A/Corporate_A_Regular.ttf");
}
/*Standard ECC*/
/*Personalizado de la marca*/
/* Personal */
.section--1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  background: linear-gradient(180deg, #2E2E2E 0%, #000 100%);
}
.section--1:hover .img-back-hover {
  background-image: url("https://cloudfront-us-east-1.images.arcpublishing.com/elcronista/ONDUGFHV5ZBVDFIGD5KQ4UOAN4.jpg");
  transition: 0.5s ease-in-out;
}
.section--1:hover .section--subtitle {
  transition: 0.5s ease-in-out;
}
.section--1__title {
  font-family: "LCT-Picon-Condensed-Semi-bold";
  color: #FFFFFF;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  padding: 30px 0 0;
}
.section--1__subtitle {
  font-family: "LCT-Picon-Condensed-Regular";
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
}
.section--1__text {
  font-family: "LCT-Picon-Condensed-Regular";
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 30px 0;
  transition: 0.5s ease-in-out;
}
.section--1 img {
  width: 100%;
  margin: 30px auto;
}
.section--1 .img-back-hover {
  height: 60vh;
  background-image: url("https://cloudfront-us-east-1.images.arcpublishing.com/elcronista/COX7PMOBIJDLTN4IWPKQRE5UQE.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s ease-in-out;
}

.section--2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--2:hover .section--2__item--single {
  margin-bottom: 30px;
  transition: 0.5s ease-in-out;
}
.section--2__content {
  width: 80%;
}
.section--2__text {
  font-family: "LCT-Picon-Condensed-Regular";
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
.section--2__text b {
  color: #5b5a59;
}
.section--2__images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section--2__images .image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section--2__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
  transform-origin: bottom right;
  transform: scale(1.1);
}
.section--2 .hover--2__title {
  color: #FFFFFF;
  font-family: "Corporate-A";
  font-size: 20px;
  line-height: 24px;
  padding: 10px 20px 0;
}
.section--2 .hover--2__description {
  font-family: "LCT-Picon-Condensed-Regular";
  font-size: 18px;
  line-height: 24px;
  padding: 0 20px 20px;
}
.section--2__item {
  width: 50%;
  padding: 1px;
}
.section--2__item--single {
  margin: 60px auto;
  transition: 0.5s ease-in-out;
}
.section--2__item--single img {
  width: 50%;
  height: auto;
}
.section--2__item--group img {
  margin: 0;
  height: 100%;
}
.section--2__item--single-alt {
  margin: 60px auto;
}
.section--2__item--single-alt img {
  height: 100%;
}

.section--3 {
  background-image: url("https://cloudfront-us-east-1.images.arcpublishing.com/elcronista/P4GPJ4HPLVEA3KBYNG6ZUZO3DU.jpg");
  height: 100vh;
}
.section--3:hover .section--3__data {
  background-color: rgb(0, 173, 239);
  transition: 0.5s ease-in-out;
}
.section--3__data {
  background-color: rgba(0, 173, 239, 0.9);
  transition: 0.5s ease-in-out;
}
.section--3__text {
  color: #FFFFFF;
  font-size: 26px;
  line-height: 30px;
  font-family: "Corporate-A";
  padding: 20px 60px;
}

.section--3b__group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.section--3b__group:hover {
  transform: translateY(30px);
  transition: 0.3s ease-in-out;
}
.section--3b__group:hover .section--3b__item {
  background-color: rgb(255, 255, 255);
}
.section--3b__item {
  width: 25%;
  border: 1px solid #00adef;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 15px 30px;
  margin: -60px 15px 120px;
  transition: 0.3s ease-in-out;
}
.section--3b__item h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: "LCT-Picon-Condensed-Semi-bold";
  text-transform: uppercase;
}
.section--3b__item span {
  color: #00adef;
  font-family: "Corporate-A";
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  text-transform: uppercase;
}
.section--3b__item p, .section--3b__item h5 {
  font-family: "LCT-Picon-Condensed-Regular";
  font-size: 16px;
  line-height: 20px;
}
.section--3b__item h5 {
  margin-bottom: 15px;
}
.section--3b__item p {
  margin-top: 15px;
}
.section--3b__item hr {
  margin: 15px 0;
}

.section--4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #2E2E2E 0%, #000 100%);
  color: #FFFFFF;
  padding-bottom: 30px;
}
.section--4 h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  font-family: "LCT-Picon-Condensed-Semi-bold";
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section--4 p {
  font-family: "LCT-Picon-Condensed-Regular";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}

.section--4b {
  background: #000;
  padding: 30px;
}
.section--4b:hover hr {
  margin: 60px 0;
  transition: 0.5s ease-in-out;
}
.section--4b__text {
  width: 80%;
}
.section--4b p {
  color: #FFFFFF;
  font-family: "LCT-Picon-Condensed-Regular";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  transition: 0.5s ease-in-out;
}
.section--4b p b {
  color: #cbc9c5;
}
.section--4b hr {
  margin: 90px 0;
}

.section--5 {
  background: #000;
}
.section--5__item {
  padding: 1px;
}
.section--5__item--50 {
  width: 50%;
}
.section--5__item--25 {
  width: 25%;
}
.section--5__item--25 img {
  height: 200px;
}

.section--6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  padding-bottom: 30px;
  background: #000;
}
.section--6:hover h3 {
  margin: 30px 0;
  transition: 0.5s ease-in-out;
}
.section--6:hover p {
  transition: 0.5s ease-in-out;
}
.section--6__content {
  width: 80%;
}
.section--6 h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  font-family: "LCT-Picon-Condensed-Semi-bold";
  text-transform: uppercase;
  margin: 90px 0;
  transition: 0.5s ease-in-out;
}
.section--6 p {
  font-family: "LCT-Picon-Condensed-Regular";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 60px;
  transition: 0.5s ease-in-out;
}

.section--9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  padding-bottom: 30px;
  background: #FFFFFF;
}
.section--9:hover h3 {
  margin: 30px 0;
  transition: 0.5s ease-in-out;
}
.section--9:hover p {
  transition: 0.5s ease-in-out;
}
.section--9__content {
  width: 80%;
}
.section--9 h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  font-family: "LCT-Picon-Condensed-Semi-bold";
  text-transform: uppercase;
  margin: 90px 0;
  transition: 0.5s ease-in-out;
}
.section--9 p {
  font-family: "LCT-Picon-Condensed-Regular";
  font-size: 24px;
  line-height: 28px;
  margin: 60px 0;
  transition: 0.5s ease-in-out;
}
.section--9 p.pre-footer {
  font-family: "Corporate-A";
}
.section--9 img {
  margin-bottom: 60px;
}

.section--10 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--10 .camara-gif {
  font-family: "LCT-Picon-Condensed-Regular";
  text-align: center;
}
.section--10 .camara-gif img {
  width: 21%;
  margin: 0 auto;
}
.section--10 .camara-gif p {
  color: #5b5a59;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 48px;
}
.section--10 .camara-gif__share {
  color: #2e2e2e;
  font-family: "LCT-Picon-Regular";
  font-weight: 700;
  font-size: 16px;
}

.section--footer {
  height: 50vh;
}
.section--footer .share {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.section--footer .share__btn {
  height: 150px;
  width: 150px;
  justify-content: center;
  display: flex;
  align-items: center;
  border: 1px solid #aba9a6;
  border-radius: 50%;
  margin: 0 30px;
  transition: 0.1s ease-in-out;
}
.section--footer .share__btn:hover {
  transition: 0.1s ease-in-out;
  transform: translateY(30px);
}
.section--footer .share a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "LCT-Picon-Regular";
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  height: 100%;
  width: 100%;
}

hr {
  width: 10%;
  opacity: 1;
  margin: 60px 0;
  transition: 0.5s ease-in-out;
}
hr.separator--white {
  color: #FFFFFF;
}
hr.separator--black {
  color: #000;
}
hr.separator--dark-gray {
  color: #2e2e2e;
}
hr.separator--blue {
  color: #00adef;
}

.arrow-next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 120px 0;
}
.arrow-next__btn {
  display: flex;
  position: relative;
  transition: 0.3s ease-in-out;
}
.arrow-next__btn::after {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 32px;
  transition: 0.2s ease-in-out;
}
.arrow-next__btn:hover {
  transform: translateY(16px);
  transition: 0.3s ease-in-out;
}

.only-desktop {
  display: block;
}

.only-mobile {
  display: none;
}

.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}
.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.hover--1__content {
  position: absolute;
  /* bottom: 0; */
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
  width: 100%;
}
.hover--1__description {
  color: #FFFFFF;
  font-family: "Corporate-A";
  font-size: 20px;
  line-height: 24px;
  padding: 20px;
  margin: 0;
  transform: translateY(-10px);
  transition: all 0.4s;
  opacity: 0;
}
.hover--1:hover .hover--1__content {
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.4s;
}
.hover--1:hover .hover--1__description {
  opacity: 1;
  transform: none;
}
.hover--2__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
  width: 100%;
}
.hover--2__description {
  color: #FFFFFF;
  font-family: "Corporate-A";
  font-size: 20px;
  line-height: 24px;
  padding: 20px;
  margin: 0;
  transform: translateY(10px);
  transition: all 0.4s;
  opacity: 0;
}
.hover--2:hover .hover--2__content {
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.4s;
}
.hover--2:hover .hover--2__description {
  opacity: 1;
  transform: none;
}

/*Responsive*/
@media (min-width: 1100px) and (max-width: 1600px) {
  .section--1 {
    padding-top: 0;
  }
  .section--4 .video-block {
    width: 80%;
  }
  .section--6 .arrow-next {
    transform: translateY(61vh);
  }
  .section--9 .como-acceder__desc {
    padding: 24px 36px 8px;
  }
  .section--10 .camara-gif img {
    margin: -96px auto 0;
  }
}
@media (max-width: 991px) {
  .section--1 {
    padding-top: 0;
  }
  .section--1__title {
    font-size: 26px;
    line-height: 30px;
  }
  .section--1 .img-back-hover {
    height: 20vh;
  }
  .section--2 {
    padding-top: 0;
  }
  .section--2__content {
    width: 100%;
  }
  .section--2__item {
    width: 100%;
  }
  .section--2__item--single {
    margin: 0 auto 60px;
  }
  .section--3 {
    background-image: none;
    height: auto;
  }
  .section--3__data {
    background-color: rgb(0, 173, 239);
  }
  .section--3__text {
    padding: 30px;
    margin: 0;
  }
  .section--3b {
    background-color: #00adef;
  }
  .section--3b__group {
    flex-direction: column;
    padding: 15px 0;
  }
  .section--3b__item {
    width: 100%;
    margin: 1px 0;
  }
  .section--4 h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .section--4b {
    padding: 30px 0;
  }
  .section--4b__text {
    width: 100%;
  }
  .section--4b hr {
    margin: 0 0 60px;
    width: 20%;
  }
  .section--5 {
    padding: 0;
  }
  .section--5__item {
    padding: 1px;
  }
  .section--5__item--50 {
    width: 100%;
  }
  .section--5__item--25 {
    width: 100%;
  }
  .section--5__item--25 img {
    height: 100%;
  }
  .section--6 {
    padding: 0;
  }
  .section--6__content {
    width: 100%;
  }
  .section--6 img {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .section--6 h3 {
    font-size: 26px;
    line-height: 30px;
    margin: 60px 0;
  }
  .section--9__content {
    width: 100%;
  }
  .section--9 img {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .section--9 h3 {
    font-size: 26px;
    line-height: 30px;
    margin: 60px 0;
  }
  .section--10 .camara-gif img {
    width: 75%;
    margin: -80px auto 0;
  }
  .section--10 .camara-gif p {
    font-size: 24px;
    line-height: 32px;
    margin-top: -48px;
    margin-bottom: 16px;
  }
  .section--footer .share {
    flex-direction: column;
    align-items: center;
  }
  .section--footer .share__btn {
    margin: 15px;
  }
  .section--footer .share a {
    margin: 0 8px;
    padding: 14px;
  }
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  hr {
    margin: 30px 0;
    width: 20%;
  }
}
@media (max-width: 796px) {
  .section--7 {
    padding-top: 22px;
    padding-bottom: 62px;
  }
  .section--8 {
    padding-top: 28px;
    padding-bottom: 50px;
  }
  .section--9 {
    padding-bottom: 26px;
  }
}
@media (max-width: 768px) {
  .display-2 {
    font-size: 33px;
    line-height: 35px;
  }
  .display-4 {
    font-size: 20px;
    line-height: 26px;
  }
  .display-5 {
    font-size: 25px;
    line-height: 31px;
  }
  .display-7 {
    font-size: 18.5px;
    line-height: 28px;
  }
  .section--7 .carousel-indicators {
    display: none !important;
  }
  .section--7 .carousel-control,
  .section--7 .carousel-indicators,
  .section--7 .modal .close {
    position: fixed;
  }
  .display-8 {
    font-size: 17px;
    line-height: 21.5px;
  }
  .section--8 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .section--8 .embla__container {
    margin-left: 21px;
    margin-right: 21px;
  }
  .section--8 .embla__container .embla__slide:first-child {
    margin-left: 32px !important;
  }
  .section--8 .embla__container .embla__slide:last-child {
    margin-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .section--7 .carousel-control {
    top: auto;
    bottom: 16px;
  }
  .section--7 .carousel-indicators {
    display: none;
  }
  .section--7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .section--7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
  .section--8 .embla__button {
    top: auto;
  }
  .section--footer .nav-item {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .counter--orange,
  .counter--green {
    font-size: 28px;
  }
}

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