@charset "UTF-8";
* {
  cursor: none !important;
}

/* ✅ Pero permite cursor normal de texto en inputs */
input, textarea, [contenteditable=true] {
  cursor: text !important;
}

.custom-cursor.is-hover {
  transform: translate(-50%, -50%) scale(2);
}

.custom-cursor.is-hidden {
  opacity: 0;
}

body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter-Light", Helvetica;
  scroll-behavior: smooth;
  background: white;
}

.typing-container {
  margin-top: -2rem;
  margin-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 50px;
  font-weight: 400;
  color: #000;
  font-family: "Inter-Light", Helvetica;
}

h1 {
  margin-top: -2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: "Inter-Light", Helvetica;
  font-weight: 400;
  color: #000;
  font-size: 70px;
}

h2 {
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: "Inter-Light", Helvetica;
  font-weight: 400;
  color: #000;
  font-size: 60px;
  text-align: center;
}

p {
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: "Inter-Light", Helvetica;
  font-weight: 300;
  color: #000;
  font-size: 38px;
  margin: auto;
}

.navbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px auto;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
  position: fixed;
}

.logo {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lato-ExtraBoldItalic", Helvetica;
  font-weight: 800;
  font-style: italic;
  color: #1d1d1d;
  font-size: 30px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 1001;
}

.menu {
  position: relative;
  width: 34px;
  height: 22px;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 1001;
}

.rectangle-6 {
  position: absolute;
  width: 34px;
  height: 3px;
  top: 0;
  left: 0;
  background-color: black;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.rectangle-7 {
  position: absolute;
  width: 34px;
  height: 3px;
  left: 0;
  background-color: black;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu:hover .rectangle-6 {
  transform: translateY(1px);
}

.menu:hover .rectangle-7 {
  transform: translateY(-1px);
}

.menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 2.8px);
}

.menu.active span:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -3px);
}

main.desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow-x: hidden;
}

.overlap-group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.frame {
  flex-direction: column;
  align-items: center;
}

.circle-container {
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.circle-flip {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s;
  border-radius: 50%;
}

.circle-container:hover .circle-flip {
  transform: rotateY(180deg);
}

.front, .back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  border-radius: 50%;
  overflow: hidden;
}

.front img,
.back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.back {
  transform: rotateY(180deg);
}

.contact {
  display: flex;
  justify-content: center;
  gap: 3rem;
  width: auto;
}

.button-home {
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: auto;
  font-size: medium;
  font-family: "Inter-Light", Helvetica;
  border: 1px solid #ffffff;
  background-color: #1d1d1d;
  color: white;
  border-radius: 10rem;
  background-color: transparent;
  transition: all 0.12s ease-in;
  margin-bottom: 3rem;
}

.button-home:hover {
  background-color: white;
  color: #1d1d1d;
}

.frame-2 {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.group-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  text-align: center;
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.portfolio {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
}

.portfolio > * {
  justify-self: center;
}

.desktop .rectangle:hover,
.desktop .rectangle-2:hover,
.desktop .rectangle-3:hover,
.desktop .rectangle-4:hover,
.desktop .img:hover,
.desktop .rectangle-5:hover {
  transform: scale(1.05);
}

.viculos {
  width: 85%;
}

.desktop .rectangle {
  width: 100%;
  position: relative;
  justify-self: center;
  height: 400px;
  background-image: url("/Insumos/GA360/Free MacBook Pro on Small Table Mockup.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  transition: transform 0.3s ease;
  cursor: pointer;
  aspect-ratio: 16/5.5;
}

.desktop .rectangle-2 {
  position: relative;
  justify-self: center;
  width: 100%;
  height: 400px;
  background-image: url("/Insumos/Arp/u6943281327_httpss.mj.run9MAddincM6E_Hyper_realistic_desk_sce_1a75ed6c-af8f-492d-9104-951e5ac1a66a_3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  transition: transform 0.3s ease;
  cursor: pointer;
  aspect-ratio: 16/5.5;
  -o-object-fit: cover;
     object-fit: cover;
}

.desktop .rectangle-3 {
  position: relative;
  justify-self: center;
  width: 100%;
  height: 400px;
  background-image: url("/Insumos/Dermanat/u6943281327_iphoen_16_2025_mockup_ultra_realistic_product_ren_7baa23f9-692e-47c8-a20c-f2f1571250ea_3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  transition: transform 0.3s ease;
  cursor: pointer;
  aspect-ratio: 16/5.5;
  -o-object-fit: cover;
     object-fit: cover;
}

.desktop .rectangle-4 {
  position: relative;
  justify-self: center;
  width: 100%;
  height: 400px;
  background-image: url("/Insumos/LandingColegio/Landing colegio virtual-10.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  transition: transform 0.3s ease;
  cursor: pointer;
  aspect-ratio: 16/5.5;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-portfolio {
  background-color: #1d1d1d;
  width: 100%;
}

footer {
  background-color: #1d1d1d;
  color: white;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Divider */
.desktop .horizontal-divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ededed;
  opacity: 0.2;
}

/* Enlace completo clickable */
.desktop .component {
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: all 0.15s ease-in;
}

/* Hover */
.desktop .component:hover {
  background-color: white;
  color: black;
}

/* Contenedor de fila */
.desktop .container {
  display: flex;
  justify-content: space-between;
  align-items: center; /* centra verticalmente texto y flecha */
  width: 90%;
  margin: 0 auto;
  padding: 24px 0;
  gap: 40px;
}

/* Texto */
.desktop .text-wrapper-5 {
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  margin: 0;
}

/* Flecha */
.desktop .component-wrapper {
  font-size: 1.5rem;
  line-height: 1;
  flex: 0 0 auto;
}

.ticker-container {
  margin-top: -5.5rem;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to right, rgb(255, 70, 255), #00BFFF, rgb(142, 255, 66), rgb(255, 189, 66));
  background-size: 1000% 1000%;
  animation: backgroundMove 20s ease infinite;
}

.ticker-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.ticker-text {
  font-family: "Inter-Regular", Helvetica;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2rem;
  color: #1d1d1d;
  white-space: nowrap;
}

@keyframes backgroundMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.img-inicio {
  margin-right: 3rem;
  width: 500px;
  height: 500px;
  border-radius: 5%;
}

.navegador {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-family: "Inter-Regular", Helvetica;
  font-size: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 1000;
}

/* Menú activo (visible) */
.navegador.active {
  opacity: 1;
}

/* Estilos de los enlaces */
.navegador a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}

.navegador a:hover {
  font-weight: 600;
}

/* Dispositivos muy pequeños (teléfonos en modo vertical, <576px) 
flex-direction column al inicio y al final en contacto*/
/* Teléfonos muy pequeños (antiguos o compactos) */
@media (max-width: 320px) {
  .custom-cursor {
    display: none;
  }
  .puntero {
    display: none;
  }
  .puntero .texto {
    display: none;
  }
  .puntero span {
    display: none;
  }
  .group-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .img-inicio {
    margin-top: -10rem;
    width: 200px;
    height: 200px;
  }
  .desktop .rectangle,
  .desktop .rectangle-2,
  .desktop .rectangle-3,
  .desktop .rectangle-4 {
    width: 260px;
    height: 200px;
  }
}
/* Entre 360px y 375px */
@media (max-width: 360px) {
  .custom-cursor {
    display: none;
  }
  .puntero {
    display: none;
  }
  .puntero .texto {
    display: none;
  }
  .puntero span {
    display: none;
  }
  .group-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .desktop .rectangle,
  .desktop .rectangle-2,
  .desktop .rectangle-3,
  .desktop .rectangle-4 {
    width: 320px;
    height: 200px;
  }
  .typing-container {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    font-family: "Inter-Light", Helvetica;
  }
  h1 {
    margin-top: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 38px;
  }
  h2 {
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 33px;
    text-align: center;
  }
  p {
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #000000;
    font-size: 28px;
    margin: auto;
  }
}
@media (min-width: 375px) {
  .group-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .desktop .rectangle,
  .desktop .rectangle-2,
  .desktop .rectangle-3,
  .desktop .rectangle-4 {
    width: 350px;
    height: 200px;
  }
  .typing-container {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 38px;
    font-weight: 400;
    color: #000;
    font-family: "Inter-Light", Helvetica;
  }
  h1 {
    margin-top: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 40px;
  }
  h2 {
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 38px;
    text-align: center;
  }
  p {
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #000000;
    font-size: 28px;
    margin: auto;
  }
}
@media (min-width: 414px) {
  .img-inicio {
    margin-top: -2rem;
    margin-bottom: 5rem;
    width: 200px;
    height: 200px;
    border-radius: 5%;
    margin-right: 0;
  }
  .group-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .Contacto {
    margin-top: 4rem;
  }
  .desktop .component,
  .desktop .component-3,
  .desktop .component-4 {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
  }
  .circle-container {
    width: 200px;
    height: 200px;
    margin-top: -2rem;
  }
  .desktop .rectangle,
  .desktop .rectangle-2,
  .desktop .rectangle-3,
  .desktop .rectangle-4 {
    width: 400px;
    height: 200px;
  }
  .typing-container {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 38px;
    font-weight: 400;
    color: #000;
    font-family: "Inter-Light", Helvetica;
  }
  h1 {
    margin-top: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 40px;
  }
  h2 {
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 38px;
    text-align: center;
  }
  p {
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #000000;
    font-size: 30px;
    margin: auto;
  }
}
@media (max-width: 575.98px) {
  .custom-cursor {
    display: none;
  }
  .puntero {
    display: none;
  }
  .puntero .texto {
    display: none;
  }
  .puntero span {
    display: none;
  }
  .img-inicio {
    margin-top: -2rem;
    margin-bottom: 3rem;
    width: 300px;
    height: 300px;
    border-radius: 5%;
    margin-right: 0;
  }
  .overlap-group {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .group-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .Contacto {
    margin-top: 4rem;
  }
  .desktop .component,
  .desktop .component-3,
  .desktop .component-4 {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
  }
  .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
  }
  .circle-container {
    width: 200px;
    height: 200px;
    margin-top: -2rem;
  }
  .desktop .rectangle,
  .desktop .rectangle-2,
  .desktop .rectangle-3,
  .desktop .rectangle-4 {
    width: 330px;
    height: 200px;
  }
  .typing-container {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 34px;
    font-weight: 400;
    color: #000;
    font-family: "Inter-Light", Helvetica;
  }
  h1 {
    margin-top: -2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 37px;
  }
  h2 {
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 33px;
    text-align: center;
  }
  p {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #000000;
    font-size: 24px;
    margin: auto;
  }
}
/* Teléfonos (≥576px) flex-direction column solo en el inicio */
@media (min-width: 576px) and (max-width: 767.98px) {
  .custom-cursor {
    display: none;
  }
  .puntero {
    display: none;
  }
  .puntero .texto {
    display: none;
  }
  .puntero span {
    display: none;
  }
  .img-inicio {
    margin-top: -2rem;
    margin-bottom: 5rem;
    width: 400px;
    height: 400px;
    border-radius: 5%;
  }
  .overlap-group {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .group-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .Contacto {
    margin-top: 4rem;
  }
  .desktop .component,
  .desktop .component-3,
  .desktop .component-4 {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
  }
  .circle-container {
    width: 250px;
    height: 250px;
    margin-top: -2rem;
  }
  .desktop .rectangle,
  .desktop .rectangle-2,
  .desktop .rectangle-3,
  .desktop .rectangle-4 {
    height: 200px;
  }
  .typing-container {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 46px;
    font-weight: 400;
    color: #000;
    font-family: "Inter-Light", Helvetica;
  }
  h1 {
    margin-top: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 45px;
  }
  h2 {
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 42px;
    text-align: center;
  }
  p {
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #000000;
    font-size: 32px;
    margin: auto;
  }
}
/* Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .img-inicio {
    margin-top: -2rem;
    margin-bottom: 5rem;
    width: 350px;
    height: 350px;
    border-radius: 5%;
    margin-right: 3rem;
  }
  .circle-container {
    width: 300px;
    height: 300px;
    margin-top: -1rem;
  }
  .desktop .rectangle,
  .desktop .rectangle-2,
  .desktop .rectangle-3,
  .desktop .rectangle-4 {
    width: 80%;
    height: 300px;
  }
  .typing-container {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 50px;
    font-weight: 400;
    color: #000;
    font-family: "Inter-Light", Helvetica;
  }
  h1 {
    margin-top: -2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 55px;
  }
  h2 {
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 45px;
    text-align: center;
  }
  p {
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #000000;
    font-size: 29px;
    margin: auto;
  }
}
/* Laptops y pantallas medianas (≥992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .circle-container {
    width: 300px;
    height: 300px;
    margin-top: -1rem;
  }
  .desktop .rectangle,
  .desktop .rectangle-2,
  .desktop .rectangle-3,
  .desktop .rectangle-4 {
    width: 1000px;
    height: 400px;
  }
  .img-inicio {
    margin-top: -2rem;
    margin-bottom: 5rem;
    width: 400px;
    height: 400px;
    border-radius: 5%;
    margin-right: 3rem;
  }
  .typing-container {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 50px;
    font-weight: 400;
    color: #000;
    font-family: "Inter-Light", Helvetica;
  }
  h1 {
    margin-top: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 55px;
  }
  h2 {
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 45px;
    text-align: center;
  }
  p {
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #000000;
    font-size: 33px;
    margin: auto;
  }
}
/* Escritorios grandes (≥1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .circle-container {
    width: 300px;
    height: 300px;
    margin-top: -1rem;
  }
  .desktop .rectangle,
  .desktop .rectangle-2,
  .desktop .rectangle-3,
  .desktop .rectangle-4 {
    width: 1000px;
    height: 400px;
  }
  .img-inicio {
    margin-top: -2rem;
    margin-bottom: 5rem;
    width: 400px;
    height: 400px;
    border-radius: 5%;
    margin-right: 3rem;
  }
  .typing-container {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 64px;
    font-weight: 400;
    color: #000;
    font-family: "Inter-Light", Helvetica;
  }
  h1 {
    margin-top: -2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 70px;
  }
  h2 {
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 50px;
    text-align: center;
  }
  p {
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #000000;
    font-size: 30px;
    margin: auto;
  }
}
/* Escritorios extra grandes (≥1400px) */
@media (min-width: 1400px) {
  .circle-container {
    width: 300px;
    height: 300px;
    margin-top: -1rem;
  }
  .desktop .rectangle,
  .desktop .rectangle-2,
  .desktop .rectangle-3,
  .desktop .rectangle-4 {
    width: 1200px;
    height: 500px;
  }
  .img-inicio {
    margin-top: -2rem;
    margin-bottom: 5rem;
    width: 500px;
    height: 500px;
    border-radius: 5%;
    margin-right: 3rem;
  }
  .typing-container {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 70px;
    font-weight: 400;
    color: #000;
    font-family: "Inter-Light", Helvetica;
  }
  h1 {
    margin-top: -2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 80px;
  }
  h2 {
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 60px;
    text-align: center;
  }
  p {
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #000000;
    font-size: 38px;
    margin: auto;
  }
}
@media (min-width: 2000px) {
  .desktop .rectangle,
  .desktop .rectangle-2,
  .desktop .rectangle-3,
  .desktop .rectangle-4 {
    width: 1600px;
    height: 600px;
  }
  .img-inicio {
    width: 750px;
    height: 750px;
    border-radius: 5%;
  }
  .typing-container {
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-left: 7rem;
    padding-right: 3rem;
    font-size: 90px;
    font-weight: 400;
    color: #000;
    font-family: "Inter-Light", Helvetica;
  }
  h1 {
    margin-top: -2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 120px;
    margin: 4rem;
  }
  h2 {
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 60px;
    text-align: center;
    margin: 4rem;
  }
  p {
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #000000;
    font-size: 45px;
    margin: auto;
    margin: 4rem;
  }
}
.puntero {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 155px;
  height: 155px;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}

.puntero .texto {
  position: relative;
  width: 100%;
  height: 100%;
  animation: girar 12s linear infinite;
}

.puntero span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0 0;
  font-size: 13px; /* más pequeño */
  font-weight: 300;
  color: #000;
  letter-spacing: 2px;
}

/* Animación */
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Puntos centrales decorativos */
.puntero .dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.puntero .circle-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}

.contenedor-portafolio {
  margin-right: -2px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.imagenes-portfolio {
  margin: -2px;
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}

.contenedor-texto {
  padding: 5rem;
}

.texto-port {
  text-align: center;
  font-size: medium;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #8c8c8c;
}

.titulo-proyecto {
  text-align: center;
  font-size: 36px;
  line-height: 33px;
  letter-spacing: 0.5px;
  color: #3c3c3c;
}

@media (min-width: 1400px) {
  .contenedor-texto {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .texto-port {
    text-align: center;
    font-size: large;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #8c8c8c;
  }
}
@media (max-width: 575.98px) {
  .contenedor-texto {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .texto-port {
    text-align: center;
    font-size: large;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #8c8c8c;
  }
  .imagenes-portfolio {
    margin: -2px;
    width: 100%;
    height: 30vh;
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
  }
}/*# sourceMappingURL=styles.css.map */