:root {
  --pageSize: 10;
}
html,
body {
  overflow-x: hidden;
}
body {
  max-width: 1920px;
  margin: auto;
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body a {
  text-decoration: none;
  color: inherit;
}
body::-webkit-scrollbar:vertical {
  width: 10px;
}
body::-webkit-scrollbar-button:increment,
body::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar:horizontal {
  height: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}
html {
  scroll-behavior: smooth;
}

.whatsapp-container {
  animation: scale 0.3s ease forwards;
  transform: scale(0);
  animation-delay: 0.5s;
}

.download-container {
  border: 1.5px solid #e1eefd;
}
.download-button {
  animation: scale 0.3s ease forwards;
  transform: scale(0);
  animation-delay: 0.5s;
}

@keyframes scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

ol,
ul {
  list-style: initial;
  margin-left: 30px;
}
#nav-icon1 {
  width: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.v-video-container {
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
#banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
}

#nav-icon1.hamburguer_footer span {
  background: white;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 40%;
  background: white;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(even) {
  left: 40%;
  border-radius: 0 9px 9px 0;
}

#nav-icon1 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon1 span:nth-child(1),
#nav-icon1 span:nth-child(2) {
  top: 0px;
}

#nav-icon1 span:nth-child(3),
#nav-icon1 span:nth-child(4) {
  top: 10px;
}

#nav-icon1 span:nth-child(5),
#nav-icon1 span:nth-child(6) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1),
#nav-icon1.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon1.open span:nth-child(2),
#nav-icon1.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon1.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon1.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon1.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon1.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon1.open span:nth-child(5) {
  left: 5px;
  top: 19px;
}

#nav-icon1.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}
@keyframes scroll-right-to-left {
  00% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50px * 30));
  }
}
@keyframes scroll-left-to-right {
  0% {
    transform: translateX(calc(-50px * 30));
  }
  100% {
    transform: translateX(0);
  }
}
.line {
  height: 2px;
  width: 0px;
  bottom: -2px;
}
.carousel-small {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100px;
  position: absolute;
  z-index: -1;
}
.services-slider {
  background: white;
  height: 55px;
  /* margin: auto; */
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
}
.services-slider::before,
.services-slider::after {
  content: "";
  height: 50px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.services-slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.services-slider::before {
  left: 0;
  top: 0;
}

.services-slider .slide-track-left-to-right {
  animation: scroll-left-to-right 30s linear infinite;
  display: flex;
  align-items: center;
  width: calc(50px * (30 * 2));
}
.services-slider .slide-track-right-to-left {
  animation: scroll-right-to-left 30s linear infinite;
  display: flex;
  align-items: center;
  width: calc(50px * (30 * 2));
}
.services-slider .slide {
  height: 50px;
  width: 50px;
  margin-left: 4px;
  margin-right: 4px;
}
.accordion {
  cursor: pointer;
  transition: 0.4s;
  outline: none;
}
.accordion_container {
  color: #fff;
  transition: 0.4s;
}
.plus {
  background: url("/src/img/mas.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.play_store {
  background: url("/src/img/play-store.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.play_store.play_store_alt {
  background: url("/src/img/play-store-alt.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.app_store {
  background: url("/src/img/apple.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#perspective {
  perspective: 70px;
}
#object1 {
  perspective: 20px;
}
#object2 {
  perspective: 40px;
}
#object3 {
  perspective: 80px;
}
#inner {
  transition: transform 0.3s;
}
#objectInner {
  transition: transform 0.3s;
}

.hamburguer_header.open span {
  background: rgb(25 109 181) !important;
}

.app_store.app_store_alt {
  background: url("/src/img/apple-alt.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.plus.masinvertido {
  background: url("/src/img/masinvertido.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.minus {
  background: url("/src/img/menos.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.minus.menosinvertido {
  background: url("/src/img/menosinvertido.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.panel {
  padding: 0;
  color: #fff;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
h1.main_title sup {
  top: -1rem;
}
.header-bg-color {
  background-color: rgb(12 111 200);
}
@media (max-width: 350px) {
  h1.main_title {
    font-size: 2.7rem;
  }
  .logo-container {
    margin-bottom: 0px;
  }
  #banner {
    height: 640px !important;
  }
  #banner video {
    object-fit: cover;
    object-position: 50% -10px;
    height: 100%;
  }
}
@media (min-width: 351px) and (max-width: 420px) {
  #banner video {
    object-position: 50% -20px;
  }
}
@media (min-width: 420px) and (max-width: 639px) {
  #banner video {
    object-fit: contain;
    object-position: 50% -20px;
  }
}
@media (min-width: 639px) {
  #banner video {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 100%;
  }
}
.vaquita-video-container video {
  clip-path: inset(2px 2px);
  outline: 4px solid white;
  outline-offset: -4px;
}

@media (max-width: 639px) {
  .vaquita-video-container {
    margin-left: -90px;
    margin-right: -90px;
  }
  .title_primary {
    max-width: 300px;
    margin-inline: auto;
  }
  #banner {
    height: 765px;
  }
}
@media (min-width: 640px) {
  .header-bg-color {
    background-color: white;
  }
  .carousel-small {
    height: 200px;
  }
  .footer_nav_items {
    opacity: 1 !important;
  }
  .services-slider {
    height: 100px;
  }
  .services-slider .slide {
    height: 100px;
    width: 100px;
  }
  .services-slider::before,
  .services-slider::after {
    height: 95px;
    width: 200px;
  }
  .services-slider .slide-track-left-to-right {
    width: calc(95px * (30 * 2));
  }
  .services-slider .slide-track-right-to-left {
    width: calc(95px * (30 * 2));
  }
  @keyframes scroll-right-to-left {
    00% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-95px * 30));
    }
  }
  @keyframes scroll-left-to-right {
    0% {
      transform: translateX(calc(-95px * 30));
    }
    100% {
      transform: translateX(0);
    }
  }
}
@media (min-width: 1024px) {
  h1.main_title sup {
    top: -1.5rem;
  }
}
@media (min-width: 1850px) {
  #banner,
  #banner video {
    height: 100vh;
  }
}
@media (min-width: 1536px) {
  .services-slider {
    height: 130px;
  }
  .services-slider .slide {
    height: 125px;
    width: 125px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .services-slider::before,
  .services-slider::after {
    height: 120px;
  }
  .services-slider .slide-track-left-to-right {
    width: calc(120px * (30 * 2));
  }
  .services-slider .slide-track-right-to-left {
    width: calc(120px * (30 * 2));
  }
  @keyframes scroll-right-to-left {
    00% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-120px * 30));
    }
  }
  @keyframes scroll-left-to-right {
    0% {
      transform: translateX(calc(-120px * 30));
    }
    100% {
      transform: translateX(0);
    }
  }
}
.animate-translate0 {
  -webkit-animation: translate 0.5s ease-in-out;
  animation: translate 0.5s ease-in-out;
}

.animate-translate1 {
  -webkit-animation: translate 0.55s ease-in-out;
  animation: translate 0.55s ease-in-out;
}

.animate-translate2 {
  -webkit-animation: translate 0.6s ease-in-out;
  animation: translate 0.6s ease-in-out;
}

.animate-translate3 {
  -webkit-animation: translate 0.65s ease-in-out;
  animation: translate 0.65s ease-in-out;
}

.animate-translate4 {
  -webkit-animation: translate 0.65s ease-in-out;
  animation: translate 0.65s ease-in-out;
}

.animate-translatereverse0 {
  -webkit-animation: translateReverse 0.65s forwards ease-in-out;
  animation: translateReverse 0.65s forwards ease-in-out;
}

.animate-translatereverse1 {
  -webkit-animation: translateReverse 0.6s forwards ease-in-out;
  animation: translateReverse 0.6s forwards ease-in-out;
}

.animate-translatereverse2 {
  -webkit-animation: translateReverse 0.55s forwards ease-in-out;
  animation: translateReverse 0.55s forwards ease-in-out;
}

.animate-translatereverse3 {
  -webkit-animation: translateReverse 0.5s forwards ease-in-out;
  animation: translateReverse 0.5s forwards ease-in-out;
}

.animate-translatereverse4 {
  -webkit-animation: translateReverse 0.5s forwards ease-in-out;
  animation: translateReverse 0.5s forwards ease-in-out;
}

.animate-zoomIn0 {
  -webkit-animation: zoomIn 0.5s ease-in-out;
  animation: zoomIn 0.5s ease-in-out;
}

.animate-zoomIn1 {
  -webkit-animation: zoomIn 0.55s ease-in-out;
  animation: zoomIn 0.55s ease-in-out;
}

.animate-zoomIn2 {
  -webkit-animation: zoomIn 0.6s ease-in-out;
  animation: zoomIn 0.6s ease-in-out;
}

.animate-zoomIn3 {
  -webkit-animation: zoomIn 0.65s ease-in-out;
  animation: zoomIn 0.65s ease-in-out;
}

.animate-zoomIn4 {
  -webkit-animation: zoomIn 0.65s ease-in-out;
  animation: zoomIn 0.65s ease-in-out;
}

.animate-zoomOut0 {
  -webkit-animation: zoomOut 0.65s forwards ease-in-out;
  animation: zoomOut 0.65s forwards ease-in-out;
}

.animate-zoomOut1 {
  -webkit-animation: zoomOut 0.6s forwards ease-in-out;
  animation: zoomOut 0.6s forwards ease-in-out;
}

.animate-zoomOut2 {
  -webkit-animation: zoomOut 0.55s forwards ease-in-out;
  animation: zoomOut 0.55s forwards ease-in-out;
}

.animate-zoomOut3 {
  -webkit-animation: zoomOut 0.5s forwards ease-in-out;
  animation: zoomOut 0.5s forwards ease-in-out;
}

.animate-zoomOut4 {
  -webkit-animation: zoomOut 0.5s forwards ease-in-out;
  animation: zoomOut 0.5s forwards ease-in-out;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.-translate-y-xfull {
  --tw-translate-y: -80rem;
}
.delay-500 {
  transition-delay: 500ms;
}
.-translate-y-10 {
  --tw-translate-y: -2.5rem;
}
.translate-y-10 {
  --tw-translate-y: 2.5rem;
}
.translate-y-4 {
  --tw-translate-y: 1rem;
}
.opacity-0 {
  opacity: 0;
}
.sticky-component {
  animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .sticky-component {
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
  }
}
.border-cyan-blue {
  border: 2px solid #b7d7f3;
}
.rounded-2rem {
  border-radius: 2rem;
}
.modal-backdrop {
  background: rgba(1, 1, 1, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.modal-backdrop.invisible .modal-content {
  transform: translateY(-20px);
  opacity: 0.5;
}
.modal-backdrop:not(.invisible) .modal-content {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.footer_social_media {
  width: 80%;
  margin: auto;
}
