* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  background-attachment: fixed;
  background-color: #faf7f0;
  background-image: url("../assets/images/bg_576.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 90%;
  color: #010101;
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.emojis {
  font-size: 2rem;
  text-align: center;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding-bottom: 1rem;
}

.text-content {
  width: 80vw;
  max-width: 800px;
}

.title-content {
  margin: 1.5rem auto;
  background-color: #010101;
  padding: .5rem 1.5rem;
}

a,
.btn {
  background-color: #010101;
  color: #faf7f0;
  font-family: "Julius Sans One", sans-serif;
  padding: .4rem 1.5rem;
  text-decoration: none;
  transition: .5s ease-out;
  cursor: pointer;
}

.secondary-btn {
  background-color: #010101;
}

a:hover,
.btn:hover {
  background-color: #353535;
  transition: .5s ease-in;
}

.upper-text {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.italic-text {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.shadow {
  text-shadow: #cfcfcf 1px 0 10px;
}

.text-small {
  font-size: .95rem;
}

.block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem .8rem;
}

/* ------------- */
/*     HEADER    */
/* ------------- */

#header {
  color: white;
  position: relative;
  text-align: center;
}

#header h1 {
  font-size: 1.3rem;
  margin-top: 1rem;
}

#header h3 {
  font-size: 0.8rem;
  margin: .3rem 0;
}

.header-info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*background-color: rgba(85, 124, 112, 0.4);*/
  padding: 2.5rem 1rem;
  margin: 5rem auto;
  /*border: 1px solid rgba(207, 207, 207, 0.9);
  box-shadow: rgba(207, 207, 207, 0.8) 1px 0 10px;*/
}

/* ------------- */
/*      MAIN     */
/* ------------- */

main.block-content {
  background-color: #ae191a;
  /*box-shadow: 0px -15px 15px -5px rgba(40, 40, 40, 0.8);*/
  color: #faf7f0;
  height: auto;
  position: relative;
  border-bottom: 6px solid #010101;
}

.title-content {
  font-size: 1rem;
  margin-top: 0;
}

#svg-limon-granada {
  width: 30%;
  max-width: 200px;
}

/* ------------- */
/*     FOOTER    */
/* ------------- */

footer {
  background-color: #faf7f0;
  position: relative;
}

.footer-bg {
  display: flex;
  justify-content: space-between;
  opacity: 0.07;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

.svg-bg {
  position: relative;
}

.footer-end {
  background-color: #010101;
  color: #faf7f0;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.separator {
  border-bottom: 1px solid #010101;
  width: 66%;
  margin: 1em auto 1.5em auto;
}

.footer-end p {
  font-size: .8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: auto;
}

.footer-end a {
  padding: 0;
  background-color: transparent;
}

.custom-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#footer-main-content {
  z-index: 100;
}

/* MEDIA QUERIES */

@media screen and (min-width: 370px) {
  body {
    background-size: 112%;
    background-position-y: 8%;
  }

  .header-info-wrapper {
    padding: 2.4rem;
    margin: 9rem auto;
  }

  .footer-bg {
    justify-content: end;
    align-items: end;
  }

  .svg-bg {
    width: 80%;
    left: 25%;
  }

  #luna {
    display: none;
  }
}

/* SM - Small Devices */
@media screen and (min-width: 576px) {
  body {
    background-image: url("../assets/images/bg_768.png");
    background-position-y: 5%;
    background-size: 85%;
  }

  #header h1 {
    font-size: 1.5rem;
  }
  
  .header-info-wrapper {
    padding: 2rem;
    margin: 10rem auto;
  }

  .title-content {
    font-size: 1.3rem;
  }

  .svg-bg {
    width: 60%;
    left: 20%;
    top: 10%;
  }
}

/* MD - Medium Devices */
@media screen and (min-width: 768px) {
  body {
    background-image: url("../assets/images/bg_992.png");
    background-position-y: 5%;
    background-size: 80%;
  }
  
  #header h1 {
    font-size: 1.9rem;
  }

  #header h3 {
    font-size: 1rem;
  }
  
  .header-info-wrapper {
    margin: 13rem auto;
    padding: 2rem 4rem;
  }

  .footer-end {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 4rem;
  }

  .footer-end p {
    font-size: 1rem;
  }

  .svg-bg {
    width: 45%;
    left: 10%;
    top: 5%;
  }
}

/* LG - Large Devices */
@media screen and (min-width: 992px) {
  body {
    background-image: url("../assets/images/bg.png");
    background-position-y: 15%;
    background-size: 70%;
  }

  #header h1 {
    font-size: 2.3rem;
  }

  #header h3 {
    font-size: 1.3rem;
  }

  #header p {
    font-size: 1.2rem;
  }
  
  .header-info-wrapper {
    margin: 14rem auto;
    padding: 3rem 6rem;
  }

  .svg-bg {
    width: 35%;
    left: 10%;
    top: 5%;
  }

  .emojis {
    font-size: 3rem;
  }
}

/* XL - Extra Large Devices */
@media screen and (min-width: 1200px) {
  body {
    background-position: center;
    background-size: 70%;
  }
  
  #header {
    height: 100vh;
  }

  #header h1 {
    font-size: 2.6rem;
  }

  #header h3 {
    font-size: 1.6rem;
  }

  #header p {
    font-size: 1.4rem;
  }
  
  .header-info-wrapper {
    margin: 12rem auto;
    padding: 2.6rem 6rem;
  }

  .block-content {
    text-align: center;
  }

  #luna {
    display: block;
  }

  .footer-bg {
    justify-content: space-between;
    align-items: center;
  }

  .svg-bg {
    left: 0;
    top: 0;
    width: 30%;
  }
}

/* XXL - Double Extra Large Devices */
@media screen and (min-width: 1400px) {
  body {
    background-position: center top;
    background-size: 65%;
  }

  .header-info-wrapper {
    margin: 12rem auto;
    padding: 2.6rem 10rem;
  }

  .block-content {
    min-height: 500px;
  }

  p {
    font-size: 1.3rem;
  }
}
