  main .container {
    padding: 30px;
    padding-right: 0;
    padding-left: 0;
  }

.carrito {
  border-radius: 30px;
  background: blue;
}

.carrito img {
  width: 30px;
}

.barra_navegacion {
  background: black;
}

.nombre_licencia {
  font-size: 22px;
}

.usuarios_licencia {
  font-size: 17px;
}

.descripcion_licencia {
  font-size: 12px;
}

.precdescuento_licencia del {
    font-size: 15px;
  }
.agregar {
  border-radius: 50px;
  color: white;
  background: green;
  border: 1px solid white;
}

.container {
  right: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.container2 {
  right: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin-left: 80px;
  margin-right: 80px;
}

.card {
    position: relative;
    width: 340px;
    height: 370px;
    margin: 15px;
}

.card .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}

.card .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px #000;
}

.card .front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .front h3 {
    margin-top: 10900px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: rgba(0,0,0,.4);
    text-align: center;
}


.card .back {
    transform: perspective(600px) rotateY(180deg);
    background: #024a86;
    padding: 15px;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 5px 10px #000;
}

span .descuento {
    display: block;
    white-space: nowrap;
    border-right: 0px solid;
    width: 100%;

    animation: typing 3s steps(31),
    blink .5s infinite step-end alternate;
    overflow: hidden;
    font-size: 50px;
    text-align: center;
    color: white;
}

@keyframes typing {
    from { width: 0; }
}

@keyframes blink {
    50% { border-color: transparent; }
} 

.card .back .link {
    border-top: solid 1px #f3f3f3;
    height: 50px;
    line-height: 50px;
}

.card .back .link a {
    color: #f3f3f3;
}

.card .back h3 {
    font-size: 30px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.card .back p {
    letter-spacing: 1px;
} 

.card:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.card:hover .back {
    transform: perspective(600px) rotateY(360deg);
}

}


/*Adaptación a móvil*/
@media (max-width: 767px) {

  main .container {
    padding: 30px;
    padding-right: 100px;
    padding-left: 90px;
  }

  .carrito a {
    height: 100%x;
  }
  .carrito img {
    height: 100%;
  }

  .carrito span {
    height: 10px;
  }

  .navegador {
  width: 100%;
  }

  .navegador strong {
  font-size: 15px;
  }

  .slider-card img {
    height: 50px;
  }
  
  .nombre_licencia {
  font-size: 20px;
  }

  .usuarios_licencia {
  font-size: 13px;
  }

  .detalles_licencia {
  font-size: 18px;
  padding-top: 30px;
  }

  .descuento_licencia p {
  font-size: 13px;
  background-color: white;
  }

  .precdescuento_licencia del {
    font-size: 15px;
  }

  .slider-card {
  background: #fff;
  margin: 10px 0 60px 10px;
  border-radius: 30px;
  box-shadow: 0 15px 25px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
  width: 100%;
  border-radius: none; 
  margin-top: 40px;
  }

}

/*Otra dimension de móvil*/
@media (max-width: 450px) {

  main .container {
    padding: 30px;
    padding-right: 100px;
    padding-left: 90px;
  }

  .navegador {
  width: 100%;
  }

  .navegador strong {
  font-size: 13px;
  }
}

/*Otra dimension de móvil*/
@media (max-width: 400px) {

  main .container {
    padding: 30px;
    padding-right: 100px;
    padding-left: 90px;
  }

  .navegador {
  width: 100%;
  }

  .navegador strong {
  font-size: 12.3px;
  }
}

/*Otra dimension de móvil*/
@media (max-width: 380px) {


  main .container {
    padding: 30px;
    padding-right: 100px;
    padding-left: 90px;
  }

  .navegador {
  width: 100%;
  }

  .navegador strong {
  font-size: 11.6px;
  }
}

/*Otra dimension de móvil*/
@media (max-width: 360px){

  main .container {
    padding: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .navegador {
  width: 100%;
  }

  .navegador strong {
  font-size: 11px;
  }
}
