@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding:wght@400;700&family=Rubik+Mono+One&family=Russo+One&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html {
    scroll-behavior: smooth;
  }
*{
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color:#01001a
}
main{
    width: 100%;
    position: relative;
}
main #sechome{
    width: 100%;
    height: 700px;
    padding: 16px 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 8px;

}
main #secConference{
    padding: 16px 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
main #secPricing{
  padding: 16px 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

main #secMarcas{
    height: 300px;
    padding: 16px 5%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

#parallax-container1 {
    position: relative;
    height: 300px;
    background-image: url('../res/bg3.webp'); /* URL de tu imagen de fondo */
    background-size: cover;
 
    background-position: center 100%;
    background-repeat: no-repeat;
}
#parallax-container2 {
    position: relative;
    height: 300px;
    background-image: url('../res/bg4.webp'); /* URL de tu imagen de fondo */
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat;
}
.date-event{
  font-family: "Russo One", sans-serif;
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.86);
  display: grid;
  grid-template-columns: repeat(2,200px);
    grid-template-rows: auto auto auto;
}
.date-event .info-day{
  font-size: 1.5rem;
  letter-spacing: 15px;
  font-weight: 700;
}
.date-event .full-date{
  grid-column: 1;
    letter-spacing: 1px;
}

.date-event .info-time{
  grid-column: 1;
}

.date-event .info-place{

    grid-column: 2;
    grid-row: 1 / span 3;
    
    border-left: solid 1px white;
    padding-left: 8px;
}
.pricing-content{
  display: flex;
  flex-direction: row;
  gap: 16px;
}



nav{
    padding: 8px 5%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
nav .center{
  display: flex;
  color: white;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
nav .left{
display: flex;
flex-direction: row;
align-items: center;
gap: 6px;
}
nav .right{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    }

nav a.option-menu{
    display: inline-block;
    color: rgb(0 255 123);
    font-family: "Nanum Gothic Coding", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
   
    border: 1px solid rgb(0 255 123);
    padding: 16px;
 
}
.btn{
    color: black;
    font-family: "Nanum Gothic Coding", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
   display: inline;
    background-color:  #ffc600;;
    padding: 16px;
    width: 170px;
    box-shadow: 4px 4px 0px 2px #ffc80050
 
}
.btn:hover{
  background-color: #e9b500;
}

nav a.option-menu:hover{
    background-color: rgb(0 255 123);
    color: black;
}

span.option-menu{
    display: inline-block;
    color: #ffc600;
    font-family: "Nanum Gothic Coding", monospace;
    
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    text-decoration: none;
 
    padding: 8px 0px;

color: white;
font-family: "Rubik Mono One", monospace;
font-family: "Russo One", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 1.5px;
}

.logo{
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.logos-marcas{
    height:62px;
    opacity: 0.8;
}

.title{
    color: white;
    font-family: "Rubik Mono One", monospace;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-style: bold;
    font-size: 3.1rem;
    letter-spacing: 1.5px;
    /* text-transform: uppercase; */
}

.title.center{
   text-align: center;
}
.sub-title{
    color: rgba(255, 255, 255, 0.76);
    font-family: "Rubik Mono One", monospace;
    font-family: "Nanum Gothic Coding", monospace;
    font-weight: 400;
    font-style: bold;
    font-size: 1.1rem;
    color: rgb(0 255 123);
    line-height: 1.2;
}

.horarios-conf{
display: grid;
grid-template-columns: auto auto;
    gap: 16px;
    flex-direction: column;

}
.sub-title-2{
    color: rgba(255, 255, 255, 0.76);
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-style: bold;
    font-size: 2rem;
    color: rgb(0 255 123);
}
.sub-title-2.white{
    color: rgba(255, 255, 255, 0.86);
 
}
.horarios-conf .conf-item{
    grid-column: 2;
}


.sub-title-3{
  
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    color: rgb(0 255 123);
    color: rgba(255, 255, 255, 0.86);

}
.conf-item{
    padding-bottom: 16px;
    border-bottom: solid 2px rgb(0 255 123);
}

.typing{
    overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
   /* Gives that scrolling effect as the typing happens */

    animation: typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}
.coding{
    font-family: "Nanum Gothic Coding", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    /* color: #ffdd00; */
    color: white;
    color: #ffffff54;
    text-transform: lowercase;
}


.space-grid{
  display: none;
}

.glitch {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 3.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff,
      0.025em 0.04em 0 #fffc00;
    animation: glitch 725ms infinite;
  }
  
  .glitch span {
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 1.5px;
  }
  
  .glitch span:first-child {
    animation: glitch 500ms infinite;
    clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
    transform: translate(-0.04em, -0.03em);
    opacity: 0.75;
  }
  
  .glitch span:last-child {
    animation: glitch 375ms infinite;
    clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
    transform: translate(0.04em, 0.03em);
    opacity: 0.75;
  }

  .windows{
    width: 100%;
    height: auto;
    /* border: 2px solid rgb(255, 255, 255); */
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    
  }
  .title-bar{
    width: 100%;
    height: 32px;
       background-color: rgb(1 0 255);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    padding: 0px 6px;
    justify-content: space-between;
    
  }

  .title-bar .circle-btn{
    display: inline-block;
    height: 18px;
    width: 18px;
    /* border-radius: 50%; */
    border: 2px solid rgb(178, 178, 178);
    font-family: "Nanum Gothic Coding", monospace;
    font-weight: 400;
    font-style: normal;
    background-color: rgb(221, 221, 221);;
     text-align: center;
     line-height: 13px;
  }

  .title-bar .win-title{
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
   text-transform: none;
   font-size: 16px;
   color: white;
  }
.content-windows{
    position: relative;
}
  .windows-img{
    background-image: url(../res/bg1.webp);
    width: 90%;
    height: 400px;
    background-size: cover;
    border: 3px solid rgb(221, 221, 221);
    /* border-radius: 6px; */
  }
  .other-windows{
    position: absolute;
    bottom: 50px;
    right: 0;
    background-image: url(../res/bg2.webp);
    width: 80%;
    height: 300px;
    background-size: cover;
    border: 3px solid rgb(221, 221, 221);
    /* border-radius: 6px; */
  }



  .pricing-card{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border: solid 1px white;
    border-radius: 16px;
    width: 380px;
    background-color:#99ffda;
background-image:
radial-gradient(at 49% 71%, hsla(108,65%,68%,1) 0px, transparent 50%),
radial-gradient(at 62% 51%, hsla(102,98%,63%,1) 0px, transparent 50%),
radial-gradient(at 26% 72%, hsla(131,68%,65%,1) 0px, transparent 50%),
radial-gradient(at 15% 61%, hsla(92,81%,77%,1) 0px, transparent 50%),
radial-gradient(at 49% 10%, hsla(214,75%,75%,1) 0px, transparent 50%),
radial-gradient(at 46% 69%, hsla(304,85%,63%,1) 0px, transparent 50%),
radial-gradient(at 2% 58%, hsla(318,66%,67%,1) 0px, transparent 50%);
  }

  .pricing-card:nth-child(2){
    background-color:#99ffec;
background-image:
radial-gradient(at 92% 60%, hsla(21,83%,74%,1) 0px, transparent 50%),
radial-gradient(at 44% 98%, hsla(185,86%,63%,1) 0px, transparent 50%),
radial-gradient(at 63% 78%, hsla(8,74%,76%,1) 0px, transparent 50%),
radial-gradient(at 15% 23%, hsla(52,93%,74%,1) 0px, transparent 50%),
radial-gradient(at 42% 93%, hsla(310,76%,63%,1) 0px, transparent 50%),
radial-gradient(at 30% 11%, hsla(64,80%,73%,1) 0px, transparent 50%),
radial-gradient(at 74% 40%, hsla(58,96%,68%,1) 0px, transparent 50%);
  }
  .pricing-card .circle{
    width: 16px;
    height: 16px;
    align-self: center;
    background-color: #01001a;
    border-radius: 50%;
  }

  .pricing-card .title-p{
    color: rgba(0, 0, 0, 0.90);
    font-family: "Russo One", sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
  }
  .pricing-card .sub-title-p{
 
    color: rgba(0, 0, 0, 0.90);
    font-family: "Space Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 1.1rem;
  }
  .pricing-card .sub-title-p i{
    margin-right: 4px;
  }
  .pricing-card .price-p{
 
    color: rgba(0, 0, 0, 0.90);
    font-family: "Space Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
  }

  footer{
    display: flex;
    flex-direction: column;
    padding: 8px 5%;
    width: 100%;justify-content: center;
    align-items: center;
    position: relative;
    height: 200px;
  }

footer .footer-content{
  position: absolute;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-items: center;
  height: 200px;
  z-index: 5;
  column-gap: 8px;
}

.item-footer{
  display: flex;
  color: white;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
.item-footer .caption{
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
 text-transform: none;
 font-size: 16px;
 text-decoration: none;
 
}
.item-footer .caption i{
 margin-right: 6px;
  
 }
.item-footer.vertical{
  flex-direction: column;
  align-items: baseline;
 
}





.pre_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: inherit;
  z-index: 0;
  background: linear-gradient(to top, #253B5E, #09111e);
  box-shadow: inset 0px 0px 150px rgba(0, 0, 0, 0.65);
}
.pre_footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), #09111e 85%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #01001a 84.87%);
  position: relative;
  z-index: 10;
}

.pre_footer .et_pb_code,
.pre_footer .et_pb_code .et_pb_code_inner {
  width: 100%;
  height: 100%;
}

.grid-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  perspective: 300px;
  overflow: hidden;
}

.grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  transform: rotateX(45deg);
}

.line {
  position: absolute;
  background: none;
  -webkit-backface-visibility: hidden;
}

.vertical .line {
  top: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  border-left: 4px solid rgba(87, 193, 232, 0.35);
}
.vertical .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 2px;
  background: rgba(87, 193, 232, 0.2);
}
@media (max-width: 480px) {
  .vertical .line {
    border-left-width: 2px;
  }
}
.vertical .line:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(87, 193, 232, 0) 0%, #57c1e8 50%, rgba(87, 193, 232, 0) 100%);
  width: 4px;
  height: 40px;
  left: -4px;
  top: 100%;
  border-radius: 0;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 480px) {
  .vertical .line:before {
    width: 2px;
    height: 40px;
    left: -2px;
  }
}
.vertical .line:nth-child(1) {
  left: 10%;
}
.vertical .line:nth-child(1):before {
  -webkit-animation: moveDot 3s infinite;
          animation: moveDot 3s infinite;
}
.vertical .line:nth-child(2) {
  left: 20%;
}
.vertical .line:nth-child(2):before {
  -webkit-animation: moveDot 5s infinite;
          animation: moveDot 5s infinite;
}
.vertical .line:nth-child(3) {
  left: 30%;
}
.vertical .line:nth-child(3):before {
  -webkit-animation: moveDot 2.75s infinite;
          animation: moveDot 2.75s infinite;
}
.vertical .line:nth-child(4) {
  left: 40%;
}
.vertical .line:nth-child(4):before {
  -webkit-animation: moveDot 7s infinite;
          animation: moveDot 7s infinite;
}
.vertical .line:nth-child(5) {
  left: 50%;
}
.vertical .line:nth-child(5):before {
  -webkit-animation: moveDot 5s infinite;
          animation: moveDot 5s infinite;
}
.vertical .line:nth-child(6) {
  left: 60%;
}
.vertical .line:nth-child(6):before {
  -webkit-animation: moveDot 2.25s infinite;
          animation: moveDot 2.25s infinite;
}
.vertical .line:nth-child(7) {
  left: 70%;
}
.vertical .line:nth-child(7):before {
  -webkit-animation: moveDot 8s infinite;
          animation: moveDot 8s infinite;
}
.vertical .line:nth-child(8) {
  left: 80%;
}
.vertical .line:nth-child(8):before {
  -webkit-animation: moveDot 4s infinite;
          animation: moveDot 4s infinite;
}
.vertical .line:nth-child(9) {
  left: 90%;
}
.vertical .line:nth-child(9):before {
  -webkit-animation: moveDot 3.3s infinite;
          animation: moveDot 3.3s infinite;
}
.vertical .line:nth-child(10) {
  left: 100%;
  margin-left: -1px;
}
.vertical .line:nth-child(10):before {
  -webkit-animation: moveDot 6s infinite;
          animation: moveDot 6s infinite;
}

.horizontal .line {
  top: 0;
  left: 0;
  right: 0;
  height: 10%;
  border-top: 4px solid rgba(87, 193, 232, 0.35);
  z-index: 2;
}
@media (max-width: 480px) {
  .horizontal .line {
    border-top-width: 2px;
  }
}
.horizontal .line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 2px;
  background: rgba(87, 193, 232, 0.15);
}
.horizontal .line:nth-child(1) {
  top: 10%;
  opacity: 0.2;
}
.horizontal .line:nth-child(2) {
  top: 20%;
  opacity: 0.3;
}
.horizontal .line:nth-child(3) {
  top: 30%;
  opacity: 0.4;
}
.horizontal .line:nth-child(4) {
  top: 40%;
  opacity: 0.5;
}
.horizontal .line:nth-child(5) {
  top: 50%;
  opacity: 0.6;
}
.horizontal .line:nth-child(6) {
  top: 60%;
  opacity: 0.7;
}
.horizontal .line:nth-child(7) {
  top: 70%;
  opacity: 0.8;
}
.horizontal .line:nth-child(8) {
  top: 80%;
  opacity: 0.9;
}
.horizontal .line:nth-child(9) {
  top: 90%;
  opacity: 0.95;
}
.horizontal .line:nth-child(10) {
  top: 100%;
  margin-top: -1px;
  opacity: 1;
}
.horizontal .line:nth-child(11) {
  opacity: 0.05;
}

@-webkit-keyframes moveDot {
  0% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 0%;
    opacity: 0;
  }
}

@keyframes moveDot {
  0% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 0%;
    opacity: 0;
  }
}
  
  @keyframes glitch {
    0% {
      text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff,
        0.025em 0.04em 0 #fffc00;
    }
    15% {
      text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff,
        0.025em 0.04em 0 #fffc00;
    }
    16% {
      text-shadow: -0.05em -0.025em 0 #00fffc, 0.025em 0.035em 0 #fc00ff,
        -0.05em -0.05em 0 #fffc00;
    }
    49% {
      text-shadow: -0.05em -0.025em 0 #00fffc, 0.025em 0.035em 0 #fc00ff,
        -0.05em -0.05em 0 #fffc00;
    }
    50% {
      text-shadow: 0.05em 0.035em 0 #00fffc, 0.03em 0 0 #fc00ff,
        0 -0.04em 0 #fffc00;
    }
    99% {
      text-shadow: 0.05em 0.035em 0 #00fffc, 0.03em 0 0 #fc00ff,
        0 -0.04em 0 #fffc00;
    }
    100% {
      text-shadow: -0.05em 0 0 #00fffc, -0.025em -0.04em 0 #fc00ff,
        -0.04em -0.025em 0 #fffc00;
    }
  }


  #container {
    display: inline-block;
   width: 100%;
    /* margin-top: 24px; */
    position: relative;
  }
  
  h1.overmap {
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 5em;
    letter-spacing: 8px;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-weight: 400;
    
    margin: 0;
    /* line-height: 0; */
    animation: glitch1 2.5s infinite;
  }
  
  h1.overmap:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    color: #67f3da;
    animation: glitch2 2.5s infinite;
  }
  
  h1.overmap:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    color: #f16f6f;
    animation: glitch3 2.5s infinite;
  }
  /*Keyframes*/
  
  @keyframes glitch1 {
    0% {
      transform: none;
      opacity: 1;
    }
    7% {
      transform: skew(-0.5deg, -0.9deg);
      opacity: 0.75;
    }
    10% {
      transform: none;
      opacity: 1;
    }
    27% {
      transform: none;
      opacity: 1;
    }
    30% {
      transform: skew(0.8deg, -0.1deg);
      opacity: 0.75;
    }
    35% {
      transform: none;
      opacity: 1;
    }
    52% {
      transform: none;
      opacity: 1;
    }
    55% {
      transform: skew(-1deg, 0.2deg);
      opacity: 0.75;
    }
    50% {
      transform: none;
      opacity: 1;
    }
    72% {
      transform: none;
      opacity: 1;
    }
    75% {
      transform: skew(0.4deg, 1deg);
      opacity: 0.75;
    }
    80% {
      transform: none;
      opacity: 1;
    }
    100% {
      transform: none;
      opacity: 1;
    }
  }
  
  @keyframes glitch2 {
    0% {
      transform: none;
      opacity: 0.25;
    }
    7% {
      transform: translate(-2px, -3px);
      opacity: 0.5;
    }
    10% {
      transform: none;
      opacity: 0.25;
    }
    27% {
      transform: none;
      opacity: 0.25;
    }
    30% {
      transform: translate(-5px, -2px);
      opacity: 0.5;
    }
    35% {
      transform: none;
      opacity: 0.25;
    }
    52% {
      transform: none;
      opacity: 0.25;
    }
    55% {
      transform: translate(-5px, -1px);
      opacity: 0.5;
    }
    50% {
      transform: none;
      opacity: 0.25;
    }
    72% {
      transform: none;
      opacity: 0.25;
    }
    75% {
      transform: translate(-2px, -6px);
      opacity: 0.5;
    }
    80% {
      transform: none;
      opacity: 0.25;
    }
    100% {
      transform: none;
      opacity: 0.25;
    }
  }
  
  @keyframes glitch3 {
    0% {
      transform: none;
      opacity: 0.25;
    }
    7% {
      transform: translate(2px, 3px);
      opacity: 0.5;
    }
    10% {
      transform: none;
      opacity: 0.25;
    }
    27% {
      transform: none;
      opacity: 0.25;
    }
    30% {
      transform: translate(5px, 2px);
      opacity: 0.5;
    }
    35% {
      transform: none;
      opacity: 0.25;
    }
    52% {
      transform: none;
      opacity: 0.25;
    }
    55% {
      transform: translate(5px, 1px);
      opacity: 0.5;
    }
    50% {
      transform: none;
      opacity: 0.25;
    }
    72% {
      transform: none;
      opacity: 0.25;
    }
    75% {
      transform: translate(2px, 6px);
      opacity: 0.5;
    }
    80% {
      transform: none;
      opacity: 0.25;
    }
    100% {
      transform: none;
      opacity: 0.25;
    }
  }

  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
  }

  @media only screen and (max-width: 767px) {
    main #sechome {
        grid-template-columns: 100%;
        height: auto;
        padding: 16px 0%;
    }
    nav{
        display: grid;
        grid-template-columns: 100%;
        justify-items: center;
        row-gap: 8px;
    }
    nav .center{
        grid-row: 1;
    }

    nav .right, nav .left{
      display: none;
    }
    .title, .glitch, h1.overmap{
        font-size: 2.2rem;
    }
    .sub-title {
      line-height: 1.2;
    }
    .other-windows {
        position: absolute;
        bottom: -150px;
    }

    .content-windows{
      /* grid-row: 1; */
       margin-top: 40px;
       margin-bottom: 120px;
       padding: 0px 5%;
    }
    .windows-img {
      height: 280px;
      height: 250px;
      /* margin-left: 50px; */
      width: 98%;
    }
    .other-windows{
      position: absolute;
      height: 200px;
      position: absolute;
      top: 160px;
      left: -90px;
    }
    .title-bar{
      height: 24px;
    }
    .title-bar .win-title{
      font-size: 13px;
    }
    .windows{
      padding: 0px 5%;
      /* margin-top: 40px; */
    }
    .logo{
      height: 68px;
      width: 68px;
    }
    span.option-menu {
      font-size: 1rem;
    }
    #parallax-container2, #parallax-container1{
      height: 200px;
      background-position: center;
    }
    .pricing-content {
     flex-direction: column;
     width: 100%;
  }
  .pricing-card {
    width: 100%;
  }
  footer .footer-content {
    padding: 0px 16px;
    grid-template-columns: auto auto;
  }

  .footer-content .item-footer:nth-child(3){
    grid-column: 1 / span 2;
  }

  .sub-title-2 {
    font-size: 1.3rem;
  }
  .sub-title-3{
    font-size: 1rem;
  }

  .logos-marcas{
    height: 46px;
  }
  main #secMarcas {
    height: auto;
    padding: 32px 5%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.date-event{
  grid-template-columns: repeat(2,auto);
  font-size: 4vw;
}
.space-grid{
  display: block;
  position: relative;
    height: 150px;
    width: 100%;
}


  }