.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: transparent;
}

.portfolio-section-products {
  display: block;
  padding: 10px;
}

.portfolio-section-products .product {
  cursor: pointer;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgb(0,0,0,.5),
              1400px 0px 80px rgb(0,0,153,.8) inset;
  transition: 1s all;
}

.portfolio-section-products .product:hover {
  box-shadow: 0px 0px 10px rgb(0,0,0,.5),
              500px 0px 80px rgb(0,0,153,.8) inset;
}

.portfolio-section-products .product .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.portfolio-section-products .wrap .col {
  box-sizing: border-box;
  padding: 20px;
}

.portfolio-section-products .product-1 {
  background-image: url(../img/portfolio/capital-humano.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 10px rgb(0,0,0,.5),
              1400px 0px 80px rgb(0,0,153,.8) inset;
  transition: 1s all;
}

.portfolio-section-products .product-2 {
  background-image: url(../img/portfolio/tecno-radar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.portfolio-section-products .product-1:hover {
  box-shadow:  0px 0px 10px rgb(0,0,0,.5),
               500px 0px 80px rgb(0,0,153,.8) inset;
}

.portfolio-section-products .product-2:hover {
  box-shadow:  0px 0px 10px rgb(0,0,0,.5),
               500px 0px 80px rgb(0,0,153,.8) inset;
}

.portfolio-section-products .product .wrap .col h2 {
  font-family: 'headm', serif;
  font-weight: 600;
  font-size: clamp(18pt, 4vw , 30pt);
  color: rgb(255,255,255);
  text-shadow: 3px 3px 1px rgb(0,0,0,.5);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: rgb(255,255,255);
  text-decoration-thickness: 8px;
  text-underline-offset: 11px;
}

.portfolio-section-products .product .wrap .col p {
  font-family: 'textm', serif;
  font-weight: 200;
  font-size: clamp(16pt, 4vw , 20pt);
  color: rgb(255,255,255,.9);
  text-shadow: 2px 2px 1px rgb(0,0,0,1);
  background-color: rgb(0,0,0,.2);
  border: 1px solid rgb(255,255,255,.1);
  padding: 15px;
  border-radius: 10px;
}

@media (max-width:540px) {
  .portfolio-section-products .product .wrap-up {
    display: block;
  }
  .portfolio-section-products .product .wrap-down {
    display: block;
  }
  .portfolio-section-products .product .wrap-up .col2 {
    display: none;
  }
  .portfolio-section-products .product .wrap-down .col1 {
    display: none;
  }
}

@media (max-width:900px) {
  .portfolio-section-products .product:hover {
    box-shadow: 0px 0px 10px rgb(0,0,0,.5),
    450px 0px 80px rgb(0,0,153,.8) inset;
  }
}

@media (max-width:700px) {
  .portfolio-section-products .product:hover {
    box-shadow: 0px 0px 10px rgb(0,0,0,.5),
    350px 0px 80px rgb(0,0,153,.8) inset;
  }
}

@media (max-width:600px) {
  .portfolio-section-products .product:hover {
    box-shadow: 0px 0px 10px rgb(0,0,0,.5),
    300px 0px 80px rgb(0,0,153,.8) inset;
  }
}

@media (max-width:500px) {
  .portfolio-section-products .product:hover {
    box-shadow: 0px 0px 10px rgb(0,0,0,.5),
    250px 0px 80px rgb(0,0,153,.8) inset;
  }
}

@media (max-width:400px) {
  .portfolio-section-products .product:hover {
    box-shadow: 0px 0px 10px rgb(0,0,0,.5),
    200px 0px 80px rgb(0,0,153,.8) inset;
  }
}

@media (max-width:300px) {
  .portfolio-section-products .product:hover {
    box-shadow: 0px 0px 10px rgb(0,0,0,.5),
    150px 0px 80px rgb(0,0,153,.8) inset;
  }
}
/*******************************************************/
/*                    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));
  }