
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
}
html{
    scroll-behavior: smooth;
}
.resolucion {
    width: 99%;
}

/**Escritorio**/
@media (min-width: 1024px) {
    .tablet {
        display: none;
    }
    .movil {
        display: none;
    }
header {
    width: 100%;
    height: 90px;
    background-color: #feebd0;
}
.interior {
    max-width: 100%;
    padding: 0 10px;
    margin: auto;
}
.logo {
    float: left;
    padding: 0px 20px ;
}
.logo img {
    height: 90px;
}
.logo img:hover {
    transform: scale(1.1);
}
.navegacion {
    float: right;
    display: flex;
    align-items: center;
    min-height: 90px;
    z-index: 1000;
}
.navegacion ul {
    list-style: none;
    padding: 10px;
}
.navegacion ul li {
    display: inline-block;
    position: relative;
    transition: .3s linear;
    z-index: 1000;
}
.navegacion ul li:hover {
    transform: scale(1.1);
}
.navegacion ul li a {
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    padding: 12px 20px;
    transition: .3s linear;
}
.navegacion ul li a:hover {
    color: #ffffff;
}
.under{
    width: 100%;
    display: flex;
    height: 85vh;
    align-items: center;
    box-sizing: border-box;
    background: url(../img/Portada2.webp) no-repeat center; 
    background-size: 100% 100%;
    justify-content: center;
}
.ground{
    flex-basis: 40%;
    height: 250px;
    text-align: center;
    padding: 30px 50px;
    background-color: #feebd0;   
    margin: 40px;  
    font-size: 25px;
}
/* .ground svg{
    animation: up-down 2s ease-in-out infinite alternate-reverse both;    
    
} */
.ground p{
    font-size: 25px;
}
.titulo{
    font-size: 3vw;
    margin-bottom: 20px;
}


.button {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
}
.button a{
    text-decoration: none;
    color: #ffffff;
}
.iconito {
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    border-color: #fff9;
}
.button:hover .icon {
    -webkit-transform: translate(4px);
        -ms-transform: translate(4px);
            transform: translate(4px);
}
.button:hover::before {
    -webkit-animation: shine 1.5s ease-out infinite;
            animation: shine 1.5s ease-out infinite;
}
.button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@-webkit-keyframes shine {
0% {
    left: -100px;
}
60% {
    left: 100%;
}
to {
    left: 100%;
}
}
@keyframes shine {
0% {
    left: -100px;
}
60% {
    left: 100%;
}
to {
    left: 100%;
    }
}

.servi {
    width: 100%;
    height: 250vh;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 30px;
    margin-bottom:50px ;
    background-color: #feebd0;
}

.serv-1 {
    width: 100%;
    height: 45vh;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 30px;
    background-color: #fff;
}

.bloque1 {
    width: 15%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    align-items: center;
}

.bloque1 h2 {
    font-size: 40px;
    margin: 0;
}

.bloque2 {
    width: 70%;
    height: 100%;
    padding: 10px;
}
/* .swiper-slide img{
    width: 100%;
    height: 100%;
} */

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .apoyo{
    width: 100%;
    height: 310px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20%;
    padding-right: 20%;
  }
  .apoyo h2{
    font-size: 50px;
  }
  .ofertas{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  
  .one{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .one p{
    text-align: center;
    font-size: 20px;
  }
  .one svg{
    width: 100px;
    height: 100px;
  }
  
.butt {
    width: 300px;
    height: 60px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
}
/* .butt a{
    text-decoration: none;
    color: #ffffff;
} */
.butt:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    border-color: #fff9;
}
.butt:hover .icon {
    -webkit-transform: translate(4px);
        -ms-transform: translate(4px);
            transform: translate(4px);
}
.butt:hover::before {
    -webkit-animation: shine 1.5s ease-out infinite;
            animation: shine 1.5s ease-out infinite;
}
.butt::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}
.card-serv {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    /* border: #feebd0 solid 3px; */
  }
  .fond-serv1{
    background: url(../img/Nomina1.webp);
  }  
  .fond-serv2{
    background: url(../img/Nomina\ 2.webp);
  }  
  .fond-serv3{
    background: url(../img/Calculo.webp) no-repeat;
    background-size: 100% 100%;
  }
  .fond-serv4{
    background: url(../img/Asimilado.webp);
    background-size: 100% 100%;
  }
  .fond-serv5{
    background: url(../img/Se1.webp);
    background-size: 100% 100%;
  }
  
  .fond-serv6{
    background: url(../img/Se2.webp);
    background-size: 100% 100%;
  }
  .fond-serv7{
    background: url(../img/Tra1.webp);
    background-size: 100% 100%;
  }
  .fond-serv8{
    background: url(../img/Tra2.webp);
    background-size: 100% 100%;
  }
  .fond-serv9{
    background: url(../img/Des1.webp);
    background-size: 100% 100%;
  }
  .fond-serv10{
    background: url(../img/Des2.webp);
    background-size: 100% 100%;
  }
  .fond-serv11{
    background: url(../img/Des3.webp);
    background-size: 100% 100%;
  }
  .fond-serv12{
    background: url(../img/Des4.webp);
    background-size: 100% 100%;
  }
  .fond-serv13{
    background: url(../img/Rec1.webp);
    background-size: 100% 100%;
  }
  
  .fond-serv14{
    background: url(../img/Rec2.webp);
    background-size: 100% 100%;
  }
  .fond-serv15{
    background: url(../img/Config\ empresarial.webp);
    background-size: 100% 100%;
  }
  .serv {
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }
  
  .serv .front-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    background-color:  rgba(255, 255, 255, 0.5);
  }
  
  .serv .front-content p {
    font-size: 32px;
    font-weight: 700;
    opacity: 1;
    /* background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1); */
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
  }
  
  .serv .con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 10px;
    /* background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% ); */
    background-color: #feebd0;
    padding: 20px;
    line-height: 1.5;
    border-radius: 5px;
    pointer-events: none;
    -webkit-transform: translatex(96%);
        -ms-transform: translatex(96%);
            transform: translatex(96%);
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    padding-left: 50px;
  }
  
  .serv .con .heading {
    font-size: 32px;
    font-weight: 700;
  }
  
  .serv:hover .con {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  
  .serv:hover .front-content {
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
  }
  
  .serv:hover .front-content p {
    opacity: 0;
  }
  
  

  .franja{
    width: 100%;
    height: 250px;
    padding: 30px 60px;
    /* background-color: #f6e1ec; */
    background: url(../img/empleados.webp) fixed center no-repeat;
    background-size: 100%;
    display: flex;
  }
  .cuadros{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 0 60px 30px 60px; */
  }
  .cuadros h2{
    font-size: 30px;
    margin: 30px;
  }
  .jus{
    margin: 10px 0;
  }

  .cabeza1{
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .cabeza1 h1{
    font-size: 40px;
    margin:10px 0 0 0;
  }
  .cabeza1 h3{
    font-size: 25px;
    margin: 10px 0;
  }
  .solucion{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: #F9E4C7;
  }
  .box1{
    width: 30%;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box1 h3{
    width: 50%;
    text-align: center;
    margin-top: 30px;
  }



  footer {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}
.section {
    width: 20%;
    box-sizing: border-box;
}
.section img{
    max-width: 100%;
    margin-bottom: 1px;
}
.section svg{
    margin: 0 30px;
    cursor: pointer;
}
.section h2{
    font-size: 20px;
    margin: 0 0 20px 0;
}
.section li{
    font-size: 15px;
    list-style: none;
    color: #000000;
    margin: 10px 0;
    text-decoration: none;
}
.section a{
    text-decoration: none;
    color: #000000;
}


/*Footer de bolas GC*/   
.pie{    
    background-color: #de7f3700;
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footeer{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(255, 255, 255);
    border-radius: 500px;    
    transition: transform 15s ease;
}
.foote1{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px #fa965894;
    border-radius: 50px;
}
.foote2{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgb(83, 83, 83);
    border-radius: 100px;
}
.foote3{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 64, 255, 0.607);
    border-radius: 100px;
}
.foote4{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(255, 0, 0, 0.436);
    border-radius: 100px;
}
.foote5{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(190, 108, 0);
    border-radius: 100px;
}.foote6{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(251, 0, 255, 0.436);
    border-radius: 100px;
}
.foote7{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 255, 30, 0.372);
    border-radius: 100px;
}
.foote8{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(9, 230, 255, 0.664);
    border-radius: 100px;
}
.grupo-2{
    /* background-color: #de7f377d; */
    padding: 0 10px 10px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    height: 100%;
    width: 100%;
}
.grupo-3 small{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.grupo-3{
    width: 100%;
    background-color: #de7f377d;
    padding: 15px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
}
}


/* Inicio de Resolucion en Telefono */
@media (max-width: 767px) {
  .desktop {
      display: none;
  }
  .tablet {
      display: none;
  }
  .navbar.desktop-list {
      display: none;
  }
  .mobile-list {
      display: block;
      color: whitesmoke;
      position: fixed;
      /* position:sticky; */
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      width: 100%;
      height: 100px;
      background-color: #ffdbbd;
      z-index: 10;
  }

.navbar {
  padding: 10px 20px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #ffff;
  z-index: 10;
  position: static;
}
.ctn{
  padding: 8px 20px;
  background-color: aquamarine;
}

.navbar ul li {
  display: inline-block;
  margin: 0 30px;
  color: #000;
}
a{
  text-decoration: none;
  font-size: 20px;
  color: #000;

}
.logo{
  width: 150px;
  color: aqua;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.under{
  width: 100%;
  display: flex;
  height: 35vh;
  align-items: center;
  box-sizing: border-box;
  background: url(../img/Portada2.webp) no-repeat center; 
  background-size: 100% 100%;
  justify-content: center;
}
.ground{
  flex-basis: 80%;
  height: 130px;
  text-align: center;
  padding: 5px 5px;
  background-color: #ffffff;   
  /* margin: 0px;   */
  font-size: 25px;
}
/* .ground svg{
  animation: up-down 2s ease-in-out infinite alternate-reverse both;    
  
} */
.ground p{
  font-size: 15px;
}
.titulo{
  font-size: 25px;
  margin-bottom: 10px;
}


.button {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  cursor: pointer;
}
.button a{
  text-decoration: none;
  color: #ffffff;
}
.iconito {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  border-color: #fff9;
}
.button:hover .icon {
  -webkit-transform: translate(4px);
      -ms-transform: translate(4px);
          transform: translate(4px);
}
.button:hover::before {
  -webkit-animation: shine 1.5s ease-out infinite;
          animation: shine 1.5s ease-out infinite;
}
.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
  120deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@-webkit-keyframes shine {
0% {
  left: -100px;
}
60% {
  left: 100%;
}
to {
  left: 100%;
}
}
@keyframes shine {
0% {
  left: -100px;
}
60% {
  left: 100%;
}
to {
  left: 100%;
  }
}

.servi {
  width: 100%;
  height: 200vh;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 20px;
  margin-bottom:50px ;
  background-color: #feebd0;
}

.serv-1 {
  width: 100%;
  height: 25vh;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 30px;
  background-color: #fff;
}
.enca-sol{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 15px;
}
.bloque1 {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
  align-items: center;
}

.bloque1 h2 {
  font-size: 20px;
  margin: 0;
}

.bloque2 {
  width: 100%;
  height: 100%;
  padding: 10px;
}
/* .swiper-slide img{
  width: 100%;
  height: 100%;
} */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apoyo{
  width: 100%;
  height: 310px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
}
.apoyo h2{
  font-size: 30px;
}
.ofertas{
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.one{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.one p{
  text-align: center;
  font-size: 20px;
}
.one svg{
  width: 80px;
  height: 80px;
}

.butt {
  width: 300px;
  height: 60px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  cursor: pointer;
}
/* .butt a{
  text-decoration: none;
  color: #ffffff;
} */
.butt:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  border-color: #fff9;
}
.butt:hover .icon {
  -webkit-transform: translate(4px);
      -ms-transform: translate(4px);
          transform: translate(4px);
}
.butt:hover::before {
  -webkit-animation: shine 1.5s ease-out infinite;
          animation: shine 1.5s ease-out infinite;
}
.butt::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
  120deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}
.card-serv {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /* border: #feebd0 solid 3px; */
}
.fond-serv1{
  background: url(../img/Nomina1.webp);
}  
.fond-serv2{
  background: url(../img/Nomina\ 2.webp);
}  
.fond-serv3{
  background: url(../img/Calculo.webp) no-repeat;
  background-size: 100% 100%;
}
.fond-serv4{
  background: url(../img/Asimilado.webp);
  background-size: 100% 100%;
}
.fond-serv5{
  background: url(../img/Se1.webp);
  background-size: 100% 100%;
}

.fond-serv6{
  background: url(../img/Se2.webp);
  background-size: 100% 100%;
}
.fond-serv7{
  background: url(../img/Tra1.webp);
  background-size: 100% 100%;
}
.fond-serv8{
  background: url(../img/Tra2.webp);
  background-size: 100% 100%;
}
.fond-serv9{
  background: url(../img/Des1.webp);
  background-size: 100% 100%;
}
.fond-serv10{
  background: url(../img/Des2.webp);
  background-size: 100% 100%;
}
.fond-serv11{
  background: url(../img/Des3.webp);
  background-size: 100% 100%;
}
.fond-serv12{
  background: url(../img/Des4.webp);
  background-size: 100% 100%;
}
.fond-serv13{
  background: url(../img/Rec1.webp);
  background-size: 100% 100%;
}

.fond-serv14{
  background: url(../img/Rec2.webp);
  background-size: 100% 100%;
}
  .fond-serv15{
    background: url(../img/Config\ empresarial.webp);
    background-size: 100% 100%;
  }
.serv {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.serv .front-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  background-color:  rgba(255, 255, 255, 0.5);
}

.serv .front-content p {
  font-size: 17px;
  font-weight: 700;
  opacity: 1;
  /* background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1); */
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.serv .con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 10px;
  /* background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% ); */
  background-color: #feebd0;
  padding: 20px;
  line-height: 1.5;
  border-radius: 5px;
  pointer-events: none;
  -webkit-transform: translatex(96%);
      -ms-transform: translatex(96%);
          transform: translatex(96%);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  padding-left: 21px;
}
.con p{
  line-height: 15px;
}

.con ul{
  line-height: 15px;
}
.serv .con .heading {
  font-size: 20px;
  /* font-weight: 700; */
}

.serv:hover .con {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.serv:hover .front-content {
  -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
}

.serv:hover .front-content p {
  opacity: 0;
}
.franja{
  width: 100%;
  height: 250px;
  padding: 30px 60px;
  /* background-color: #f6e1ec; */
  background: url(../img/empleados.webp) fixed center no-repeat;
  background-size: 100%;
  display: flex;
}
.cuadros{
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 0 60px 30px 60px; */
}
.cuadros h2{
  font-size: 30px;
  margin: 30px;
}
.jus{
  margin: 10px 0;
}

.cabeza1{
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
  margin-bottom: 30px;
}
.cabeza1 h1{
  font-size: 40px;
  margin:10px 0 0 0;
}
.cabeza1 h3{
  font-size: 25px;
  margin: 10px 0;
}
.solucion{
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: #F9E4C7;
}
.box1{
  width: 30%;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box1 h3{
  width: 50%;
  text-align: center;
  margin-top: 30px;
}


footer {
  width: 100%;
  height: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 5px 0;
}
.section {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.section img{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 1px;
}
.section svg{
  margin: 0 60px;
  cursor: pointer;
}
.section h2{
  font-size: 20px;
  margin: 0 0 20px 0;
  width: 40%;
}
.section li{
  font-size: 15px;
  list-style: none;
  color: #000000;
  margin: 10px 0;
  text-decoration: none;
}
.section a{
  text-decoration: none;
  color: #000000;
}


/*Footer de bolas GC*/   
.pie{    
  background-color: #de7f3700;
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footeer{
  margin: 20px;
  box-shadow: 0px 0px 20px 10px rgb(255, 255, 255);
  border-radius: 500px;    
  transition: transform 15s ease;
}
.foote1{
  margin: 20px;
  box-shadow: 0px 0px 20px 5px #fa965894;
  border-radius: 50px;
}
.foote2{
  margin: 20px;
  box-shadow: 0px 0px 20px 5px rgb(83, 83, 83);
  border-radius: 100px;
}
.foote3{
  margin: 20px;
  box-shadow: 0px 0px 20px 5px rgba(0, 64, 255, 0.607);
  border-radius: 100px;
}
.foote4{
  margin: 20px;
  box-shadow: 0px 0px 20px 5px rgba(255, 0, 0, 0.436);
  border-radius: 100px;
}
.foote5{
  margin: 20px;
  box-shadow: 0px 0px 20px 10px rgb(190, 108, 0);
  border-radius: 100px;
}.foote6{
  margin: 20px;
  box-shadow: 0px 0px 20px 5px rgba(251, 0, 255, 0.436);
  border-radius: 100px;
}
.foote7{
  margin: 20px;
  box-shadow: 0px 0px 20px 5px rgba(0, 255, 30, 0.372);
  border-radius: 100px;
}
.foote8{
  margin: 20px;
  box-shadow: 0px 0px 20px 5px rgba(9, 230, 255, 0.664);
  border-radius: 100px;
}
.grupo-2{
  /* background-color: #de7f377d; */
  padding: 0 10px 10px 10px;
  text-align: center;
  color: rgb(0, 0, 0);
  height: 100%;
  width: 100%;
}
.grupo-3 small{
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.grupo-3{
  width: 100%;
  background-color: #de7f377d;
  padding: 15px 10px;
  text-align: center;
  color: rgb(0, 0, 0);
}

}