@font-face {
  font-family: "Garet";
  src: url(../fonts/Fonts/garet/Garet-Book.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Garet";
  src: url(../fonts/Fonts/garet/Garet-Heavy.ttf);
  font-weight: bold;
  font-style: bold;
}

body {
  background-color: #000000;
}

.div-line-white-2 {
  position: absolute;
  background-color: transparent;
}

.box-shadow {
  border-radius: 34px;
  border: 4px solid rgba(183, 183, 183, 0.6);
  background: #141414;
  box-shadow: 2px 3px 19.4px -3px rgba(147, 147, 147, 0.5) inset,
    -31px -15px 76.7px -33px #000;
}

.box-shadow-2 {
  box-shadow: 2px 3px 19.4px -3px rgba(147, 147, 147, 0.5) inset,
    -31px -15px 76.7px -33px #000;
  background: rgba(20, 20, 20, 0.5);
  border-radius: 37px;
  border: 4px solid rgba(183, 183, 183, 0.6);
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.red-icon {
  /*width: 40px;*/
  /*height: auto;*/
  /*padding-bottom: 1rem;*/
}

#section-shape-up {
  background-image: url("../img_v2/img-shape-up-3.webp");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  border-top: 18px solid #e10b17;
  border-bottom: 18px solid #e10b17;
}

#section-app {
  background-image: url("../img_v2/app1-2000.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#section-about-us {
  background-image: url("../img_v2/img-v2-25.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#section-stats-tablet-mobile {
  padding-top: 5%;
  padding-bottom: 5%;
}

#section-our-goal-desktop {
  background-image: url("../img_v2/img-v2-4.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.box-red {
  height: 300px;
  padding: 1rem;
}

.item {
  padding: 1rem;
}

.padding-5 {
  padding-top: 5%;
}

.border-red {
  border: 2px solid red;
}

.carousel-controls-prev-next {
  width: 55px;
  height: 55px;
}

.yellow-row {
  background: #ffd800;
  padding-top: 4px;
  padding-bottom: 4px;
}

.play-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: white;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 20px 18px 25px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100px;
  height: 100px;
}

.custom-spinner {
  width: 48px;
  height: 48px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #ffd800;
  border-radius: 50%;
  animation: spin 1s linear infinite;

  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.first-row-footer {
  padding-top: 5%;
  padding-bottom: 4%;
}

.third-row-footer {
  padding-top: 2%;
  padding-bottom: 4%;
}

.col-red-icon {
  display: flex;
  align-items: end;
}

.is-hidden {
  visibility: hidden;
}

.is-visible {
  visibility: visible;
}

/*------------------------------  MONITOR DESKTOP ------------------------------*/
@media (min-width: 1501px) {
  .row-red-icon {
    height: 70px;
    padding-bottom: 22px;
  }

  #section-about-us {
    padding-top: 4%;
    padding-bottom: 2%;
  }

  #section-desktop-stats {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  #section-our-goal-desktop {
    padding-bottom: 7%;
  }

  #section-wedo-message {
    padding-top: 8%;
    padding-bottom: 1%;
  }

  #section-red-items-desktop {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  #section-app {
    padding-top: 5%;
  }

  #section-filling {
    height: 15vh;
  }

  #section-testimonials {
    padding-bottom: 10%;
  }

  .second-row-footer {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .first-row-section-app {
    padding-top: 20%;
    padding-bottom: 1%;
  }

  .second-row-section-app {
    padding-top: 1%;
    padding-bottom: 3%;
  }

  .third-row-section-app {
    padding-top: 2%;
    padding-bottom: 4%;
  }

  .first-row-shape-up {
    padding-top: 10%;
    padding-bottom: 2%;
  }

  .second-row-shape-up {
    padding-top: 2%;
    padding-bottom: 1%;
  }

  .third-row-shape-up {
    padding-top: 1%;
    padding-bottom: 6%;
  }

  .pt-our-goal-1 {
    padding-top: 8%;
  }

  .pt-our-goal-2 {
    padding-top: 6%;
  }

  .first-row-section-about-us {
    padding-top: 4%;
    padding-bottom: 2%;
  }

  .second-row-section-about-us {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .mobile {
    display: none;
  }
}

/*------------------------------  LAPTOP DESKTOP ------------------------------*/
@media only screen and (min-width: 1001px) and (max-width: 1500px) {
  .box-red {
    height: 280px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .row-red-icon {
    height: 50px;
    padding-bottom: 6%;
  }

  #section-about-us {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 4%;
    padding-bottom: 2%;
  }

  #section-desktop-stats {
    margin-top: 4%;
    margin-bottom: 5%;
  }

  #section-our-goal-desktop {
    padding-bottom: 8%;
    padding-top: 2%;
  }

  #section-wedo-message {
    padding-top: 9%;
    padding-bottom: 1%;
  }

  #section-red-items-desktop {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  #section-filling {
    height: 20vh;
  }

  #section-testimonials {
    padding-bottom: 10%;
  }

  .second-row-footer {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .first-row-section-app {
    padding-top: 25%;
    padding-bottom: 2%;
  }

  .second-row-section-app {
    padding-top: 1%;
    padding-bottom: 3%;
  }

  .third-row-section-app {
    padding-top: 2%;
    padding-bottom: 4%;
  }

  .first-row-shape-up {
    padding-top: 10%;
    padding-bottom: 2%;
  }

  .second-row-shape-up {
    padding-top: 2%;
    padding-bottom: 1%;
  }

  .third-row-shape-up {
    padding-top: 1%;
    padding-bottom: 6%;
  }

  .pt-our-goal-1 {
    padding-top: 4%;
  }

  .pt-our-goal-2 {
    padding-top: 3%;
  }

  .yellow-row {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .first-row-section-about-us {
    padding-top: 10%;
    padding-bottom: 2%;
  }

  .second-row-section-about-us {
    padding-top: 3%;
    padding-bottom: 2%;
  }

  .third-row-footer {
    padding-top: 2%;
    padding-bottom: 4%;
  }

  .mobile {
    display: none;
  }
}

/*---------------------------------  TABLET ---------------------------------*/
@media only screen and (min-width: 721px) and (max-width: 1000px) {
  .custom-spinner {
    width: 45px;
    height: 45px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #ffd800;
    border-radius: 50%;
    animation: spin 1s linear infinite;

    position: absolute;
    top: 50%;
    left: 50%;
  }

  #carouselShapeUpMobile {
    width: 100%;
  }

  #carouselShapeUpMobile .figure-img {
    width: 100%;
  }

  .carousel-controls-prev-next {
    width: 70px;
    height: 70px;
  }

  #section-testimonials {
    padding-bottom: 8%;
  }

  .first-row-section-testimonials {
    padding-top: 18%;
    padding-bottom: 3%;
  }

  .second-row-section-testimonials {
    padding-top: 2%;
    padding-bottom: 15%;
  }

  .first-row-section-app {
    padding-top: 20%;
    padding-bottom: 1%;
  }

  .second-row-section-app {
    padding-top: 1%;
    padding-bottom: 3%;
  }

  .third-row-section-app {
    padding-top: 2%;
    padding-bottom: 4%;
  }

  #section-about-us {
    background-image: url("../img_v2/section-about-us-mobile.webp");
    background-size: contain;
    padding-left: 24px;
    padding-right: 24px;
  }

  .first-row-section-about-us {
    padding-top: 11%;
    padding-bottom: 55%;
  }

  .second-row-section-about-us {
    padding-top: 60%;
    padding-bottom: 1%;
  }

  #section-app {
    background-image: url("../img_v2/img-v2-8.webp");
  }

  .flag {
    width: 50px;
    height: 45px;
  }

  .col-wedo-icon {
    padding: 2% 8% 0 6%;
  }

  .col-dropdown-icon {
    padding-right: 6%;
  }

  .desktop {
    display: none;
  }

  .yellow-row {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .third-row-footer {
    padding-top: 2%;
    padding-bottom: 8%;
  }

  #section-tablet-mobile-our-goal {
    background-image: url("../img_v2/img-v2-6.webp");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 8%;
    padding-bottom: 6%;
  }

  .first-row-our-goal {
    padding-top: 5%;
    padding-bottom: 35%;
  }

  .second-row-our-goal {
    padding-top: 35%;
    padding-bottom: 3%;
  }

  .third-row-our-goal {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  #carouselTransformationsMobile {
    width: 100%;
  }

  .img-transformations {
    width: 100%;
  }

  #carouselTransformationsMobile .controls-top {
    top: 105%;
  }

  #carouselTransformationsMobile .controls-buttons-1 {
    position: absolute;
    width: 70%;
    height: 70px;
    left: 0;
    background-color: transparent;
  }

  #carouselTransformationsMobile .controls-buttons-2 {
    position: absolute;
    width: 30%;
    height: 70px;
    right: 0;
    background-color: transparent;
  }

  #carouselTransformationsMobile .carousel-control-prev {
    position: relative;
    margin-right: 20px;
  }

  #carouselTransformationsMobile .carousel-control-next {
    position: relative;
  }

  .carousel-controls-prev-next {
    width: 70px;
    height: 70px;
  }

  #section-wedo-message {
    padding-top: 15%;
    padding-bottom: 1%;
  }

  #section-red-items-tablet-mobile {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .box-shadow-3 {
    height: 400px;
    border-radius: 34px;
    border: 4px solid rgba(183, 183, 183, 0.6);
    background: #141414;
    box-shadow: 2px 3px 19.4px -3px rgba(147, 147, 147, 0.5) inset,
      -31px -15px 76.7px -33px #000;
  }

  .row-icon-red {
    height: 45%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  #carouselItemsRed .carousel-indicators {
    position: absolute;
    top: 450px;
  }
}

/*---------------------------------  MOBILE ---------------------------------*/
@media only screen and (max-width: 720px) {
  .padding-5 {
    padding-top: 2rem;
  } 

  .custom-spinner {
    width: 28px;
    height: 28px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #ffd800;
    border-radius: 50%;
    animation: spin 1s linear infinite;

    position: absolute;
    top: 50%;
    left: 50%;
  }

  .video-poster-1-usa {
    background-image: url("../img_v2/posters/usa/poster-1-usa.webp");
    background-size: cover;
    background-position: center;
  }

  .video-poster-2-usa {
    background-image: url("../img_v2/posters/usa/poster-2-usa.webp");
    background-size: cover;
    background-position: center;
  }

  .video-poster-3-usa {
    background-image: url("../img_v2/posters/usa/poster-3-usa.webp");
    background-size: cover;
    background-position: center;
  }

  .video-poster-1-latam {
    background-image: url("../img_v2/posters/latam/poster-1-latam.webp");
    background-size: cover;
    background-position: center;
  }

  .video-poster-2-latam {
    background-image: url("../img_v2/posters/latam/poster-2-latam.webp");
    background-size: cover;
    background-position: center;
  }

  .video-poster-3-latam {
    background-image: url("../img_v2/posters/latam/poster-3-latam.webp");
    background-size: cover;
    background-position: center;
  }

  #carouselTransformationsMobile .controls-top {
    top: 85%;
  }

  #carouselTransformationsMobile .controls-buttons-1 {
    position: absolute;
    width: 70%;
    height: 45px;
    left: 0;
    background-color: transparent;
  }

  #carouselTransformationsMobile .controls-buttons-2 {
    position: absolute;
    width: 30%;
    height: 45px;
    right: 0;
    background-color: transparent;
  }

  .row-icon-red {
    height: 50%;
    padding-top: 9%;
    padding-bottom: 9%;
  }

  #section-about-us {
    background-image: url("../img_v2/section-about-us-mobile.webp");
    background-size: contain;
    padding-left: 24px;
    padding-right: 24px;
  }

  #section-stats-tablet-mobile {
    padding-bottom: 6%;
  }

  #section-tablet-mobile-our-goal {
    background-image: url("../img_v2/img-v2-6.webp");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 5%;
    padding-bottom: 4%;
  }

  #section-wedo-message {
    padding-top: 6%;
    padding-bottom: 1%;
  }

  #section-red-items-tablet-mobile {
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 24px;
    padding-right: 24px;
  }

  #section-app {
    background-image: url("../img_v2/img-v2-8.webp");
  }

  #section-filling {
    height: 10vh;
  }

  #section-testimonials {
    padding-bottom: 12%;
  }

  #section-shape-up {
    background-image: url("../img_v2/img-1.webp");
    border-top: 8px solid #e10b17;
    border-bottom: 8px solid #e10b17;
  }

  .yellow-row {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .first-row-section-about-us {
    padding-top: 11%;
    padding-bottom: 55%;
  }

  .second-row-section-about-us {
    padding-top: 55%;
    padding-bottom: 1%;
  }

  .carousel-controls-prev-next {
    width: 45px;
    height: 45px;
  }

  .first-row-shape-up {
    padding-top: 52%;
    padding-bottom: 2%;
  }

  .second-row-shape-up {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .third-row-shape-up {
    padding-top: 1%;
    padding-bottom: 6%;
  }

  .first-row-section-testimonials {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .second-row-section-testimonials {
    padding-top: 2%;
    padding-bottom: 15%;
  }

  .first-row-section-app {
    padding-top: 7%;
    padding-bottom: 3%;
  }

  .second-row-section-app {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .third-row-section-app {
    padding-top: 3%;
    padding-bottom: 5%;
  }

  .img-store {
    width: 130px;
    height: 55px;
  }

  .col-text-1 {
    text-align: left;
  }

  .first-row-our-goal {
    padding-top: 5%;
    padding-bottom: 35%;
  }

  .second-row-our-goal {
    padding-top: 35%;
    padding-bottom: 3%;
  }

  .third-row-our-goal {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  #carouselTransformationsMobile {
    padding-bottom: 20%;
  }

  .col-stats {
    padding-top: 2%;
  }

  .box-shadow-tablet-mobile {
    padding-top: 2rem;
    padding-bottom: 2rem;
    /*height: 115px;*/
    /*width: auto;*/
    /*border-radius: 20px;*/
    /*border: 4px solid rgba(183, 183, 183, 0.60);*/
    /*background: rgba(20, 20, 20, 0.50);*/
    /*box-shadow: 2px 3px 19.4px -3px rgba(147, 147, 147, 0.50) inset, -31px -15px 76.7px -33px #000;*/
    /*padding-top: 14px;*/
    background-image: url("../img_v2/item-stat-background.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .col-wedo-icon {
    padding-left: 1.5rem;
  }

  .col-dropdown-icon {
    padding-right: 1.5rem;
  }

  .flag {
    width: 30px;
    height: 25px;
  }

  .second-row-footer {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .third-row-footer {
    padding-top: 2%;
    padding-bottom: 8%;
  }

  .desktop {
    display: none;
  }
}

.padding-testimonials {
  padding-top: 1%;
}

video {
  padding: 0;
}

hr {
  background-color: #fff;
}

.footer-background {
  background-image: linear-gradient(to bottom right, #0a1114, black);
  display: inline-block;
  fill: #0a1114;
  opacity: 0.77;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: black !important;
  text-decoration: none;
}

.line1 {
  background-color: #d51217;
  height: 0.1875rem;
  width: 100%;
}

.line2 {
  background-color: white;
  height: 2px;
  width: 100%;
}

.wdt-link {
  border-bottom: 2px solid white;
  color: inherit;
  font-weight: 300;
}

.wdt-link:hover {
  border-bottom: 2px solid white;
  color: inherit;
  font-weight: 300;
}

.box {
  background-color: #000000;
  width: 55%;
  height: 100vh;
  float: right;
  position: fixed;
  text-align: left;
  z-index: 3;
  opacity: 0;
  left: 45%;
  pointer-events: none;
  transition: 0.3s;
}

.active_box {
  opacity: 1;
  pointer-events: fill;
}

.carousel-control-prev-icon-1 {
  background-image: url("../img_v2/arrow-2-50x50.png");
  width: 100%;
  height: 100%;
}

.carousel-control-next-icon-1 {
  background-image: url("../img_v2/arrow-1-50x50.png");
  width: 100%;
  height: 100%;
}

/* MOBILE SMALL */
@media only screen and (max-width: 720px) {
  .third-row-shape-up {
    padding-top: 1%;
    padding-bottom: 14%;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 45px;
    height: 45px;
  }

  .carousel-control-prev {
    position: relative;
  }

  .carousel-control-next {
    position: relative;
  }

  .div-line-white-2 {
    height: 45px;
    left: calc(50% + 45px + 18px);
  }
}
