@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Ahganirya";
  src: url(../assets/fonts/Ahganirya.otf);
}
:root {
  /* Colors Prx Creations v3*/
  --mainText-color: #FFFCDC;
  --secondText-color: #15291E;
  --Ahganirya-family: "Ahganirya", serif;
  --Roboto-family: "Roboto", sans-serif;
  --Inter-family: "Inter", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  /* color: #222; */
  padding-bottom: 50px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: var(--Fahkwang-family);
  background-color: #020617;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---- particles.js container ---- */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles {
  background: rgba(255, 255, 255, 0);
  position: fixed;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats, .count-particles {
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

header {
  height: 8rem;
  background-clip: border-box;
  background-color: transparent;
  padding-top: 0px;
  z-index: 100;
}
header nav {
  width: 80%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  background-color: var(--secondary-color);
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
header nav .nav__logo-container {
  width: 150px;
  height: 50px;
  grid-column: 1/1;
  grid-row: 1/1;
  justify-self: center;
  align-self: center;
}
header nav .nav__logo-container img {
  /* width: 100%; */
  height: auto;
  max-width: 100%;
}
header nav .navigation {
  display: none;
  background-color: #000;
  z-index: 100;
}
header nav .navigation li {
  list-style: none;
}
header nav .navigation li a {
  text-decoration: none;
  display: inline-block;
  color: white;
  margin: 10px 0;
  font-size: 2.5rem;
  background-image: linear-gradient(270deg, #fff 0.81%, #000000 100%);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  padding-bottom: 3px;
}
header nav .navigation li a:hover, header nav .navigation li a:focus {
  background-size: 100% 2px;
}
header nav .navigation.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 101;
}
header nav .toggle {
  position: relative;
  width: 32px;
  height: 40px;
  display: flex;
  justify-self: flex-end;
  align-items: center;
  z-index: 100000;
  cursor: pointer;
}
header nav .toggle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 10px 0 #ffffff;
  transition: 0.25s;
}
header nav .toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: translateY(10px);
  transition: 0.25s;
}
header nav .toggle.active {
  right: 10%;
}
header nav .toggle.active::before {
  transform: translateY(0px) rotate(45deg);
  box-shadow: 0 0 0 #ffffff;
}
header nav .toggle.active::after {
  transform: translateY(0px) rotate(-45deg);
}

.header-animate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: reduce-header linear both;
  animation-timeline: scroll();
  animation-range: 0 150px;
  background-color: #020617;
}

.main__section {
  width: 100%;
  /* height: 90vh; */
  position: relative;
  padding: 16.6rem 1.6rem 0.8px 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3); */
}
.main__section .mainTxt {
  font-family: var(--Inter-family);
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-bottom: 2rem;
}
.main__section .mainTxt span {
  color: #0099FF;
}
.main__section .text {
  font-size: 2.4rem;
  text-align: center;
  color: white;
  opacity: 0.8;
}
.main__section .btns-container {
  margin-top: 4rem;
}
.main__section .btns-container a {
  text-decoration: none;
  color: white;
  /* &:hover {
      width: 12.6rem;
      height: 2.6rem;
      box-shadow: #000;
  } */
}
.main__section .btns-container a .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #0099FF;
  border-radius: 1rem;
  /* width: 31.5rem;
  height: 6.2rem; */
  border: none;
  color: white;
  font-family: var(--Inter-family);
}
.main__section .btns-container a .btn p {
  border-radius: 1rem;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  font-size: 2rem;
  text-align: center;
  color: white;
}
.main__section .btns-container a .btn-ord {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background-color: #ffffff; */
  /* width: 31.5rem;
  height: 6.2rem; */
  border: none;
  border-radius: 1rem;
  color: white;
  font-family: var(--Inter-family);
}
.main__section .btns-container a .btn-ord p {
  border-radius: 1rem;
  border: solid 1px white;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  font-size: 2rem;
  text-align: center;
  color: #0099FF;
}
.main__section .circle-1 {
  width: 11.2rem;
  height: 11.2rem;
  background: #113857;
  border-radius: 50%;
  filter: blur(70px);
  position: absolute;
  left: -5rem;
  top: 15%;
}
.main__section .circle-2 {
  width: 11.2rem;
  height: 11.2rem;
  background: #113857;
  border-radius: 50%;
  filter: blur(70px);
  position: absolute;
  right: -5rem;
  bottom: 15%;
}
.main__section .wave-top {
  position: absolute;
  bottom: -9rem;
}

@media (min-width: 768px) {
  .main__section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 90vh;
  }
  .main__section .mainTxt {
    font-size: 10rem; /* tamaño más grande para escritorio */
    margin-bottom: 2rem;
  }
  .main__section .text {
    font-size: 3rem; /* tamaño más grande para escritorio */
  }
  .main__section .btns-container {
    margin-top: 4rem;
  }
  .main__section .btns-container a {
    text-decoration: none;
    color: white;
  }
  .main__section .btns-container a .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #0099FF;
    border-radius: 1rem;
    /* width: 31.5rem;
    height: 6.2rem; */
    border: none;
    color: white;
    font-family: var(--Inter-family);
  }
  .main__section .btns-container a .btn p {
    border-radius: 1rem;
    padding: 1.6rem 1.6rem 1.6rem 2.4rem;
    font-size: 2.7rem;
    text-align: center;
    color: white;
  }
  .main__section .btns-container a .btn-ord {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: #ffffff; */
    /* width: 31.5rem;
    height: 6.2rem; */
    border: none;
    border-radius: 1rem;
    color: white;
    font-family: var(--Inter-family);
  }
  .main__section .btns-container a .btn-ord p {
    border-radius: 1rem;
    border: solid 1px white;
    padding: 1.6rem 1.6rem 1.6rem 2.4rem;
    font-size: 2.7rem;
    text-align: center;
    color: #0099FF;
  }
  .main__section .btns-container a .btn-ord p:hover {
    color: white;
  }
  .main__section .btns-container a .btn-ord:hover {
    background-color: #040c31;
    color: white;
  }
  .main__section .tels-principal {
    display: none;
  }
}
@keyframes reduce-header {
  100% {
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 5px 50px -5px, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px;
    padding-top: 0px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-attachment: scroll;
  }
}/*# sourceMappingURL=styles.css.map */