header{
    height: 60px;
    width: 100%;
    background-color: black;
    color: white;
    text-decoration: none;
    display:flex;
    align-items: center;
    position: fixed;
    top: 0;   
    z-index: 100;
  }
  
  header a{
    margin: 20px;
  }
  body,html{
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #6a0202, #000000);
    overflow-x: hidden;
    width: 100%;
    min-height: calc(100vh - 60px);
  }
  .containerlogo{
    width: 180px;
    max-width: 800px;
    margin-right: auto;
  }
  .containermenu{
    display: flex;
    font-family: "FF Mark W05",Arial,sans-serif;
    font-size: 14px;
  }
  .logo1{
    width: 126px;
    height: 43px;
    margin-right: 100%;
  }
  .itemmenu{
    text-decoration: none;
    color: white;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
  }
  .itemmenu a{
    text-decoration: none;
    color: white;
  }
  
  .linea{
    background: #900;
    height: 3px;
    transform: translateY(-15px);
    width: 0;
    transition: 0.3s;
  }
  
  .itemmenu:hover .linea{
    width: 100%;
  }
  .menu_responsive{
    background-color: rgba(0, 0, 0, 0.836);
    color: black;
    flex-direction: column;
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    transition: all 0.5s;
    backdrop-filter: blur(5px);
  }
  .itemmenu_re{
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin-left: 25px;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 30px;
  }
  .contenedor_responsive{
    display: flex;
    flex-direction: column;
    position: absolute;
    transform: translateY(25%);
  }
  
  .containermenu ul{
    padding: 0;
    display: flex;
  }
  .botonresponsive{
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0;
    margin: 20px;
  }
  
  .logomenu{
    height: 35px;
  }
  
  #botonmenu{
    display: none;
  }
  
  @media (max-width: 1090px){
    #botonmenu{
        display: flex;
    }
    .containermenu ul{
        display: none;
    }
  }
  .vehcontainer1{
    height: 30px;
    margin-top: 100px;
  }
  
  select {
    width: 220px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    appearance: none;
    background-color: #000;
    color: white;
    cursor: pointer;
    outline: none;
  }
  
  option {
    background-color: #000;
    color: white;
  }
  
  option:hover {
    background-color: #007BFF;
  }
  
  .dropdown-container {
    position: relative;
    margin-left: 58px;  
    z-index: +1;
  }
  
  .dropdown-container::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    left: 179px;
    transform: translateY(-50%);
    color: white;
    pointer-events: none;
  }
  .vehcontainer2{
    height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 50px;
    overflow: visible;
    margin-top: -20px;
  }
  video {
    position: absolute;
    bottom: -170px;
    left: -200px;
    width: 140%;
    height: 173%;
    object-fit: cover;
    pointer-events: none;
    mix-blend-mode: screen;
    animation: animate 12s linear normal;
    opacity: 0.8;
  }
  .animaciontituloveh {
    -webkit-animation: focus-in-expand 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: focus-in-expand 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    @-webkit-keyframes focus-in-expand {
      0% {
        letter-spacing: -0.5em;
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
      }
      100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
      }
    }
    @keyframes focus-in-expand {
      0% {
        letter-spacing: -0.5em;
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
      }
      100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
      }
    }
  .tituloveh{
  text-wrap: balance;
  word-break: break-word;
  font-family: "Beaufort for LOL", sans-serif;
  font-style: italic;
  font-size: 88px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  }
  .titulovehfront{
    text-wrap: balance;
    word-break: break-word;
    font-family: "Beaufort for LOL", sans-serif;
    font-style: italic;
    font-size: 88px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: absolute;
    transform: translate(0px,58px);
    }
  .subtituloveh1{
  font-family: Spiegel, sans-serif;
  font-weight: 400;
  word-break: break-word;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  transform: translate(7px,53px);
  }
  .subtituloveh2{
  font-family: Spiegel, sans-serif;
  font-weight: 400;
  word-break: break-word;
  font-size: 19px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  transform: translate(0,-49px);
  text-transform: uppercase;
  }
  .vehcontainer3{
    display: flex;
    flex-direction: column;
    align-items: center; 
    height: auto; 
    justify-content: center; 
  }
  .fila{
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
    height: 325px;
    overflow: hidden;
  
  }
  
  .vehinfo{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(26, 24, 24, 0.55);
    backdrop-filter: blur(1px);
    color: rgba(255, 255, 255, 0.914);
    text-align: left;
    padding: 19px;
    box-sizing: border-box;
    height: 64px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    line-height: 23px;
    font-size: 20px;
    text-transform: uppercase;
  }
  .ej1{
  border-radius: 5px;
  padding: 15px;
  width: 409px;
  height: 242px;
  margin: 20px;
  position: relative;
  overflow: hidden;
  opacity: 0
  }
  .ej1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/Imagenes/vehpl1.webp') no-repeat center center/cover;
  transition: transform 0.5s ease;
  }
  
  .ej1:hover::before {
  transform: scale(1.1);
  }
  .ej2{
  border-radius: 5px;
  padding: 15px;
  width: 409px;
  height: 242px;
  margin: 20px;
  position: relative;
  overflow: hidden;
  }
  .ej2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/Imagenes/vehpl2.webp') no-repeat center center/cover;
  transition: transform 0.5s ease;
  }
  
  .ej2:hover::before {
  transform: scale(1.1);
  }
  .ej3{
  border-radius: 5px;
  padding: 15px;
  width: 409px;
  height: 242px;
  margin: 20px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  }
  .ej3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/Imagenes/vehpl3.webp') no-repeat center center/cover;
  transition: transform 0.5s ease;
  }
  
  .ej3:hover::before {
  transform: scale(1.1);
  }
  .slidederechacss {
  -webkit-animation: slide-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  @-webkit-keyframes slide-right {
    0% {
      -webkit-transform: translateX(-200px);
              transform: translateX(-200px);
        opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
        opacity: 1;
    }
  }
  @keyframes slide-right {
    0% {
        -webkit-transform: translateX(-200px);
                transform: translateX(-200px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
      }
    }
    .slideizquierdacss {
      -webkit-animation: slide-left 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
              animation: slide-left 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
      }
      @-webkit-keyframes slide-left {
        0% {
          -webkit-transform: translateX(+200px);
                  transform: translateX(+200px);
            opacity: 0;
        }
        100% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
            opacity: 1;
        }
      }
      @keyframes slide-left {
        0% {
            -webkit-transform: translateX(+200px);
                    transform: translateX(+200px);
            opacity: 0;
          }
          100% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
            opacity: 1;
          }
        }

.paginacion{
display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: white;
  font-size:18px;
}
.paginacion a {
margin:6px;
color:white;
}
.pagina-actual{
margin:6px;
color:red;
}

.btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #353535;
  --color-outline: #ffffff;
  --color-shadow: #00000080;
}

.btn-content {
  display: flex;
  align-items: center;
  padding: 0px 3px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  border-radius: 100px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
}

.btn-content:hover,
.btn-content:focus {
  transition: 0.5s;
  -webkit-animation: btn-content 1s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}

.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}

/* SVG */
#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: #eb3838;
  }
}

/* Button animations */
@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

        footer{
          background-color: rgb(0, 0, 0);
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
        }
        .containerlogos a{
          text-decoration: none;
        }
        .containerlogos{
          position: absolute;
        }
        .logosrs{
          width: 26px;
          height: 30px;
        padding: 4px;
        text-decoration: none;
        }
        .lastcontainer{
          display: flex;
          width: 100%;
          justify-content: space-between;
          align-items: center;
          position: relative;
        }
        .contacto{
          color: rgb(213, 213, 213);
          margin-right: 15px;
        }
        .copyright{
          color: rgb(213, 213, 213);
          margin-left: 15px;
        }
        
  
        @media (max-width: 1000px) {


          .vehcontainer1, .vehcontainer2, .vehcontainer3 {
              margin-left: 20px; /* Reduce el margen izquierdo */
              margin-right: 20px; /* Reduce el margen derecho */
          }
          .vehcontainer2{
            height: 250px;
            margin-top: -10px;
          }
          .fila {
              flex-direction: column; /* Cambia la dirección de la fila a columna */
              height: auto; /* Ajusta la altura */
          }
        
          .ej1, .ej2, .ej3 {
              width: 87%; /* Hace que los elementos ocupen el 100% del ancho */
              margin-bottom: 20px; /* Ajusta el margen vertical */
          }
        
          .tituloveh {
            font-size: 5rem;
          }
          .titulovehfront{
            display: none;
          }
          .subtituloveh1, .subtituloveh2 {
              font-size: 14px; /* Ajusta el tamaño de los subtítulos */
              text-align: center;
          }
        
          .botonresponsive {
              margin: 10px; /* Ajusta el margen del botón */
          }
        
          .containerlogos {
              flex-direction: column; /* Cambia la dirección de los logos a columna */
              align-items: center; /* Centra los logos */
          }
        
          .logosrs {
              width: 24px; /* Reduce el tamaño de los logos */
              height: 24px; /* Reduce el tamaño de los logos */
          }
          video{
            position: absolute;
            bottom: -235px;
            left: -200px;
            width: 140%;
            height: 224%;
          }
        }
        
        @media(max-width: 630px){
          
        
          footer {
          background-color: rgb(0, 0, 0);
          display: flex;
          justify-content: normal;
          align-items: normal;
          flex-direction: column;
          height: auto;
          }
            .lastcontainer {
              display: flex;
              width: 100%;
              justify-content: space-between;
              position: relative;
              flex-direction: column;
              align-items: start;
            }
            .containerlogos{
              position: absolute;
              right: 37px;
              margin-top: 48px;
            }
            .copyright {
              color: rgb(213, 213, 213);
              margin-left: 35px;
            }
            .contacto {
              color: rgb(213, 213, 213);
              margin-right: 0;
              transform: translateY(-10%);
              margin-left: 38px;
            }
            .tituloveh {
              font-size: 54px
          }
          .vehcontainer2{
            height: 218px;
          }
          .subtituloveh2{
            transform: translate(0,-50px);
          }
          .subtituloveh1{
            transform: translate(0,50px);
          }
          video{
            position: absolute;
            bottom: -203px;
            left: -200px;
            width: 156%;
            height: 223%;
          }
          }