/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_home.sass ***!
  \*************************************************************************************************************************/
@keyframes phrase-in {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.h-banner {
  position: relative;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-banner__scroll {
  border: none;
  margin-top: 2rem;
  text-decoration: none;
  padding: 0.5rem 0.5rem 0.5rem 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--color2);
  font-weight: 400;
  font-size: var(--fs-regular);
  font-family: var(--ff1);
}
.h-banner__scroll-image {
  display: block;
  width: 1.5rem;
  height: 2rem;
  object-fit: contain;
}
.h-banner__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.h-banner__content {
  width: 100%;
  max-width: var(--bp2);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.h-banner__phrases {
  position: relative;
  width: 100%;
}
.h-banner__text {
  margin: auto;
}
.h-banner__text--small {
  font-family: var(--ff1);
  font-weight: 400;
}
.h-banner__text--white {
  color: var(--color2);
  display: block;
  padding-right: 1rem;
}
.h-banner__text--big {
  display: flex;
  font-weight: 700;
  font-family: var(--ff2);
}
.h-banner__text--yellow {
  position: absolute;
  color: var(--color3);
  display: block;
  opacity: 0;
}
.h-banner__text--active {
  animation: phrase-in 5s ease-in-out;
}

.coverage {
  background-color: var(--color5);
}
.coverage__container {
  width: 100%;
  margin: auto;
  padding: 4rem 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.coverage__list {
  padding-left: 0;
  column-count: 2;
  column-gap: 1rem;
  margin-top: 2rem;
}
.coverage__item {
  list-style: none;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-family: var(--ff2);
  font-size: var(--fs-small);
  color: var(--color1);
}
.coverage__item::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../js/../img/cropped-estrella.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(0) saturate(0);
  margin-right: 0.5rem;
}
.coverage__map {
  display: block;
}
.coverage__title {
  color: var(--color1);
  margin: auto 0 1rem auto;
  font-weight: 700;
  font-family: var(--ff2);
}
.coverage__text {
  font-weight: 400;
  font-family: var(--ff1);
  color: var(--color1);
  margin: auto 0 auto auto;
  max-width: 28rem;
}

.customers {
  background-color: var(--color5);
}
.customers__title, .customers__text {
  text-align: center;
  color: var(--color1);
  margin: auto;
}
.customers__title {
  font-weight: 700;
  font-family: var(--ff2);
}
.customers__text {
  max-width: 32rem;
  font-weight: 400;
  font-family: var(--ff1);
}
.customers__container {
  width: 100%;
  margin: auto;
  padding: 4rem 1rem;
  box-sizing: border-box;
}
.customers__grid {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customers__logo {
  width: 24%;
  min-width: 10rem;
  display: block;
  margin: 0.5%;
}

@media all and (min-width: 64rem) {
  .h-banner {
    aspect-ratio: 16/9;
    height: auto;
  }
  .h-banner__content {
    padding: 0 2rem;
  }
  .h-banner__text--small {
    font-size: var(--fs-l);
  }
  .h-banner__text--big {
    font-size: var(--fs-xxxl);
  }
  .coverage__container {
    max-width: var(--bp1);
    padding-left: 4rem;
    padding-right: 4rem;
    padding-box-sizing: border-box;
  }
  .coverage__map {
    width: 65%;
  }
  .coverage__content {
    width: 35%;
  }
  .coverage__title {
    font-size: var(--fs-xxxl);
    line-height: var(--fs-xxxl);
  }
  .coverage__text {
    font-size: var(--fs-mid);
  }
  .customers__container {
    max-width: var(--bp2);
  }
  .customers__title {
    font-size: var(--fs-xxxl);
  }
  .customers__text {
    font-size: var(--fs-large);
  }
}
@media all and (max-width: 64rem) {
  .h-banner {
    height: 100vh;
  }
  .h-banner__content {
    padding: 0 1rem;
  }
  .h-banner__text--small {
    font-size: var(--fs-regular);
  }
  .h-banner__text--big {
    font-size: var(--fs-xl);
  }
  .coverage__container {
    max-width: var(--bp4);
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .coverage__map {
    width: 100%;
  }
  .coverage__content {
    width: 70%;
  }
  .coverage__title {
    font-size: var(--fs-xl);
    line-height: var(--fs-xl);
  }
  .coverage__text {
    font-size: var(--fs-regular);
    max-width: 12rem;
  }
  .customers__container {
    max-width: var(--bp4);
  }
  .customers__title {
    font-size: var(--fs-xxl);
    line-height: var(--fs-xxl);
  }
  .customers__text {
    font-size: var(--fs-regular);
  }
  .customers__logo {
    margin: 0.5rem auto;
  }
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_projects_component.sass ***!
  \***************************************************************************************************************************************/
.h-projects {
  box-sizing: border-box;
}
.h-projects.projects-home {
  background-color: var(--color5);
}
.h-projects__top {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  max-width: var(--bp2);
  box-sizing: border-box;
}
.h-projects__title {
  color: var(--color1);
  width: 100%;
  max-width: 32rem;
  margin: auto auto auto 0;
}
.h-projects__title--big {
  display: block;
  font-weight: 700;
  font-family: var(--ff2);
}
.h-projects__title--small {
  display: block;
  margin-top: 1rem;
  font-weight: 400;
  font-family: var(--ff1);
}
.h-projects__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin: auto;
}
.h-projects .glide {
  cursor: url(../js/../img/cursor_drag.svg), url(../js/../img/cursor_drag.png), auto;
}
.h-projects .glide__slide {
  cursor: url(../js/../img/cursor_drag.svg), url(../js/../img/cursor_drag.png), auto;
}

.h-project {
  height: auto;
  text-decoration: none;
}
.h-project__cover {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  margin: auto;
  transition: all 700ms ease-in-out;
}
.h-project__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 700ms ease-in-out;
}
.h-project__name {
  text-align: center;
  color: var(--color1);
  font-weight: 700;
  font-family: var(--ff2);
}

@media all and (min-width: 64rem) {
  .h-projects__top {
    padding: 4rem 1rem;
  }
  .h-projects__title--big {
    line-height: var(--fs-xxl);
    font-size: var(--fs-xxl);
  }
  .h-projects__title--small {
    font-size: var(--fs-mid);
  }
  .h-project:hover .h-project__cover {
    width: 95%;
  }
  .h-project:hover .h-project__image {
    transform: scale(1.25);
  }
  .h-project:hover .h-project__name {
    opacity: 1;
  }
  .h-project__name {
    opacity: 0;
    transition: all 500ms ease-in-out;
    font-size: var(--fs-large);
  }
}
@media all and (max-width: 64rem) {
  .h-projects {
    padding: 3rem 1rem;
  }
  .h-projects__top {
    flex-wrap: wrap;
    max-width: var(--bp4);
  }
  .h-projects__title--big {
    line-height: var(--fs-xl);
    font-size: var(--fs-xl);
  }
  .h-projects__title--small {
    font-size: var(--fs-mid);
  }
  .h-projects .btn {
    margin-top: 2rem;
  }
  .h-projects__grid {
    padding-top: 3rem;
  }
  .h-project__name {
    font-size: var(--fs-mid);
  }
}
/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_experience.sass ***!
  \*******************************************************************************************************************************/
.experience {
  background-color: var(--color1);
}
.experience__container {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.experience__video {
  width: 100%;
  max-width: 32rem;
  height: auto;
  display: block;
  margin: auto;
}
.experience__title {
  color: var(--color2);
  line-height: var(--fs-xxl);
  margin: auto auto 1rem auto;
  font-weight: 700;
  font-size: var(--fs-xxl);
  font-family: var(--ff2);
}
.experience__text {
  color: var(--color2);
  margin: auto;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
}
.experience__stars {
  margin: auto;
  display: block;
  width: 100%;
}
.experience__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
  aspect-ratio: 16/9;
}

@media all and (min-width: 64rem) {
  .experience__container {
    padding: 0 1rem 1rem 1rem;
    max-width: var(--bp2);
  }
  .experience__top {
    display: flex;
    align-items: center;
    max-width: var(--bp2);
    margin: auto;
  }
  .experience__column--left {
    width: 164px;
  }
  .experience__column--right {
    width: 32%;
  }
  .experience__column--center {
    width: 52%;
  }
}
@media all and (max-width: 64rem) {
  .experience__container {
    padding: 3rem 1rem;
    max-width: var(--bp4);
  }
  .experience__title {
    margin-bottom: 0;
  }
  .experience__title, .experience__text {
    text-align: center;
  }
  .experience__column--left {
    display: grid;
    max-width: 14rem;
    margin: auto;
  }
  .experience__column--left .experience__title {
    order: 1;
    margin-top: 1rem;
  }
  .experience__column--right {
    max-width: 18rem;
    margin: auto;
  }
  .experience__video {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .experience__image {
    margin-top: 1.5rem;
  }
  .experience__stars {
    order: 0;
  }
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@glidejs/glide/src/assets/sass/glide.core.scss ***!
  \******************************************************************************************************************************************************/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
