.wrap-service-section {
    width: 100%;
    overflow: hidden;
}

.service-section {
    box-sizing: border-box;
    margin: 0px auto 0px auto;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    /*background-color: brown;*/
}

@media (min-width:1350px) {
    .service-section {
        max-width: 1351px;
    }
}

@media (max-width: 1000px) {
    .service-section {
        width: auto;
    }
}
/************************************************/
/*                 Separator                    */
/************************************************/
.wrap-services-section-separator {
  background-color: transparent;
  opacity: .9;
}

.wrap-services-section-separator .services-section-separator-right {
  padding-bottom: 20px;
  padding-top: 20px;
}

.services-section-separator-right {
  display: flex;
  gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: right;
  align-items: center;
}

.services-section-separator-right .line {
  width: 40%;
  height: 2px;
  padding: 2px;
  background-color: rgb(0,0,153);
  border-radius: 5px;
  box-shadow: 5px 5px 1px rgb(0,0,153,.2);
}
  
.services-section-separator-right .chart1 {
  background-color: rgb(0, 0, 255);
  width: 1%;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 5px 5px 1px rgb(0,0,255,.2);
}
  
.services-section-separator-right .chart2 {
  background-color: rgb(0, 0, 151);
  width: 1%;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 5px 5px 1px rgb(0,0,151,.2);
}
/****************************************************/
/*                  Separator Line                  */
/****************************************************/
.wrap-service-section-separator-line {
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-section-separator-line {
  padding-left: 80px;
  padding-right: 80px;
}

.service-section-separator-line .line {
  width: auto;
  padding: 1px;
  background-color: rgb(0,0,0,.1);
}
/*****************************************************/
/*                  Seccion 1                        */
/*****************************************************/
.wrap-service-section-1 {
  background-color: transparent;
}

.service-section-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0px;
}

.service-section-1 .col1 img {
  width: 100%;
  height: 90%;
  object-fit: contain;
  max-height: 100%;
  filter: grayscale(100%) brightness(50%) drop-shadow(5px 5px 2px rgb(0,0,153,.5));
}

.service-section-1 .col2 {
  grid-column: span 2 / span 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 20px 120px;
  border-left: 1px solid rgb(0,0,153,.3);
}

.service-section-1 .col2 p {
  font-family: 'textm', serif;
  font-weight: 300;
  font-size: clamp(10pt, 1.5vw, 14pt);
  color: #666666;
}

@media (max-width:730px) {
  .service-section-1 {
      display: block;
  }

  .service-section-1 .col1 {
      display: none;
  }

  .service-section-1 .col2 {
    border-left: 40px solid rgb(0,0,153,.9);
    padding: 20px;
    border-radius: 0px;
    text-align: justify;
  }
}
/****************************************************/
/*                  Seccion 2                       */
/****************************************************/
.wrap-service-section-2 {
    background-color: transparent;
    /* background-image: url(../img/services/bannerService_4.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 0px 20px 0px;
    position: relative;
    z-index: 10;
}

.wrap-service-section-2 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0,0,0,.8);
    z-index: 11;
}

.service-section-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 12;
}

.service-section-2 article {
    width: 100%;
    text-align: center;
}

.service-section-2 article h2 {
    padding: 0px 10px;
    text-align: center;
    color: #000000;
    text-shadow: 4px 4px 1px rgb(255,255,255,.1);
    font-family: 'headm', serif;
    font-weight: 600;
    font-size: clamp(18pt,4vw,20pt);
    position: relative;
    z-index: 12;
}

.service-section-2 article p {
  padding: 0px 10px;
  text-align: justify;
  color: #666666;
  font-size: clamp(11pt,1.5vw,12pt);
  font-family: 'textm', serif;
  font-weight: 400;
}

.service-section-2 img {
    width: 220px;
    margin: 0px;
    position: relative;
    z-index: 12;
}

@media (max-width:476px) {
    .service-section-2 {
        gap:0px
    }

    .service-section-2 img {
        width: 160px;
    }
}
/*******************************************************/
/*                    Seccion a5                       */
/*******************************************************/
.wrap-service-section-a5 {
  background-color: rgb(0,0,153);
}

.service-section-a5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.service-section-a5 .col1 {
  padding-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
}

.service-section-a5 .col1 .line {
  width: 100%;
  height: 4px;
  border-radius: 1px 0px 0px 1px;
  background-color: rgb(255,255,255,.9);
}

.service-section-a5 .col2 {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
}

.service-section-a5 .col2 h2 {
  font-family: 'headm', serif;
  font-size: clamp(24pt,4vw,28pt);
  color: rgb(255,255,255,.8);
  font-weight: 300;
}
/*******************************************************/
/*                    Seccion 5                        */
/*******************************************************/
.wrap-service-section-5 {
  background-color: rgb(0,0,153);
}

.service-section-5 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}

.service-section-5 .circle1 {
  width: 300px;
  height: 300px;
  background-color: rgb(0,0,255,.2);
  z-index: 11;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 140px;
}

.service-section-5 .circle2 {
  width: 250px;
  height: 250px;
  background-color: rgb(0,0,0,.2);
  z-index: 11;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 140px;
}

.service-section-5 .card {
  width: 240px;
  overflow: hidden;
  padding: 10px;
  background-color: rgb(255,255,255,.1);
  border: 1px solid rgb(255,255,255,.2);
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 12;
}

.service-section-5 .card h3 {
  height: 60px;
  font-family: 'headm', serif;
  font-weight: 400;
  color: rgb(255,255,255);
  font-size: 14pt;
  margin: 0px;
}

.service-section-5 .card p {
  height: 90px;
  font-family: 'textm', serif;
  font-weight: 300;
  color: rgb(255,255,255,.8);
  margin: 0px;
}

.service-section-5 .card figure {
  background-color: bisque;
  width:  100%;
}

.service-section-5 .card img {
  width: 90px;
  height: auto;
  filter: grayscale(100%) brightness(0) invert(1);
}
/*******************************************************/
/*                    Seccion b5                       */
/*******************************************************/
.wrap-service-section-b5 {
  background-color: rgb(0,0,153);
}

.service-section-b5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-section .col {
  position: relative;
  z-index: 12;
}

.service-section-b5 .col1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-section-b5 .col1 h3 {
  font-family: 'headm', serif;
  font-size: clamp(20pt,4vw,24pt);
  font-weight: 400;
  text-align: center;
  color: rgb(255,255,255,.9);
}

.service-section-b5 .col2 {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
}

.service-section-b5 .col2 p {
  margin:0px;
  font-family: 'textm', serif;
  font-weight: 300;
  font-size: clamp(10pt,1.5vw,12pt);
  color: rgb(255,255,255,.8);
  padding-right: 10px;
}

.service-section-b5 .col2 p span {
  font-weight: 600;
}

@media (max-width:710px) {
  .service-section-b5 .col2 p {
    margin-bottom: 10px;
  }
}

@media (max-width:580px) {
  .service-section-b5 {
    display: block;
  }

  .service-section-b5 .col2 p {
    padding-left: 10px;
  }
}

/*******************************************************/
/*                    Seccion headProcess              */
/*******************************************************/
.wrap-service-section-headProcess {
  background-color: transparent;
}

.service-section-headProcess {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.service-section-headProcess .col1 {
  padding-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
}

.service-section-headProcess .col1 .line {
  width: 100%;
  height: 4px;
  border-radius: 1px 0px 0px 1px;
  background-color: rgb(0,0,153,.9);
}

.service-section-headProcess .col2 {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
}

.service-section-headProcess .col2 h2 {
  font-family: 'headm', serif;
  font-size: clamp(24pt,4vw,28pt);
  color: rgb(0,0,153,.8);
  font-weight: 300;
}
/*******************************************************/
/*                    Seccion de Text process          */
/*******************************************************/
.wrap-service-section-textProcess {
  background-color: transparent;
}

.service-section-textProcess {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.service-section-textProcess h2 {
  font-family: 'headm', serif;
  font-weight: 600;
  text-align: center;
  color: #666666;
}
/*******************************************************/
/*                    Seccion de process               */
/*******************************************************/
.wrap-service-section-process1 {
  background-color: transparent;
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-section-process1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 1px;
  box-sizing: border-box;
  background-color: rgb(0,0,153,.3);
}

.service-section-process1 .col {
  background-color: #fefefe;
  box-sizing: border-box;
  padding: 10px;
}

.service-section-process1 .col h3 {
  font-family: 'textt', serif;
  font-weight: 900;
  color: aliceblue;
  background-color: rgb(0,0,153,.8);
  width: 20px;
  text-align: center;
  padding: 20px;
  border-radius: 40px;
}

.service-section-process1 .col h4 {
  font-family: 'headm', serif;
  font-weight: 500;
}

.service-section-process1 .col p {
  font-family: 'textm', serif;
  font-weight: 300;
  color: #666666;
}

.service-section-process1 .col9 {
  display: none;
}

@media (max-width:980px) {
  .service-section-process1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .service-section-process1 .col9 {
    display: block;
  }
}

@media (max-width:730px) {
  .service-section-process1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .service-section-process1 .col9 {
    display: none;
  }
}

@media (max-width:540px) {
  .service-section-process1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .service-section-process1 .col9 {
    display: none;
  }
}
/*******************************************************/
/*                Seccion de End Text process          */
/*******************************************************/
.wrap-service-section-endtextProcess {
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.service-section-endtextProcess {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 10px;
  flex-direction: column;
  background: #000099;
  background: linear-gradient(52deg, rgba(0, 0, 153, 1) 0%, rgba(77, 77, 255, 1) 100%);
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgb(0,0,0,.2);
}

.service-section-endtextProcess h2 {
  font-family: 'headm', serif;
  font-weight: 600;
  text-align: center;
  color: aliceblue;
}

.service-section-endtextProcess p {
  font-family: 'textm', serif;
  font-weight: 300;
  text-align: center;
  color: aliceblue;
}
/*******************************************************/
/*                    Seccion headPortafolio           */
/*******************************************************/
.wrap-service-section-head-portafolio {
  background-color: transparent;
}

.service-section-head-portafolio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.service-section-head-portafolio .col1 {
  padding-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
}

.service-section-head-portafolio .col1 .line {
  width: 100%;
  height: 4px;
  border-radius: 1px 0px 0px 1px;
  background-color: rgb(0,0,153,.9);
}

.service-section-head-portafolio .col2 {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
}

.service-section-head-portafolio .col2 h2 {
  font-family: 'headm', serif;
  font-size: clamp(24pt,4vw,28pt);
  color: rgb(0,0,153,.8);
  font-weight: 300;
}
/*******************************************************/
/*                    Seccion Portafolio               */
/*******************************************************/
.wrap-service-section-portafolio {
  background-color: transparent;
}

.service-section-portafolio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 40px;
  padding: 20px 10px;
}

.service-section-portafolio .col {
  height: 350px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 0px 10px rgb(0,0,0);
}

.service-section-portafolio .col .overlay {
  background-color: rgb(0,0,153,.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 270px;
  left: 0px;
  box-sizing: border-box;
  padding: 10px 20px;
  transition: 1s all;
}

.service-section-portafolio .col .overlay h3 {
  color: rgb(255,255,255,.9);
  font-family: 'headm', serif;
}

.service-section-portafolio .col .overlay p {
  color: rgb(255,255,255,.9);
  font-family: 'textm', serif;
  opacity: 0;
  transition: 3s all;
}

.service-section-portafolio .col:hover .overlay p {
  opacity: 1;
}

.service-section-portafolio .col .overlay button {
  cursor: pointer;
  background-color: rgb(255,255,255);
  border: none;
  color: rgb(0,0,153,.9);
  font-family: 'textt', serif;
  font-weight: 900;
  border-radius: 20px;
  padding: 10px 30px;
  opacity: 0;
  transition: 3s all;
}

.service-section-portafolio .col .overlay button::after {
  content: '➯';
  margin-left: 10px;
  opacity: 0;
  transition: opacity 1s ease;
}

.service-section-portafolio .col .overlay button:hover::after {
  content: '➯';
  opacity: 1;
}

.service-section-portafolio .col:hover .overlay button {
  opacity: 1;
}

.service-section-portafolio .col:hover .overlay {
  top: 155px;
}


.service-section-portafolio .col1 {
  background-image: url(../img/portfolio/capital-humano.png);
}

.service-section-portafolio .col2 {
  background-image: url(../img/portfolio/tecno-radar.png);
}

@media (max-width: 750px) {
  .service-section-portafolio {
    display: block;
  }

  .service-section-portafolio .col {
    margin-bottom: 20px;
  }
}
/*******************************************************/
/*              Seccion Portafolio Clientes            */
/*******************************************************/
.wrap-service-section-clients {
  background-color: transparent;
}

.service-section-clients {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-section-clients .col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
}

.service-section-clients .col1 h3 {
  width: 100%;
  text-align: left;
  font-family: 'headm', serif;
  font-weight: 600;
  color: #333333;
  margin: 0px;
}

.service-section-clients .col1 h4 {
  width: 100%;
  text-align: left;
  font-family: 'headm', serif;
  font-weight: 300;
  color: rgb(0,0,153,.5);
  margin: 0px;
}

.service-section-clients .col1 p {
  width: 100%;
  text-align: left;
  font-family: 'textm', serif;
  font-weight: 300;
  color: #666666;
}

.service-section-clients .col1 p b {
  font-weight: 600;
}

.service-section-clients .col2 img {
  width: 260px;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.service-section-clients .col2 .separator {
  width: 70%;
  height: 1px;
  background-color: #cccccc;
  margin-top: 50px;
}

@media (max-width:600px) {
  .service-section-clients {
    display: block;
  }
}
/*******************************************************/
/*                    Seccion de contacto              */
/*******************************************************/
.wrap-service-section-contac {
    background-color: transparent;
    background-image: url(../img/background_contact1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 10;
  }
  
  .wrap-service-section-contac .overlay {
    background-color: rgb(0,0,0,.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
  }
  
  .service-section-contac {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    padding: 40px;
    position: relative;
    z-index: 12;
  }
  
  .service-section-contac .col1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  
  .service-section-contac .col1 p {
    font-family: 'textt', serif;
    font-weight: 500;
    color: rgb(255,255,255);
    font-size: clamp(14pt,1.5vw, 18pt);
    text-align: center;
  }
  
  .service-section-contac .col1 button {
    cursor: pointer;
    background-color: rgb(255,255,255);
    color: rgb(0,0,0,.8);
    border: none;
    border-radius: 20px;
    padding: 10px 25px;
    font-family: 'textt', serif;
    font-weight: 900;
    font-size: 14pt;
    transition: .5s all;
  }
  
  .service-section-contac .col1 button:hover {
    transform: translateY(-3px);
    box-shadow: 0px 4px 10px rgb(255,255,255,.3);
  }
  
  .service-section-contac .col2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .service-section-contac .col2 img {
    width: 30%;
    height: auto;
  }

  @media (max-width:730px) {
    .service-section-contac {
        display: block;
    }
  }