@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");

:root {
  --padding-container: 100px 0;
  --color-title: #001a49;
  --padding-container: clamp(30px, 5vw, 100px) 0;
  --max-width-container: min(90%, 1200px);


}

body {
  font-family: "Poppins", sans-serif;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: var(--padding-container);
}

.fa-angle-up:before {
  color: #0dd24200;
}

.hero {
  width: 100%;
  height: 100vh;
  min-height: 910px;
  max-height: 800px;
  position: relative;
  display: grid;
  grid-template-rows: 100px 1fr;
  color: #fff;
  
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #0000008c 90%, #0000008c 50%),
    url("04-fomulario.jpg");

  opacity: 20%;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);
  z-index: -1;
}

/* Nav */
@import url("https://rsms.me/inter/inter-ui.css");

body {
  background-color: #1e1e20;

  color: #717171;
  font-family: Inter;
  margin: 0;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}


.iti__country-list {
  color: #000;
}


.titan-background {
  position: absolute;
  width: 100%;
  /* background-image: linear-gradient(-180deg, #000000 0%, #200835 100%); */
  overflow: hidden;
  z-index: -1;
  /* Make the rubber band scroll not show empty white space */
  top: -10%;
  height: 120%;
  min-height: 120vh;
  margin-bottom: -20%;
}

.stars {
  position: absolute;
  top: 0;
  width: 300vw;
  height: 100vh;
  transform: translate(0%, 0%);
  background-size: contain;
  background-repeat: repeat;
  transform-origin: top left;
}

.stars-L {
  background-image: url("assets/sstars-L.svg");
  /* background-image: url("~/assets/sstars-L.svg"); */

  background-size: 890px;
  height: 750px;
  animation: panning-stars 200s linear infinite alternate;
}

.stars-M {
  background-image: url("assets/sstars-M.svg");

  height: 530px;
  animation: panning-stars 300s linear infinite alternate;
}

.stars-S {
  background-image: url("assets/sstars-S.svg");
  height: 370px;
  animation: panning-stars 400s linear infinite alternate;
}

@keyframes panning-stars {
  from {
    transform: translate(-20%, 0%);
  }
  to {
    transform: translate(-80%, -40%);
  }
}

body::after,
body::before {
  position: absolute;
  width: 200px;
  height: 200px;
  content: "";
  background-color: #717171;
  top: 0;
  right: 0;
  border-radius: 10px 30px 600px 100px;
  filter: blur(100px);
  pointer-events: none;
}
body::after {
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
  border-radius: 100px 30px 600px 100px;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
}
.logo-inicio {
  margin-top: 80px;
}

.title-inicio {
  margin-top: 120px;
}

.abo-img {
  width: 67px;
  height: 67px;
}

.logo img {
  width: 67px;
  height: 67px;

  opacity: 0.6;
}
.logo {
  width: 80px;
  height: 80px;
  margin: auto;
  background-color: #2c2c2e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.048);
  margin-bottom: 30px;
  animation: animate 2.5s infinite;
}

.btnprograma {
  animation: animate 2.5s infinite;
}

.btnaqui-2 {
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  height: 70px;
  width: 70px;
  top: -380px;
  color: aliceblue;
  font-size: 22px;
  border-radius: 15%;
  padding: 4px;
  animation-duration: 4s;
  background: linear-gradient(
    45deg,
    rgba(255, 0, 0, 0.116) 40%,
    #5511d31f,
    #9611d367
  );
  background-size: 400% 400%;
  animation: example 8s ease-in-out infinite;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.103);
  margin-top: 345px;
  margin-left: -60px;
  z-index: -1;
  opacity: 0.9;
}

@keyframes example {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

h1 {
  font-weight: 500;
  color: #fff;
  font-size: x-large;
  margin-bottom: 10px;
}
.text-white {
  color: #fff;
}
/* .logo h1{
  display: block;
  font-size: 80px;
  margin: 0 0 24px 0;

} */

.br {
  margin-top: -12px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.box-principal {
  align-items: center;
  margin-top: 160px;
  margin-left: 350px;
}

.caja-rectangular {
  width: 760px;
  height: 380px;
  border: 2.5px solid;
  border-image-source: linear-gradient(90deg, #ff69b4, #33ccff);
  border-image-slice: 1;
  clip-path: inset(0 0 0 0 round 20px);
  padding: 20px;
  box-sizing: border-box;
  animation: cambio-color 6s infinite;
  background: rgba(59, 122, 91, 0.048);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(46, 13, 190, 0.808);
  margin-left: -90px;
}

@keyframes cambio-color {
  0% {
    border-image-source: linear-gradient(90deg, #c8a2e0, #33ccff);
  }
  50% {
    border-image-source: linear-gradient(90deg, #33ffc2, #ff69b4);
  }
  100% {
    border-image-source: linear-gradient(90deg, #2fb645, #33f8ff);
  }
}

.caja-rectangular p {
  margin-top: 0px;
  text-align: left;
  letter-spacing: 0.6px;
  margin: 5px;
  padding: 7px;
  line-height: 1.5;
  font-size: 16px;
  /* word-spacing: 2px; */
}

.caja-rectangular strong {
  color: #0dabd2;
  font-size: 17px;
}

.caja-rectangular h3 {
  margin-top: 0px;
  text-align: center;

  letter-spacing: 0.1px;
  margin: 5px;
  padding: 7px;
  line-height: 1.3;
  font-size: 20px;
  /* word-spacing: 2px; */
  color: #0dd241;
  font-weight: bold;

  background: -webkit-linear-gradient(305deg, #3b8cac, #c27d9c);
  background: linear-gradient(145deg, #6ce7d7f6, #7d8857c9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tex-anima {
  margin-top: -70px;
  font-size: 19px;
  animation: desvanecer 10s infinite, agitar 2s infinite;
}

.tex-anima #cursor {
  /* border-right: 2px solid #000; */
  animation: parpadeo 10s infinite;
}
.tex-anima span {
  margin-top: 90px;
  text-align: center;

  letter-spacing: 0.6px;
  margin: 10px;
  padding: 7px;
  line-height: 1.5;
  font-size: 17px;
  /* word-spacing: 2px; */
  color: #13c041;
  font-weight: bold;
}

.tex-anima #texto {
  margin-top: 50px;
  text-align: center;

  letter-spacing: 0.6px;
  margin: -210px;
  padding: 20px;
  line-height: 1.5;
  font-size: 17px;
  /* word-spacing: 2px; */
  color: #13c041;
  font-weight: bold;
  margin-left: -580px;
}
.tex-anima #cursor {
  text-align: center;

  letter-spacing: 0.6px;

  padding: 20px;
  line-height: 1.5;
  font-size: 14px;
  /* word-spacing: 2px; */
  color: #13c041;
  font-weight: bold;
}

/* 
*********************FORMULARIO*************** */

input[type="date"]::-webkit-calendar-picker-indicator {
  transition: opacity 0.5s;
}

input[type="date"].fecha-seleccionada::-webkit-calendar-picker-indicator {
  opacity: 0;
  pointer-events: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  transition: opacity 0.5s;
}

input[type="date"].fecha-seleccionada::-webkit-calendar-picker-indicator {
  opacity: 0;
  pointer-events: none;
}

.fecha-input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.fecha-input:focus {
  border-color: #aaa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#formulario label {
  /* color: #2091F9; */
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 900;
  font-size: 20px;
}
#formulario label strong {
  color: #7da0bd;
  font-weight: bold;
  margin-bottom: 10px;
}
#formulario label p {
  color: #d0e5e7cc;
  font-style: oblique;
  font-weight: 100;
  /* font-style: italic; */
  margin-bottom: 5px;
  font-size: 14px;
}

#formulario label span {
  color: #d0e5e7cc;
  font-style: oblique;
  font-weight: 100;
  /* font-style: italic; */
  margin-bottom: 5px;
  font-size: 14px;
  margin-left: 80px;
}

.iti--allow-dropdown {
  width: 100%;
  padding: 0px;
}
.iti__selected-flag {
  margin-left: 14px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-left: 5px;
}

.centrado-etiqueta {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-weight: bold;
  color: #ffffff; /* color blanco para fondo oscuro */
}

.centrado-etiqueta p {
  font-size: 0.95em;
  font-weight: normal;
  margin: 0;
  color: #ccc; /* gris claro */
}

#formulario select,
#formulario textarea {
  padding: 10px;
  border-radius: 15px;
  /* background-color: #1C1C1E; */
  box-shadow: 0 10px 30px #0005;
  border: 1px solid #179e5f88;
  transition: background-image 0.5s, opacity 0.5s, border 0.5s;
  margin-left: 0px;
  width: 100%;
}
textarea {
  padding: 10px;
  border-radius: 15px;
  background-color: #1c1c1e;
  box-shadow: 0 10px 30px #0005;
  border: 1px solid #71717188;
  transition: background-image 0.5s, opacity 0.5s, border 0.5s;
  margin-left: -20px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}

textarea::placeholder {
  color: #71717188;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

#formulario option {
  padding: 10px;
  border-radius: 15px;
  background-color: #3a746528;
  box-shadow: 0 10px 30px #0005;
  border: 1px solid #71717188;
  transition: background-image 0.5s, opacity 0.5s, border 0.5s;
  margin-left: -20px;
}
#Area-interes {
  color: #fff;
  background-color: #1c1c1e;
}

#horarios {
  color: #fff;
  background-color: #1c1c1e;
}
#fecha {
  color: #fff;
  background-color: #0f110d8a;
  margin-left: 0px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background-color: #083e9b3b;
  -webkit-mask-image: linear-gradient(to right, #80ca5eb4, #141d3ba9);
  border-radius: 15%;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(100) contrast(100); /* Cambia el color del icono a blanco */
}

#horarios strong {
  color: #1eb9b9;
}

#hora {
  color: #fff;
  background-color: #1c1c1e;
}
#formulario button[type="submit"] {
  background-color: #2091f9;
  color: #fff;
  padding: 12px 20px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  transition: background-color 0.5s;
  font-size: 16px;
  font-weight: bold;
}

#formulario button[type="submit"]:hover {
  background-color: #1c1e1c;
}
#enviar {
  transform: scale(0.7);
  margin-left: 0px;
}
.text-info {
  text-align: center;
  margin-top: 20px;
}
.text-info a {
  color: #3ebe17;
  text-decoration: none;
  font-weight: bold;
}

.text-info a:hover {
  color: #1c1c1e;
}

.formulario-container {
  background-color: rgba(255, 255, 255, 0.062);
  backdrop-filter: blur(7px);
  border-radius: 15px;
  /* padding: 60px;
  max-width: 800px;
  max-height: 600px; */
  /* width: 100%; */

  border-radius: 10px;
  padding: 20px;
  width: 40%;
  margin: 40px auto;
  margin: 4px auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 400px;
}
/* ********************************************************************************************************** */
form {
  display: flex;
  margin: auto;
  margin-block: 30px;
  width: min(300px, 90vw);
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

/* ******************************************************************************************************************** */

form input,
form button {
  all: unset;
  padding: 10px;
  border-radius: 15px;
  background-color: #1c1c1e;
  box-shadow: 0 10px 30px #0005;
  border: 1px solid #71717188;
  transition: background-image 0.5s, opacity 0.5s, border 0.5s;
  margin-left: -20px;
}

option,
option button {
  all: unset;
  padding: 10px;
  border-radius: 15px;
  background-color: #d1d1e696;
  box-shadow: 0 10px 30px #0005;
  border: 1px solid #71717188;
  transition: background-image 0.5s, opacity 0.5s, border 0.5s;
  margin-left: -20px;
}
/* ******************************************************************** */
/* form * {
  width: 100%!important;
} */

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="date"],
form input[type="duda-adicional"],
form select,
form textarea {
  width: 100%;
}

form input {
  color: #fff;
}

form button {
  cursor: pointer;
}
form button[type="button"] {
  background-color: #fff;
  color: #1c1c1e;
}
.or {
  position: relative;
}
.or::before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  left: 0;
  top: 45%;
  background-image: linear-gradient(
    to right,
    #71717155 0 40%,
    transparent 40% 60%,
    #71717155 60%
  );
}
p a {
  border-bottom: 1px solid #717171;
}
input + p {
  font-size: small;
  text-align: left;
}
.sso {
  margin-bottom: 30px;
}
.sso + p {
  font-size: small;
}
p input:invalid:not(:placeholder-shown) {
  border-color: red;
  background-image: url(/img/checked_red.png);
}
input:valid:not(:placeholder-shown) {
  background-image: url(/img/checked_green.png);
}
input:invalid:not(:placeholder-shown),
input:valid:not(:placeholder-shown) {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
}
input:invalid:not(:placeholder-shown) + p {
  color: #a20e0e;
}
input:invalid ~ button[type="button"] {
  opacity: 0.6;
  pointer-events: none;
}

input:invalid ~ button[type="button"] {
  opacity: 0.6;
  pointer-events: none;
}

.btn {
  width: 100%;
  height: 24px;
  border-radius: 25px;
  outline: none;

  /* background-image: linear-gradient(to right, #42c499be, #38d39f, #32be8f); */
  background-size: 200%;
  font-size: 1.2rem;
  color: #ffffffec;
  /* color: #fff; */

  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin: 1rem 0;
  cursor: pointer;
  transition: 0.6s;
  align-items: center;
  text-align: center;
}

.btn:hover {
  background-position: right;
  /* opacity: .8; */
  /* outline: none; */
  background-image: linear-gradient(to right, #3bff66, #74f158, #12ff22c0);
  box-shadow: 8px 8px 10px #0000005d;
}
input:invalid ~ .btn[type="button"] {
  opacity: 0.6;
  cursor: pointer;
  /* background-image: linear-gradient(to right, #42c49900, #38d39f70, #32be8f);  */
  /* outline: none; */
}
.btn {
  cursor: pointer;
  /* background-image: linear-gradient(to right, #107151e9, #38d39f19, #32be8f00); */
  border: 1px solid #fff;
  /* opacity: .7; */
  background-color: #0dd241;
  background-image: linear-gradient(to right, #86dc15d0, #59d338e1, #6ff02446);
  box-shadow: 8px 8px 10px #0000005d;
  align-items: center;
  text-align: center;
  margin-left: -20px;
}
@keyframes animate {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* h1 {
  display: block;
  font-size: 45px;
  align-items: center;
  text-align: center;
  margin-left: 40px;
} */

.membresia a {
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #ffffff00;

  display: block;

  font-size: 16px;
  color: #d0e6ced3;
  background-color: #1e1e20;

  align-items: center;
  background-color: #a2d39b5e;
  padding: 2px;
  color: #fff;
  font-weight: bold;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none;
}

label {
  color: #e4faea;
}
/* ***************ICONO SVG************ */

.service-icon-box img {
  width: 45px;
  margin-left: 400px;
  /* margin-left: 700px;
    /* margin-right: 90px; */
  margin-top: 40px;
  animation: animate 2s infinite;
}

/* Footer */

.footer {
  /* background-color: #1D293F; */
}

.footer__title {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 30px;
}

.footer__title,
.footer__newsletter {
  color: #fff;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 0.5px solid #fff; */
  padding-bottom: 60px;
}

.nav--footer {
  padding-bottom: 20px;
  display: grid;
  gap: 1em;
  grid-auto-flow: row;
  height: 100%;
}

.nav__link--footer {
  display: flex;
  margin: 0;
  margin-right: 20px;
  flex-wrap: wrap;
}

.footer__inputs {
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}

.footer__input {
  background-color: #fff;
  height: 50px;
  display: block;
  padding-left: 10px;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
  border: none;
  margin-right: 16px;
}

.footer__copy {
  --padding-container: 30px 20px;
  text-align: center;
  color: #fff;
  margin-bottom: -10px;
  background-color: #0c1818b6;
}

.footer__copyright {
  font-size: 15px;
}

.footer__icons {
  margin-bottom: 10px;
}

.footer__img {
  width: 30px;
}

.footer__social {
  justify-content: space-around;
  border-bottom: 1.5px dotted #078488;
  padding-bottom: 10px;
}

/* ------------------------letter--animation------------- */
.banner_inner {
  margin-top: 15px;
  margin-left: 240px;
}

.typewriter-wrapper {
  font-size: 16.8px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-style: oblique;
  font-weight: 400;

  color: #ffffff;
  margin-left: 480px;
}

.typewriter-wrapper {
  display: inline-block;
  animation: flotar 40s infinite, desvanecer 40s infinite;
}

@keyframes flotar {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes desvanecer {
  0% {
    opacity: 7;
  }
  50% {
    opacity: 5;
  }
  100% {
    opacity: 1;
  }
}

.typewriter-char {
  display: inline-block;
  animation: aparecer 20s infinite;
}

@keyframes aparecer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.typewriter-cursor {
  display: inline-block;
  width: 2px;
  height: 24px;
  /* background-color: #333; */
  animation: parpadear 18s infinite;
}

@keyframes parpadear {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.imagen-inicio img {
  margin-left: -2px;

  /* width: 252px;
    height: 275px; */

  /* ************************* */

  width: 252px;
  height: 310px;

  margin-bottom: -657px;

  /* z-index: -5;   */
}
.contenedor-formulario {
  margin-top: -90px;
}

/* Media queries */

@media (max-width: 800px) {
  .logo-inicio {
    margin-top: 90px;
  }

  .title-inicio {
    margin-top: 150px;
  }

  .box-principal {
    margin-top: 50px;
    margin-left: 0;
  }

  .caja-rectangular {
    width: 375px;
    height: 490px;
    border: 2.5px solid;
    margin-left: 18px;
    border-image-source: linear-gradient(90deg, #ff69b4, #33ccff);
    border-image-slice: 1;
    clip-path: inset(0 0 0 0 round 20px);
    padding: 20px;
    box-sizing: border-box;
    animation: cambio-color 7s infinite;
    background: rgba(82, 135, 165, 0.027);
    backdrop-filter: blur(10px);
    box-shadow: 80px 0 10px rgb(45, 13, 190);
  }

  @keyframes cambio-color {
    0% {
      border-image-source: linear-gradient(90deg, #c8a2e0, #33ccff);
    }
    50% {
      border-image-source: linear-gradient(90deg, #33ffc2, #ff69b4);
    }
    100% {
      border-image-source: linear-gradient(90deg, #2fb645, #33f8ff);
    }
  }

  .caja-rectangular p {
    margin-top: 0px;
    text-align: left;
    letter-spacing: 0.6px;
    margin: 5px;
    padding: 7px;
    line-height: 1.5;
    font-size: 16px;
    /* word-spacing: 2px; */
  }

  .caja-rectangular strong {
    color: #0dabd2;
    font-size: 17px;
  }

  caja-rectangular strong {
    color: #0dabd2;
    font-size: 17px;
  }

  .caja-rectangular span {
    color: #0dd276;
    font-size: 17px;
  }

  .caja-rectangular h3 {
    margin-top: 0px;
    text-align: center;

    letter-spacing: 0.1px;
    margin: 5px;
    padding: 7px;
    line-height: 1.3;
    font-size: 20px;
    /* word-spacing: 2px; */
    color: #0dd241;
    font-weight: bold;

    background: -webkit-linear-gradient(305deg, #3b8cac, #c27d9c);
    background: linear-gradient(145deg, #6ce7d7f6, #7d8857c9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .tex-anima {
    margin-top: -70px;
    font-size: 20px;
    margin-left: 50px;
    animation: desvanecer 10s infinite, agitar 2s infinite;
  }

  .tex-anima #cursor {
    /* border-right: 2px solid #000; */
    animation: parpadeo 10s infinite;
  }

  @keyframes desvanecer {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes agitar {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(2px);
    }
    100% {
      transform: translateX(0);
    }
  }

  @keyframes parpadeo {
    0% {
      opacity: 5;
    }
    50% {
      opacity: 5;
    }
    100% {
      opacity: 3;
    }
  }

  .tex-anima span {
    margin-top: 90px;
    text-align: center;

    letter-spacing: 0.6px;
    margin: 10px;
    padding: 7px;
    line-height: 1.5;
    font-size: 17px;
    /* word-spacing: 2px; */
    color: #13c041;
    font-weight: bold;
  }

  .tex-anima #texto {
    margin-top: 50px;
    text-align: center;

    letter-spacing: 0.6px;
    margin: -210px;
    padding: 20px;
    line-height: 1.5;
    font-size: 17px;
    /* word-spacing: 2px; */
    color: #13c041;
    font-weight: bold;
  }

  .tex-anima #cursor {
    text-align: center;

    letter-spacing: 0.6px;

    padding: 20px;
    line-height: 1.5;
    font-size: 14px;
    /* word-spacing: 2px; */
    color: #13c041;
    font-weight: bold;
  }

  #formulario button[type="submit"] {
    background-color: #2091f9;
    /* color: #fff; */
    padding: 12px 20px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    transition: background-color 0.5s;
    font-size: 16px;
    font-weight: bold;
  }

  #formulario button[type="submit"]:hover {
    background-color: #1c1e1c;
  }

  #enviar {
    transform: scale(0.9);
  }

  /* 
*******************CONTENEDOR-IMG-INICIO********************* */

  .contenedor-formulario {
    margin-top: 100px;
  }

  /* 
*******************IMG-INICIO********************* */

  .imagen-inicio img {
    margin-left: -2px;

    /* width: 252px;
  height: 275px; */

    /* ************************* */

    width: 252px;
    height: 310px;

    margin-bottom: -10px;
    /* z-index: -5;   */

    /* background-image: linear-gradient(to bottom, #ffffff0c, #ffff0000, #ffffff00);
  background-size: 10% 600px;
  background-position: 60% 10%; */
  }

  .imagen-inicio a {
    position: absolute;
    width: 280px;
    height: 325px;
    margin-top: 140px;
    margin-left: -266px;

    border-radius: 90%;
    padding: 4px;
    animation-duration: 4s;
    background-image: radial-gradient(circle, #0e19499c, #ffff002d, #4b16164d);
    background-size: 100% 100%;

    background-position: 50% 50%;
    /* background: linear-gradient(45deg,rgba(255, 0, 0, 0.055) 40%,#5511d31f,#9611d348); */
    background-size: 400% 400%;
    animation: example 8s ease-in-out infinite;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.103); */
    mask-image: linear-gradient(
      to top,
      transparent 50%,
      rgba(0, 0, 0, 0.247) 50%
    );
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    filter: blur(8px);

    z-index: -1;
    opacity: 0.9;
  }
  @keyframes example {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }

  .btn {
    width: 100%;

    height: 24px;

    border-radius: 25px;
    outline: none;

    /* background-image: linear-gradient(to right, #42c499be, #38d39f, #32be8f); */
    background-size: 200%;
    font-size: 1.2rem;
    color: #ffffffec;
    /* color: #fff; */

    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin: 1rem 0;
    cursor: pointer;
    transition: 0.6s;
    align-items: center;
    text-align: center;
  }

  .btn:hover {
    background-position: right;
    /* opacity: .8; */
    /* outline: none; */
    background-image: linear-gradient(to right, #3bff66, #74f158, #12ff22c0);

    box-shadow: 8px 8px 10px #0000005d;
  }

  input:invalid ~ .btn[type="button"] {
    opacity: 0.6;
    cursor: pointer;
    /* background-image: linear-gradient(to right, #42c49900, #38d39f70, #32be8f);  */
    /* outline: none; */
  }

  .btn {
    cursor: pointer;
    /* background-image: linear-gradient(to right, #107151e9, #38d39f19, #32be8f00); */
    border: 1px solid #fff;
    /* opacity: .7; */
    background-color: #0dd241;
    background-image: linear-gradient(
      to right,
      #86dc15d0,
      #59d338e1,
      #6ff02446
    );
    box-shadow: 8px 8px 10px #0000005d;
    align-items: center;
    text-align: center;
    margin-left: -20px;
  }

  .formulario-container {
    background-color: rgba(255, 255, 255, 0.062);
    backdrop-filter: blur(7px);
    border-radius: 15px;

    border-radius: 10px;
    padding: 20px;
    width: 89%;
    margin: 40px auto;
    margin: 4px auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }

  /* *******************INCIO****************** */
  .banner_inner-inicio {
    margin-top: -15px;
    margin-left: 150px;
  }

  .typewriter-wrapper-inicio {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-style: oblique;
    font-weight: 500;

    color: #ffffff;
    margin-left: -90px;
  }

  .banner_inner {
    margin-top: -15px;
    margin-left: 150px;
  }

  .typewriter-wrapper {
    font-size: 18.5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

    font-style: oblique;
    font-weight: 500;

    color: #ffffff;
    /* margin-left: -218px; */
  }

  .service-icon-box img {
    margin-left: 320px;
    margin-top: 10px;
    animation: animate 2s infinite;
  }

  .hero__title {
    font-size: 2.5rem;
  }

  .about__main {
    gap: 2em;
  }

  .about__icons:last-of-type {
    grid-column: 1/-1;
  }

  .knowledge__container {
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr;
    gap: 3em;
    text-align: center;
  }

  .knowledge__picture {
    grid-row: 1/2;
    justify-self: center;
  }

  .footer__container {
    flex-wrap: wrap;
  }

  .footer__form {
    width: 100%;
    justify-content: space-evenly;
  }

  .footer__input {
    flex: 1;
  }
  .footer__copy {
    --padding-container: 30px 20px;
    text-align: center;
    color: #ffffffc4;
    margin-bottom: -10px;
    background-color: #0c1818b6;
  }

  .footer__copyright {
    font-size: 14px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
  }

  .footer__social {
    justify-content: space-around;
    border-bottom: 1.5px dotted #078488;
    padding-bottom: 10px;
  }

  .footer__social h3 {
    font-size: 10px;
    font: 5px;
  }
}




/* Añadir al final del archivo estilos.css */

/* iPhone 14 Pro Max (430px de ancho) */
@media only screen and (max-width: 430px) {
  /* Ajustes generales */

 
  /* Caja rectangular */
  .box-principal {
    margin: 30px auto 0;
    width: 90%;
    padding: 0 15px;
  }
  
  .caja-rectangular {
    width: 100%;
    height: auto;
    min-height: 400px;
    padding: 15px;
    margin-left: 0;
    backdrop-filter: blur(5px);
  }
  
  .caja-rectangular p,
  .caja-rectangular h3 {
    font-size: 14px;
    line-height: 1.4;
    margin: 3px 0;
    padding: 5px;
  }
  
  .caja-rectangular strong {
    font-size: 15px;
  }
  
  



}
@media (max-width: 600px) {
  /* ------------------------letter--animation------------- */

  .service-icon-box img {
    margin-left: 320px;
    margin-top: 70px;
    animation: animate 2s infinite;
  }

  .banner_inner {
    margin-top: -15px;
    margin-left: 150px;
  }

  .typewriter-wrapper {
    font-style: oblique;
    font-weight: 500;

    color: #ffffff;
    margin-left: 50px;
  }

  .hero__title {
    font-size: 2rem;
  }

  .footer__title {
    justify-self: start;
    margin-bottom: 15px;
  }

  .footer__submit {
    margin-right: auto;
    margin-left: 0;

    /* 
        margin:0;
        width: 100%;
        */
  }

  .footer__copyright {
    font-weight: 1;
    font: 10px;
  }
}







