@media (prefers-color-scheme: dark) {

  body {
      background-color: #353535;
      color: #505050;
  }

  h1, h2, h3, h4, h5 {
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
  }

  a {
    color: #fff !important;
  }

  a:hover {
    color: #E44C65 !important;
  }

  p {
    font-family: 'Montserrat', sans-serif;
    color: #808080;
  }

  #home {
    background-color: #202020;
  }

  .header {
    background: #202020;
  }

  .titulo_chico {
    color: #E44C65;
  }

  .nav_menu::before {
    content: "MENU";
    position: absolute;
    right: 40px;
    top: 14px;
    color: #fff;
  }

  .nav_menu i {
    font-size: 30px;
    color: #fff;
  }

  .hero {
    height: 100vh;
    display: flex;
    align-items: center;
    background: #202020;
  }
  
  .texto {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    line-height: 0.9;
    color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 200px;
    font-weight: bold;
    background-image: url('../img/bg-texto.jpeg');
    background-size: cover;
    background-position-y: bottom;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
  }

  .div_secundario {
    padding: 50px 0;
    background: #202020;
  }

  .div_secundario h1 {
    margin-bottom: 40px;
  }

  @media screen and (max-width: 1200px) {
    .texto {
      font-size: 150px;
    }
  }

  @media screen and (max-width: 991px) {
    .texto {
      font-size: 100px;
      line-height: 1;
    }
  }

  @media screen and (max-width: 767px) {
    .texto {
      font-size: 60px;
    }
  }

  .footer {
    background: #202020;
  }

  .footer_cont {
    background: #101010; 
    border-radius: 20px; 
    padding: 50px;
  }

  @media screen and (max-width: 656px) {
    .footer_cont {
      border-radius: 20px; 
      padding: 20px;
    }

    .footer_cont h2 {
      font-size: 18px;
    }

    .footer_cont p {
      font-size: 12px !important;
    }
  }

  .parentesis {
    /* border-bottom: 2px solid #404040; */
  }

  .flecha_abajo {
    color: #404040;
  }

  .parentesis_int {
    color: #404040;
  }

}
