@font-face {
  font-family: n;
  src: url(../../rg/fonts/AvenirNextLTPro-Bold.otf);
  font-display: swap;
}
@font-face {
  font-family: r;
  src: url(../../rg/fonts/AvenirNextLTPro-Regular.otf);
  font-display: swap;
}

:root {
  /* --header-background-color: #ffffff; */
  --header-background-color: #7d55ff;
  /* --header-text-color: #000000; */
  --header-text-color: #ffffff;
  --menu-pc-background-color: #ffffff;
  --menu-pc-text-color: #000000;
  --item-menu-pc-hover-color: #e4e8ee93;
  --item-menu-pc-border-color: #cdcdcd;
  --panel-background-color: #f5f6f7;
  --banner-background-color: #222831;
  --banner-background-image: url("../../../rg/img/fondo_banner.jpeg") no-repeat;
  --banner-background-opacity-image: linear-gradient(
      rgba(75, 123, 255, 0.411),
      rgba(75, 123, 255, 0.411)
    ),
    url("../../../rg/img/fondo_banner.jpeg");
  --banner-background-gradient: linear-gradient(
    to right top,
    #051937,
    #004d7a,
    #008793,
    #00bf72,
    #a8eb12
  );
  --banner-text-color: #ffffff;
  --card-background-color: #008793;
  --card-text-color: #ffffff;
  --table-border-color: #ddd;
  --table-header-border-color: #7d55ff;
  --table-body-border-color: #7d55ff;
  --menu-item-active-color: #e4e8ee93;
  --menu-text-active-color: #ffffff;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: r, sans-serif;
}
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  display: none;
}

.bg {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../../rg/img/bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
header {
  position: absolute;
  top: 0;
  right: 0;
}
.menu_pc {
  display: flex;
  align-items: center;
}
.menu_pc a {
  text-decoration: none;
}
.menu_pc :nth-child(1) {
  font-family: r, sans-serif;
  color: #6666ff;
}
.menu_pc :nth-child(2) {
  display: flex;
  background: #e0e007;
  align-items: center;
  justify-content: center;
  font-family: n, sans-serif;
  color: #6666ff;
}
.menu_pc :nth-child(2):hover {
  background: #6666ff;
  color: #fff;
}
.btn_icon {
  display: flex;
  background: #6666ff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
main {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.mockups {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.slider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mockup_movil {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  border: 7px solid #000;
  animation: slider;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
@keyframes slider {
  0% {
    background-image: linear-gradient(
      to right top,
      #6666ff,
      #6666ff,
      #6666ff,
      #6666ff,
      #6666ff,
      #ab59f2,
      #db49de,
      #fe3ac6,
      #ff4189,
      #ff784c,
      #ffb002,
      #e0e007
    );
  }
  50% {
    background: url(../../rg/img/bg_mockup.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  100% {
    background: linear-gradient(#6666ff67, #6666ff67),
      url(../../rg/img/bg_mockup.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.m_avatar {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m_avatar span {
  font-family: n, sans-serif;
  color: #fff;
}
.m_avatar p {
  width: 60%;
  font-family: r, sans-serif;
  color: #fff;
  text-align: center;
}
.m_redes {
  display: flex;
}
.m_footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_header img {
  width: 100%;
  object-fit: cover;
}
.btn_registro {
  position: absolute;
  display: flex;
  background: #fff;
  border-radius: 35px;
  border: 3px solid #6666ff;
  align-items: center;
  justify-content: center;
}
.slash {
  font-family: n, sans-serif;
  color: #6666ff;
}
input {
  border: none;
  background: none;
  font-family: r, sans-serif;
  color: #6666ff;
}
input:focus,
input:valid {
  outline: none;
}
.btn_enviar {
  cursor: pointer;
  display: flex;
  background: #6666ff;
  border-radius: 50%;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
}
.btn_enviar:hover {
  background: #e0e007;
}
.info {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
h1 {
  font-family: n, sans-serif;
  text-align: left;
  color: #6666ff;
}
.info p {
  font-family: r, sans-serif;
  text-align: left;
  color: #6666ff;
}
.redes {
  display: flex;
  align-items: center;
}
.redes h2 {
  font-family: r, sans-serif;
  color: #6666ff;
}
.redes a {
  text-decoration: none;
}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
footer a {
  text-decoration: none;
  font-family: r, sans-serif;
  color: #6666ff;
}
footer a:hover {
  color: #c9c9c9;
  transition: 0.2s;
}
.copyright {
  font-family: r, sans-serif;
  color: #4d4d4d;
}
.copyright a {
  text-decoration: none;
  font-family: r, sans-serif;
  font-size: 15px;
  color: #4d4d4d;
}
.copyright a:hover {
  color: #213242;
  transition: 0.2s;
}

@media (min-width: 1367px) {
  .menu_pc {
    margin: 30px 50px 0 0;
    gap: 20px;
  }
  .menu_pc :nth-child(1) {
    font-size: 20px;
  }
  .menu_pc :nth-child(2) {
    width: 220px;
    height: 40px;
    border-radius: 20px;
    font-size: 15px;
  }
  .btn_icon {
    width: 27px;
    height: 27px;
    margin-left: 5px;
  }
  .btn_icon img {
    width: 10px;
    height: 10px;
  }
  main {
    gap: 100px;
  }
  .slider {
    width: 380px;
    height: 640px;
  }
  .mockup_movil {
    border-radius: 35px;
  }
  .m_avatar {
    top: 110px;
    gap: 7px;
  }
  .m_avatar span {
    font-size: 30px;
  }
  .m_avatar p {
    font-size: 15px;
  }
  .m_logo {
    width: 80px;
    height: 80px;
  }
  .m_redes {
    gap: 7px;
  }
  .m_redes img {
    width: 20px;
    height: 20px;
  }
  .m_footer {
    width: 100%;
    height: 40px;
  }
  .m_footer img {
    width: 71px;
    height: 18px;
  }
  .m_header img {
    border-radius: 25px 25px 0 0;
  }
  .btn_registro {
    bottom: 100px;
    width: 480px;
    height: 60px;
    border-radius: 35px;
    border: 3px solid #6666ff;
  }
  .btn_registro img {
    width: 126px;
    height: 31px;
  }
  .slash {
    font-size: 40px;
  }
  input {
    padding: 5px;
    font-size: 20px;
  }
  .btn_enviar {
    width: 35px;
    height: 35px;
    margin-left: 5px;
  }
  .btn_enviar img {
    width: 10px;
    height: 10px;
  }
  .info {
    width: 400px;
    gap: 40px;
  }
  h1 {
    font-size: 40px;
  }
  .info p {
    font-size: 35px;
  }
  .redes {
    gap: 10px;
  }
  .redes h2 {
    font-size: 25px;
  }
  .redes img {
    width: 25px;
    height: 25px;
  }
  footer {
    height: 70px;
    gap: 10px;
    padding-right: 50px;
  }
  footer h2 {
    font-size: 15px;
  }
  .copyright {
    font-size: 15px;
  }
  .copyright a {
    font-size: 12px;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .menu_pc {
    margin: 30px 30px 0 0;
    gap: 20px;
  }
  .menu_pc :nth-child(1) {
    font-size: 13px;
  }
  .menu_pc :nth-child(2) {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    font-size: 13px;
  }
  .btn_icon {
    width: 27px;
    height: 27px;
    margin-left: 5px;
  }
  .btn_icon img {
    width: 10px;
    height: 10px;
  }
  main {
    gap: 100px;
  }
  .slider {
    width: 380px;
    height: 640px;
  }
  .mockup_movil {
    border-radius: 35px;
  }
  .m_avatar {
    top: 110px;
    gap: 7px;
  }
  .m_avatar span {
    font-size: 30px;
  }
  .m_avatar p {
    font-size: 15px;
  }
  .m_logo {
    width: 80px;
    height: 80px;
  }
  .m_redes {
    gap: 7px;
  }
  .m_redes img {
    width: 20px;
    height: 20px;
  }
  .m_footer {
    display: flex;
    width: 100%;
    height: 40px;
  }
  .m_footer img {
    width: 71px;
    height: 18px;
  }
  .m_header img {
    border-radius: 25px 25px 0 0;
  }
  .btn_registro {
    bottom: 100px;
    width: 480px;
    height: 60px;
    border-radius: 35px;
    border: 3px solid #6666ff;
  }
  .btn_registro img {
    width: 126px;
    height: 31px;
  }
  .slash {
    font-size: 40px;
  }
  input {
    padding: 5px;
    font-size: 20px;
  }
  .btn_enviar {
    width: 35px;
    height: 35px;
    margin-left: 5px;
  }
  .btn_enviar img {
    width: 10px;
    height: 10px;
  }
  .info {
    width: 400px;
    gap: 40px;
  }
  h1 {
    font-size: 30px;
  }
  .info p {
    font-size: 25px;
  }
  .redes {
    gap: 10px;
  }
  .redes h2 {
    font-size: 15px;
  }
  .redes img {
    width: 20px;
    height: 20px;
  }
  footer {
    height: 50px;
    gap: 10px;
    padding-right: 30px;
  }
  footer h2 {
    font-size: 12px;
  }
  .copyright {
    font-size: 12px;
  }
  .copyright a {
    font-size: 12px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .menu_pc {
    margin: 20px 25px 0 0;
    gap: 20px;
  }
  .menu_pc :nth-child(1) {
    font-size: 13px;
  }
  .menu_pc :nth-child(2) {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    font-size: 13px;
  }
  .btn_icon {
    width: 27px;
    height: 27px;
    margin-left: 5px;
  }
  .btn_icon img {
    width: 10px;
    height: 10px;
  }
  main {
    gap: 70px;
  }
  .slider {
    width: 320px;
    height: 540px;
  }
  .mockup_movil {
    border-radius: 35px;
  }
  .m_avatar {
    top: 70px;
    gap: 7px;
  }
  .m_avatar span {
    font-size: 20px;
  }
  .m_avatar p {
    font-size: 10px;
  }
  .m_logo {
    width: 70px;
    height: 70px;
  }
  .m_redes {
    gap: 7px;
  }
  .m_redes img {
    width: 10px;
    height: 10px;
  }
  .m_footer {
    display: flex;
    width: 100%;
    height: 40px;
  }
  .m_footer img {
    width: 40px;
    height: 10px;
  }
  .m_header img {
    border-radius: 25px 25px 0 0;
  }
  .btn_registro {
    bottom: 100px;
    width: 400px;
    height: 50px;
    border-radius: 35px;
    border: 3px solid #6666ff;
  }
  .btn_registro img {
    width: 101px;
    height: 25px;
  }
  .slash {
    font-size: 30px;
  }
  input {
    padding: 5px;
    font-size: 18px;
  }
  .btn_enviar {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
  .btn_enviar img {
    width: 10px;
    height: 10px;
  }
  .info {
    width: 400px;
    gap: 20px;
  }
  h1 {
    font-size: 30px;
  }
  .info p {
    font-size: 25px;
  }
  .redes {
    gap: 10px;
  }
  .redes h2 {
    font-size: 13px;
  }
  .redes img {
    width: 18px;
    height: 18px;
  }
  footer {
    height: 40px;
    gap: 10px;
    padding-right: 25px;
  }
  footer h2 {
    font-size: 10px;
  }
  .copyright {
    font-size: 10px;
  }
  .copyright a {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    right: auto;
    left: auto;
  }
  .menu_pc {
    margin: 20px 25px 0 0;
    gap: 20px;
  }
  .menu_pc :nth-child(1) {
    font-size: 15px;
  }
  .menu_pc :nth-child(2) {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    font-size: 13px;
  }
  .btn_icon {
    width: 27px;
    height: 27px;
    margin-left: 5px;
  }
  .btn_icon img {
    width: 10px;
    height: 10px;
  }
  .mockups {
    width: 60%;
  }
  .slider {
    width: 285px;
    height: 480px;
  }
  .mockup_movil {
    border-radius: 35px;
    border: 7px solid #000;
  }
  .m_avatar {
    top: 70px;
    gap: 7px;
  }
  .m_avatar span {
    font-size: 20px;
  }
  .m_avatar p {
    font-size: 10px;
  }
  .m_logo {
    width: 80px;
    height: 80px;
  }
  .m_redes {
    gap: 7px;
  }
  .m_redes img {
    width: 10px;
    height: 10px;
  }
  .m_footer {
    display: flex;
    width: 100%;
    height: 40px;
  }
  .m_footer img {
    width: 40px;
    height: 10px;
  }
  .m_header img {
    border-radius: 25px 25px 0 0;
  }
  .btn_registro {
    bottom: 100px;
    width: 400px;
    height: 50px;
    border-radius: 35px;
    border: 3px solid #6666ff;
  }
  .btn_registro img {
    width: 101px;
    height: 25px;
  }
  .slash {
    font-size: 30px;
  }
  input {
    padding: 5px;
    font-size: 18px;
  }
  .btn_enviar {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
  .btn_enviar img {
    width: 10px;
    height: 10px;
  }
  .info {
    width: 40%;
    gap: 20px;
  }
  h1 {
    width: 80%;
    font-size: 25px;
  }
  .info p {
    width: 80%;
    font-size: 20px;
  }
  .redes {
    width: 80%;
    gap: 10px;
  }
  .redes h2 {
    font-size: 13px;
  }
  .redes img {
    width: 18px;
    height: 18px;
  }
  footer {
    right: auto;
    left: auto;
    height: 40px;
    gap: 10px;
    padding-right: 0;
  }
  footer h2 {
    font-size: 10px;
  }
  .copyright {
    font-size: 10px;
  }
  .copyright a {
    font-size: 10px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  main {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  header {
    position: fixed;
    top: 0;
    right: auto;
    left: auto;
    z-index: 7;
  }
  .menu_pc {
    margin: 20px 0 0 0;
    gap: 20px;
  }
  .menu_pc :nth-child(1) {
    font-size: 16px;
  }
  .menu_pc :nth-child(2) {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    font-size: 13px;
  }
  .btn_icon {
    width: 27px;
    height: 27px;
    margin-left: 5px;
  }
  .btn_icon img {
    width: 10px;
    height: 10px;
  }
  .mockups {
    width: 100%;
    height: 500px;
  }
  .slider {
    width: 285px;
    height: 480px;
  }
  .mockup_movil {
    border-radius: 35px;
    border: 7px solid #000;
  }
  .m_avatar {
    top: 70px;
    gap: 7px;
  }
  .m_avatar span {
    font-size: 20px;
  }
  .m_avatar p {
    font-size: 10px;
  }
  .m_logo {
    width: 80px;
    height: 80px;
  }
  .m_redes {
    gap: 7px;
  }
  .m_redes img {
    width: 10px;
    height: 10px;
  }
  .m_footer {
    display: flex;
    width: 100%;
    height: 40px;
  }
  .m_footer img {
    width: 40px;
    height: 10px;
  }
  .m_header img {
    border-radius: 25px 25px 0 0;
  }
  .btn_registro {
    bottom: 70px;
    width: 350px;
    height: 50px;
    border-radius: 35px;
    border: 3px solid #6666ff;
  }
  .btn_registro img {
    width: 80px;
    height: 20px;
  }
  .slash {
    font-size: 25px;
  }
  input {
    padding: 5px;
    font-size: 15px;
  }
  .btn_enviar {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
  .btn_enviar img {
    width: 10px;
    height: 10px;
  }
  .info {
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
  }
  h1 {
    width: 70%;
    font-size: 20px;
    text-align: center;
  }
  .info p {
    display: none;
  }
  .redes {
    display: none;
  }
  .redes h2 {
    font-size: 13px;
  }
  .redes img {
    width: 18px;
    height: 18px;
  }
  footer {
    right: auto;
    left: auto;
    height: 40px;
    gap: 10px;
    padding-right: 0;
  }
  footer h2 {
    font-size: 10px;
  }
  .copyright {
    font-size: 10px;
  }
  .copyright a {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header {
    position: absolute;
    top: 0;
    right: auto;
    left: auto;
    z-index: 7;
  }
  .menu_pc {
    margin: 10px 0 0 0;
    gap: 5px;
  }
  .menu_pc :nth-child(1) {
    font-size: 10px;
  }
  .menu_pc :nth-child(2) {
    width: 110px;
    height: 22px;
    border-radius: 15px;
    font-size: 7px;
  }
  .btn_icon {
    width: 15px;
    height: 15px;
    margin-left: 3px;
  }
  .btn_icon img {
    width: 7px;
    height: 7px;
  }
  .mockups {
    width: 100%;
  }
  .slider {
    width: 232px;
    height: 390px;
  }
  .mockup_movil {
    border-radius: 35px;
    border: 7px solid #000;
  }
  .m_avatar {
    top: 50px;
    gap: 5px;
  }
  .m_avatar span {
    font-size: 15px;
  }
  .m_avatar p {
    font-size: 7px;
  }
  .m_logo {
    width: 50px;
    height: 50px;
  }
  .m_redes {
    gap: 7px;
  }
  .m_redes img {
    width: 8px;
    height: 8px;
  }
  .m_footer {
    display: flex;
    width: 100%;
    height: 30px;
  }
  .m_footer img {
    width: 32px;
    height: 8px;
  }
  .m_header img {
    border-radius: 25px 25px 0 0;
  }
  .btn_registro {
    bottom: 70px;
    width: 310px;
    height: 50px;
    border-radius: 35px;
    border: 3px solid #6666ff;
  }
  .btn_registro img {
    width: 80px;
    height: 20px;
  }
  .slash {
    font-size: 25px;
  }
  input {
    padding: 5px;
    font-size: 15px;
  }
  .btn_enviar {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
  .btn_enviar img {
    width: 10px;
    height: 10px;
  }
  .info {
    display: none;
  }
  .redes {
    display: none;
  }
  .redes h2 {
    font-size: 13px;
  }
  .redes img {
    width: 18px;
    height: 18px;
  }
  footer {
    right: auto;
    left: auto;
    height: 40px;
    gap: 10px;
    padding-right: 0;
  }
  footer h2 {
    font-size: 10px;
  }
  .copyright {
    font-size: 10px;
  }
  .copyright a {
    font-size: 10px;
  }
}

