body{
  scroll-behavior: smooth;
}


/*---Licenciamiento software - Definición---*/
.licenciamiento-descripcion{
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.licenciamiento-software-def{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10%;
    padding: 5% 0 5% 0;
}

.licenciamiento-index{
    font-size: 7rem;
    font-family: "Bebas Neue";
    color: #278cd9;
    opacity: 0.2;
    position: relative;
}

.licenciamiento-software-text{
  width: 40%;
  height: 100%;
}

.licenciamiento-software-text h2{ 
  font-size: 2.1rem;
  font-weight: bolder;
  margin-bottom: 20px;
  color: #222;
  border-left: 5px solid #278cd9;
  padding: 0 0 0 20px;
}

.btns-banner{
  margin-top: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
}

.btns-banner a{
  display: flex;
  gap: 20px;
  border-radius: 5px;
  padding: 10px 25px 10px 20px;
  color: #fff;
  background-color: #278cd9;
}

.licenciamiento-iconos{
    display: grid;
    place-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding-top: 5%;
}

.licenciamiento-iconos i{
    width: 200px;
    height: 200px;
    border: 1px dotted #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    transition: 0.5s;
    cursor: pointer;
}

.licenciamiento-iconos i:hover{
    box-shadow: none;
}

.licenciamiento-iconos i img{
    width: 40%;
    height: auto;
}

/*.licenciamiento-software-def img{
    width: 40%;
    height: auto;
}

.desc-text-img-l{
  display: none;
}*/

/*----Tipos de licencia de software-----*/
.tipos-licencia-software-contenedor{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 100px 0 0 0;
    gap: 20px;
}

.licencia-tipo{
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  text-align: left;
  width: 48%;
  height: 600px;
  background-color: rgb(246, 246, 249, 0.6);
  padding: 5%;
  position: relative;
  border-radius: 10px;
  border: 1px dotted #e7e6e6;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}

.licencia-tipo::after{
    content: '';
    width: 5.8rem;
    height: 120px;
    position: absolute;
    left: 10%;
    top: 0;
    background-color: #278cd9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}


.licencia-tipo img{
  width: 60px;
  position: absolute;
  top: 30px;
  left: 12.2%;
  z-index: 100;
}

.licencia-tipo h3{
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 1.8rem;
    border-left: 5px solid #278cd9;
    padding: 0 10px;
}

.licencia-tipo h3::before{
    content: '';
}


/*---Sabias que----*/
.banner-licencia{
  margin-bottom: 100px;
  position: relative;
  height: 750px;
  margin-top: 20px;
}

.banner-licencia::after{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}

.banner-licencia-content{
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  background-image: url('../../../img/LicenciamientoSoftware/licenciamiento-software-banner.jpg');
  height: 100%;
  width: 100%;
  background-size: cover;
}


.titulo-banner-licencia{
  color: #fff;
  text-align: left;
  font-weight: bold;
  z-index: 100;
}

.titulo-banner{
  width: 50%;
}

.banner-licencia-content h2{
  font-size: 3.5rem;
  font-family: "Bebas Neue";
}

.banner-licencia-content h3{
  font-size: 1.8rem;
  font-family: lato;
}

.ventajas-esd-licencia{
  width: 500px;
  height: 88%;
  border-radius: 5px;
  z-index: 100;
}

.ventajas-esd-licencia-text{
  display: flex;
  justify-content: space-between;
  align-items: left;
  text-align: left;
  flex-direction: column;
  height: 100%;
  border-radius: inherit;
  padding: 50px 70px 80px 70px;
}

.titulo-ventajas-esd{
  z-index: 100;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  padding: 0 0 0 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
}

.ventajas-esd-licencia-text ul{
  list-style:decimal-leading-zero;
}

.ventajas-esd-licencia-text ul li{
  margin-top: 30px;
  font-size: 0.9rem;
  color: #fff;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
}

/*---Slider---*/

.contenido {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 700px;
    padding: 40px 10px;
    margin-bottom: 100px;
  }

  .slide-container {
    margin: 0 0 80px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
  }

  .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fbfcfe;
    border-radius: 8px;
    border: 1px dotted #a7bbdb;
    cursor: pointer;
  }

  .card:hover{
    transition:  0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 2px;
  }

  .name {
    font-size: 1.1rem;
    font-weight:bold;
    margin-bottom: 20px;
    border-left: 5px solid #278cd9;
    width: 100%;
    padding: 0 0 0 40px;
    position: absolute;
    top: 20px;
  }


  .card .image-box {
    height:180px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 30px;
  }

  .card .image-box img {
    width: 6rem;
    height: auto;
    border-radius: 8px 8px 0 0;
    position: absolute;
    bottom: 0;
    cursor: pointer;
  }

  .card .image-box img.cisco{
    width: 8rem;
    bottom: 0;
  }

  .image-box img.norton{
    width: 13rem;
    bottom: 30px;
  }

  .image-box img.Hikvision{
    bottom: 40px;
    width: 13rem;
  }

  .image-box img.SoftRestaurant{
    bottom: 20px;
    width: 15rem;
  }

  .image-box img.coreldraw{
    width: 13rem;
    bottom: 30px;
  }

  .card .software-caract {
    display: flex;
    align-items: center;
    padding: 60px 40px 0 40px;
    position: absolute;
    top: 35%;
  }
  .card .software-caract img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }
  .software-caract .desc-software {
    font-size: 14px;
    font-weight: 500;
    color: #444;
  }

  .name-soft .list-disc{
    list-style: disc;
    margin-left: 15px;
  }

  .name-soft .list-disc li{
    font-size: 14px; 
    color: #444; 
    font-family: quick;
    
  }
  
  .list-disc li a{
      cursor:pointer;
      color: #33C4FF;
      text-decoration:underline;
  }

  .disp{
    color: #ca820f;
    font-weight: bold;
  }

  .list-disp{
    list-style: disc;
    margin: 5px 0 0 15px;
    font-family: quick;
  }

  .list-disp li{
    color: #444;
  }

  .swiper-navBtn {
    color: #000;
    height: 40px;
    width: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
  }

  .nextBtn{
    background-color: #278cd9;
  }

  .prevBtn{
    background-color: #278cd9;
  }

  .swiper-pagination-bullet {
    background-color: #fff;
  }

  @media screen and (max-width: 768px) {
    .swiper-navBtn {
      display: none;
    }
  }


.llamada-accion-licencia-software{
  margin: 0 0 50px 0;
}  

.llamada-accion-software-content{
  margin: 0 30px;
  padding: 80px 50px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  background-color: #f7f7f7;
}  

.llamada-accion-software-content img{
  width: 45%;
}

.llamada-accion-software-content .llamada-software-text{
  width: 40%;
}

.llamada-accion-software-content .llamada-software-text h2{
  font-size: 3.5rem;
  font-family: "Bebas Neue";
  color: #333;
  margin-bottom: 20px;
}

.llamada-accion-software-content .llamada-software-text button{
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #278cd9;
  color: #fff;
  transition: 0.5s;
}

.llamada-accion-software-content .llamada-software-text button:hover{
  background-color: #5ff05f;
}


@media only screen and (max-width: 1150px) {
  .licenciamiento-descripcion{
    margin-top: 100px;
  }

  .licenciamiento-software-def{
    flex-direction: column;
    gap: 50px;
  }

  .licenciamiento-software-text{
    width: 80%;
  }

  .licenciamiento-software-text h2{
    margin-bottom: 50px;
  }

  .desc-text-img-xl{
    display: none;
  }

  .tipos-licencia-software-contenedor{
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }

  .licencia-tipo{
    width: 80%;
  }


  /*---Sabias que----*/

  .banner-licencia{
    height: 800px;
  }

  .banner-licencia-content{
    flex-direction: column;
  }

  .titulo-banner{
    width: 80%;
  }

  .banner-licencia-content h2{
    font-size: 2.5rem;
  }
  
  .banner-licencia-content h3{
    font-size: 1.3rem;
  }

  .ventajas-esd-licencia {
    width: 80%;
    height: 60%;
  }
  
  .ventajas-esd-licencia-text{
    padding: 40px;  
  }

  .ventajas-esd-licencia-text ul li{
    margin-top: 18px;
    color: #fff;
  }

}  


@media only screen and (max-width: 900px) {
  .licencia-tipo::after{
    width: 5rem;
    height: 100px;
  }

  .licencia-tipo img{
    width: 50px;
    left: 12%;
  }

  .swiper-navBtn {
    padding: 20px;
  }
  
  .llamada-accion-software-content{
      flex-direction: column;
  }
  
  .llamada-accion-software-content .llamada-software-text{
     width: 90%;
  }
  
  .llamada-accion-software-content img{
      width: 60%;
  }
}

@media only screen and (max-width: 600px) {
    .licenciamiento-software-text{
        width: 87%;
    }

   .licenciamiento-software-text h2{
       font-size: 1.5rem;
   }
   
   .licenciamiento-iconos{
       display: none;
   }
    
  .licencia-tipo{
    width: 90%;
  }

  .licencia-tipo img{
    left: 13%;
  }

  .desc-licenciamiento{
    margin-top: 50px;
  }

  .licencia-tipo h3{
    font-size: 1.5rem;
  }

  .banner-licencia-content{
    background-position: center;
  }

  .ventajas-esd-licencia-text {
    padding: 0;
    height: 80%;
  }
  
  .titulo-ventajas-esd{
    padding: 0;
  }

  .ventajas-esd-licencia-text ul li {
    font-size: 0.8rem;
  }

  .card .image-box img {
    width: 5rem;
  }

  .image-box img.norton, 
  .image-box img.Hikvision, 
  .image-box img.coreldraw{
    width: 10rem;
  }

  .image-box img.SoftRestaurant{
    width: 12rem;
  }
  
  .llamada-accion-software-content img{
      display: none;
  }
  
  .llamada-accion-software-content .llamada-software-text h2{
      font-size: 3em;
  }
  
}

@media only screen and (max-width: 400px){
  .licencia-tipo{
    width: 95%;
    height: 650px;
  }

  .licencia-tipo img {
    left: 14%;
  }
  .software-caract .desc-software {
    font-size: 12.5px;
  }

}