/*     REPITEEE   */
section.servicios-info{
  margin-top: 66px;
  .container-servicio-info{
    width: 70%;
    margin: 0 auto;
    p{
      color: var(--bg-color-grey-2);
      text-align: center;
      font-family: "DIN-Regular",sans-serif;
      font-size: 30px;
      line-height: 35px; /* 116.667% */
      strong{
        color: var(--bg-color-grey-2);
        font-family: "DIN-Medium",sans-serif;
        font-size: 30px;
        line-height: 35px;
      }
      span{
        color: var(--bg-color-orange-2);
        font-family: "DIN-Bold",sans-serif;
        font-size: 30px;
        line-height: 35px;
      }
    }
  }
}
/****************** rEPITEEEEEEEE   excepto el BG before*******************/
section.servicios{
  background: #fff;
  border-radius: 0 0 60px 60px;
  margin-top: 58px;
  padding-bottom: 45px;
  position: relative;
  .container{
    display: flex;
    flex-direction: column;
    .solucion{
      display: flex;
      flex-direction: row;
      gap: 56px;
      margin-top: 50px;
      .container-img{
        width: 50%;
        filter: url(#svg-rounded);
        min-height: 385px;
        height: 450px;
        max-width: 479px;
        img,svg{
          clip-path: polygon(0% 100%, 0% 0%, 83% 0%, 83% 17%, 100% 17%, 100% 100%);
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
        }
      }
      .propuesta{
        display: flex;
        flex-direction: column;
        width: 50%;
        h2{
          color: var(--bg-color-orange-2);
          font-family: "DIN-Bold",sans-serif;
          font-size: 30px;
          line-height: 35px; /* 116.667% */
        }
        .solucion-aplicacion{
          margin-top: 26px;
          cursor: pointer;
          padding: 1rem;
          transition: all ease 0.5s;
          h3{
            position: relative;
            display: flex;
            justify-content: space-between;

            color: var(--bg-color-grey-2);
            font-family: "DIN-Regular",sans-serif;
            font-size: 18px;
            line-height: 23px; /* 127.778% */

            padding: 12px 0px;
            &::after{
              content: '';
              background: url("../../images/arrow-drop-triangle.svg");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center;
              display: inline-block;
              width: 28px;
              height:28px;
              /*transform: translateX(-150%);*/
              transition: all  ease .5s;
              cursor: pointer;
              flex-shrink: 0;
            }
          }
          hr{
            display: none;
            height: 1px;
            background: #4C4C4E;
            width: 0;
          }
          .solucion-aplicacion-adm{
            color: var(--bg-color-grey-2);
            font-family: "DIN-Regular",sans-serif;
            font-size: 15px;
            line-height: 20px; /* 133.333% */

            max-height: 0;
            visibility: hidden;
            transition: all ease 0.5s;
            ul{
              display: flex;
              flex-direction: column;

              padding-left: 1.1rem;
              li{
              font-size: 15px;
              line-height: 20px; /* 133.333% */
              list-style: unset;
              }
            }


          }
        }
        .solucion-aplicacion.active{
          border-radius: 15.552px;
          background: rgba(255, 116, 9, 0.10);
          box-sizing: border-box;
          h3{
            color: var(--bg-color-orange);
            font-family: "DIN-Medium",sans-serif;
            font-size: 18px;
            line-height: 23px; /* 127.778% */
            &::after{
              transform: rotate(180deg);
            }
          }
          hr{
            width: 100%;
          }
          .solucion-aplicacion-adm{
            max-height: 1000rem;
            visibility: visible;
            ul{
              display: flex;
              flex-direction: column;

              padding-left: 1.1rem;
              li{
              font-size: 15px;
              line-height: 20px; /* 133.333% */
              list-style: unset;
              }
            }


          }
        }
      }
    }
    .solucion.par{
      .container-img{
        order:2
      }
      .solucion{
        order:1
      }
    }
  }
}

section.faq{
  background: rgba(248,157,75,0.2);
  padding: 85px 0;
  .container{
    display: flex;
    flex-direction: row;
    gap: 38px;
    .faq-description-adm{
      justify-content: center;
      display: flex;
      flex-direction: column;
      width: 40%;
      gap: 4px;
      h2{
        color: var(--bg-color-grey-2);
        font-family: "DIN-Regular",sans-serif;
        font-size: 30px;
        line-height: 35px; /* 116.667% */
      }
      h3{
        color: var(--bg-color-orange);
        font-family: "DIN-Bold",sans-serif;
        font-size: 30px;
        line-height: 35px; /* 116.667% */
      }
      p{
        color: var(--bg-color-grey);
        font-family: "DIN-Medium",sans-serif;
        font-size: 20px;
        line-height: 25px; /* 125% */
      }
    }
    hr{
      width: 2px;
      background: var(--1, #F47E24);
      /* max-height: 400px; */
      margin: 3% 0;
    }
    .faqs{
      width: 60%;
      .faq-response{
        transition: all ease 1.5s;
        h3{
          align-items: center;
          border-radius: 14.136px;
          background: var(--5, #FFF);
          gap: 5rem;

          color: var(--bg-color-grey);
          cursor: pointer;
          display: flex;
          flex-direction: row;
          font-family: "DIN-Medium",sans-serif;
          font-size: 14.136px;
          line-height: 17.67px; /* 125% */
          padding: 1rem 30px;
          &::after{
            content: '';
            background: url("../../images/arrow-black-left-triangle.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            display: inline-block;
            width: 28px;
            height:28px;
            /*transform: translateX(-150%);*/
            transition: all  ease .5s;
            cursor: pointer;
            flex-shrink: 0;
          }
        }
        .faq-response-adm{
          padding: 13px 60px 13px 30px;
          box-sizing: border-box;

          height: 0;
          transition: all ease 1.5s;

          max-height: 0rem;
          p{
            color: var(--bg-color-grey-2);
            font-family: "DIN-Regular",sans-serif;
            font-size: 15px;
            line-height: 18px; /* 120% */
            visibility: hidden;
          }
        }
      }
      .faq-response.active{
        h3{
          border-radius: 14.136px;
          background: rgba(245, 159, 66, 0.40);
          box-shadow: 0px 1px 10px 0px rgba(245, 159, 66, 0.70);
          
          color: var(--bg-color-orange);
          font-family: "DIN-Medium",sans-serif;
          font-size: 18px;
          line-height: 23px; /* 127.778% */
          &::after{
            transform: rotate(-90deg);
          }
        }
        .faq-response-adm{
          max-height: 1000rem;
          height: fit-content;
          p{
            visibility: visible;
          }
        }
      }
    }
  }
}
section.trabajemos-juntos{
  .container-trabajemos{
    .container-img{
      img{
        object-position: center bottom;  
      }
    }
  }
}

@media (max-width: 700px) {
  section.servicios-info{
    .container-servicio-info{
      width: 80%;
      margin: 0 auto;
      p{
        font-size: 20px;
        line-height: 25px;
        strong{
          font-size: 20px;
          line-height:25px;
        }
        span{
          font-size: 20px;
          line-height: 25px;
        }
      }
    }
  }

  section.servicios{
    .container{
      .solucion{
        flex-direction: column;
        gap: 1rem;
        margin-top: 60px;
        .container-img{
          order: 2;
          width: 100%;
          height: 271px;
          img{
          }
        }
        .propuesta{
          width: 100%;
          order: 1;
          h2{
            color: var(--bg-color-orange-2);
            font-family: "DIN-Bold",sans-serif;
            font-size: 30px;
            line-height: 35px; /* 116.667% */
          }
          .solucion-aplicacion{
            margin-top: 26px;
            cursor: pointer;
            padding: 1rem;
            transition: all ease 0.5s;
            h3{
              font-family: "DIN-Light",sans-serif;
              font-size: 18px;
              line-height: 23px;
              &::after{
                height: 24px;
                width: 24px;
              }
            }
            hr{
            }
            .solucion-aplicacion-adm{
              color: var(--bg-color-grey-2);
              font-family: "DIN-Regular",sans-serif;
              font-size: 15px;
              line-height: 20px; /* 133.333% */
  
              max-height: 0;
              visibility: hidden;
              transition: all ease 0.5s;
              ul{
                display: flex;
                flex-direction: column;
  
                padding-left: 1.1rem;
                li{
                font-size: 15px;
                line-height: 20px; /* 133.333% */
                list-style: unset;
                }
              }
            }
          }
          .solucion-aplicacion.active{
            h3{
              &::after{
              }
            }
            hr{

            }
            .solucion-aplicacion-adm{
              ul{
                li{
               
                }
              }
  
  
            }
          }
        }
      }
      .solucion.par{
        .container-img{
          order:2
        }
        .propuesta{
          order:1
        }
      }
    }
  }

  section.faq{
    .container{
      flex-direction: column;
      gap: 22px;
      .faq-description-adm{
        width: 100%;
        h2{
          font-family: "DIN-Light",sans-serif;
          font-size: 25px;
          line-height: 30px; /* 116.667% */
        }
        h3{
          color: var(--bg-color-orange);
          font-family: "DINAlternate-Bold",sans-serif;
          font-size: 25px;
          line-height: 30px; /* 116.667% */
        }
        p{
          font-size: 15px;
          line-height: 20px; /* 125% */
        }
      }
      hr{
        display: none;
      }
      .faqs{
        width: 100%;
        .faq-response{
          h3{
            font-family: "DIN-Medium";
            gap: 22px;
            &::after{
              width: 24px;
              height:24px;
            }
          }
          .faq-response-adm{
            p{

            }
          }
        }
        .faq-response.active{
          h3{
            
          }
          .faq-response-adm{
            
            p{
              
            }
          }
        }
      }
    }
  }
}