@font-face {
   font-family: 'F37 Ginger Bold';
   src: url(../fonts/F37_Ginger_Bold.otf);
}


body{
    max-width: 100%;
    max-height: auto;
    margin: auto;
    background: black;
}



.hamburger {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 2.5em;
  right: 5em;
  z-index: 10000;
  background: transparent;
  cursor: pointer;
}
.hamburger.is-active .hamburger--container .hamburger--bars {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before, .hamburger.is-active .hamburger--container .hamburger--bars:after {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before {
  left: 0.25em;
}
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  left: -0.25em;
}
.hamburger .hamburger--container {
  width: 100%;
  padding: 0.25em;
  position: relative;
}
.hamburger .hamburger--container .hamburger--bars {
  height: 2px;
  width: 3.5em;
  background: red;
  position: absolute;
  top: 0.9em;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before, .hamburger .hamburger--container .hamburger--bars:after {
  content: "";
  display: block;
  height: 2px;
  width: 3.5em;
  background: inherit;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before {
  top: -0.5em;
}
.hamburger .hamburger--container .hamburger--bars:after {
  top: 0.5em;
}

.logo {
  width: 20em;
  height: 20em;
  position: absolute;
  top: 1.5em;
  left: 4em;
  z-index: 10000;
}
.logo img {
  width: 100%;
  display: block;
  transition: 0.3s linear 0.3s;
}
.logo.is-active img {
  filter: hue-rotate(0deg);
}

.fsmenu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fsmenu .fsmenu--container {
  width: 0;
  height: 100vh;
  padding: 8em 3em 3em;
  background: red;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  height: 22%;
  list-style-type: none;
  text-align: center;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a:hover {
  color: white;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 5em;
  font-weight: 500;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1002;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 1003;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text {
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate(-20%, -100%);
  opacity: 0;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text span {
  height: 1em;
  font-size: 8em;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  color: #DD0505;
  display: inline-block;
  margin-right: 1em;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover .fsmenu--scrolling-text {
  opacity: 1;
  -webkit-animation: animScrollingContactTextLeft 9s linear 0s infinite;
          animation: animScrollingContactTextLeft 9s linear 0s infinite;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img {
  width: 0px;
  height: 100vh;
  padding: 8em 3em 3em;
  position: absolute;
  top: 0;
  right: calc(100vw - 720px);
  z-index: 1001;
  font-size: 16px;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container img {
  width: 624px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img {
  left: auto;
  right: calc(100vw - 720px);
  -webkit-animation: animMenuRevealImg 0.4s ease 0s forwards;
          animation: animMenuRevealImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img .fsmenu--img-container img {
  right: 0;
  left: auto;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img {
  left: 0;
  right: auto;
  -webkit-animation: animMenuCloseImg 0.4s ease 0s forwards;
          animation: animMenuCloseImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img .fsmenu--img-container img {
  left: 0;
  right: auto;
}
.fsmenu.is-active {
  display: block;
}
.fsmenu.is-active .fsmenu--container {
  -webkit-animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}
.fsmenu.is-active .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  -webkit-animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
          animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
}
.fsmenu.close-menu {
  display: block;
}
.fsmenu.close-menu .fsmenu--container {
  width: 100vw;
  right: auto;
  left: 0;
  -webkit-animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
          animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
}
.fsmenu.close-menu .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  left: auto;
  right: 0;
  background: black;
  -webkit-animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}

@-webkit-keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}

@keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}
@-webkit-keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@-webkit-keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@-webkit-keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}
@keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}
@-webkit-keyframes animMenuCloseImg {
  0% {
    width: 720px;
  }
  100% {
    width: 0;
  }
}
@keyframes animMenuCloseImg {
  0% {
    width: 720px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes animScrollingContactTextLeft {
  0% {
    transform: translate(-20%, -100%);
  }
  100% {
    transform: translate(-40%, -100%);
  }
}
@keyframes animScrollingContactTextLeft {
  0% {
    transform: translate(-20%, -100%);
  }
  100% {
    transform: translate(-40%, -100%);
  }
}
.header-nightsky {
    color: white;
    background: black;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 200px;
}
.header-nightsky .hero {
    text-align: center;
    margin-top: 1px;
    padding:18% 10% 1% 10%;
    text-align: left;
    margin-bottom: 100px;
}

.header-nightsky .hero h1 {
    color: white;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
    font-size:7vw;
    margin-left: none;
    margin-bottom: 1px;
}

.header-nightsky .hero h1 b{
    color: red;
    font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
    font-size:7vw;
    margin-left: none;
    margin-bottom: 1px;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}


.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}

@keyframes fadeInUp2 {
  0% {
    transform: translateY(900%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.fadeInUp2-animation2 {
  animation: 2.5s fadeInUp2;
}





.section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 80vh;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax {
  background-image: url("../Imagenes/contact1.jpg"); 
}

.agency{
    background: black;
    width: 100%;
    padding: 10% 0 0 0;
}
.agency_marketing{
    font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
    font-size:2.7vw;
    color: red;
    margin-top: 10%;
     margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
    width: 60%;
        text-align: center;

}

.agency_design{
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
    font-size:1.5vw;
    color: white;
    margin-top: 1%;
     margin-left: auto;
    margin-right: auto;
    width: 60%;
    text-align: center;
}


form {
  max-width: 60%;
  padding: 1rem;
  margin: 4% auto 13% auto;
}

input, textarea {
  width: 100%;
  padding: .5rem;
  border-bottom: 1.5px solid white;
        border-left: transparent;
     border-right: transparent;
    border-top: transparent;
    font-family: "Poppins", sans-serif;
  font-weight:300;
  font-style: normal;
background: black;
    color: white;
}

input[type=text]:active, input[type=text]:focus{
  outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
    color: white;
}
input[type=email]:active, input[type=email]:focus{
  outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
        color: white;

}
textarea[type=message]:active, textarea[type=message]:focus{
  outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
        color: white;

}

input[type=submit] {
  padding: .5rem;
  border-radius: 5px;
  background-color: red;
  cursor: pointer;
    border: transparent;
    width: 20%;
    color: white;
    font-weight:500;
}
input[type=submit]:hover {
    color: red;
    background-color: white;
    
}
label, small {
  font-size: small;
}





.scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    margin: 10% 0 0 0;
}


.text {
    
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 3px white;
  color: transparent; 
    animation: animate_text 30s linear infinite;
    font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
    font-size:10vw;
}

.text a {
  text-decoration: none;
  color: transparent;     
}

.text a:hover {
  text-decoration: none;
  color: transparent;  
    -webkit-text-stroke: 3px red;
}

.text span {
    margin: 0 40px;
}

@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}





.footer{
    background: black;
    max-width: 100%;
    height: auto;
    border-top: 0.5px solid white;
}

.info1 {
    border-right: 0.5px solid white;
    height:auto;
    width: 39.5%;
    background: transparent;
    color: white;
    padding-bottom: 7%;
    padding-top: 2%;
    float: left;
}
.info1 img{
    border: 1px solid red;
    margin: 12% 0 0 17%;
    display: block;
}
.argentina_address{
    font-family: "Poppins", sans-serif;
  font-weight:300;
  font-style: normal;
    font-size:1.3vw;
    padding: 10% 0 0 17%;
    float: left;
}
.malta_address{
    font-family: "Poppins", sans-serif;
  font-weight:300;
  font-style: normal;
    float: left;
    font-size:1.3vw;
    padding: 10% 0 0 17%;
}
.info2 {
    width: 60%;
    background: transparent;
    color: white;
    float: right;
    padding-bottom: 1%;
    padding-top: 2%;

}

.titleinfoo2{
    font-family: "Poppins", sans-serif;
  font-weight:300;
  font-style: normal;
    font-size:1.5vw;
    margin: 9% 0 0 14%;
}
.correo{
    font-family: "Poppins", sans-serif;
  font-weight:600;
  font-style: normal;
    font-size:3vw;
    padding: 1% 0 0 14%;
    clear: both;
    color: white;
}
.correo a{
    color: white;
    text-decoration: none;

}
.correo>a:hover{
    text-decoration: none;
    color: red;
}
.linkedinred{
    font-family: "Poppins", sans-serif;
  font-weight:300;
  font-style: normal;
    display: inline-block;
  width: fit-content;
    font-size:19px;
    margin: 6% 0 0 14%;
    float: left;
    color: white;
}
.linkedinred a{
    color: white;
}
.linkedinred>a:hover{
    text-decoration: none;
    color: red;
}
.instagramred{
    font-family: "Poppins", sans-serif;
  font-weight:300;
  font-style: normal;
    display: inline-block;
  width: fit-content;
    font-size:19px;
    margin: 6% 0 0 3%;
    float: left;
    color: white;
}
.instagramred a{
    color: white;
}
.instagramred>a:hover{
    text-decoration: none;
    color: red;
}
.facebookred{
    font-family: "Poppins", sans-serif;
  font-weight:300;
  font-style: normal;
    display: inline-block;
  width: fit-content;
    font-size:19px;
    margin: 6% 0 0 3%;
    float: left;
    color: white;
    clear: right;
}
.facebookred a{
    color: white;
}
.facebookred>a:hover{
    text-decoration: none;
    color: red;
}

.rules_law{
    margin: 1% auto;
    clear: both;
}
.termsandprivacy{
    font-family: "Poppins", sans-serif;
  font-weight:300;
  font-style: normal;
    font-size: 11px;
    margin: 5% 0 0 14%;
    display: inline-block;
  width: fit-content;
    text-align: right;
    color: white;
}
.termsandprivacy a{
    color: white;
}
.termsandprivacy>a:hover{
    text-decoration: none;
    color: red;
}
.copyright{
    font-family: "Poppins", sans-serif;
  font-weight:300;
  font-style: normal;
     display: inline-block;
  width: fit-content;
    font-size:11px;
    margin: 0 0 0 30%;

}
.textofinal {
    color: white;
    width: 100%;
    text-align: center;
    background: red;
    font-family: F37 Ginger Bold;
    font-size:17vw;
    margin-left: none;
    margin-bottom: 1px;
    border: none;
    clear: both;
}



.ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: 3px solid red;
  border-radius: 50%;
  pointer-events: none;
}









@media only screen and (max-width: 1024px){
    
    
    
    
       
    
    
.header-nightsky {
    color: white;
    background: black;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 200px;
}
.header-nightsky .hero {
    text-align: center;
    margin-top: none;
    padding: 40% 0 15% 1%;
    margin-bottom: 100px;
}

.header-nightsky .hero h1 {
    
    font-size:34vw;
    margin-left: none;
    margin-bottom: 1px;
}



.header-nightsky .hero p {
    color: white;
    font-size:5vw;
    text-align: center;
    margin: -1% 0 0 0;
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}



    
    .section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax {
  background-image: url("../Imagenes/about1.jpg"); 
}
   

    
   

     
  
.scroll-container {
  height: 80vh;
  min-height: 100px;
  padding: 0 2rem 14rem 2rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}


.scroll-container:nth-of-type(2) {
  background-color: black;
}


.scroll-container:nth-of-type(even) {
  flex-direction: row-reverse;
}

.scroll-element {
  width: 100%;
    padding: none;
    margin-top: -190px;
}

.scroll-element {
  min-height: 100px;
  height: 20%;
font-size: 8vw;
    
    text-align: center;
    padding: none;
    margin: none;
}

    
    
 .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
}
    
    
    
}















@media only screen and (max-width: 768px){
    


    
    
 
    
    
    .fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  height: 20%;
  list-style-type: none;
  text-align: center;
}
    
    
    
    
    
.header-nightsky {
    color: white;
    background: black;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 200px;
}
.header-nightsky .hero {
    text-align: center;
    margin-top: 1px;
    padding:30% 10% 1% 10%;
    text-align: left;
    margin-bottom: 100px;
}

.header-nightsky .hero h1 {
    font-size:12vw;
    margin-bottom: 1px;
}

.header-nightsky .hero h1 b{
    
    font-size:13vw;
    margin-bottom: 1px;
}





.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}



    
    .section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 70vh;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax {
  background-image: url("../Imagenes/contact2.jpg"); 
}
   


.argentina_address{
    font-size:1.3vw;
    float: left;
}
.malta_address{
    float: left;
    font-size:1.3vw;
}

.titleinfoo2{
    font-size:2vw;
    margin: 2% 0 0 14%;
}
.correo{
    font-size:3vw;
    clear: both;
    color: white;
}

.linkedinred{
    font-size:14px;
    margin: 7% 0 0 14%;
    
    }
    
    
    
    



.instagramred{
    font-size:14px;
    margin: 7% 0 0 4%;
}

.facebookred{
    font-size:14px;
    margin: 7% 0 0 4%;
}
.facebookred a{
    color: white;
}
.facebookred>a:hover{
    text-decoration: none;
    color: red;
}

.rules_law{
    margin: 1% auto;
}
.termsandprivacy{
    font-size: 10px;
    margin: 4% 0 0 14%;
}

    .copyright{
    margin: 4% 0 1% 10%;
    font-size:10px;
    clear: both;
    float: none;
    text-align: center;
}
    
.scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    margin: 20% 0 0 0;
}


.text {
    
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 2px white;
  color: transparent; 
    animation: animate_text 30s linear infinite;
    font-size:16vw;
}

.text a {
  text-decoration: none;
  color: transparent;     
}

.text a:hover {
  text-decoration: none;
  color: transparent;  
    -webkit-text-stroke: 3px red;
}

.text span {
    margin: 0 40px;
}

@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}

    
 



      .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
}
    
    
    


}



















@media only screen and (max-width: 480px){
    
 
    

.hamburger {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 2.5em;
  right: 3em;
  z-index: 10000;
  background: transparent;
  cursor: pointer;
}
.hamburger.is-active .hamburger--container .hamburger--bars {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before, .hamburger.is-active .hamburger--container .hamburger--bars:after {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before {
  left: 0.25em;
}
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  left: -0.25em;
}
.hamburger .hamburger--container {
  width: 100%;
  padding: 0.25em;
  position: relative;
}
.hamburger .hamburger--container .hamburger--bars {
  height: 2px;
  width: 3.5em;
  background: red;
  position: absolute;
  top: 0.9em;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before, .hamburger .hamburger--container .hamburger--bars:after {
  content: "";
  display: block;
  height: 2px;
  width: 3.5em;
  background: inherit;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before {
  top: -0.5em;
}
.hamburger .hamburger--container .hamburger--bars:after {
  top: 0.5em;
}

.logo {
  width: 20em;
  height: 20em;
  position: absolute;
  top: 1.5em;
  left: 3em;
  z-index: 10000;
}
.logo img {
  width: 100%;
  display: block;
  transition: 0.3s linear 0.3s;
}
.logo.is-active img {
  filter: hue-rotate(0deg);
}

.fsmenu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
}
.fsmenu .fsmenu--container {
  width: 0;
  height: 100vh;
  padding: 45% 7% 0 0;
  background: red;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  height: 15%;
  list-style-type: none;
  text-align: center;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  display: flex;
 justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a:hover {
  color: white;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
  line-height: 1;
  height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1002;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 1003;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text {
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate(-20%, -100%);
  opacity: 0;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text span {
  height: 1em;
  font-size: 8em;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  color: #DD0505;
  display: inline-block;
  margin-right: 1em;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover .fsmenu--scrolling-text {
  opacity: 1;
  -webkit-animation: animScrollingContactTextLeft 9s linear 0s infinite;
          animation: animScrollingContactTextLeft 9s linear 0s infinite;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img {
  width: 0px;
  height: 100vh;
  padding: 100em 3em 3em;
  position: absolute;
  top: 0;
  right: calc(100vw - 720px);
  z-index: 1001;
  font-size: 16px;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container img {
  width: 624px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.header-nightsky {
    color: white;
    background: black;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 150px;
}
.header-nightsky .hero {
    text-align: left;
    margin-top: none;
    padding: 58% 1px 10% 10%;
    margin-bottom: 100px;
}

.header-nightsky .hero h1 {
    width: 90%;
    font-size:14vw;
    margin-left: 1px;
    margin-bottom: 1px;
}
    
.header-nightsky .hero h1 b{
    font-size:15vw;
    margin-left: 1px;
    margin-bottom: 1px;
}





.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}



.section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 70vh;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-background h2{
    font-size:10vw;
}
.parallax {
  background-image: url("../Imagenes/contact2.jpg"); 
}



    


.scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    margin: 20% 0 0 0;
}


.text {
    
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 1px white;
  color: transparent; 
    animation: animate_text 30s linear infinite;
    font-size:16vw;
}

.text a {
  text-decoration: none;
  color: transparent;     
}

.text a:hover {
  text-decoration: none;
  color: transparent;  
    -webkit-text-stroke: 3px red;
}

.text span {
    margin: 0 40px;
}


    
    

    
  .footer{
    background: black;
    max-width: 100%;
    height: auto;
    padding: 3% 0;
}
.titulocontacto{
    width: 100%;
    text-align: center;
    font-size:12vw;
    margin-left: none;
    margin-top: 10%;
    margin-bottom: 10%;
    border: none;
    clear: both;
}
.info1 {
    border-right: none;
    width: 100%;
    background: transparent;
    padding-bottom: 14%;
    padding-top: 9%;
    clear: both;
}
.info1 img{
    margin: 12% 0 0 14%;
    display: block;
    width: 100%;
}
.argentina_address{
    font-size:4vw;
    padding: 10% 0 0 14%;
    float: left;
}
.malta_address{
    float: left;
    font-size:4vw;
    padding: 10% 0 0 17%;
}
.info2 {
    width: 100%;
    background: transparent;
    color: white;
    border-top: 0.5px solid white;
    padding-bottom: 5%;
    padding-top: 2%;
    clear: both;
}

.titleinfoo2{
    font-size:4.5vw;
    margin: 20% 0 0 14%;
}
.correo{
    font-size:5.1vw;
    padding: 10% 0 0 14%;
    clear: both;
    color: white;
}

.linkedinred{
    font-size:15px;
    margin: 10% 0 0 14%;
    color: white;
}
.instagramred{
    font-size:15px;
    margin: 10% 0 0 4%;
}

.facebookred{
    font-size:15px;
    margin: 10% 0 0 4%;
}
.facebookred a{
    color: white;
}
.facebookred>a:hover{
    text-decoration: none;
    color: red;
}

.rules_law{
    margin: 1% auto;
}
.termsandprivacy{
    font-size: 10px;
    margin: 5% 0 0 4%;
}

.copyright{
    margin: 18% 0 1% 17%;
    font-size:10px;
    clear: both;
    float: none;
    text-align: center;
}
.textofinal {
    color: white;
    width: 100%;
    text-align: center;
    background: red;
  
    font-size:17vw;
    margin-left: none;
    margin-bottom: 1px;
    border: none;
    clear: both;
}

  .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
}


    
}






@media only screen and (max-width: 400px){



.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1002;
}
    
.header-nightsky .hero {
    text-align: left;
    margin-top: none;
    padding: 58% 1px 1% 10%;
    margin-bottom: 100px;
}

.header-nightsky .hero h1 {
    width: 90%;
    font-size:14vw;
    margin-left: 1px;
    margin-bottom: 1px;
}
    
.header-nightsky .hero h1 b{
    font-size:15vw;
    margin-left: 1px;
    margin-bottom: 1px;
}    
    
    
    
    
  .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
}


    
    
}