
  /*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
  .services .img {
    border-radius: 20px;
    overflow: hidden;
  }

  .services .img img {
    transition: 0.6s;
  }

  .services .details {
    padding: 50px 30px;
    margin: -28px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background: var(--color-white);
    position: relative;
    background: rgba(var(--color-white-rgb), 0.9);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
  }

  .services .details .icon {
    margin: 0;
    width: 72px;
    height: 72px;
    background: var(--color-primary);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--color-white);
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    border: 6px solid var(--color-white);
  }

  .services .details h3 {
    /*color: var(--color-default);*/
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
  }

  .services .details p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .services .service-item:hover .details h3 {
    color: var(--color-primary);
  }

  .services .service-item:hover .details .icon {
    background: var(--color-white);
    border: 2px solid var(--color-primary);
  }

  .services .service-item:hover .details .icon i {
    color: var(--color-primary);
  }

  .services .service-item:hover .img img {
    transform: scale(1.2);
  }

  /* a {
    color: var(--color-links);
    text-decoration: none;
  } */

  /* a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
} */

  /* a:-webkit-any-link {
    color: -webkit-link;
    color: var(--color-primary);
    color: var(--color-white);
    cursor: pointer;
  } */

  /* .g-5,
  .gy-5 {
    --bs-gutter-y: 3rem;
  } */

  .row01 {
    /* --bs-gutter-x: 1.5rem; */
    /* --bs-gutter-y: 0; */
     display: flex; 
     flex-wrap: wrap; 
     justify-content: space-between; 
    /* align-items: center; */
    /* margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x)); */
  }

  .uloficina01, .uloficina02{
    cursor: pointer;
  }

  .pricing .featured h3 {
    background: var(--color-primary, 0.95);
    background: var(--colorTercer);
    background: var(--gray);
    background: linear-gradient(rgba(var(--color-secondary-rgb), 0.9), rgba(var(--color-secondary-rgb), 0.9)), url("images/pricing-bg.jpg") center center;
  }

  .pricing .featured {
    border: 2px solid #ef6603;
    border: 2px solid var(--purple);
    border-radius: 10px;
  }

  /* @media (min-width: 992px) {
    .col-lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 35%;
      max-width: 33%;
    }
  } */

  /*****************************************
** ESTILOS PARA LA PAGINA laSECCION CLIENTES
 ******************************************/
  /* .clients {
    padding: 10px 0 60px 0;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  } */

  /* .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
  }

  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  } */

  /*****************************************
** ESTILOS PARA LA PAGINA laSECCION CLIENTES
 ******************************************/
  /* .clients {
    padding: 10px 0 60px 0;
  }

  .box-clientes {
    padding-top: 50px;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  } */

  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
  }

  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  }

  .clients .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
  }

  .clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
  }

  /* .cta .container {
    padding: 80px;
    background: var(--gray);
    border-radius: 15px;
  } */

  /***********************************
*** FEATURES                    ***
**********************************/
  /* .features .nav-link.active {
    transition: 0.3s;
    background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
    border-color: var(--color-primary);
  } */

  /* .nav-link {
    display: block;

    text-decoration: none;
    background: var(--blanco) 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  } */

  .labelCerrado {
    color: red;
  }