.wrap-portfolio-section {
    width: 100%;
}

.portfolio-section {
    box-sizing: border-box;
    margin: 0px auto 0px auto;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width:1350px) {
    .portfolio-section {
        max-width: 1350px;
    }
}

@media (max-width: 1000px) {
    .portfolio-section {
        width: auto;
    }
}
/*************************************************/
/*              Header-Portafolio                */
/*************************************************/
.wrap-portfolio-section-header {
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
}

.portfolio-section-header {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

.portfolio-section-header h2 {
  font-family: 'headm', serif;
  font-weight: 300;
  font-size: clamp(20pt, 4vw , 24pt);
  color: rgb(0,0,153,.9);
  text-shadow: 3px 3px 1px rgb(0,0,153,.2);
}

.portfolio-section-header p {
  margin: 0px;
  font-family: 'textm', serif;
  font-weight: 300;
  text-align: justify;
  font-size: clamp(11pt,1.5vw,12pt);
  color: #666666;
}
/********************************************************/
/*              Seccion productos portafolio            */
/********************************************************/
.wrap-portfolio-section-products {
  background-color: #F3F3F5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.portfolio-section-products {
  display: block;
  padding: 20px;
}

.portfolio-section-products .product {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);

  box-shadow: 1px 1px 20px rgb(0,0,0,.2);

  margin-bottom: 40px;
  border-left: 8px solid #aaaaaa;
  transition: 1s all;
}

.portfolio-section-products .product:hover {
  border-left: 8px solid rgb(0,0,153);
}

.portfolio-section-products .product .col {
  box-sizing: border-box;
  padding: 40px 30px;

  background: #FFFFFF;
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 50%, rgba(206, 222, 245, 1) 100%);
}

.portfolio-section-products .product i {
  padding-left: 10px;
  padding-bottom: 5px;
  color: rgb(0,0,153,.5);
  font-size: 28pt;
}

.portfolio-section-products .product .col h2 {
  font-family: headM, serif;
  font-weight: 600;
  font-size: clamp(14pt,1.5vw,30pt);
  color: #666666;
  text-shadow: 4px 4px 1px rgb(0,0,153,.1);

  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: rgb(51,51,51,.5);
  text-decoration-thickness: 8px;
  text-underline-offset: 10px;
}

.portfolio-section-products .product .col p {
  font-family: textm, serif;
  font-weight: 300;
  font-size: clamp(12pt,1.5vw,14pt);
  color: rgb(51, 51, 51);
}

.portfolio-section-products .product .col button {
  cursor: pointer;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  background-color: rgb(0,0,153);
  color: rgb(255,255,255);
  font-family: textt, serif;
  font-weight: 600;
  transition: .5s all;
  font-size: clamp(10pt,1.5vw,14pt);
}

.portfolio-section-products .product .col button i {
  color: rgb(255,255,255,.9);
  font-size: 12pt;
}

.portfolio-section-products .product .col button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 10px rgb(0,0,0,.3);
}

.portfolio-section-products .product .col1 {
  background-color: rgb(255,255,255);
}

.portfolio-section-products .product .col2 {
  position: relative;
  overflow: hidden;
}

.portfolio-section-products .product .col2::before {
  content: "";
  position: absolute;
  inset: 0; /* cubre todo */
  background: rgba(0,0,153,0.6); /* overlay azul */
  backdrop-filter: blur(5px); /* efecto blur REAL */
  -webkit-backdrop-filter: blur(5px);
  transition: 1s ease;
  pointer-events: none;
}

.portfolio-section-products .product:hover .col2::before {
  opacity: 0;
}


.portfolio-section-products .product-1 .col2 {
  background-image: url(../img/portfolio/capital-humano.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 50px 0px 1px rgb(0,0,0);
}

.portfolio-section-products .product-2 .col2 {
  background-image: url(../img/portfolio/tecno-radar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 50px 0px 1px rgb(0,0,0);
}

.portfolio-section-products .product-3 .col2 {
  background-image: url(../img/portfolio/SatGate.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.portfolio-section-products .product-4 .col2 {
  background-image: url(../img/portfolio/Equilibra.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.portfolio-section-products .product-5 .col2 {
  background-image: url(../img/portfolio/FleetHub.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.portfolio-section-products .product-6 .col2 {
  background-image: url(../img/portfolio/Fluxa.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*******************************************************/
/*                    Seccion de contacto              */
/*******************************************************/
.wrap-portfolio-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-portfolio-section-contac .overlay {
    background-color: rgb(0,0,0,.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
  }
  
  .portfolio-section-contac {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    padding: 40px;
    position: relative;
    z-index: 12;
  }
  
  .portfolio-section-contac .col1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .portfolio-section-contac .col1 p {
    font-family: 'textt', serif;
    font-optical-sizing: auto;
    font-weight: 500;
    color: rgb(255,255,255);
    font-size: clamp(14pt, 1.5vw, 18pt);
    text-align: center;
  }
  
  .portfolio-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;
  }
  
  .portfolio-section-contac .col1 button:hover {
    transform: translateY(-3px);
    box-shadow: 0px 4px 10px rgb(255,255,255,.3);
  }
  
  .portfolio-section-contac .col2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .portfolio-section-contac .col2 img {
    width: 30%;
    height: auto;
  }

@media (max-width:730px) {
    .portfolio-section-contac {
        display: block;
    }
  }
/*******************************************************/
/*                     Partners                        */
/*******************************************************/
.wrap-portfolio-section-partners {
    background-color: rgb(6, 9, 34);
  }
  
  .portfolio-section-partners {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  
  .portfolio-section-partners .partner {
    width: 180px;
    display: block;
    padding: 0px;
  }
  
  .portfolio-section-partener .partner img {
    width: 100%;
    filter: drop-shadow(5px 5px 1px rgb(0,0,0,.1));
  }