* {
    margin: 0;
    padding: 0;
  }
  
  img {
    pointer-events: none;
  }
  
  .mobileElement {
    display: none;
  }
  
  .desktopElement {
    display: block;
  }
  
  body,
  header,
  main,
  footer {
    background: #080808;
    font-family: "Avenir Normal";
  }
  
  main {
    position: relative;
  }
  
  .title-regular,
  p,
  input,
  ::placeholder,
  h5 {
    font-family: "Avenir Book";
    color: white;
  }
  
  h1,
  .title-bold,
  h2,
  h3,
  h4,
  .title-bold-green {
    font-family: "Avenir Black";
  }
  
  .title-bold-green {
    color: #47ffbd;
  }
  
  h1 {
    font-size: 70px;
    line-height: 90px;
    font-weight: 800;
    color: white;
  }
  
  h2 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 800;
    color: white;
  }
  
  h3 {
    font-size: 37px;
    line-height: 50px;
    font-weight: 800;
    color: white;
  }
  
  h4 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 800;
    color: white;
  }
  
  h5 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: white;
  }
  
  p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: white;
  }
  
  input,
  ::placeholder {
    font-size: 11px;
    line-height: 15px;
    font-weight: 4000;
  }
  
  section {
    padding: 10rem 0;
  }
  
  /*Header*/
  /*****************************************************/
  .container-logo {
    margin-bottom: 3rem;
  }
  
  svg .svg-elem-1 {
    stroke-dashoffset: 72.19825952593321px;
    stroke-dasharray: 72.19825952593321px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1)
        0s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  }
  
  svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
    fill: rgb(71, 255, 189);
  }
  
  svg .svg-elem-2 {
    stroke-dashoffset: 54.254268646240234px;
    stroke-dasharray: 54.254268646240234px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1)
        0.12s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  }
  
  svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
  }
  
  svg .svg-elem-3 {
    stroke-dashoffset: 57.53139877319336px;
    stroke-dasharray: 57.53139877319336px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1)
        0.24s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  }
  
  svg.active .svg-elem-3 {
    stroke-dashoffset: 0;
  }
  
  svg .svg-elem-4 {
    stroke-dashoffset: 54.25456619262695px;
    stroke-dasharray: 54.25456619262695px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1)
        0.36s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  }
  
  svg.active .svg-elem-4 {
    stroke-dashoffset: 0;
  }
  
  svg .svg-elem-5 {
    stroke-dashoffset: 54.25456619262695px;
    stroke-dasharray: 54.25456619262695px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1)
        0.48s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
    transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  }
  
  svg.active .svg-elem-5 {
    stroke-dashoffset: 0;
  }
  
  svg .svg-elem-6 {
    stroke-dashoffset: 81.13069152832031px;
    stroke-dasharray: 81.13069152832031px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1)
        0.6s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  }
  
  svg.active .svg-elem-6 {
    stroke-dashoffset: 0;
  }
  
  svg .svg-elem-7 {
    stroke-dashoffset: 81.13069152832031px;
    stroke-dasharray: 81.13069152832031px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1)
        0.72s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
    transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  }
  
  svg.active .svg-elem-7 {
    stroke-dashoffset: 0;
  }
  
  svg .svg-elem-8 {
    stroke-dashoffset: 164.47563222129548px;
    stroke-dasharray: 164.47563222129548px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1)
        0.84s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.84s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  }
  
  svg.active .svg-elem-8 {
    stroke-dashoffset: 0;
  }
  
  svg .svg-elem-9 {
    stroke-dashoffset: 83.24942016601562px;
    stroke-dasharray: 83.24942016601562px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1)
        0.96s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.96s,
      fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  }
  
  svg.active .svg-elem-9 {
    stroke-dashoffset: 0;
  }
  
  /************/
  header {
    background-image: url("/files/index/background-header.png");
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  
  .whatsapp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
    z-index: 20;
  }
  
  .whatsapp:hover {
    transform: scale(0.9);
  }
  
  .container-logos {
    display: flex;
    justify-content: center;
  }
  
  .container-logo img {
    width: 60%;
  }
  
  .container-redes {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 1rem;
  }
  
  .container-redes a {
    cursor: pointer;
  }
  
  .container-redes a img {
    transition: 0.5s all ease-in-out;
  }
  
  .container-redes a img:hover {
    filter: brightness(0) saturate(100%) invert(96%) sepia(13%) saturate(2071%)
      hue-rotate(80deg) brightness(99%) contrast(103%);
  }
  
  .container-title {
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    justify-content: center;
    align-items: center;
  }
  
  .background-effect-title {
    position: relative;
  }
  
  .background-effect-title .title-bold {
    z-index: 5;
    position: relative;
  }
  
  .background-effect-green {
    width: 105%;
    height: 90px;
    position: absolute;
    background: #47ffbd;
    border-radius: 100px;
    z-index: 1;
    right: -7px;
    top: 0;
    -webkit-animation: width 10s cubic-bezier(0.85, -0.15, 0.35, 1) 0s both;
    animation: width 10s cubic-bezier(0.85, -0.15, 0.35, 1) 0s both;
  }
  
  @keyframes width {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  
  .container-title h1 {
    text-align: center;
    font-size: 70px;
  }
  
  .green-point {
    color: #47ffbd;
  }
  
  .etiqueta {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .gradient-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
  }
  
  .gradient-two {
    width: 30%;
    position: absolute;
    right: 0;
    top: 300px;
    z-index: 1;
  }
  
  .container-launch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
  }
  
  .background-launch {
    position: absolute;
    z-index: 1;
    background: #47ffbd;
    width: 60%;
    height: 30px;
    bottom: 0;
    transform: rotate(1deg);
    -webkit-animation: width 10s cubic-bezier(0.85, -0.15, 0.35, 1) 0s both;
    animation: width 10s cubic-bezier(0.85, -0.15, 0.35, 1) 0s both;
  }
  
  .container-launch p {
    color: rgba(9, 9, 9, 1);
    z-index: 3;
    font-family: "Avenir Black";
    font-weight: 800;
  }
  
  .container-time {
    position: relative;
    width: 75%;
    margin: 0 auto;
    z-index: 10;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .container-time h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 60px;
    line-height: 60px;
  }
  
  .container-time h4 span {
    font-family: "Avenir Book";
    font-size: 15px;
    line-height: 15px;
  }
  
  .sub-container-time {
    display: flex;
    justify-content: center;
    /* border: 1px solid white; */
    padding: 30px 0;
    gap: 9.5%;
    width: 100%;
    background: linear-gradient(
      91.31deg,
      rgba(255, 255, 255, 0.14) -10.17%,
      rgba(196, 196, 196, 0.14) 119.02%
    );
    backdrop-filter: blur(35.0938px);
    border-radius: 9.23521px;
  }
  
  .container-time img {
    position: absolute;
    left: -80px;
    bottom: 100px;
    animation: rotate-animation 10s infinite linear;
    z-index: 1;
  }
  
  @keyframes rotate-animation {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .sub-container-time .line {
    width: 1px;
    background-color: white;
  }
  
  .arrowHeader {
    animation: float 1.5s ease-in-out infinite;
  }
  
  @keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-15px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  
  /*Section One*/
  .section-one {
    position: relative;
    background: #080808;
  }
  
  .sub-container-one {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .one-container-section-one {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 10;
  }
  
  .one-container-section-one h3 {
    margin-bottom: 2rem;
  }

  .one-container-section-one h3 img{
    width: 200px;
}

  
  .one-container-section-one h3,
  .one-container-section-one p {
    z-index: 10;
    position: relative;
  }
  
  .one-container-section-one h3 {
    font-family: "Avenir Book";
  }
  
  .two-container-section-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 10rem;
  }
  
  /*
    .card-type-event {
      display: flex;
      justify-content: center;
      gap: 20px;
      align-items: center;
      border-radius: 20px;
      padding: 10px 40px;
      width: 32%;
      height: 120px;
    }
    .card-music {
      background-image: url("/files/index/backgroundIconMusica.png");
      background-size: 120%;
      background-position: center;
      background-repeat: no-repeat;
    }
    .card-cine {
      background-image: url("/files/index/backgroundIconCine.png");
      background-size: 120%;
      background-position: center;
      background-repeat: no-repeat;
    }
    .card-teatro {
      background-image: url("/files/index/backgroundIconTeatro.png");
      background-size: 120%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 10;
    }
    */
  .sections-section-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 40%;
  }
  
  .sections-section-one div {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
  }
  
  .logo-sections {
    width: 20%;
  }
  
  .circles {
    z-index: 1;
    position: absolute;
    top: -300px;
    /* left: 0; */
    right: -100px;
    width: 40%;
  }
  
  .circle-section-one {
    width: 20%;
  }
  
  .circle-one {
    position: absolute;
    right: 80px;
    top: 50px;
    z-index: 10;
  }
  
  .circle {
    animation: myAnim1 2s ease 0s 2 normal forwards;
  }
  
  .circle-two {
    position: absolute;
    right: 40px;
    top: 120px;
    z-index: 5;
  }
  
  .circle-three {
    position: absolute;
    right: -20px;
    top: 210px;
    z-index: 1;
  }
  
  @keyframes myAnim1 {
    0% {
      opacity: 0;
      transform: translateX(250px);
    }
  
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .gradient-three {
    transform: rotate(180deg);
    position: absolute;
    top: -10px;
    width: 23%;
    z-index: 1;
  }
  
  /* Section Two*/
  .section-two {
    padding: 2rem 0;
    position: relative;
    background: #080808;
  }
  
  .container-cards {
    width: 85%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 30px;
  }
  
  .sub-container-card {
    position: relative;
    box-shadow: 0px 3.05548px 5.3471px rgb(0 0 0 / 5%);
    border-radius: 24.58px;
    padding: 40px 20px;
    width: 45%;
  }
  
  .sub-container-card h5 {
    font-size: 28px;
  }
  
  .sub-container-card:nth-of-type(1) {
    background: linear-gradient(
        251.15deg,
        rgba(232, 232, 232, 0.24) 0%,
        rgba(226, 226, 226, 0.12) 100%
      ),
      url("/files/index/background-green.png");
    background-size: cover;
    border: 1px solid #47ffbd;
  }
  
  .sub-container-card:nth-of-type(2) {
    background: linear-gradient(
        251.15deg,
        rgba(232, 232, 232, 0.24) 0%,
        rgba(226, 226, 226, 0.12) 100%
      ),
      url("/files/index/background-violet.png");
    background-size: cover;
    border: 1px solid #cf74f5;
  }
  
  .sub-container-card:nth-of-type(1) .icon-section-two {
    background: #47ffbd;
  }
  
  .sub-container-card:nth-of-type(2) .icon-section-two {
    background: #cf74f5;
  }
  
  .icon-section-two {
    position: absolute;
    top: -30px;
    right: calc(50% - 30px);
    padding: 10px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
  }
  
  .container-section-two-information {
    margin: 8rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 3rem;
  }
  
  .container-section-two-information h3 {
    width: 50%;
    margin-bottom: 4rem;
  }
  
  .container-section-two-information h2 {
    margin-top: 4rem;
  }
  
  .sub-container-section-two-information {
    background: url(/files/index/backgroundSectionTwo.png);
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10rem 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    background-position: left;
  }
  
  .sub-container-section-two-information p {
    width: 60%;
    margin-bottom: 2rem;
    font-size: 22px;
  }
  .title-sub-container-two {
    font-size: 30px !important;
  }
  
  .information-background {
    width: auto;
    margin: auto;
    text-align: center;
    position: relative;
  }
  
  .information-background p {
    width: 100%;
    margin-bottom: 1rem;
    color: rgba(9, 9, 9, 1);
    z-index: 3;
    font-family: "Avenir Black";
    font-weight: 800;
    font-size: 18px;
    z-index: 4;
    position: relative;
  }
  
  .green-background {
    background-color: #47ffbd;
  }
  
  .violet-background {
    background-color: #cf74f5;
  }
  
  .register-button{
      background-color: #47FFBD;
      border: 1px solid #47FFBD;
      border-radius: 10px;
      padding: 15px 25px;
      color: #080808;
      transition: .5s all ease-in-out;
      cursor: pointer;
      margin-top: 20px;
  }
  
  .register-button:hover{
      background-color: transparent;
      color: #47FFBD;
  }
  
  .green-background,
  .violet-background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 35px;
    /* left: calc(100% - 302px); */
    z-index: 1;
    right: -6px;
    padding: 0 10px;
    bottom: 15px;
    transform: rotate(-1deg);
  }
  
  .gradient-four {
    position: absolute;
    transform: rotate(180deg);
    width: 30%;
  }
  
  /* Section three */
  .container-section-three {
    position: relative;
  }
  
  .blur-violet {
    position: absolute;
    position: absolute;
    top: -40px;
    width: 30%;
  }
  
  .section-three {
    width: 75%;
    margin: auto;
    padding: 0rem 0;
  }
  
  .aboutUs {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(
      91.31deg,
      rgba(255, 255, 255, 0.14) -10.17%,
      rgba(196, 196, 196, 0.14) 119.02%
    );
    backdrop-filter: blur(35.0938px);
    border-radius: 9.23521px;
    padding: 5rem 5rem;
  }
  
  .aboutUs-information h5 {
    margin-bottom: 2rem;
    font-family: "Avenir Black";
  }
  
  .aboutUs-information p {
    font-style: italic;
    margin-left: 10rem;
  }
  
  .socios {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10rem 0;
  }
  
  .socios-container {
    margin: 3rem 0;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    /* gap: 20px; */
    text-align: center;
    width: 60%;
  }
  
  .socios-container:nth-of-type(2){
      flex-direction: unset;
      justify-content: space-between;
      width: 90%;
  }
  .socio {
    display: flex;
    justify-content: space-between;
    /*gap: 10px;*/
    align-items: start;
  }
  
  .socio img {
    margin-top: 5px;
    margin-right: 10px;
  }
  
  .socio div p {
    font-family: "Avenir Black";
  }
  
  .socio div span {
    font-family: "Avenir Book";
    font-size: 18.6762px;
    line-height: 26px;
    color: #ffffff;
    opacity: 0.7;
  }
  
  /* Section four */
  .section-four {
    width: 60%;
    margin: auto;
    padding: 0 0 10rem;
  }
  
  .information-section-four {
    display: flex;
    align-items: end;
    position: relative;
  }
  
  .information-section-four h1 {
    z-index: 10;
    width: 100%;
  }
  
  .information-section-four p {
    width: 30%;
  }
  
  .suscribe {
    position: absolute;
    z-index: 1;
    top: -70px;
    left: -70px;
    animation: rotate-animation 10s infinite linear;
  }
  
  .information-section-four p {
    width: 65%;
  }
  
  .adminSwitch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 30px;
    margin-right: 10px;
  }
  
  .slider.round {
    border-radius: 34px;
    width: 48px;
    top: 5px;
    height: 21px;
    display: inline-block;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bbbbbb;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .adminSwitchChecked .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #47ffbd;
  }
  
  .adminSwitchChecked .slider {
    background-color: #00b473;
  }
  
  .container-checkbox {
    display: flex;
    align-items: center;
    /*gap: 40px;*/
    margin-top: 2rem;
  }
  
  .checkboxFrom {
    display: flex;
    align-items: center;
    /*gap: 10px;*/
    margin-right: 40px;
  }
  
  .titleCheckbox {
    color: white;
    font-family: "Avenir Book";
  }
  
  .titleCheckboxActive {
    color: #47ffbd;
  }
  
  .input-container-one,
  .input-container-two {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
  }
  
  .input-container-one input,
  .input-container-two input {
    background: transparent;
    border-bottom: 1px solid white;
    width: 48%;
    padding-bottom: 10px;
    height: 40px;
  }
  
  #enviar {
    border: transparent;
    background-color: transparent;
    color: transparent;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
    z-index: 10;
  }
  
  form div:nth-of-type(4) {
    display: flex;
    justify-content: end;
    margin-top: 2rem;
  }
  
  .logo-redes-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 10rem;
  }
  
  .container-redes-footer {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 5rem;
  }
  
  .container-redes-footer a img {
    transition: 0.5s all ease-in-out;
  }
  
  .container-redes-footer a img:hover {
    filter: brightness(0) saturate(100%) invert(96%) sepia(13%) saturate(2071%)
      hue-rotate(80deg) brightness(99%) contrast(103%);
  }
  
  .logo-redes-footer h3 {
    font-family: "Avenir Book";
  }
  
  .gestion {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .gestion img {
    margin-bottom: 0.5px;
  }
  
  .gradient-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20%;
    z-index: 1;
  }
  
  .etiqueta-three {
    position: absolute;
    bottom: 0;
  }
  
  .etiqueta-four {
    position: absolute;
    bottom: 0;
  }
  
  .containerTitleFooter {
    position: relative;
  }
  
  .containerTitleFooter svg {
    position: absolute;
    top: -33px;
    left: -91px;
  }
  
  svg .svg-elem-1 {
    stroke-dashoffset: 935.0712890625px;
    stroke-dasharray: 935.0712890625px;
    -webkit-transition: stroke-dashoffset 3s cubic-bezier(0.47, 0, 0.745, 0.715)
      0s;
    transition: stroke-dashoffset 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  }
  
  svg.activeCircle .svg-elem-1 {
    stroke-dashoffset: 0;
  }
  
  .logo-redes-footer h3 {
    display: block;
    white-space: nowrap;
    width: 15ch;
    animation: typing 5s infinite;
    overflow: hidden;
  }
  
  @keyframes typing {
    from {
      width: 0%;
    }
  }
  
  .background-footer {
    background: url(/files/index/backgroundFooter.png);
    background-size: cover;
    background-position: left;
  }
  
  #bodySignInDiv {
    position: absolute;
    top: 50px;
    left: 110px;
  }
  .signInButtonDiv {
    height: 41px;
    width: 235px;
    /* background: white; */
    background: linear-gradient(
      251.15deg,
      rgba(232, 232, 232, 0.24) 0%,
      rgba(226, 226, 226, 0.12) 100%
    );
    border-radius: 8.05814px;
    cursor: pointer;
    z-index: 1;
  }
  
  .signInIcon {
    position: relative;
    float: left;
    height: 35px;
    margin-top: 5px;
    margin-left: 5px;
  }
  
  .signInButtonText {
    position: relative;
    float: left;
    margin-left: 6px;
    margin-top: 14px;
    font-family: "Avenir Book";
    font-size: 14px;
  }
  #topHiddenBar {
    position: fixed;
    top: -55px;
    left: 0px;
    width: 100vw;
    height: 55px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 2.93432px 5.13506px rgb(0 0 0 / 5%);
    backdrop-filter: blur(88.0874px);
    -webkit-backdrop-filter: blur(88.0874px);
    -webkit-transition: top 1s;
    transition: top 1s;
    z-index: 100;
  }
  #topHiddenBar.open {
    top: 0px;
  }
  #barSignInDiv {
    position: absolute;
    top: 6px;
    left: 5%;
  }
  #barLogo {
    position: relative;
    height: 30px;
    margin: 0 auto;
    display: block;
    margin-top: 13px;
  }
  #barSocialMediaDiv {
    position: absolute;
    right: 5%;
    top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  @media (max-width: 768px) {
    .mobileElement {
      display: flex;
    }
  
    .desktopElement {
      display: none;
    }
  
    section {
      padding: 5rem 0;
    }
  
    /* Header */
    .background-effect-green {
      height: 70px;
      top: -2px;
      left: -12px;
      /* animation: unset;*/
      width: 280px;
    }
  
    header {
      justify-content: center;
      gap: 30px;
    }
  
    .gradient-one,
    .gradient-two {
      width: 60%;
    }
  
    .gradient-two {
      top: 450px;
    }
  
    header .etiqueta {
      display: none;
    }
  
    .container-logo {
      display: flex;
      justify-content: center;
    }
  
    .container-logo svg {
      width: 60%;
    }
  
    .container-launch p {
      font-size: 14px !important;
    }
  
    /* Section one */
    .section-one {
      background: url(/files/index/gradient-two-right.png);
      background-size: 70%;
      background-repeat: no-repeat;
      background-position: right;
      padding: 5rem 0 3rem;
    }
  
    .sub-container-one {
      flex-direction: column;
      width: 90%;
    }
  
    .sections-section-one,
    .one-container-section-one {
      width: 100%;
    }
  
    .one-container-section-one {
      margin-top: 2rem;
    }

    .one-container-section-one h3 img{
        width: 150px;
    }
  
    .sections-section-one div img {
      width: 37%;
    }
  
    .one-container-section-one h3 {
      margin-top: 4rem;
    }
  
    /*Section Two*/
    .sub-container-section-two-information {
      background: url(/files/index/backgroundSectionTwoMobile.png);
      background-repeat: no-repeat;
      padding: 2rem 1rem 2rem;
    }
  
    .sub-container-section-two-information .mobileElement img {
      width: 100%;
      position: absolute;
      /* bottom: 0; */
      left: 0;
    }
  
    .sub-container-section-two-information p {
      width: 100%;
      text-align: initial;
    }

    .information-background:nth-of-type(2){
        top: -17px;
    }
    .title-sub-container-two {
        font-size: 30px !important;
        line-height: 40px;
    }
  
    .sub-container-section-two-information p {
      font-size: 17px;
    }
  
    .information-background p {
      font-size: 14px;
    }
  
    .green-background,
    .violet-background {
      height: 25px;
    }
  
    .register-button {
      background: #47ffbd;
      border: 1px solid #47ffbd;
      color: #080808;
      cursor: pointer;
      border-radius: 7.34463px;
      padding: 8px 15px;
      transition: 0.5s all ease-in-out;
    }
    .register-button:hover {
      background-color: transparent;
      color: #47ffbd;
    }
  
    .container-cards {
      flex-direction: column;
      width: 90%;
      gap: unset;
    }
  
    .sub-container-card:nth-of-type(1) {
      margin-bottom: 50px;
    }
  
    .sub-container-card {
      width: 100%;
      padding: 20px 13px;
    }
  
    .sub-container-card h5 {
      font-size: 18px;
    }
  
    .icon-section-two {
      width: 20px;
      height: 20px;
      right: calc(50% - 20px);
    }
  
    .container-section-two-information h3 {
      width: 90%;
      text-align: initial;
    }
  
    /* Section three */
    .section-three {
      width: 90%;
    }

    .container-section-three{
        background: url(/files/index/gradient-two-right.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: right bottom;
    }
  
    .aboutUs {
      position: relative;
      padding: 4rem 2rem;
    }
  
    .img-information {
      position: absolute;
      width: 160px;
      right: 10px;
      top: -100px;
    }
  
    .img-information img {
      width: 100%;
    }
  
    .socios {
      margin: 5rem 0;
    }
  
    .socios-container:nth-of-type(2){
flex-wrap: wrap;
    }

    .socios-container:nth-of-type(2) img{
        width: 45%;
        margin-bottom: 30px;
    }
    .socios-container {
      flex-direction: column;
      width: 95%;
    }
  
    .socio {
      justify-content: unset;
    }
  
    .socio:nth-child(even) {
      justify-content: end !important;
    }
  
    .aboutUs-information p {
      margin-left: 0;
    }
  
    .blur-violet {
      width: 60%;
    }
  
    /* Section four */
    .section-four {
      width: 80%;
    }
  
    .information-section-four {
      flex-direction: column;
    }
  
    .information-section-four h1 {
      width: 100%;
    }
  
    .information-section-four p {
      width: 70%;
    }
  
    .container-checkbox {
      flex-wrap: wrap;
      gap: unset;
      margin-bottom: 2rem;
    }
  
    .checkboxFrom {
      margin-right: 10px;
      margin-bottom: 10px;
    }
  
    .titleCheckbox {
      font-size: 15px;
    }
  
    .input-container-one,
    .input-container-two {
      flex-direction: column;
      margin: 0;
    }
  
    .input-container-one input,
    .input-container-two input {
      width: 100%;
      padding-bottom: 0;
      margin-bottom: 20px;
    }
  
    .gradient-footer {
      width: 55%;
    }
  
    .logo-redes-footer {
      margin-top: 5rem;
    }
  
    .container-redes-footer {
      margin-top: 2rem;
    }
  
    #enviar {
      width: 75px;
    }
  
    #enviar img {
      width: 100%;
    }
  
    .containerTitleFooter h3 {
      font-size: 26px;
      line-height: 26px;
    }
  
    .containerTitleFooter img {
      right: -50px;
      top: -28px;
      position: absolute;
    }
    #barSignInDiv {
      position: relative;
      float: right;
      margin-right: 5%;
      left: 0;
    }
    #barLogo {
      float: left;
      margin-left: 5%;
    }
  }
  
  @media (max-width: 376px) {
    .mobileElement {
      display: flex;
    }
  
    .desktopElement {
      display: none;
    }
  
    h1 {
      font-size: 40px;
      line-height: 60px;
      font-weight: 800;
    }
  
    h2 {
      font-size: 40px;
      line-height: 50px;
      font-weight: 800;
    }
  
    h3 {
      font-size: 26px;
      line-height: 33px;
      font-weight: 800;
    }
  
    h4 {
      font-size: 20px;
      line-height: 25px;
      font-weight: 800;
    }
  
    h5 {
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
    }
  
    p {
      font-size: 15px;
      line-height: 20px;
      font-weight: 400;
    }
  
    /* Header */
    header {
      gap: 10px;
    }
  
    .logo-redes {
      height: 52px;
      display: flex;
      align-items: center;
    }
  
    .container-logo svg {
      width: 40%;
    }
  
    .container-title h1 {
      font-size: 50px;
    }
  
    .container-time h4 {
      font-size: 35px;
      line-height: 35px;
      height: 52px;
      display: flex;
      align-items: center;
      margin: 0 18px;
    }
  
    .container-time h4 span {
      font-size: 10px;
    }
  
    .sub-container-time {
      gap: unset;
      padding: 10px 0;
    }
  
    .container-time {
      width: 90%;
      height: 85px;
    }
  
    .redes-mobile {
      width: 100%;
      justify-content: center;
      align-items: center;
      display: flex !important;
      gap: 20px;
      align-items: center;
      margin-top: 10px;
    }
  
    .redes-mobile a img {
      width: 15px;
      height: 15px;
    }
  
    .background-effect-green {
      height: 60px;
      top: 4px;
    }
  
    .container-launch {
      width: 90%;
    }
  
    .background-launch {
      width: 100%;
      top: -8px;
    }
  }
  
  @media (min-width: 378px) and (max-width: 768px) {
    .mobileElement {
      display: flex;
    }
  
    .desktopElement {
      display: none;
    }
  
    h1 {
      font-size: 50px;
      line-height: 63px;
      font-weight: 800;
    }
  
    h2 {
      font-size: 50px;
      line-height: 60px;
      font-weight: 800;
    }
  
    h3 {
      font-size: 33px;
      line-height: 40px;
      font-weight: 800;
    }
  
    h4 {
      font-size: 25px;
      line-height: 30px;
      font-weight: 800;
    }
  
    h5 {
      font-size: 20px;
      line-height: 25px;
      font-weight: 400;
    }
  
    p {
      font-size: 17px;
      line-height: 25px;
      font-weight: 400;
    }
  
    /* Header */
    .container-launch {
      width: 80%;
    }
  
    .background-launch {
      width: 100%;
      bottom: -3px;
    }
  
    .container-time h4 {
      font-size: 35px;
      line-height: 35px;
      margin: 0 18px;
    }
  
    .container-time h4 span {
      font-size: 12px;
    }
  
    .title-regular {
      font-size: 50px !important;
    }
  
    .container-redes {
      gap: 15px;
    }
  
    .sub-container-time {
      gap: unset;
      padding: 10px 0;
    }
  
    .container-time {
      width: 95%;
    }
  }
  
  @media (min-width: 1650px) and (max-width: 1990px) {
    .background-launch {
      width: 45%;
    }
  }
  