.port-round{
    padding-top: 6%;
    height: auto;
    background: #b7a8f0;
    background: url(/libs17/img/microsoft/framestoweb.png) round;
    text-align: center;
    padding-bottom: 3%;
  }
  .cont-backcolor{
    background-color: #fbfbfb;
  }
  .cont-detoptions{
    padding: 0px 2px;
  }
  .cont-options{
    background-color: #fff; 
    border-radius: 10px; 
    border: 1px solid #c2cad7;
  }
  .cont-choose{
    border-right: 1px solid #c2cad7;
    padding-bottom: 15px;
  }
  .txt-subtitle{
    font-family: 'nova-semibold';
    font-size: 21px;
    margin-bottom: 5%;
  }
  .lnk-more{
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    font-family: 'nova-semibold';
  }
  .p-count1{
    font-family: 'nova-light';
    font-size: 1.15em;
  }
  .c-blue2{
    color: #285e9a;
  }
  .p-subcont{
    font-size: 1.1em;
    font-family: 'nova-bold-cond';
  }
  .pricont{
    padding: 4% 1%;
    background-color: #efefff;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .pricont1{
    padding: 4% 1%;
    background-color: #e7faff;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .subcontg2{
    background: url(/libs17/img/microsoft/shapegreen2.png) round;
    padding: 4% 0%;
  }
  .subcontp{
    background: url(/libs17/img/microsoft/shapepurple.png) round;
    padding: 4% 0%;
  }
  .subcontpi{
    background: url(/libs17/img/microsoft/shapepink.png) round;
    padding: 4% 0%;
  }
  .subconty{
    background: url(/libs17/img/microsoft/shapeyellow.png) round;
    padding: 4% 0%;
  }
  .subcontb{
    background: url(/libs17/img/microsoft/shapeblue.png) round;
    padding: 4% 0%;
  }
  .subcont{
    background: url(/libs17/img/microsoft/shape1.png) round;
    padding: 4% 0%;
  }

  .txt-title1 {
    font-family: 'nova-semibold';
    font-size: 21px;
  }
  .box-shadowdeg{
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  }
  .box-shadowdeg:hover {
    border-radius: 0px 25px;
    transition: 200ms ease-out;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.27);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.27);
  }
  .box-shadowdeg > i{
    font-size: 40px;
    color: #0047ab;
  }
  .cont-caract-cent .box-shadowdeg {
    padding-top: 7%;
    padding-bottom: 7%;
    margin-top: 8%;
  }
  .cont-caract-cent{
    margin-bottom: 3%;
  }
  .cont-funcs{
    padding: 0;
  }
  .cont-funcs .img-arrow{
    width: 100%;
  }

  .parallax {
  background-image: url("/libs17/img/diseno/categories/mass-icons.png");

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  .f-title-princ{
    font-size: 50px;
    font-family: 'nova-black';
  }
  .p-bigb2 {
      font-family: 'nova-black';
      font-size: 32px;
  }
  
  .p-count3{
    font-family: 'nova-light';
    font-size: 1.26em;
  }
  .p-count2{
    font-family: 'nova-light';
    font-size: 20px;
  }
  
  .cont-caract-tienda{
    padding-top: 4%;
    padding-bottom: 3%;
  }
  .par-tit1{
    padding-top: 2%;
  }

  .list-custom {
    list-style: none;
    padding-left: 0;
    padding-top: 3%;
  }
  
  .list-custom li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .list-custom li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background-image: url("/libs17/img/microsoft/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .list-custom b {
    font-family: 'nova-semibold';
  }

  .space-sec{
    margin-top: 8%;
  }
  .space-imgright{
    margin-top: 5%;
  }
  
  @media (max-width: 1600px){
    
  }
  
  @media (max-width: 1440px){
    
  }
  
  @media (max-width: 1366px){
    .port-round{
      padding-top: 7.5%;
    }
  }
  @media(max-width: 1024px){
    .port-round{
      padding-top: 10%;
    }
  
  }
  
  @media(max-width: 768px){
   .port-round{
      padding-top: 18%;
    }
    
    .cont-secondempr{
      margin-top: 6%;
    }
  }
  
  @media(max-width: 767px){
    .port-round{
      padding-top: 15%;
      background: url(/libs17/img/microsoft/framestoweb.png) repeat;
    }
    .f-title-princ{
      font-size: 35px;
    }
    .p-count2 {
        font-size: 18px;
    }
    .cont-caract-cent{
      padding: 0;
    }
    .cont-choose{
      border-bottom: 1px solid #c2cad7;
      border-right: 0px;
    }
    .img-arrow{
      display: none;
    }
      
    }