
  :root{
   --Kanit: "Kanit";
   --naranja: #EF432B;
   --negro: #141414;
   --gris: #646464;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }

 html{
  scroll-behavior: smooth;
  overflow-x: hidden;
  
 }


 .flex{
    display: flex;
 }

 .jbetween{
    justify-content: space-between;
 }

 .jcenter{
    justify-content: center;
 }

 .jaround{
  justify-content: space-around;
 }

 .jstart{
   justify-content: flex-start;
 }

 .jend{
   justify-content: flex-end;
 }

 .acenter{
    align-items: center;
 }

 .column{
   flex-direction: column;
 }


 /* TEXT */

 h1{
   text-align: center;
   font-size: 3.5rem;
   color: white;
   font-family: var(--Kanit);
   line-height: 65px;
   font-weight: 700;
   font-style: italic;
 }

 h2{
   text-align: center;
   font-size: 1.1rem;
   color: white;
   font-family: var(--Kanit);
   line-height: 65px;
   letter-spacing: 10px;
   font-weight: 300;
   font-style: italic;
 }

 h3{
   text-align: center;
   font-size: 1rem;
   color: var(--negro);
   font-family: var(--Kanit);
   letter-spacing: 5px;
   font-weight: 400;
 }

 .h3__white{
   text-align: start;
   font-size: 1rem;
   color: white;
   font-family: var(--Kanit);
   letter-spacing: 16px;
   font-weight: 400;

 }

 h4{
   text-align: center;
   font-size: 0.9rem;
   color: var(--naranja);
   font-family: var(--Kanit);
   letter-spacing: 5px;
   font-weight:500;
 }

 h5{
   text-transform: uppercase;
   font-size: 2.5rem;
   color: white;
   font-family: var(--Kanit);
   line-height: 45px;
   font-weight: 700;
   font-style: italic;
 }

 .h5__fina{
  font-weight: 200;
  color: var(--negro);
  padding-top: 5px;
  z-index: -10;
 }

 h6{
  font-size: 2.5rem;
  color: white;
  font-family: var(--Kanit);
  line-height: 45px;
  font-weight: 700;
  font-style: italic;
  transition: 0.5s;
  transform-origin: 0px;
}

 .bignumber{
   font-size: 2.5rem;
   color: var(--naranja);
   font-family: var(--Kanit);
   font-weight: 800;
   font-style: italic;
 }

 .text__negrita{
   font-size: 0.9rem;
   color: var(--negro);
   font-family: var(--Kanit);
   font-weight: 700;
   font-style: italic;
 }

 .text__gris{
   font-size: 0.9rem;
   color: var(--gris);
   font-family: var(--Kanit);
   font-weight: 500;
   font-style: italic;
   text-transform: uppercase;
 }

 .text__legal{
   font-size: 0.9rem;
   color: var(--gris);
   font-family: var(--Kanit);
   font-weight: 300;
   margin-top: 50px;
 }

 .text__negrita__blanco{
  font-size: 0.9rem;
   color: white;
   font-family: var(--Kanit);
   font-weight: 700;
   font-style: italic;
 }
 .text__blanco{
  margin-top: 20px;
  font-size: 0.8rem;
  color: white;
  font-family: var(--Kanit);
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
}

 .text__info{
   text-align: center;
   font-size: 1rem;
   color: var(--negro);
   font-family: var(--Kanit);
   font-weight: 600;
   line-height: 20px;
   text-transform: uppercase;
   z-index: 4;
 }

 .text__info__blanco{
  text-align: center;
  font-size: 1rem;
  color: white;
  font-family: var(--Kanit);
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  z-index: 4;
}

.text__footer{
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: white;
  font-family: var(--Kanit);
  font-weight: 400;
  
}




 /* GRID */

 nav{
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  position: fixed;
  background-color: #14141400;
  transition: 1s;
  z-index: 99999999;
 }

 .navdebajo{
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  position: fixed;
  background-color: #141414;
  transition: 1s;
  z-index: 99999999;
 }

 nav.bajar{
  background-color: #131313ec;
  box-shadow: 1px 1px 5px black;
 }

 .wrapper{
   max-width: 1200px;
   width: 100%;
   margin: auto;
 }

 .headspace{
  padding-top: 230px;
   padding-bottom: 230px;
 }

 .interspace{
   padding-top: 130px;
   padding-bottom: 130px;
   position: relative;
   top: 0;
   left: 0;

 }

 .contentspace{
   padding-top: 120px;
   padding-bottom: 120px;
 }

.superiorspace{
  padding-top: 120px;

}

 .desplegable.active{
  left: 0px;
 }


 .desplegable{
  background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,0.9752275910364145) 0%, rgba(0,0,0,0.9444152661064426) 32%, rgba(0,0,0,0.8323704481792717) 72%, rgba(0,0,0,0.6026785714285714) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.9752275910364145) 0%, rgba(0,0,0,0.9444152661064426) 32%, rgba(0,0,0,0.8323704481792717) 72%, rgba(0,0,0,0.6026785714285714) 100%);
background: linear-gradient(90deg, rgba(0,0,0,0.9752275910364145) 0%, rgba(0,0,0,0.9444152661064426) 32%, rgba(0,0,0,0.8323704481792717) 72%, rgba(0,0,0,0.6026785714285714) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  clip-path: polygon(0 0, 82% 0, 69% 100%, 0% 100%);
  padding-right: 1000px;
  padding-left: 180px;
  padding-top: 300px;
  padding-bottom: 300px;
  position: fixed;
  left: -1800px;
  z-index: 9999999999;
  transition: 0.7s;
  height: 100%;
 }
 

 .cerrar{
  position: relative;
  bottom: 150px;
  cursor: pointer;
  transition: 0.5s;
  
}


.menu{
  border-left: 1px solid white;
  flex:1;
  gap: 50px;
}

.menu ul{
  width: 300px;
}


.menu a{
  text-decoration: none;
  list-style: none;
  padding-left: 70px;
}

h6:hover{
  color: var(--naranja);
  transform: translateX(30px);
}

.tarjeta__responsive{
  display: none;
  
 }

.sustitucion__responsive{
  display: none;
}




/* COLUMNAS */


.col__head{
   gap: 40px;
   flex: 1;
 }

 .col33{

  width: 400px;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}

 .col__40{
  gap: 40px;
   flex: 1;
 }


.col__50{
   flex: 1;
   gap: 50px;
 }

 .col__list{
   flex: 1;
   gap: 40px;
 }

 .col__number{
   flex: 1;
   gap: 40px;
 }

 .col__text{
   flex: 1;
   gap: 20px;
 }


.col__sustitucion{
   flex: 1;
   gap: 180px;
   width: auto;
   background-color: var(--negro);

}



.col__beneficios{
  margin-bottom: 35px;
}


.col__contenidotarjeta{
  flex: 1;
  gap: 150px;
  position: absolute;
 }

 
 .col__companies{
  flex: 1;

 }
 

 .col__icons{
  flex: 1;
  gap: 70px;
 }


.col__contacto{
  flex: 1;
  gap: 10px;
}

 .col__footer{
  gap: 100px;
  padding-top: 80px;
 }

 .col__legal{
  flex: 1;
  gap: 50px;
  padding: 20px;

 }

.col__letras{
  z-index: -10;
  text-align: center;
  position: absolute;
  top: 0;
  left:300px;
}



 /* IMAGENES*/

.inicio{
   background-image: url(img/pruebainicio.jpg);
   background-size: cover;
   background-position: center;
 }

.logo{
   width: 7.5rem;
}

img .logo{
   width: 100%;
}

 .hamburguesa{
   width: 1.5rem;
   transition: 0.5s;
 }

img .hamburguesa{
   width: 100%;
 }

 .hamburguesa:hover{
   transform: scale(1.2);
 }

 .phone{
   width: 2rem;
   transition: 0.3s;
 }
 img .phone{
   width: 100%;
 }

 .phone:hover{
   transform: scale(1.2);
 }


 img .pintura{
   width: 100%;
 }


 .coches2{
   width: 55%;
 }

 img .coches2{
   width: 100%;
 }

.fondo__sustitucion{
  background-image: url(img/cochesresponsive.jpg);
  background-size: cover;
   background-position: center;
   height: 80vh;
   
}


 .icons__top{
   margin-bottom: 20px;
   width: 1.5rem;
 }

 img .icons__top{
   width: 100%;
 }

.tarjetamutua{
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
 }

img .tarjetamutua{
  width: 100%;
 }

 .seguros{
  width: 8rem;
 }

 img .seguros{
  width: 100%;
 }

 

 .icons__down{
  width: 20%;
  margin-bottom: 50px;
 }

 img .icons__down{
  width: 100%;
 }


.sobrenosotros{
  width: 50%;
}

img .sobrenosotros{
  width: 100%;
}

.mini_icon{
  width: 1.6rem;
  margin-bottom: 15px;

}

.arriba{
  width: 3rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999999;
}

img .arriba{
  width: 100%;
}

.itvfoto{
  width: 400px;
}   
 




 /* FORMAS */
  
 .line{
   margin: auto;
   width: 80px; 
   height: 2px;
   border-radius: 50px;
   background-color: white;
   color: white;
 }


 .cubo{
   position: relative;
   bottom: 210px;
   right: 110px;

   
 }

.negro{
   position: absolute;
   top: 0px;
   width: 200px;
   height: 150px;
   background-color: var(--negro);
   transform: skew(-20deg);
   z-index: 2;
}

.naranja{
   position: absolute;
   top: 20px;
   left: 20px;
   width: 200px;
   height: 150px;
   background-color: var(--naranja);
   transform: skew(-20deg);
   z-index: 1;
}

 .pintura{
   width: 50%;
   margin-bottom: 20px;
   margin-top: 20px;
   z-index: 3;
   
 }

 .blackbackground{
  background-color: var(--negro);
  margin-top: 50px;
  margin-bottom: 100px;
 }

 .orangebackground{
  background-color: var(--naranja);
 }

 .letrasnaranjas{
  color: var(--naranja);
 }

.marco__coches{
  background-image: url(img/marcocoches.jpg);
  background-size: cover;
  width: 450px;
  height: 400px;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}

.marco__tarjeta{
  background-color: var(--negro);
  width: 100%;
  padding: 60px;
  flex-direction: column-reverse;
  row-gap: 20px;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
  position: relative;
  }
   
.marconegro{
  background-color: var(--negro);
  width: 400px;
  height: 300px;
  padding: 40px;
  text-align: center;
}

.marconaranja{
  background-color: var(--naranja);
  width: 400px;
  height: 300px;
  padding: 40px;
  text-align: center;
}

.faq{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: var(--naranja);
  clip-path: polygon(2% 0%, 100% 0%,98% 100%, 0% 100%);
}




 /* BOTONES */

 .btn__normal{
   display: block;
   width: 260px;
   background-color: var(--naranja);
   text-decoration: none;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 30px;
   padding-right: 30px;
   color: rgb(226, 23, 23);
   text-align: center;
   font-size: 1rem;
   color: white;
   font-family: var(--Kanit);
   font-weight: 400;
   font-style: italic;
   clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
   transition: 0.5s;
 }

 .btn__normal:hover{

   background-color: white;
   color: var(--naranja);
   transform: scale(1.07);
}

.btn__negro{
   display: block;
   width: 250px;
   margin: auto;
   background-color: var(--naranja);
   text-decoration: none;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 32px;
   padding-right: 32px;
   color: white;
   text-align: center;
   font-size: 1rem;
   color: white;
   font-family: var(--Kanit);
   font-weight: 400;
   font-style: italic;
   clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
   transition: 0.5s;
 }

 .btn__negro:hover{
   background-color: var(--negro);
   color: white;
   transform: scale(1.07);
 }

 .btn__blanco{
  background-color: white;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--naranja);
  text-align: center;
  font-size: 1rem;
  font-family: var(--Kanit);
  font-weight: 400;
  font-style: italic;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
  transition: 0.5s;
}

.btn__blanco:hover{
  color: var(--naranja);
  transform: scale(1.1);
}

.btn__invertido{
  display: block;
  margin: auto;
  background-color: var(--negro);
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  text-align: center;
  font-size: 0.8rem;
  font-family: var(--Kanit);
  font-weight: 400;
  font-style: italic;
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
  transition: 0.5s;
}

.btn__invertido:hover{
  background-color: white;
  color: var(--naranja);
  transform: scale(1.1);
}



 /* FOOTER */


 footer{
  background-color: var(--negro);
 }

 .footerwrapper{
  max-width: 1200px;
   width: 100%;
   margin: auto;
   
 }

 .fila{
  display: block;
  width: 100%;
}


form{
  display: block;
  width: 100%;
  gap: 20px;
  
}

input , textarea{
  display: block;
  width: 100%;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 8px;
  margin-bottom: 8px;
  outline: none;
  font-family: var(--Kanit);
  letter-spacing: 3px;
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  color: var(--naranja);
  background-color: var(--negro);
}

.button{
  width: 100%;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  outline: none;
  font-family: var(--Kanit);
  letter-spacing: 3px;
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  color: white;
  background-color: var(--naranja);
}


.checkbox{
  width: 300px;
  height: 30px;
  color: white;
  display: flex;
  margin: 0;
  gap: 100px;
  position: relative;
  right: 0px;
}

.none{
  position: absolute;
  right: 140px;
 
}

.done{
  font-family: var(--Kanit);
  font-size: 0.6rem;
  position: absolute;
  right: 30px;
  top: 5px;
 
}

label a{
 
  color: #EF432B;
}


.alerta{
  display: none;
  border-radius: 10px;
  text-align: center;
  background-color: rgb(57, 201, 57);
  color: white;
  padding: 10px;
}

.alerta.activo{
  display: block;
}

input::placeholder{
  color: rgb(255, 255, 255);
}

textarea::placeholder{
  color: rgb(255, 255, 255);

}

iframe{
  width: 100%;
  height: 450px;
  display: block;
  
}










/* BARRA DEL SCROLL */


/* width */
::-webkit-scrollbar {
  width: 7px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.164);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
  background: #EF432B;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
  background: var(--gris); 
  }




  /* BOTON WHATSAPP y FIJO*/

  .btn-fijo{
    position: fixed;
    bottom: 160px;
    right: 60px;
    z-index: 99999;
    cursor: pointer;
    width: 4rem;
    transition: 0.5s;
    animation-name: ring;
    animation-duration: 1.7s;
    animation-timing-function: steps(1200);
    animation-iteration-count: infinite;
  }


  @keyframes ring{


    0%{
      transform: rotate(0deg);
    }
    
    20%{
      transform: rotate(0deg);
    }
    
    40%{
      transform: rotate(0deg);
    }

    60%{
      transform: rotate(0deg);
    }
    
    70%{
      transform: rotate(0deg);
    }

    80%{
      transform: rotate(15deg);
    }
    
    85%{
      transform: rotate(-15deg);
    }
    
    90%{
      transform: rotate(15deg);
    }

    95%{
      transform: rotate(-15deg);
    }
    
    100%{
      transform: rotate(15deg);
    }
    
    }



  img.btn-whatsapp {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99999;
    cursor: pointer;
    width: 4rem;
    transition: 0.5s;
    animation-name: late;
    animation-duration: 3s;
    animation-timing-function: steps(1200);
    animation-iteration-count: infinite;
  }
@keyframes late{

  0%{
    transform: scale(1);
  }
  
  10%{
    transform: scale(1);
  }
  
  20%{
    transform: scale(1);
  }
  
  30%{
    transform: scale(1);
  }
  
  50%{
    transform: scale(1);
  }

80%{
  transform: scale(1);
}

85%{
  transform: scale(1.1);
}

90%{
  transform: scale(1.3);
}

95%{
  transform: scale(1.1);
}

100%{
  transform: scale(1);
}
}


/* RESPONSIVE */

@media(max-width: 2000px){
  .wrapper{
     width: 80%;
  }

  .center{
    text-align: center;
  }
}

@media(max-width: 2000px){
  .wrapper{
     width: 80%;
  }

  .center{
    text-align: center;
  }

  .desplegable{
    clip-path: polygon(0 0, 82% 0, 69% 100%, 0% 100%);
    padding-right: 850px;
    padding-left: 150px;
    padding-top: 300px;
    padding-bottom: 300px;
    position: fixed;
    left: -1500px;
    z-index: 9999999999;
    transition: 0.7s;
    height: 100%;
   }
}


@media(max-width: 1500px){
  .desplegable{
    clip-path: polygon(0 0, 82% 0, 69% 100%, 0% 100%);
    padding-right: 450px;
    padding-left: 150px;
    padding-top: 300px;
    padding-bottom: 300px;
    position: fixed;
    left: -1500px;
    z-index: 9999999999;
    transition: 0.7s;
    height: 100%;
   }
   
  
   .cerrar{
    position: relative;
    bottom: 150px;
    cursor: pointer;
    transition: 0.5s;
    
  }
  
  .menu{
    border-left: 1px solid white;
    flex:1;
    gap: 50px;
  }
  
  .menu ul{
    width: 300px;
  }
  
  .menu a{
    text-decoration: none;
    list-style: none;
    padding-left: 70px;
  }

  .text__negrita__blanco{
    font-size: 0.8rem;
    padding-right: 30px;
    padding-left: 30px;
  }

  .text__blanco{
    font-size: 0.7rem;
    padding-right: 30px;
    padding-left: 30px;
  } 

  h6{
    width: 500px;
    font-size: 2rem;
  }
}



@media(max-width: 1200px){

  .sustitucion__responsive{
    display: none;
  }

  .tarjeta__responsive{
    display: none;
  }

  .wrapper{
     width: 80%;
  }


.col__sustitucion{
     gap: 50px;
  }

  .col__contenidotarjeta{
    gap: 30px;
 }


 .col__izquierdatarjeta{
  padding-right: 50px;
 }

.col__40{
  flex-basis: 22.5%;
}

.col33{
  width: 300px;
}

.col__letras{
 left: 200px;
 }

.servicios__itv{
flex-wrap: wrap;
gap: 50px;
}

.marconegro , .marconaranja{
height: 200px;
}

.itvfoto{
  width: 400px;
}

   .col__footer{
    flex-basis: 49%;
  }

.col__icons{
    flex-basis: 30%;
    gap: 50px;
}

.h3__white{
  letter-spacing: 8px;
}

  h5{
    font-size: 2rem;
    line-height: 30px;
  }
  

  .text__negrita__blanco{
    font-size: 0.7rem;
    padding-right: 30px;
    padding-left: 30px;
  }

  .text__blanco{
    font-size: 0.6rem;
    padding-right: 30px;
    padding-left: 30px;
  }

  .sobrenosotros{
    width: 50%;
  }

  h6{
    font-size: 1.5rem;
  }
}



@media(max-width: 1050px){

  .wrapper{
     width: 80%;
  }

  .mostrar{
    display: none;
  }
  .sustitucion__responsive{
      display: block;
  }

  .tarjeta__responsive{
      display: block;
  }

  .marco__tarjeta , .col__beneficios{
  flex-direction: column-reverse;
  row-gap: 30px;
  text-align: center;

  }


  .interspace{
    padding-top: 100px;
    padding-bottom: 100px;
 
  }
 
  .superiorspace{
    padding-top: 80px;
  }

  .contentspace{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .col__50{
     flex-wrap: wrap;
     flex-basis: 51%;
     row-gap: 100px;
  }

  .col__list{
    flex-basis: 60%;
 }

  .col__40{
    flex-wrap: wrap;
    flex-basis: 50%;
    gap: 80px;
    row-gap: 80px;
   }

.col__number{
  flex-direction: column;
  justify-content: center;
  row-gap: 5px;
 }

 .col__letras{

  top: 10px;
  left: 100px;
 }


 .col__list{
  text-align: center;
  justify-content: center;
  gap: 20px;
 }

 .col__icons{
  flex-basis: 25%;
  gap: 20px;
 }


 .col__footer{
  flex-wrap: wrap;
  flex-basis: 100%;  
 }


  h1{
    font-size: 2.5rem;
    line-height: 35px;
  }

  h2{
    font-size: 0.8rem;

  }

  h3{
    font-size: 0.9rem;
  }

  .h3__white{
    text-align: center;
    letter-spacing: 5px;

  }

  h4{
     font-size: 0.8rem;

  }

  h5{
    text-align: center;
     font-size: 1.8rem;

  }

  h6{
    font-size: 1.5rem;
  }

  .bignumber{
    font-size: 2rem;
  }

  .text__negrita{
    text-align: center;
  }


  .text__gris{
    text-align: center;
  }

  .text__info{
    font-size: 1rem;
  }

  .text__info__blanco{
    font-size: 0.8rem;
  }

  .sobrenosotros{
    width: 80%;
  }

  .desplegable{
    clip-path: polygon(0 0, 82% 0, 69% 100%, 0% 100%);
    padding-right: 500px;
    padding-left: 100px;
    padding-top: 300px;
    padding-bottom: 300px;
    position: fixed;
    left: -1500px;
    z-index: 9999999999;
    transition: 0.7s;
    height: 100%;
   }
   
  .menu{
    border-left: 1px solid white;
    flex:1;
    gap: 30px;
  }
  
  
  .menu ul{
    width: 300px;
  }

  .menu li{
    width: 300px;
  }
  
  .menu a{
    text-decoration: none;
    list-style: none;
    padding-left: 40px;
  }

  .marco__coches{
    width: 500px;
    height: 450px;
  }
  
  
}



@media(max-width: 700px){

  .btn-fijo{
    cursor: pointer;
    width: 4rem;
    bottom: 90px;
    right: 10px;
  }

img.btn-whatsapp {
    cursor: pointer;
    width: 4rem;
    bottom: 15px;
    right: 10px;
  }
  
  .wrapper{
     width: 80%;
  }

  .mostrar{
    display: none;
  }

  .interspace{
    padding-top: 80px;
    padding-bottom: 80px;
 
  }
 
  .superiorspace{
    padding-top: 80px;
  }

  .contentspace{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .marco__tarjeta{
    padding: 40px;
  }

  .marco__coches{
    width: 420px;
    height: 380px;
  }

  .col__head{
    row-gap: 70px;
  }

  .col__footer{
  flex-basis: 49%;
 }

  .col__50{
     flex-wrap: wrap;
     flex-basis: 51%;
     row-gap: 100px;
  }

 .col__40{
  flex-wrap: wrap;
  flex-basis: 33%;
  gap: 40px;
 }

 .col__letras{
  position: absolute;
  top: 50px;
  left: 100px;
 }

 .seguros{
  width: 25%;
 }

 .col__legal{
  flex-basis: 100%;
  gap: 20px;
 }

 .col__icons{
  flex-wrap: wrap;
  flex-basis: 100%;
  gap: 70px;
 }

  h1{
    font-size: 2rem;
  }

  h2{
    font-size: 0.8rem;
    letter-spacing: 3px;
    line-height: 0;

  }

  h3{
    font-size: 0.9rem;
    letter-spacing: 2px;
  }

  .h3__white{
    font-size: 0.9rem;
  letter-spacing: 2px;
  }

  h4{
     font-size: 0.7rem;
     letter-spacing: 2px;
  }

  h5{
    text-align: center;
    line-height: 22px;
     font-size: 1.6rem;
  }


  .text__info{
    font-size: 0.7rem;
  }

  .text__info__blanco{
    font-size: 0.7rem;
  }

  .text__blanco{
    text-align: center;
    font-size: 0.9rem;
  }

  .icons__down{
    margin-bottom: 25px;
    width: 15%;
  }

  .text__negrita{
    text-align: center;
    font-size: 0.8rem;
  }

  .text__negrita__blanco{
    font-size: 0.8rem;
  }

  .text__gris{
    text-align: center;
    font-size: 0.8rem;
  }

  .sobrenosotros{
    width: 100%;
  }

  .text__info__blanco{
    font-size: 0.8rem;
  }

  .text__footer{
    font-size: 0.6rem;
  }

  .cerrar{
    position: relative;
    bottom: 50px;
    cursor: pointer;
    transition: 0.5s;
  }

  .desplegable{
    clip-path: polygon(0 0, 79% 0, 69% 100%, 0% 100%);
    padding-right: 400px;
    padding-left: 40px;
    padding-top: 300px;
    padding-bottom: 300px;
    position: fixed;
    left: -1500px;
    z-index: 9999999999;
    transition: 0.7s;
    height: 100%;
   }
   
  .menu{
    border-left: 1px solid white;
    flex:1;
    gap: 30px;
  }
  
  .menu ul{
    width: 300px;
  }

  .menu li{
    width: 300px;
  }
  
  .menu a{
    text-decoration: none;
    list-style: none;
    padding-left: 40px;
  }

}



@media(max-width: 480px){

  .wrapper{
     width: 90%;
  }

  .btn-fijo{
    cursor: pointer;
    width: 3.4rem;
    bottom: 90px;
    right: 10px;
  }

img.btn-whatsapp {
    cursor: pointer;
    width: 3.4rem;
    bottom: 15px;
    right: 10px;
  }

  .logo{
    width: 50%;
  }

  .hamburguesa{
    width: 80%;
  }   

  .mostrar{
    display: none;
  }

  .headspace{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .interspace{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contentspace{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .col__beneficios{
    gap: 30px;
    
  }

  .marco__tarjeta{
    row-gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

 .col__letras{
   display: none;
 }


  .mutua{
    width: 4rem;
  }

  .col__head{
    row-gap: 40px;
  }

  .col__50{
     flex-wrap: wrap;
     flex-basis: 51%;
     row-gap: 80px;
  }

 .col__40{
  flex-wrap: wrap;
  flex-basis: 33%;
  gap: 40px;
 }

 .seguros{
  width: 22%;
 }


 .col__footer{
  padding-top: 50px;
  flex-wrap: wrap;
     flex-basis: 80%;
     row-gap: 40px;
 }

 .col__legal{
  flex-basis: 100%;
  flex-wrap: wrap;

 }

.col__icons{
  flex-wrap: wrap;
  flex-basis: 50%;
  gap: 50px;
}

 .col__contacto{
  width: 40px;
  flex-basis: 40%;
  gap: 0px;

 }

 .col__legal{
  flex-wrap: wrap;
  flex-basis: 100%;
  row-gap: 10px;
 }

  h1{
    font-size: 2rem;
    line-height: 30px;
  }

  h2{
    font-size: 0.6rem;
    line-height: 20px;
    letter-spacing: 5px;
  }

  h3{
    font-size: 0.9rem;
    letter-spacing: 2px;
    font-weight: 600;
  }

  .h3__white{
    font-size: 0.9rem;
  letter-spacing: 2px;
  }

  h4{
     font-size: 0.7rem;
     letter-spacing: 2px;
     font-weight: 400;
  }

  h5{
    text-align: center;
    line-height: 22px;
     font-size: 1.6rem;
  }

  .bignumber{
    font-size: 1.7rem;
  }

  .text__info{
    font-size: 0.8rem;
  }

  .text__info__blanco{
    padding-left: 70px;
    padding-right: 70px;
    font-size: 0.6rem;
    font-weight: 300;
  }

  .icons__top{
    width: 1rem;
    margin-bottom: 10px;
  }

  .icons__down{
    width: 15%;
  }

  .sobrenosotros{
    width: 100%;
  }

  .text__blanco{
    font-size: 0.7rem;
  }

  .text__negrita__blanco{
    font-size: 0.7rem;
  }


  .text__info__blanco{
    font-size: 0.7rem;
  }

  .pintura{
    width: 50%;
  }

  .mini_icon{
    width: 1rem;
  }

  .naranja , .negro{
    margin-left: 20px;
    margin-top: 40px;
    width: 150px;
    height: 110px;
  }

  form , input , textarea , button{
    font-size: 0.7rem;
     gap: 5px;
  }
  
  iframe{
    height: 25vh;
  }

  .cerrar{
    position: relative;
    bottom: 50px;
    cursor: pointer;
    transition: 0.5s;
    
  }

  .desplegable{
    clip-path: polygon(0 0, 79% 0, 69% 100%, 0% 100%);
    padding-right: 400px;
    padding-left: 30px;
    padding-top: 180px;
    padding-bottom: 300px;
    position: fixed;
    left: -1500px;
    z-index: 9999999999;
    transition: 0.7s;
    height: 100%;
   }

   .arriba{
    width: 2.5rem;
    position: fixed;
    right: 30px;
    bottom: 30px;
  }

  .marco__coches{
    width: 340px;
    height: 340px;
  }
}

@media(max-width: 395px){

  body{
    overflow: hidden;
  }

  h6{
    font-size: 1.3rem;
  }

  .marco__tarjeta{
    row-gap: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }


  .text__blanco{
    font-size: 0.555rem;
  }

  .text__negrita__blanco{
    font-size: 0.7rem;
  }


  .text__info__blanco{
    font-size: 0.6rem;
  }

  .marco__coches{
    width: 300px;
    height: 330px;
  }

  .col__footer{
    padding-top: 30px;
   }
}