 header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
  }
  
  @media (pointer: coarse) and (hover: none) {
    header {
      background: url('../img/fondo_slider.jpg') black no-repeat center center scroll;
    }
    header video {
      display: none;
    }
  }

      .titulos {
            font-family: 'Oswald', sans-serif;
            font-size: 70px;
        }

        .titulos-2 {
            font-family: 'Oswald', sans-serif;
            font-size: 50px;
            color: #9d9d9c;
        }

        .subtitulos {
            font-family: 'Quicksand', sans-serif;
            font-size: 22px;
        }

        .subtitulos-2 {
            font-family: 'Quicksand', sans-serif;
            font-size: 18px;
        }

        .textos-tarjetas {
          font-family: 'Quicksand', sans-serif;
          font-size: 16px;
      }


        .tituloslider {
            font-family: 'Oswald', sans-serif;
            font-size: 40px;
            text-shadow: 4px 4px 10px rgba(89, 89, 89, 1);
        }

        .textos {
            font-family: 'EB Garamond', serif;
            font-size: 25px;
        }

        hr {
            background-color: #fff;
            height: 1px;
            border: 0;
        }

        .separador {
          background-color: #000;
          height: 1px;
          border: 0;
        }

        footer {
            color: #373737;
        }

        .textos-footer {
            font-family: 'Quicksand', sans-serif;
            font-size: 15px;
        }

        .nounderline {
            text-decoration: none !important
        }

        .alianzas {
            font-family: 'Quicksand', sans-serif;
            font-size: 30px;
        }

        .logos {
            font-size:30px;
            color:#ffb90b;
        }

        .subtitulos_productos {
          font-family: 'Oswald', sans-serif;
          font-size: 50px;
      }

      .titulosmod {
        font-family: 'Oswald', sans-serif;
        font-size: 50px;
    }

    .titulosmod2 {
        font-family: 'Oswald', sans-serif;
        font-size: 40px;
    }

    
      .tituloscard{
        font-family: 'Fjalla One', sans-serif;
        font-size:25px;
    }

    li a:hover {
            color: #ffb90b !important;
            cursor: pointer;
        }