
.fixed-navegacion {
    position: fixed;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background-color: #212121;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    
}
.portada {
    height: 95vh;
    width: 100%;
    background-image: url('../img/portadaassets2.jpeg');
    background-size: 150%;    
    animation: movimiento-portada 10s infinite linear alternate;
}
@keyframes movimiento-portada {
    from {
        background-position: bottom left;
    } to {
        background-position: top right;
    }
}
.diferencia {
    display: fixed;
    height: 20vh;
}
@media only screen and (max-width: 600px) {
    .diferencia {
        height: 30vh;
    }
}

.titulo-footer {
    font-weight: bolder;
    text-decoration-style: none;
}
.listar-item {
    text-decoration-style: none;
    list-style: none;
}
.img-navbar {
    width: 80px;
    margin-left: 12px;
}
.navbar {
    width: 100%;
    font-size: 1em;
    line-height: 200%;
    margin-top: 0em;
}
@-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-260px * 23));
              transform: translateX(calc(-260px * 23));
    }
  }
  
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-260px * 23));
              transform: translateX(calc(-260px * 23));
    }
  }
  .slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider::before, .slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .slider::before {
    left: 0;
    top: 0;
  }
  .slider .slide-track {
    -webkit-animation: scroll 30s linear infinite alternate;
            animation: scroll 30s linear infinite alternate;
    display: flex;
    width: calc(260 * 22);
  }
  .slider .slide {
    height: 110px;
    width: 100%;
  }
  .slide {
      margin-top: 10px;
      margin-bottom: 10px;
      padding-left: 3em;
      padding-right: 3em;
  }
.verificados {
  margin:0 auto; 
  text-align:center;
  vertical-align: center;
  display:table;
  margin-top: 30px;
  padding-bottom: 15px;


}
.verificados img {
  height: 5vh;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  background-color: grey;

}

body {
  background-image: url('');
}

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

  .portada {
    background-size: 300%;
    background-repeat: no-repeat;
  }
}
