@font-face {
    font-family: Inter-Bold;
    src: url("./static/Inter-Bold.ttf");
}
@font-face {
    font-family: Inter-Regular;
    src: url("./static/Inter-Regular.ttf");
}
@font-face {
    font-family: Semi-Bold;
    src: url("./static/Inter-SemiBold.ttf");
}
@font-face {
    font-family: Inter-Medium;
    src: url("./static/Inter-Medium.ttf");
}
@font-face {
    font-family: Inter-Light;
    src: url("./static/Inter-Light.ttf");
}
@font-face {
    font-family: Poppins-regular;
    src: url("./Poppins/Poppins-Regular.ttf");
}

body {
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .item h1 {
    margin-bottom: 10px;
    text-align:left; /* Alinea el texto a la derecha */
  }

  .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 600px; /* Ajusta el ancho máximo según tus necesidades */
    margin-left: 66px;
    margin-bottom: 20px;
  }

  img {
    max-width: 100%;
    height: auto;
    margin-top: 68px;
  }

  h2 {
    margin-bottom: 10px;
  }
  h40{
    font-family: Inter-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin: -1px;
    color: #FAFAFA;

  }
  h48 {
    font-family: Inter-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin: -1px;
    color: #FAFAFA;
    
}
h1{

font-size: 28px;

font-family: Inter-Light;

font-weight: 300;

/* margin-top: 179px; */

/* margin-left: 67px; */

line-height: 71px;

text-align: left;
}
h22 {
    color: #4A5568;
    text-align: center;
    justify-content: space-between;
    font-family: 'Inter-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    text-align: left;
    line-height: 136.023%;
}
.extra{
    font-weight: bold;
    color: #FF4001;
    font-family: Inter-Bold;
}
.text-container {
    text-align: center;
    margin-top: 85px;
    /* height: 10px; */
  }
  nav ul li {
    margin-right: 20px;
  }
  a{
    text-decoration: none;
    margin: 0 -4px;
    color: #4A5568;
    font-family: Inter-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    text-align: center;
    left: 1px;
    line-height: normal;
    padding: 11px;
    text-decoration: none;
  }
  a.linea-2{
    border-bottom: #FF4001 3px solid;
    color: #1e232b;
  }
  button#contact-button{
    /* display: flex; */
    padding: 14px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background: #FF4001;
  }
  nav ul li {
    margin-right: 20px;
    text-align: center;
    margin-top: 10px;
  }
  #toggle-label {
    display: none;
  }
  nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.logo{
    margin-top: 0px;
    width: 164px;
    height: 164px;
}
  label{
    display: none;
    color: #FF4001;
    cursor: pointer;
    /* background-color: chocolate; */
  }
  nav {
    background-color: #333;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav{
    /* display: none; */
    background: #FFF;
    height: 68px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 1;
  }
  #toggle {
    display: none;
  }
  .boton-comencemos {
    
    padding: 23px 38px;
        
    border: none;
        
    cursor: pointer;
        
    /* position: relative; */
        
    /* margin-left: 65px; */
        
    margin-top: 30px;
        
    gap: 10px;
        
    border-radius: 5px;
        
    background: #FF4001;
        
    /* width: 100%; */
    }
    .tabs {
      overflow: hidden;
      /* border-bottom: 1px solid #ddd; */
      display: flex;
      justify-content: center; 
    }
    
    .tablink {
      background-color: #fff;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 1px 8px;
      transition: background-color 0.3s;
    }
    
    .tablink:hover,
    .tablink.active {
      background-color: #ddd;
      border-bottom: #FF4001 solid 2px;
    }
    .cajtabs{
      display: grid;
      align-items: flex-start;
      justify-content: center;
    }
    .cajtabs2{
      display: grid;
      align-items: flex-start;
      justify-content: center;
    }
    .tabcontent {
      line-height: 1.8;
      overflow: hidden;
      height: 0;
      padding: 0 22px;
      width: auto;
      background: #fff;
      padding-bottom: 0;
      transition: height 1s ease, opacity 1s ease, visibility 1s ease, transform 1s ease; 
      position: relative;
      opacity: 0;
      visibility: hidden;
      transform: scale(0.90);
    }
    h2{
      color: #4A5568;
      font-family: Inter-Medium;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      /* margin-left: 188px; */
      line-height: normal;
    }
    .tabcontent.active {
      height: auto;
      padding: 22px;
      padding-bottom: 40px;
      opacity: 1;
      visibility: visible;
      transform: scale(1);
    }
    h4{
      display: inline-block;
      padding: 0;
      color: #4A5568;
      text-align: center;
      font-family: Inter-Regular;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      width: 156px;
      line-height: normal;
      cursor: pointer;
      transition: all 600ms ease;
    }
    .puntos {
      width: 16px;
      height: auto;
      margin-left: 34px;
    }
    .flecha{
      width: 35px;
      height: auto;
      margin-left: 34px;
      margin-top: 10px;
    }
    .container-punt2-tec {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: center;
      margin-top: -23px;
      margin-right: -178px;
    }
    .container-punt {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: center;
      margin-top: -23px;
      margin-right: -178px;
    }
    .container-punt-ser {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: center;
      margin-top: -23px;
      margin-right: -178px;
    }
    .container-punt2 {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: center;
      margin-top: -23px;
      margin-right: -241px;
    }
    .container2 {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: center;
      margin-left: -114px;
      /* margin-top: 122px; */
      margin-left: -1px;
    }
    .container2ex {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: center;
      margin-left: -114px;
      /* margin-top: 122px; */
      margin-left: -1px;
    }
    .container21 {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: center;
      /* z-index: 1; */
      margin-left: -125px;
      /* margin-top: -160px; */
      /* margin-left: -924px; */
    }
    h5{
      color: #FF4001;
      font-family: Inter-Regular;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      cursor: pointer;
                
    }
    .containerex-tec {
      display: flex;
      flex-direction: row;
      /* align-items: center; */
      /* text-align: center; */
      margin-top: -3px;
      /* width: 82px; */
      height: 85px;
      margin-right: 70px;
  }
    .containerex {
        display: flex;
        flex-direction: row;
        /* align-items: center; */
        /* text-align: center; */
        margin-top: -3px;
        /* width: 82px; */
        height: 85px;
        margin-right: 70px;
    }
    h3{
      color: #4A5568;
      font-family: Inter-Regular;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      margin-left: -16px;
      margin-top: 98px;
      margin-right: 49px;
      line-height: normal;
    }
    h9{
      color: #4A5568;
      font-family: Inter-Regular;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      margin-left: -15px;
      margin-top: 69px;
      width: 222px;
      margin-bottom: 24px;
      margin-right: 15px;
      line-height: normal;
    }
    h6 {
        color: #4A5568;
        font-family: Inter-Regular;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        margin-left: 6px;
        margin-top: 10px;
        margin-right: 17px;
        line-height: normal;
    }
    .puntosimgex-tele{
      width: 16px;
      margin-top: 10px;
      margin-left: 2px;
    }
    .puntosimgex{
      width: 16px;
      margin-left: 2px;
    }
    .puntosimgex-erp{
      width: 16px;
      margin-left: 2px;
      margin-top: 10px;
    }
    .puntosimgex-rob{
      width: 16px;
      margin-top: 10px;
      margin-left: -29px;
    }
    .puntosimgex2-1{
      width: 16px;
      margin-left: -17px;
      margin-top: 10px;
    }
    .puntosimgex2{
      width: 16px;
      margin-left: 9px;
      margin-top: 10px;
    }
    .puntosimgex3{
      width: 16px;
      margin-left: 128px;
      margin-top: 11px;
    }
    .puntosimgex4{
      width: 16px;
      margin-left: 26px;
      margin-top: 11px;
    }
    .puntosimg{
      width: 16px;
      margin-left: 2px;
      margin-top: 10px;
    }
    .puntosimg23{
      width: 16px;
      margin-top: 10px;
      margin-left: 2px;
    }
    .puntosimg2{
      width: 16px;
      margin-left: 58px;
    }
    .puntosimg3{
      width: 16px;
      margin-left: 24px;
    }
    .puntosimg4{
      width: 16px;
      /* margin-left: 135px; */
    }
    .contener-2{
      display: flex;
      width: 924px;
      /* justify-content: space-around; */
    }
    .tabs-container {
      min-height: 100vh;
    }
    .exptab{
      color: #4A5568;
      font-family: Inter-Regular;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      margin-left: 31px;
      width: 228px;
      line-height: normal;
    }
    .exptab2{
      color: #4A5568;
      font-family: Inter-Regular;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      /* margin-left: 31px; */
      width: 217px;
      line-height: normal;
    }
    .exptab3{
      color: #4A5568;
      font-family: Inter-Regular;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      margin-left: -432px;
      /* width: 263px; */
      line-height: normal;
    }
    h8{
                /* margin-top: 65px; */
                color: #4A5568;
                font-family: Inter-Regular;
                font-size: 18px;
                width: 400px;
                font-style: normal;
                font-weight: 400;
                width: 1135px;
                text-align: left;
                /* margin-bottom: 82px; */
                /* margin-top: 214px; */
                margin-left: -19px;
                line-height: normal;
            }
    
    .exptab4{
      color: #4A5568;
      font-family: Inter-Regular;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      margin-left: -12px;
      width: 110px;
      line-height: normal;
    }
    .exptab5{
      color: #4A5568;
      font-family: Inter-Regular;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      margin-left: -13px;
      width: 253px;
      line-height: normal;
    }
    .exptab6{
      color: #4A5568;
      font-family: Inter-Regular;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      margin-left: -18px;
      width: 276px;
      line-height: normal;
    }
    
    .tabcontent:after {
      /* Estilos para el seudoelemento si es necesario */
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid transparent;
      bottom: 100%;
      left: 28px;
    }
    .contener-21 {
        display: flex;
        height: 225px;
        justify-content: flex-start;
    }
    .container2-un {
        display: flex;
        height: 100px;
        margin-left: -58px;
        justify-content: flex-start;
    }
    .container2-dos {
        display: flex;
        height: 100px;
        margin-top: 15px;
        margin-left: -29px;
        justify-content: flex-start;
    }
    .contener-23 {
        display: flex;
        height: 84px;
        gap: -6px;
        justify-content: flex-start;
    }
    .containerlar{
      width: 900px;
      margin-left: -125px;
    }
    .container-un{
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: center;
      margin-top: 20px;
      margin-left: -55px;
      height: 85px;
    }
    .container-dos{
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: center;
      margin-top: 20px;
      margin-left: -25px;
      height: 85px;
    }
    
    .caj3{
      height: 700px;
    }
    .container-texto {
      max-width: 800px;
      margin: 0 auto;
      padding: 18px;
      width: 19px;
      margin-top: 75px;
      text-align: center;
      border-top: 4px solid #FF4001; 
    }

    .responsive-text {
      font-size: 1.5em;
      color: #333;
      width: 329px;
      margin-left: -135px;
      text-align: center;
      font-family: Inter-Regular;
      font-size: 35px;
      font-style: normal;
      font-weight: 400;
    }
    footer {
      background-color: #fff;
      padding: 10px;
      display: flex;
      flex-wrap: wrap;
      width: auto;
      height: 671px;
      justify-content: space-between;
      align-items: flex-start;
    }

    .column-footer {
      flex: 1;
      margin-top: 92px;
      margin-bottom: 15px; 
      /* width: 128px; */
    }
    .column-footer2 {
      flex: 1;
      margin-top: 92px;
      margin-bottom: 15px; 
      width: 200px;
      margin-left: -69px;
    }
    .contact-info{
      font-family: Inter-Regular;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      width: 300px;
      color: #4A5568;
    }

    .logo-footer {
      /* width: 50px; */
      /* height: auto; */
      margin-left: 52px;
      margin-top: -64px;
    }
    .num{
      font-family: Inter-Regular;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      width: 274px;
      color: #4A5568;
    }

    .title-footer {
      font-family: Inter-Bold;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 15px;
      margin-left: 4px;
      letter-spacing: -0.09px;
      color: #4A5568;
    }

    .links-footer a {
      text-decoration: none;
      display: block;
      font-family: Inter-regular;
      color: #4A5568;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      line-height: 236.3%;
    }

    .contact {
      text-align: center; 
    }

    .contact img {
      /* width: 30px; */
      height: auto;
      margin-top: 585px;
      /* margin-right: 282px; */
    }
    .extratrap{
      color: #4A5568;
      text-align: justify;
      font-family: Inter-Regular;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      margin-top: 76px;
      /* margin-left: -242px; */
      width: 925px;

    }
    
    p{
      color: #4A5568;
      text-align: justify;
      font-family: Inter-Regular;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      margin-top: 30px;
      /* margin-left: -242px; */
      width: 1028px;
    }
    .puntosimgex{
      width: 16px;
      margin-top: 40px;
      /* margin-left: -60px; */
      margin-bottom: 34px;
    }
    @media (max-width: 768px) {
      .tabs {
        flex-direction: column; /
      }
    
      .tablink {
        width: 100%; 
        border-radius: 5px;
        margin-bottom: 10px; 
      }
    
      .tabcontent {
        position: relative;
        transform: scale(1); 
      }
    }
    @media (min-width: 390px) and (max-width:601px){
        .logo-footer {
        margin-left: -125px;
        margin-bottom: 46px;
        margin-top: 39px;
        /* margin-bottom: 216px; */
        }
        .column-footer {
          flex: 100%;
          margin-top: 228px;
          margin-left: 10px;
        }
        .num {
          font-family: Inter-Regular;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 30px;
          width: 274px;
          margin-left: 0px;
          color: #4A5568;
      }
        .contact-info {
          font-family: Inter-Regular;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 30px;
          width: 300px;
          margin-left: 0px;
          margin-top: 21px;
          color: #4A5568;
      }
        .column-footer2 {
          flex: 100%;
          margin-left: 11px;
        }
        .logo-footer {
          margin-left: 0px;
          margin-top: 637px;
          margin-bottom: -131px;
        }
        .contact img {
          /* width: 30px; */
          height: auto;
          margin-top: 29px;
          margin-left: 300px;
          margin-right: 0px;
        }
  
        .contact {
          text-align: right; 
        }
        .puntosimgex-tele{
          width: 13px;
          position: relative;
          left: -130px;
          top: -30px;
        }
        .finan-h{
          margin-left: -34px;
          margin-right: 11px;
          width: 98px;
        }
        .finan-h2{
          margin-left: -19px;
          margin-right: 11px;
          width: 98px;
        }
        .finan-h3{
          margin-left: -23px;
          margin-right: 11px;
          width: 98px;
        }
        .container-punt-ser {
          display: flex;
          flex-direction: row;
          align-items: center;
          text-align: center;
          margin-top: -23px;
          margin-left: 288px;
          /* margin-right: -161px; */
        }
        .telehtre{
          position: relative;
          left: -150px;
          top: -35px;
        }
        .container2 {
          display: flex;
          flex-direction: row;
          align-items: center;
          text-align: center;
          /* margin-top: 122px; */
          margin-left: 157px;
      }
        .erp-ht{
          margin-left: 0px;
          width: 0px;
          position: relative;
          top: 102px;
          left: 293px;
        }
        .puntosimgex-erp{
          width: 13px;
          margin-left: 0px;
          position: relative;
          left: 305px;
          top: 108px;
        }
        .container div:first-child {
            order: 2;
        }
        .puntosimgex-rob{
          width: 13px;
          margin-top: 3px;
          margin-left: 10px;
        }
        .bio-h{
          margin-left: -57px;
          margin-top: 62px;
        }
        .container-punt2-tec {
          display: flex;
          flex-direction: row;
          align-items: center;
          text-align: center;
          margin-top: -23px;
          margin-left: 154px;
        }
        .item {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            max-width: 600px;
            margin-left: 10px;
            margin-bottom: 20px;
        }
        .exf2{
          margin-left: -16px;
          width: 178px;
          text-align: left;
        }
        .h-sec3{
          margin-left: 18px;
        }
        h8 {
          width: 65px;
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 12px;
          width: 100px;
          font-style: normal;
          font-weight: 400;
          text-align: left;
          margin-left: -19px;
          line-height: normal;
      }
        h9 {
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          margin-left: -15px;
          margin-top: 69px;
          width: 88px;
          margin-bottom: 24px;
          margin-right: 15px;
          line-height: normal;
        }
        .hexper{
          margin-left: -51px;
          width: 200px;
          margin-top: 85px;
        }
        .psec3{
          margin-left: 19px;
        }
        .container2-un {
          display: flex;
          height: 100px;
          margin-left: 287px;
          margin-top: 12px;
          justify-content: flex-start;
      }
        .container-un {
          display: flex;
          flex-direction: row;
          align-items: center;
          text-align: center;
          margin-top: 20px;
          margin-left: 291px;
          height: 85px;
      }
        .exf{
          margin-left: -13px;
          margin-top: 80px;
          width: 157px;
        }
        .tit-h-tec{
          margin-left: 6px;
        }
        .texh21{
          margin-left: -10px;
          width: 100px;
          text-align: left;
        }
        .caj-p-tec{
          margin-left: 2px;
        }
        .container {
            flex-direction: column;
        }
        #contact-button {
            display: none;
        }
        #toggle:checked + label + .menu-drop {
          display: flex;
        }
        label {
          display: block;
          font-size: 25px;
        }
        .container21 {
          display: flex;
          flex-direction: row;
          align-items: center;
          text-align: center;
          /* z-index: 1; */
          margin-left: -13px;
          /* margin-top: -160px; */
          /* margin-left: -924px; */
      }
        .puntosimg23{
          width: 13px;
          margin-left: -10px;
        }
        .containerlar {
          width: 337px;
          margin-left: -13px;
      }
        .containerex-tec {
          display: flex;
          flex-direction: row;
          margin-left: 154px;
          /* text-align: center; */
          margin-top: -3px;
          /* width: 82px; */
          height: 85px;
          margin-right: 132px;
      }
        .containerex {
          display: flex;
          flex-direction: row;
          /* align-items: center; */
          margin-left: 11px;
          margin-top: -4px;
          width: 82px;
          height: 85px;
          /* margin-right: -38px; */
      }
        .puntosimg {
          width: 13px;
          margin-left: 4px;
        }
        .safe-h{
          margin-left: -81px;
        }
        .expe-cli{
          position: relative;
          left: -338px;
          top: -29px;
          text-align: left;
        }
        .puntosimgex2 {
          width: 13px;
          position: relative;
          left: -198px;
          top: -22px;
      }
        .exptab4 {
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          text-align: left;
          position: relative;
          left: -199px;
          width: 110px;
          top: -36px;
          line-height: normal;
      }
        .puntosimgex3 {
          width: 13px;
          position: relative;
          left: -360px;
          top: -23px;
      }
        .puntosimgex4 {
          width: 13px;
          margin-left: -42px;
          margin-top: 10px;
          margin-bottom: 11px;
      }
        .exptab6 {
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          text-align: left;
          margin-left: -13px;
          width: 91px;
          margin-top: 84px;
          line-height: normal;
      }
        .exptab5 {
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          text-align: left;
          margin-top: 84px;
          margin-left: -16px;
          width: 77px;
          line-height: normal;
      }
        .exptab2 {
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          text-align: left;
          margin-left: -15px;
          width: 80px;
          line-height: normal;
      }
        .container-punt2 {
          display: flex;
          flex-direction: row;
          align-items: center;
          text-align: center;
          margin-top: -23px;
          margin-left: 145px;
          margin-right: -102px;
      }
        .puntosimgex {
          width: 13px;
          /* margin-top: 40px; */
          /* margin-left: -60px; */
          /* margin-bottom: 34px; */
      }
        h2 {
          color: #4A5568;
          font-family: Inter-Medium;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          margin-left: 284px;
          margin-top: 29px;
          margin-bottom: -44px;
          line-height: normal;
      }
        .container-punt {
          display: flex;
          flex-direction: row;
          align-items: center;
          text-align: center;
          margin-top: -23px;
          margin-left: 284px;
          /* width: 44px; */
      }
        h3 {
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          margin-left: -33px;
          margin-top: 98px;
          margin-right: 13px;
          width: 167px;
          line-height: normal;
        } 
        .container2ex {
          display: flex;
          flex-direction: row;
          align-items: center;
          text-align: center;
          margin-left: -114px;
          /* margin-top: 122px; */
          margin-left: 281px;
        }
        h5 {
          color: #FF4001;
          font-family: Inter-Regular;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          width: 277px;
          text-align: left;
          cursor: pointer;
      }
        p {
          color: #4A5568;
          text-align: justify;
          font-family: Inter-Regular;
          font-size: 17px;
          font-style: normal;
          font-weight: 400;
          line-height: 30px;
          margin-top: 76px;
          margin-left: 285px;
          width: 356px;
      }
        .menu-drop {
          display: none;
          flex-direction: column;
          position: absolute;
          top: 80px;
          left: 0px;
          height: 226px;
          gap: 12px;
          width: 100%;
          background-color: #fff;
        }
        
      
      }
      @media only screen and  (min-width: 721px)and (max-width: 1025px){
        .tabs {
          overflow: hidden;
          /* border-bottom: 1px solid #ddd; */
          display: flex;
          justify-content: center;
          flex-direction: column;
        }
        .puntosimg23{
          width: 16px;
          margin-left: 2px;
        }
        h3 {
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 17px;
          font-style: normal;
          font-weight: 400;
          margin-left: -29px;
          margin-top: 98px;
          /* width: 130px; */
          margin-right: 37px;
          line-height: normal;
      }
      .container2-un {
        display: flex;
        height: 100px;
        margin-left: -18px;
        justify-content: flex-start;
      }
      .container21 {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        /* z-index: 1; */
        margin-left: -63px;
        /* margin-top: -160px; */
        /* margin-left: -924px; */
      }
      .container-un {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        margin-top: 20px;
        margin-left: -8px;
        height: 85px;
      }
      .containerlar {
        width: 900px;
        margin-left: -63px;
      }
      .container-punt2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        margin-top: -23px;
        margin-right: -90px;
    }
        p {
          color: #4A5568;
          text-align: justify;
          font-family: Inter-Regular;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 30px;
          margin-top: 76px;
          /* margin-left: -242px; */
          width: 960px;
      }
        h2 {
          color: #4A5568;
          font-family: Inter-Medium;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          /* margin-left: 12px; */
          line-height: normal;
      }
        .caj3 {
          height: 900px;
      }
        .tablink {
          background-color: #fff;
          border: none;
          outline: none;
          cursor: pointer;
          padding: 1px 1px;
          transition: background-color 0.3s;
      }
        h4 {
          display: inline-block;
          padding: 0;
          color: #4A5568;
          text-align: center;
          font-family: Inter-Regular;
          font-size: 17px;
          font-style: normal;
          font-weight: 400;
          width: 156px;
          line-height: normal;
          cursor: pointer;
          transition: all 600ms ease;
      }
      }
      @media only screen and  (min-width: 850px)and (max-width: 1050px){
        img {
          max-width: 324px;
          height: auto;
          margin-top: 68px;
        }
        h3.exf2{
          width: 383px;
        }
        .container2 {
          display: flex;
          flex-direction: row;
          align-items: center;
          text-align: center;
          margin-left: -114px;
          /* margin-top: 122px; */
          margin-left: -33px;
      }
        .container21 {
          display: flex;
          flex-direction: row;
          align-items: center;
          text-align: center;
          /* z-index: 1; */
          margin-left: -8px;
          /* margin-top: -160px; */
          /* margin-left: -924px; */
      }
        h8 {
          /* margin-top: 65px; */
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 18px;
          width: 400px;
          font-style: normal;
          font-weight: 400;
          width: 1135px;
          text-align: left;
          position: relative;
          left: 55px;
          margin-left: 9px;
          line-height: normal;
      }
        h9 {
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          margin-left: -15px;
          margin-top: 69px;
          width: 173px;
          margin-bottom: 24px;
          margin-right: 15px;
          line-height: normal;
      }
        .puntosimg {
          width: 16px;
          margin-left: 11px;
          margin-top: 10px;
      }
        p {
          color: #4A5568;
          text-align: justify;
          font-family: Inter-Regular;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 30px;
          margin-top: 76px;
          /* margin-left: -242px; */
          width: 883px;
      }
        .puntosimgex-tele {
          width: 16px;
          margin-top: 10px;
          margin-left: -31px;
      }
      .exptab4 {
        color: #4A5568;
        font-family: Inter-Regular;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        position: relative;
        left: 4px;
        margin-left: -20px;
        width: 110px;
        line-height: normal;
    }
        .puntosimgex {
          width: 16px;
          margin-top: 50px;
          margin-left: -32px;
          position: relative;
          left: 3px;
          margin-bottom: 32px;
      }
        .puntosimgex-erp {
          width: 16px;
          margin-left: -28px;
          margin-top: 10px;
      }
        .puntosimgex2-1 {
          width: 16px;
          margin-left: 8px;
          margin-top: 10px;
      }
        .puntosimgex4 {
          width: 16px;
          margin-left: 1px;
          margin-top: 11px;
      }
        h3 {
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 17px;
          font-style: normal;
          font-weight: 400;
          margin-left: -45px;
          margin-top: 98px;
          width: 172px;
          position: relative;
          left: 25px;
          text-align: left;
          margin-right: 36px;
          line-height: normal;
      }
        .puntosimgex3 {
          width: 16px;
          margin-left: 54px;
          margin-top: 11px;
      }
        .exptab2 {
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 17px;
          font-style: normal;
          font-weight: 400;
          text-align: left;
          /* margin-left: 31px; */
          width: 153px;
          line-height: normal;
      }
        .exptab6 {
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 17px;
          font-style: normal;
          font-weight: 400;
          text-align: left;
          margin-left: -18px;
          width: 276px;
          position: relative;
          left: 6px;
          line-height: normal;
      }
        .exptab5 {
          color: #4A5568;
          font-family: Inter-Regular;
          font-size: 17px;
          font-style: normal;
          font-weight: 400;
          text-align: left;
          margin-top: 109px;
          margin-left: -14px;
          width: 187px;
          position: relative;
          left: -1px;
          line-height: normal;
      }
        footer {
          background-color: #fff;
          padding: 10px;
          display: flex;
          flex-wrap: wrap;
          width: auto;
          height: 671px;
          margin-top: 385px;
          justify-content: space-between;
          align-items: flex-start;
      }
      }