* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
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;
  }
  sidebar
  .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;
    position: relative;
  }
  .tmenu{
    text-decoration: none;
    color: white;
  }
  .tmenuretro{
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
  .lovemenu{
    position: absolute;
    height: 24.6px;
    width: 65.4px;
    transform: translate(65px,-2px);
    z-index: -1;
  }
  .linearetro{
    background: rgb(255, 0, 183);
    height: 3px;
    transform: translateY(-15px);
    width: 0;
    transition: 0.3s; 
  }
  .itemmenu:hover .linearetro{
    width: 100%;
  }
  .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;
  }
  
  .botonresponsive{
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0;
    margin: 20px;
  }


  body {
    background: #000;
    color: #fff;
    overflow: hidden;
  }

  .main-content {
    scroll-snap-type: y mandatory;
    position: relative;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

  .concept {
    scroll-snap-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.concepto {
  scroll-snap-align: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.concepto:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0), transparent);
  z-index: 0;
}

  .concept h1 {
    z-index: 1;
  }

  .concept:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(0, 0, 0, 0.5), transparent);
    z-index: 0;
	display: none;
  }

  .concept.one {
    background: url('https://source.unsplash.com/1920x1080/?city') no-repeat center center / cover;
  }
  .videoindex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta el video para cubrir todo el contenedor */
    z-index: 0; /* Envía el video al fondo */
    filter: brightness(97%);
}

/* Contenedor para los textos */
.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centra el contenido */
    text-align: center;
    z-index: 1; /* Asegura que esté sobre el video */
    color: white;
}

.tituloindex {
    font-size: 125px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: red;
}

/* Estilo para el subtítulo */
.subtitulo {
    font-size: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
  .concept.two {
    background: linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.4)),url('../Imagenes/indexi/barcoSINCOPY.webp') no-repeat center center / cover;
  }
  .titulo-concept2 {
    position: absolute;
    top: 125px;
    left: 75px;
    font-size: 100px;
    font-weight: bold;
    color: white;
    margin: 0;
}

/* Estilo para el texto del Concept 2 */
.texto-concept2 {
    position: absolute;
    top: 275px; /* Debajo del título */
    left: 83px;
    font-size: 33px;
    text-align: left;
    color: white;
    max-width: 70%; /* Opcional: Controla el ancho del texto */
    line-height: 1.5;
}

.buttonemb {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #000;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 1.5rem 2.5rem;
  font-size: 2.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  z-index: +1;
  position: absolute;
  left: 73px;
}
.buttonemb svg{
  width: 15px;
  color: black;
}
.buttonemb__icon-wrapper {
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-right: 11px;
}

.buttonemb:hover {
  background-color: rgb(4, 110, 176);
}

.buttonemb:hover svg {
  color: rgb(4, 110, 176);
}

.buttonemb__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.buttonemb:hover .buttonemb__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.buttonemb:hover .buttonemb__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
.buttonveh {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #000;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 1.5rem 2.5rem;
  font-size: 2.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  z-index: +1;
  position: absolute;
  left: 73px;
}

.buttonveh svg{
  width: 15px;
  color: black;
}

.buttonveh__icon-wrapper {
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-right: 11px;
}

.buttonveh:hover {
  background-color: rgb(176, 4, 4);
}

.buttonveh:hover .svg {
  color: rgb(255, 8, 0);
}

.buttonveh__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.buttonveh:hover .buttonveh__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.buttonveh:hover .buttonveh__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
  .concept.three {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),url('../Imagenes/indexi/bmwe30blanco.webp') ;
    background-size: cover; 
    background-position: center, 0px -580px; 
    background-repeat: no-repeat;
  }

  .concept.four {
    background-color: #000;
    justify-content: right;
    display: flex;
    flex-direction: column;
    
  }
  .dt41{
    width: 414px;
    height: 100px;
    display: flex;
    justify-content: start;
    margin-right: 50px;
    margin-left: 50px;  
  }
  .dt42{
    width: 414px;
    height: 100px;
    display: flex;
    justify-content: start;
    margin-right: 50px;
    margin-left: 50px;
  }
  .titulo-servicios1  
  {
    font-weight: bold;
    color: white;
    font-size: 38px;
    z-index: +1;
    justify-content: center;
    display: flex;
    align-items: center;
	-webkit-text-stroke: 1px #00000080;
  }

  .titulo-servicios2
  {
    font-weight: bold;
    color: white;
    font-size: 38px;
    z-index: +1;
    justify-content: center;
    display: flex;
    align-items: center;
	-webkit-text-stroke: 1px #00000080;
  }
  .semb{
    position: relative;
    width: 100%;
    height: 50%;
    top: 0;
    background-image: url(../Imagenes/indexi/semb1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .sveh{
    position: relative;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: url(../Imagenes/indexi/servicioscoche2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .card {
    overflow: visible;
    width: 25%;
    height: 60%;
    padding-left: 0px;
    padding-right: 20px;
  }
    
    .content {
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
      transition: transform 300ms;
      box-shadow: 0px 0px 10px 1px #000000ee;
      border-radius: 5px;
    }
    
    .front, .back, .backblue {
      background-color: #151515;
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      border-radius: 5px;
      overflow: hidden;
    }
    .back, .backblue {
      width: 100%;
      height: 100%;
      justify-content: center;
      display: flex;
      align-items: center;
      overflow: hidden;
    }
    
    .back::before {
      position: absolute;
      content: ' ';
      display: block;
      width: 160px;
      height: 160%;
      background: linear-gradient(90deg, transparent, #ff0000, #ff0000, #ff0000, #ff0000, transparent);
      animation: rotation_481 5000ms infinite linear;
    }
    .backblue::before {
      position: absolute;
      content: ' ';
      display: block;
      width: 160px;
      height: 160%;
      background: linear-gradient(90deg, transparent, #6ba4fd, #6ba4fd, #6ba4fd, #6ba4fd, transparent);
      animation: rotation_481 5000ms infinite linear;
    }
    
    .back-content {
      position: absolute;
      width: 99%;
      height: 99%;
      border-radius: 5px;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 30px;
    }
    .bscontainer{
      background-color: #00000085;
      position: absolute;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 20%;
      padding: 0px 10px 0px 10px;
      display: flex;
      color: #ececec;
      font-size: 20px;
    }
    .card:hover .content {
      transform: rotateY(180deg);
    }
    
    @keyframes rotation_481 {
      0% {
        transform: rotateZ(0deg);
      }
    
      0% {
        transform: rotateZ(360deg);
      }
    }
    
    .front {
      transform: rotateY(180deg);
      color: white;
    }
    
    .front .front-content {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    
    .front-content .badge {
      background-color: #00000055;
      padding: 2px 10px;
      border-radius: 10px;
      backdrop-filter: blur(2px);
      width: fit-content;
    }
    
    .description {
      box-shadow: 0px 0px 10px 5px #00000088;
      width: 100%;
      padding: 33px;
      background-color: #00000099;
      backdrop-filter: blur(5px);
      border-radius: 5px;
    }
    .logocard{
      width: 92.2%;
      height: 87%;
      transform: translate(-6px,-10px);
    }
    .textocard{
      margin-top: 14px;
      margin-left: -2px;
      width: 133.8%;
      line-height: 1.5;
    }
    .title {
      font-size: 12.4px;
      max-width: 100.4%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    
    .title p {
      width: 88%;
    }
    
    .card-footer {
      color: #ffffff88;
      margin-top: 5px;
      font-size: 8px;
    }
    
    .front .img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
    
    .circle {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background-color: #fbfbfb;
      position: relative;
      filter: blur(15px);
      animation: floating 2600ms infinite linear;
    }
    
    #bottom {
      background-color: #eb0808;
      left: 50px;
      top: 0px;
      width: 150px;
      height: 150px;
      animation-delay: -800ms;
    }
    
    #right {
      background-color: #ff2233;
      left: 160px;
      top: -80px;
      width: 30px;
      height: 30px;
      animation-delay: -1800ms;
    }
    
    @keyframes floating {
      0% {
        transform: translateY(0px);
      }
    
      50% {
        transform: translateY(10px);
      }
    
      100% {
        transform: translateY(0px);
      }
    }
    .containerservicios{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      transform: translate(5px,12px);
      z-index: +1;
      }
      .filaservicios{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70vw;
        height: 50vh;
        overflow-y: hidden;
        margin-right: 25px;
      }
      .servicio{
        background-color: rgba(231, 229, 229, 0.534);
        border-radius: 8px;
        padding: 15px;
        width: 360px;
      height: 242px;
      margin: 20px;
      }

      .servicioalquiler{
        background-image: url(../Imagenes/indexi/carcare.webp);
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat;
      }
      .serviciotransporte{
        background-image: url(../Imagenes/indexi/fototransporte.webp);
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat;
        
      }
      .serviciomecanico{
        background-image: url(../Imagenes/indexi/MECANICO.webp);
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat;
      }
      .serviciocontroller{
        background-image: url(../Imagenes/indexi/controller.webp);
        background-size: cover; 
        background-position: -20px; 
        background-repeat: no-repeat;
      }
      .serviciomarine{
        background-image: url(../Imagenes/indexi/marinecoordinatos.webp);
        background-size: cover; 
        background-repeat: no-repeat;
      }
      .serviciocameraboat{
        background-image: url(../Imagenes/indexi/cameraboat.webp);
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat;
      }
      .serviciobuzos{
        background-image: url(../Imagenes/indexi/botobuzos.webp);
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat;
      }
      .serviciogestion{
        background-image: url(../Imagenes/indexi/gestionpermisoscap.webp);
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat;
      }
  .concept.five {
    background-image: url(../Imagenes/indexi/registraindex.webp);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }
  .tituloregistraindex{
    text-align: center;
    margin: 50px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 62px;
    font-weight: 400;
    letter-spacing: 2px;
    display: inline-block;
    line-height: 2;
    margin-bottom: 170px;
    font-family: MyriadPro,sans-serif;
  }
  .registrabotoncont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }
  .cta {
    display: flex;
    padding: 11px 33px;
    text-decoration: none;
    font-size: 38px;
    color: #070707;
    background: #fff;
    transition: 1s;
    box-shadow: 6px 6px 0 #000;
    transform: skewX(-15deg);
    border: none;
    cursor: pointer;
    }
    
    .cta:focus {
    outline: none;
    }
    
    .cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #000;
    }
    
    .cta .second {
    transition: 0.5s;
    margin-right: 0px;
    }
    
    .cta:hover .second {
    transition: 0.5s;
    margin-right: 45px;
    }
    
    .span {
    transform: skewX(15deg);
    }
    
    .second {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
    }
    
    .buttonone {
    transition: 0.4s;
    transform: translateX(-60%);
    }
    
    .buttontwo {
    transition: 0.5s;
    transform: translateX(-30%);
    }
    
    .cta:hover .buttonthree {
    animation: color_anim 1s infinite 0.2s;
    }
    
    .cta:hover .buttonone {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
    }
    
    .cta:hover .buttontwo {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
    }
    
    @keyframes color_anim {
    0% {
      fill: black;
    }
    
    50% {
      fill: #e80303;
    }
    
    100% {
      fill: black;
    }
    }
  .concepto.six{
    background-color: #6d0808;
    align-items: end;
  }
  .tituloproductoras{
    position: absolute;
    top: 174.2px;
    z-index: +1;
    color: black;
    width: 51.4%;
    font-size: 20.8px;
  }
  .tele{
    position: absolute;
    width: 63.2%;
    height: 78.2%;
    top: 100.6px;
  }
  .videoproductoras {
    position: absolute;
    top: 255.4px;
    width: 51.6%;
    height: 40.6%;
    object-fit: cover;
    z-index: 1;
}
.whitediv{
  position: absolute;
  top: 120px;
  width: 61.6%;
  height: 62.6%;
  background-color: white;
  z-index: 0;
}
footer{
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 20;
  position: relative;
  height: 66.4px;
  width: 100vw;
}
.containerlogos a{
  text-decoration: none;
}
.containerlogos{
  position: absolute;
  transform: translateX(1vw);
}
.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;
  transform: translateY(-10%);
}
.copyright{
  color: rgb(213, 213, 213);
  margin-left: 15px;
}


@media (max-width: 1536px){
  .tituloindex {
    font-size: clamp(45px, 9vw, 100px);
    font-weight: bold;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: red;
}

/* Estilo para el subtítulo */
.subtitulo {
    font-size: clamp(24px, 4vw, 18px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
  
  .titulo-concept2 {
    position: absolute;
    top: 125px;
    left: 75px;
    font-size: clamp(37px, 8vw, 90px);
    font-weight: bold;
    color: white;
    margin: 0;
}

/* Estilo para el texto del Concept 2 */
.texto-concept2 {
    position: absolute;
    top: 275px; /* Debajo del título */
    left: 83px;
    font-size: clamp(24px, 4vw, 18px);
    text-align: left;
    color: white;
    max-width: 70%; /* Opcional: Controla el ancho del texto */
    line-height: 1.5;
}

.buttonemb {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #000;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 1.5rem 2.5rem; /* Aumentar el padding para hacer el botón más grande */
  font-size: 1.5rem; /* Aumentar el tamaño de la fuente */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  z-index: +1;
transform: translate(0);
    position: unset;
    margin-left: 75px;
    margin-top: 100px;
}
.buttonemb svg{
  width: 10px;
}
.buttonemb__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-right: 0px;
}

.buttonemb:hover {
  background-color: rgb(4, 110, 176);
}

.buttonemb:hover svg {
  color: rgb(4, 110, 176);
}
.buttonveh {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #000;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 1.5rem 2.5rem; /* Aumentar el padding para hacer el botón más grande */
  font-size: 1.5rem; /* Aumentar el tamaño de la fuente */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  z-index: +1;
  transform: translate(0);
  position: unset;
	margin-left: 75px;
	margin-top: 100px;

}
.buttonveh svg{
  width: 10px;
}
.buttonveh__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-right: 0px;
}

.buttonveh:hover {
  background-color: rgb(176, 4, 4);
}

.buttonveh:hover svg {
  color: rgb(255, 8, 0);
}
  .main-content{
    scroll-snap-type: none;
  }
  .concept.three{
    background-position: 0;
  }
  .concept.four{
    height: auto;
  }
  .titulo-servicios1
  {
    font-size: clamp(37px, 8vw, 90px);
    font-weight: bold;
    color: white;
    margin: 0;
    font-size: 30px;
    z-index: +1;
  }

  .titulo-servicios2
  {
    font-size: clamp(37px, 8vw, 90px);
    font-weight: bold;
    color: white;
    margin: 0;
    font-size: 30px;
    z-index: +1;
  }
  .dt41, .dt42{
    justify-content: center
  }
  .semb{
    flex-direction: column;
  }

  .sveh{
    flex-direction: column;
  }
  .filaservicios{
    margin-right:0;
    display: flex;
      justify-content: center;
      align-items: center;
      height: 505px;
      width: 600px;
      overflow-y: hidden;
      flex-wrap: wrap;
  }

  .card {
    overflow: visible;
    width: 289px;
    height: 234.6px;
    padding-left: 0px;
    padding-right: 21px;
  }

  .bscontainer{
    background-color: #00000057;;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
    padding: 0px 10px 0px 10px;
    display: flex;
    color: #ececec;
    font-size: 17px;
  }
.concept.five{
height: 500px;	
}
  .tituloregistraindex{
    text-align: center;
    margin: 50px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: clamp(18px, 6vw, 50px);
    font-weight: 400;
    letter-spacing: 2px;
    display: inline-block;
    line-height: 2;
    margin-bottom: 80px;
    font-family: MyriadPro,sans-serif;
  }
  .registrabotoncont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	scale: 0.8;
    }
  .cta {
    display: flex;
    padding: 11px 33px;
    text-decoration: none;
    font-size: 25px;
    color: #070707;
    background: #fff;
    transition: 1s;
    box-shadow: 6px 6px 0 #000;
    transform: skewX(-15deg);
    border: none;
    cursor: pointer;
    }

  .tituloproductoras{
    position: absolute;
    top: 130.2px;
    z-index: +1;
    color: black;
    width: 51.4%;
    font-size: 16.8px;
	  z-index: 4;
  }
  .tele{
    position: absolute;
    width: 63.2%;
    height: 78.2%;
    top: 75.6px;
  }
  .videoproductoras {
    position: absolute;
    top: 215.4px;
    width: 51.6%;
    height: 40.6%;
    object-fit: cover;
    z-index: 1;
}
.whitediv{
  position: absolute;
  top: 92px;
  width: 61.6%;
  height: 62.6%;
  background-color: white;
  z-index: 0;
}
}

@media (max-width: 1090px){
  #botonmenu{
      display: flex;
  }
  .containermenu ul{
      display: none;
  }
	.concept{
	flex-direction: column;
	}
	.titulo-concept2{
	position: unset;
	margin-top: 20px;
	}
	.texto-concept2{
	position: unset;
	font-size: clamp(18px, 4vw, 24px);
	max-width: 100%;
	margin: 10px;
	text-align: justify;
	}
	.buttonveh, buttonemb{
	transform: translate(0);
    position: unset;
	margin-top: 70px;
	margin-left: 0;
	}
}

@media (max-width: 585px){
  .filaservicios {
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 505px;
    width: 600px;
    overflow-y: hidden;
    flex-wrap: wrap;
    scale: 0.61;
  }
	.card {
    overflow: visible;
    width: 289px;
    height: 234.6px;
    padding-left: 0px;
    padding-right: 0;
    margin: 4px;
  }
	.titulo-servicios1, .titulo-servicios2{
	transform: translateY(40px)
	}

	.concept.three{
	background-position: center, -100px;
	}
	.concept.two{
	background-position: center, -450px;
	}
}
@media (max-width: 780px){
  .tituloproductoras {
    position: absolute;
    top: 80px;
    z-index: +1;
    color: black;
    font-size: clamp(12px, 2vw, 24px);
    z-index: 2;
    width: 100%;
  }
 .videoproductoras {
    position: absolute;
    top: 165px;
    width: 100%;
    height: unset;
    object-fit: cover;
    z-index: 1;
	 scale: 1.2;
  }
	.tele{
	display: none;
	}
	.concepto.six{
	background: #FFF;
	height: 80vh;
	}
	.whitediv{
	display: none
	}
	footer{
	height: 100px;
	}
.containerlogos {
  position: absolute;
  transform: translate(1vw,-25px);
}
	.lastcontainer p{
	font-size: 15px;
	}
	.contacto{
	margin-top: 33px;
    margin-left: 9px;
	}
	.copyright{
	margin-top: 25px;
	}
}
.button-veh-emb-conteiner{
width: 100%;
  display: flex;
  padding: 10px;
  margin-top: 70px;
}