@charset "UTF-8";
/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/settings/_variables.scss*/
/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/settings/_fonts.scss*/
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vercetti";
  src: url("../fonts/Vercetti-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/tools/_mixins.scss*/
/* File: scss/base/_reset.scss*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

img,
video {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/base/_globals.scss*/
html,
body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

h1 {
  display: none;
}

@media (max-width: 900px) {
  body.menu-open {
    position: fixed;
    inset: 0;
    overflow: hidden;
    width: 100%;
  }
}
@supports (-webkit-touch-callout: none) {
  html,
  body {
    overflow: hidden;
  }
  main {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
#cards_hero,
#cards_about,
.proimages {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

@media (max-width: 900px) {
  #cards_hero,
  #cards_about,
  .proimages {
    padding-inline: 16px;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    contain: inline-size;
    touch-action: pan-x pan-y pinch-zoom;
  }
  .cardhero,
  .cardabout {
    flex: 0 0 calc(100vw - 32px);
    min-width: calc(100vw - 32px);
    max-width: 520px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  #cards_hero,
  #cards_about,
  .proimages {
    touch-action: pan-x pan-y pinch-zoom;
  }
}
/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/base/_typography.scss*/
.line {
  white-space: nowrap;
  overflow: hidden;
  min-height: 1em;
  align-items: baseline;
}

.bold {
  font-weight: bold;
}

.h1 {
  font-family: "Unbounded";
  text-transform: uppercase;
  font-size: 48px;
}
@media (max-width: 1350px) {
  .h1 {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .h1 {
    font-size: 22px;
  }
}

.h12 {
  font-family: "Unbounded";
  text-transform: uppercase;
  margin-top: -15px;
  font-size: 32px;
}
@media (max-width: 1350px) {
  .h12 {
    font-size: 22.4px;
  }
}
@media (max-width: 900px) {
  .h12 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .h12 {
    font-size: 15px;
  }
}
@media (max-width: 900px) {
  .h12 {
    margin-top: -9px;
  }
}
@media (max-width: 480px) {
  .h12 {
    margin-top: -7px;
  }
}

.h13 {
  font-family: "Unbounded";
  font-size: 40px;
}
@media (max-width: 1350px) {
  .h13 {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  .h13 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .h13 {
    font-size: 18px;
  }
}

.h2w {
  font-family: "Unbounded";
  text-transform: uppercase;
  font-size: 40px;
}
@media (max-width: 1350px) {
  .h2w {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  .h2w {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .h2w {
    font-size: 18px;
  }
}

h2 {
  font-family: "Vercetti";
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 1350px) {
  h2 {
    font-size: 21px;
  }
}
@media (max-width: 900px) {
  h2 {
    font-size: 18.75px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  font-family: "Vercetti";
  font-size: 22px;
}
@media (max-width: 1350px) {
  h3 {
    font-size: 15.4px;
  }
}
@media (max-width: 900px) {
  h3 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 12px;
  }
}

.text3 {
  font-family: "Vercetti";
  letter-spacing: 0.1em;
  font-size: 22px;
}
@media (max-width: 1350px) {
  .text3 {
    font-size: 15.4px;
  }
}
@media (max-width: 900px) {
  .text3 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .text3 {
    font-size: 10px;
  }
}

.text3w {
  font-family: "Unbounded";
  text-transform: uppercase;
  font-size: 24px;
}
@media (max-width: 1350px) {
  .text3w {
    font-size: 16.8px;
  }
}
@media (max-width: 900px) {
  .text3w {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .text3w {
    font-size: 13px;
  }
}

.text4 {
  font-family: "Vercetti";
  letter-spacing: 0.1em;
  font-weight: 100;
  font-size: 16px;
}
@media (max-width: 1350px) {
  .text4 {
    font-size: 11.2px;
  }
}
@media (max-width: 900px) {
  .text4 {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .text4 {
    font-size: 9px;
  }
}

.text4w {
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 1350px) {
  .text4w {
    font-size: 12.6px;
  }
}
@media (max-width: 900px) {
  .text4w {
    font-size: 11.25px;
  }
}
@media (max-width: 480px) {
  .text4w {
    font-size: 10.25px;
  }
}

.text5 {
  font-family: "Vercetti";
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 1350px) {
  .text5 {
    font-size: 11.2px;
  }
}
@media (max-width: 900px) {
  .text5 {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .text5 {
    font-size: 9px;
  }
}

.text6 {
  font-family: "Vercetti";
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 1350px) {
  .text6 {
    font-size: 9.8px;
  }
}
@media (max-width: 900px) {
  .text6 {
    font-size: 8.75px;
  }
}
@media (max-width: 480px) {
  .text6 {
    font-size: 8px;
  }
}

.text6w {
  font-family: "Unbounded";
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 1350px) {
  .text6w {
    font-size: 10.5px;
  }
}
@media (max-width: 900px) {
  .text6w {
    font-size: 9.375px;
  }
}
@media (max-width: 480px) {
  .text6w {
    font-size: 9px;
  }
}

.text7 {
  font-family: "Vercetti";
  margin-top: 5px;
  font-size: 14px;
}
@media (max-width: 1350px) {
  .text7 {
    font-size: 9.8px;
  }
}
@media (max-width: 900px) {
  .text7 {
    font-size: 8.75px;
  }
}
@media (max-width: 480px) {
  .text7 {
    font-size: 8px;
  }
}
@media (max-width: 900px) {
  .text7 {
    max-width: 65%;
  }
}

/* File: scss/base/_loader.scss*/
#app-loader {
  position: fixed;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 16px;
  background: #ffffff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.35s ease;
}

#app-loader .loader-logo {
  width: 160px;
  height: auto;
  animation: blink 1.5s ease-in-out infinite;
}

#app-loader .loader-text {
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

html.is-loading,
body.is-loading {
  overflow: hidden;
}

#app-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/layout/_nav.scss*/
nav {
  line-height: 1.4;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  height: 112px;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: white;
}
@media (max-width: 900px) {
  nav {
    height: 90px;
  }
}
@media (max-width: 480px) {
  nav {
    height: 70px;
  }
}

.logo1 {
  height: 350px;
}
@media (max-width: 900px) {
  .logo1 {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .logo1 {
    height: 70px;
  }
}

.logo2 {
  height: 112px;
}
@media (max-width: 900px) {
  .logo2 {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .logo2 {
    height: 70px;
  }
}

.menu1 {
  width: 70%;
}
@media (max-width: 900px) {
  .menu1 {
    width: 100%;
  }
}

.menu2 {
  width: 100%;
}
@media (max-width: 900px) {
  .menu2 {
    width: 100%;
  }
}

.boton1 {
  right: 400px;
}

.boton2 {
  right: 120px;
}

#menu {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
}

#botonera {
  position: absolute;
  top: 15px;
  display: flex;
  gap: 4px;
  z-index: 2;
}

@media (max-width: 900px) {
  .hamburger {
    display: inline-flex;
  }
  #menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    height: calc(100dvh - 90px);
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    transform: translateY(-8%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.2s ease;
    z-index: 105;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 900px) and (max-width: 480px) {
  #menu {
    top: 70px;
    height: calc(100dvh - 70px);
  }
}
@media (max-width: 900px) {
  #menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  #menu #botonera {
    position: static;
    margin-top: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #menu .text5 a {
    display: block;
    padding: 12px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}
/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/layout/_main.scss*/
main {
  height: calc(var(--vh, 100svh) - 112px);
  overflow-y: auto;
  scroll-behavior: smooth;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}
@media (max-width: 900px) {
  main {
    height: calc(var(--vh, 100svh) - 90px);
  }
}
@media (max-width: 480px) {
  main {
    height: calc(var(--vh, 100svh) - 70px);
  }
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/layout/_sections.scss*/
section {
  position: relative;
  background-color: #fff;
  width: 100%;
  z-index: 5;
  scroll-margin-top: 112px;
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/layout/_footer.scss*/
footer {
  background-color: #000;
  color: #fff;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
}
footer .links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  width: 100%;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 900px) {
  footer .links {
    gap: 25px;
  }
}
footer .links a {
  width: 200px;
}
footer .links a:hover {
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7);
}
footer .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .firma {
  height: 30px;
  object-fit: contain;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/components/_hero.scss*/
#hero {
  width: auto;
  object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-video {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .hero-video {
    height: 480px;
  }
}
@media (max-width: 480px) {
  .hero-video {
    height: 370px;
  }
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/components/_cards-hero.scss*/
#cards_hero {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 900px) {
  #cards_hero {
    gap: 16px;
    padding: 20px 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #cards_hero::-webkit-scrollbar {
    display: none;
  }
}

.cardhero {
  background-color: #ece8de;
  width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: height 1s ease;
  justify-content: flex-start;
  padding: 10px;
  height: 720px;
}
@media (max-width: 1350px) {
  .cardhero {
    width: 300px;
    height: 620px;
  }
}
@media (max-width: 900px) {
  .cardhero {
    min-width: 85vw;
    max-width: 520px;
    height: 550px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    flex: 0 0 auto;
  }
}

.hovereffect {
  margin-top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  gap: 35px;
}

.cardimg {
  height: 250px;
  width: 250px;
  position: relative;
}
@media (max-width: 1350px) {
  .cardimg {
    width: 200px;
    height: 200px;
  }
}
.cardimg img {
  height: 250px;
  width: 250px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
@media (max-width: 1350px) {
  .cardimg img {
    width: 200px;
    height: 200px;
  }
}
.cardimg .presentImg {
  opacity: 1;
  transform: scale(1);
}
.cardimg .hoverImg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.05);
}

.cardhero:hover .presentImg {
  opacity: 0;
  transform: scale(1.05);
}
.cardhero:hover .hoverImg {
  opacity: 1;
  transform: scale(1);
}

.cardtext {
  display: block;
  text-align: justify;
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/components/_about.scss*/
#about {
  overflow: clip;
}

.abouttitle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin: 10px;
  padding-top: 10px;
}

.aboutsecond {
  margin-left: 80px;
}
@media (max-width: 900px) {
  .aboutsecond {
    margin-left: 0;
    justify-content: center;
    width: 100%;
  }
}

.abouttext {
  margin: 10px;
  text-align: center;
}

#cards_about {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 900px) {
  #cards_about {
    gap: 16px;
    padding: 0 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    height: auto;
    padding-block: 12px;
  }
  #cards_about::-webkit-scrollbar {
    display: none;
  }
}

.cardabout {
  display: flex;
  flex-direction: column;
  width: 450px;
  height: 780px;
  color: #fff;
  background-color: #3e565a;
}
@media (max-width: 1350px) {
  .cardabout {
    width: 300px;
    height: 600px;
  }
}
@media (max-width: 900px) {
  .cardabout {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .cardabout {
    height: 420px;
  }
}

.aboutimgcard {
  width: 100%;
  height: 450px;
  display: block;
  object-fit: cover;
  object-position: center;
  aspect-ratio: auto;
}
@media (max-width: 1350px) {
  .aboutimgcard {
    height: 300px;
  }
}
@media (max-width: 900px) {
  .aboutimgcard {
    height: 340px;
  }
}
@media (max-width: 480px) {
  .aboutimgcard {
    height: 250px !important;
    width: 100%;
  }
}

.aboutcardtext {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding: 5px 16px;
  text-align: justify;
}
.aboutcardtext .h4 {
  margin-top: auto;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .aboutcardtext {
    gap: 24px;
    padding: 12px 16px;
  }
  .cardabout {
    flex: 0 0 auto;
    min-width: 85vw;
    max-width: 520px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/components/_carousel.scss*/
.carousel {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 100svh) * 0.7);
  overflow: hidden;
  contain: content;
}

.slides {
  display: flex;
  will-change: transform;
}

.slides > * {
  flex: 0 0 100%;
  display: block;
}

.slides img,
.slides video {
  width: 100%;
  height: calc(var(--vh, 100svh) * 0.7);
  object-fit: cover;
  object-position: center;
}

.slides img.bottomslide {
  object-position: center 35%;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/components/_projects.scss*/
#projects {
  overflow: clip;
}

.projecttitle {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: center;
  padding: 20px;
}

#projectbox {
  width: 100%;
  padding-bottom: 10px;
}

.projectcard {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 85dvh;
  margin-bottom: 20px;
}
.projectcard-right {
  flex-direction: row-reverse;
}

.proimages {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  opacity: 1;
}

.img-ind {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: all 1s ease;
}

.protitles {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding: 15px 30px;
}

.proright {
  text-align: right;
  align-self: flex-end;
}

.invisible {
  opacity: 0;
  transition: all 1s ease;
}

.nombresimg {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  max-height: 100%;
  width: auto;
}
.nombresimg > * {
  min-height: 0;
}

.pointername {
  padding: 5px;
  width: fit-content;
  cursor: pointer;
}

@media (max-width: 900px) {
  .projectcard,
  .projectcard-right {
    flex-direction: column;
    height: auto;
    gap: 12px;
  }
  .protitles {
    width: 100%;
    padding: 12px 16px;
  }
  .proright {
    text-align: left;
    align-self: flex-start;
  }
  .nombresimg {
    display: block;
    column-count: 2;
    column-gap: clamp(8px, 2vw, 16px);
    padding-inline: clamp(8px, 2vw, 16px);
    max-width: 100%;
    overflow: hidden;
    column-fill: balance;
  }
  .pointername {
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 14px;
    background: #eee;
    cursor: default;
    white-space: normal;
    overflow-wrap: anywhere;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
  }
  .pointername.is-active {
    background: #111;
    color: #fff;
  }
  .proimages {
    display: flex;
    width: 100%;
    height: auto;
    gap: 12px;
    padding: 0 16px 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .proimages::-webkit-scrollbar {
    display: none;
  }
  .img-ind {
    position: relative;
    flex: 0 0 85vw;
    max-width: 520px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    scroll-snap-align: center;
    opacity: 1 !important;
    transform: none !important;
  }
  .invisible {
    opacity: 1 !important;
  }
}
@media (max-width: 900px) {
  .protitles {
    align-items: stretch;
  }
  .protitles > h3 {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
  }
  .protitles .nombresimg {
    align-self: stretch;
    text-align: left;
  }
  .protitles .nombresimg .pointername,
  .protitles .nombresimg .proright {
    text-align: left;
    align-self: flex-start;
  }
}
/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/components/_clients.scss*/
.clientstitle {
  width: auto;
  padding-top: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.textclientstyle {
  width: 90%;
}
@media (max-width: 900px) {
  .textclientstyle {
    width: 100%;
  }
}

.clientflex {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}
@media (max-width: 900px) {
  .clientflex {
    flex-direction: column;
  }
}

.clienttext {
  padding: 10px;
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 900px) {
  .clienttext {
    width: 100%;
  }
}
.clienttext p {
  margin-bottom: 25px;
}

.logos {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 5px;
  width: 50%;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 900px) {
  .logos {
    width: 100%;
  }
}
.logos .logo {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos .logo img {
  width: 100%;
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/components/_contact.scss*/
#contact {
  padding-top: 20px;
}
#contact i {
  font-size: 70px;
}

.contacttitle {
  width: auto;
  padding-top: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.contacttext {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 10px;
  align-items: center;
}
@media (max-width: 900px) {
  .contacttext {
    width: 100%;
  }
}
.contacttext p {
  margin-bottom: 25px;
}

.form {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 5px;
  width: 50%;
  align-items: center;
}
@media (max-width: 900px) {
  .form {
    width: 100%;
  }
}

.contactflex {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .contactflex {
    flex-direction: column;
  }
}

.contactlogo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  width: 90%;
  align-items: center;
}
form input,
form select,
form textarea,
form button {
  padding: 8px;
  font: inherit;
}
form input,
form textarea {
  width: 100%;
  background-color: #ece8de;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #000;
  border-left: 0;
  border-radius: 0;
}
form input:focus-visible,
form textarea:focus-visible {
  outline: 0 solid #000;
  outline-offset: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
form button {
  align-self: flex-end;
  width: 70px;
  background-color: #000;
  color: #fff;
}
form button:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 900px) {
  form input,
  form select,
  form textarea {
    font-size: 16px !important;
    line-height: 1.3;
    min-height: 40px;
  }
}
/* File: scss/components/_breaker.scss*/
.breaker {
  height: 18px;
  margin: 10px;
}
@media (max-width: 1350px) {
  .breaker {
    height: 16px;
    margin: 5px;
  }
}
@media (max-width: 900px) {
  .breaker {
    height: 14px;
    margin: 2px;
  }
}
@media (max-width: 480px) {
  .breaker {
    height: 10px;
    margin: 0;
  }
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/components/_buttons.scss*/
button {
  background-color: #fff;
  padding: 4px;
  border: 1.2px solid #000;
  border-radius: 50%;
  font-family: "Vercetti";
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
}
button:hover, button.active {
  background-color: #000;
  color: #fff;
}
@media (max-width: 900px) {
  button {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  button {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/components/_hamburger.scss*/
.hamburger {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 2px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  line-height: 0;
  cursor: pointer;
  /* barras */
}
@media (max-width: 480px) {
  .hamburger {
    width: 26px;
    height: 26px;
  }
}
.hamburger > span[aria-hidden=true] {
  display: block;
  width: 22px;
  height: 2px;
  background: black;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center center;
  flex: 0 0 auto;
}
.hamburger.is-open > span[aria-hidden=true]:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.is-open > span[aria-hidden=true]:nth-of-type(2) {
  opacity: 0;
}
.hamburger.is-open > span[aria-hidden=true]:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (prefers-reduced-motion: reduce) {
  .hamburger > span[aria-hidden=true] {
    transition: none;
  }
}
@media (max-width: 900px) {
  .hamburger {
    display: inline-flex;
  }
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/components/_modal.scss*/
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.modal.is-open {
  display: block;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
}

.modal__card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, 92vw);
  max-height: min(80vh, 720px);
  background: white;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: 18px;
}
@media (max-width: 480px) {
  .modal__card {
    width: 92vw;
    max-height: 80vh;
    padding: 14px 14px 10px;
  }
}

.modal__close {
  position: absolute;
  top: 15px;
  color: black;
  right: 8px;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
}
.modal__close i {
  color: inherit;
}
@media (max-width: 480px) {
  .modal__close {
    top: 8px;
    right: 8px;
  }
}

#policy-title {
  padding-right: 48px;
}

.modal__content {
  margin-top: 10px;
  margin-bottom: 12px;
  padding: 0 8px;
  overflow: auto;
  flex: 1;
}
.modal__content p,
.modal__content h3 {
  margin-bottom: 10px;
}
.modal__content ul {
  list-style-position: outside;
  margin: 0.5rem 0 0.75rem;
  padding-left: 1.25rem;
}
.modal__content ul {
  list-style-type: disc;
}
.modal__content ul ul {
  list-style-type: circle;
}
.modal__content ul ul ul {
  list-style-type: square;
}
.modal__content ol {
  list-style: none;
  padding-left: 0;
}
.modal__content li {
  margin: 0.25rem 0;
}
.modal__content li::marker {
  font-size: 0.9em;
}

.modal__footer {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.modal__action {
  width: 60px;
  color: black;
}

/* File: scss/components/_pausa.scss*/
.pausadiv {
  height: 70dvh;
  width: 100%;
  position: relative;
  z-index: 5;
}

.pause {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: var(--vh, 100svh);
  position: absolute;
  top: 0;
  z-index: -1;
  pointer-events: none;
  transform: translateY(calc(var(--py, 0) * 0.2px));
}

/* File: scss/components/_toast.scss*/
.toast {
  position: fixed;
  left: 50%;
  bottom: 85px;
  transform: translateX(-50%);
  padding: 12px 16px;
  background: rgba(30, 30, 30, 0.95);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 9999;
  max-width: min(90vw, 480px);
  text-align: center;
}

.toast.show {
  opacity: 1;
  visibility: visible;
}

.toast.hidden {
  display: block;
}

/* ========================================================================== */
/* File: scss/app.scss — Punto de entrada                                     */
/* ========================================================================== */
/* File: scss/components/_whatsapp.scss*/
.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 15px;
  text-decoration: none;
  color: inherit;
  z-index: 99;
}
.whatsapp .bx {
  --size: 56px;
  display: inline-grid;
  place-items: center;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: calc(var(--size) * 0.6);
  line-height: 1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease, background-color 0.15s ease;
}
@media (max-width: 900px) {
  .whatsapp .bx {
    --size: 40px;
  }
}
.whatsapp:hover .bx {
  background: #1ebe57;
  transform: translateY(-1px);
}
.whatsapp:active .bx {
  background: #16a74a;
  transform: none;
}
.whatsapp:focus-visible .bx {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* File: scss/utilities/_arrows.scss*/
@media (max-width: 900px) {
  #cards_hero .cardhero,
  #cards_about .cardabout {
    position: relative;
  }
  .sig-arrow,
  .about-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: #fff;
    color: #000;
    border: 1.2px solid #000;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    user-select: none;
    transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease;
  }
  .sig-arrow.prev,
  .about-arrow.prev {
    left: 8px;
  }
  .sig-arrow.next,
  .about-arrow.next {
    right: 8px;
  }
  .sig-arrow:active,
  .about-arrow:active {
    transform: translateY(-50%) scale(0.98);
  }
  .sig-arrow[hidden],
  .about-arrow[hidden] {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .sig-arrow,
  .about-arrow {
    width: 26px;
    height: 26px;
  }
}
.carousel .prev,
.carousel .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 5;
}

.carousel .prev {
  left: 10px;
}

.carousel .next {
  right: 10px;
}

.carousel .prev:focus-visible,
.carousel .next:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 900px) {
  #cards_hero .sig-arrow,
  #cards_about .about-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    border: none !important;
    padding: 8px 12px !important;
    border-radius: 100% !important;
    box-shadow: none;
    cursor: pointer;
    user-select: none;
    width: auto !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: transform 0.15s ease;
  }
  #cards_hero .sig-arrow.prev,
  #cards_about .about-arrow.prev {
    left: 10px;
  }
  #cards_hero .sig-arrow.next,
  #cards_about .about-arrow.next {
    right: 10px;
  }
  #cards_hero .sig-arrow:active,
  #cards_about .about-arrow:active {
    transform: translateY(-50%) scale(0.98);
  }
  #cards_hero .sig-arrow:focus-visible,
  #cards_about .about-arrow:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
  #cards_hero .sig-arrow[hidden],
  #cards_about .about-arrow[hidden] {
    display: none !important;
  }
}
@media (max-width: 480px) {
  #cards_hero .sig-arrow,
  #cards_about .about-arrow {
    padding: 7px 10px !important;
    border-radius: 100% !important;
  }
}
/* File: scss/utilities/_helpers.scss*/
.caret {
  display: inline-block;
  height: 1em;
  border-left: 2px solid black;
  margin-left: 1px;
  opacity: 0;
}

.line.active .caret {
  opacity: 1;
  animation: blink 0.7s step-end infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 0.1;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
/* Accesibilidad util */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* File: scss/utilities/_transitions.scss*/
.transscroll {
  transition: all 1s ease;
}

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