@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,900;1,900&display=swap');


*{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

.ri-home-fill{
  color: rgb(248, 9, 9);
  display:contents;
}
.header{
  font-family: "Montserrat", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 0px 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  max-width: 100%;
  height: 70px;
  margin-top: 40px;
}


.logo img{
width: 200px;
padding: 10px;
}


.navigation ul{
  list-style: none;
}


.header .navigation ul li{
  float: left;
  position: relative;
}
.header .navigation ul li a{
font-size: 15px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding: 20px;
  display: block;
  transition: all .2s ease;

}

.header .navigation ul li a:hover{
color: #0084ff;
transition: all.1s;
}

.navigation ul li ul li{
 
  padding: 5px;
}

.header .navigation ul li ul{
  position: absolute;
  right: 100;
  width: 150px;
  background-color: #ffffff;
  display: none;
  color: rgb(0, 0, 0);
  padding: 10px 5px 5px 5px;
}

.header .navigation ul li ul li a{
font-size: 14px;
padding: 10px;

}

.header .navigation ul li ul li a:hover{
  color: #21c1d7;
 transition: all.5s;
 }
.header .navigation ul li ul li ul{
  position: absolute;
  top: -20px;
  left: 155px;
  width: 170px;


}

.header .navigation ul li ul li{
  width: 100%;
}

.header .navigation ul li:hover > ul{
  display: initial;
}


#toggle,

.header label{
  display: none;
  cursor: pointer;
  }

  .box-soport{
    width: 100%;
    height: 20px;
    background-color:#21c1d7;
    max-width: 1700px;
  }
  
  .box-soport p{
    font-family: "Montserrat", sans-serif;
    text-align:right;
    padding-right:100px ;
    color: white;
    position: fixed;
    display: flex;
    justify-content: end;
    align-items:center ;
    font-size: 12px;
    background-color:#21c1d7;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    
  }
  .box-soport a{
    padding: 8px;
    
    
  }


  @media(max-width:1121px){
      .header label{
          display: initial;

      }

      .header{
          padding: 20px 10px;
      }

      .header .navigation{
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          background-color: #ffffff;
          display: none;
      }

      .header .navigation ul li{
          width: 100%;

      }

      .header .navigation ul li a{
          padding: 8px 30px 8px 10%;
      }

      .header .navigation ul li ul{
          position: relative;
          width: 100%;
          left: 0;
      }
      .header .navigation ul li ul li{
          background-color: #ffffff;

      }
      .header .navigation ul li ul li ul{
          position: relative;
          width: 100%;
          left: 0;
      }

      #toggle:checked  ~.navigation{
          display: block;
      } 
  
  
  
  
      .containerall_port{
          margin: 0 auto;
          width: 100%;
          height: 400px;
  
      }

    .menu{
          width: 40px;
      }
      .box-soport{
        display: none;
        
      }
      .header{
        position: fixed;
         top: 0;
         left: 0;
         right: 0;
         background-color: #ffffff;
         padding: 0px 10%;
         display: flex;
         align-items: center;
         justify-content: space-between;
         z-index: 1000;
         max-width: 100%;
         height: 70px;
         margin-top: -1px;
     }
  }




/* portada landing*/
.contaniner-all-landing{
    width: 100%;
    height: 410px;
    background-image: url(siigo/portadasiigo.webp);
    background-size: cover;
    margin-top: 75px;
  }
  .container-felx-landing{
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 1600px;
    min-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container-felx-landing img{
    width: 700px;
    margin-top:0px;
   
  }
  .conatiner-info-landing{
    font-family: "Montserrat", sans-serif;
    width: 500px;
    height: auto;
    margin-left: 20px;
  }
  .conatiner-info-landing h1{
    color: white;
    font-size: 40px;
    margin-top: 90PX;
    margin-bottom: 10px;
  }
  .conatiner-info-landing p{
    color: rgb(255, 255, 255);
    font-size: 18px;
  
  }
  
  @media(max-width:1286px){
    .contaniner-all-landing{
      width: 100%;
      height: 410px;
      background-image: url(siigo/portadasiigo.webp);
      background-size: cover;
      margin-top: 75px;
    }
  }
  @media(max-width:390px){
    .contaniner-all-landing{
      width: 100%;
      height: 450px;
      background-image: url(siigo/portadasiigo.webp);
    background-size: cover;
      margin-top: 75px;
    } 
  }



  .dirig-coi{
    margin: auto;
    width: 100%;
    height: 600px;
  
  }
  
  .dirig-coi h1{
    text-align: center;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    
  }
  .dirig-coi-flex{
    margin: auto;
    width: 100%;
    max-width: 1500px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  
  
  .card-one-coi{
    width: 300px;
    height: 350px;
    padding: 50px;
    background-color: #f0f0f0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    margin-bottom: 50px;
  }
  .card-one-coi img{
    width: 150px;
  }
  .card-one-coi h2{
    margin-bottom: 50px;
  }
  @media(max-width:1121px){
    .dirig-coi{
      margin: auto;
      width: 100%;
      height: 1700px;
      margin-top: -300px;
    
    }
    
    .dirig-coi h1{
      text-align: center;
      margin-bottom: 30px;
      font-family: "Montserrat", sans-serif;
      font-size: 30px;
      
    }
    .dirig-coi-flex{
      margin: auto;
      width: 100%;
      max-width: 1500px;
      flex-direction: column;
    }
    
    
    .card-one-coi{
      width: 300px;
      height: 350px;
      padding: 50px;
      background-color: #f0f0f0;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
    }
    .card-one-coi img{
      width: 150px;
    }
    .card-one-coi h2{
      margin-bottom: 50px;
    }
  }



  .sae-info{
    margin: auto;
    width: 100%;
    margin-top: 50px;
  }

  .info-all-flex{
    margin: auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .info-all-flex img{
    width: 450px;
  }
.txt-sae{
    width: 530px;
    font-family: montserrat;
    font-size: 16px;
    color: #3b3b3b;
}

.txt-sae h1{
    font-family: montserrat;
    font-size: 30px;
    color: #ff4141;
    margin-bottom: 10px;
}

@media(max-width:1120px){
  .sae-info{
    margin: auto;
    width: 100%;
    margin-top: 50px;
    
  }

  .info-all-flex{
    margin: auto;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

.txt-sae{
    width: auto;
    font-family: montserrat;
    font-size: 16px;
    color: #3b3b3b;
   padding: 10px;
}

.txt-sae h1{
    font-family: montserrat;
    font-size: 30px;
    color: #ff4141;
    margin-bottom: 10px;
}
.info-all-flex img{
  width: 350px;
}
}
/*----------------------------------------------------------------BENEFISION-------------------------------------------*/
.benef-coi{
  margin: auto;
  width: 100%;
  height: 700px;
}
.benef-coi-flex{
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1600px;
}

.benef-coi-txt{
  width: 600px;
}

.benef-coi h1{
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
  font-family: "Montserrat", sans-serif;
}
.benef-coi-txt LI{
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
@media(max-width:1121px){
  .benef-coi{
    margin: auto;
    width: 100%;
    height: 1300px;
  }
  .benef-coi-flex{
    margin: auto;
    width: 100%;
    flex-direction: column;

  }
  .benef-coi-flex img{
    width: 400px;
  }
  .benef-coi-txt{
    width: auto;
    padding: 25px;
  }
  
  .benef-coi h1{
    margin-bottom: 10px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    font-family: "Montserrat", sans-serif;
  }
  .benef-coi-txt LI{
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
  } 
}






.benef-sae{
    margin: auto;
    width: 100%;
    height: 600px;
    margin-top: 100px;
}

.benef-sae h1{
   text-align: center;
   margin-bottom: 50px;
   font-family: montserrat;
   font-size: 30px;
   color: #21c1d7;
}
.benef-sae-felx{
    margin: auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}

.boxes-sae{
    font-family: montserrat;
    width: 350px;
    border-radius: 5px;
    border: solid 1px #ebebeb;
    padding: 10px;
    color: #555555;
    
}
.boxes-sae h2{
    margin-bottom: 20px;
}
.boxes-sae ul{
    list-style: none;

}

.boxes-sae img{
    margin-bottom: 10px;
}

@media(max-width:1120px){
  .benef-sae{
    margin: auto;
    width: 100%;
    height: 1250px;
    margin-top: 100px;
}

.benef-sae h1{
   text-align: center;
   margin-bottom: 50px;
   font-family: montserrat;
   font-size: 30px;
   color: #21c1d7;
}
.benef-sae-felx{
    margin: auto;
    width: auto;
    max-width: 370px;
    flex-direction: column;
}
.boxes-sae{
  margin-bottom: 40px;
}
}












  /*OBETIVS*/
.sistem-sae{
  text-align: center;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-top: 100px;
  
}
.sistem-sae h1{
  font-size: 30px;
  font-family: montserrat;

}
.sistem-sae h2{
  font-size: 20px;
  font-family: montserrat;
  margin-bottom: 20px;

}
.sistem-sae p{
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin: auto;
  width: 900px;
  margin-bottom: 20px;
}


.card-one p{
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin: auto;
  width: 400px;
  margin-bottom: 20px;
}
.objetivs-felx{
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width:1280px;
}

.card-one{
  width: 400px;
  height: 400px;
  padding: 10px;
  background: #f5f5f5;
  text-align: center;

}


@media(max-width:1120px){
  .sistem-sae{
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-top: 200px;
    
  }
  .sistem-sae h1{
    font-size: 30px;
    font-family: montserrat;
  
  }
  .sistem-sae h2{
    font-size: 20px;
    font-family: montserrat;
    margin-bottom: 20px;
  
  }
  .sistem-sae p{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    margin: auto;
    width: 360px;
    margin-bottom: 20px;
  }
  
  
  .card-one p{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    margin: auto;
    width: 300px;
    margin-bottom: 20px;
  }
  .objetivs-felx{
    margin: auto;
    width: 400px;
    flex-direction: column;
    max-width:500px;
  }
  
  .card-one{
    width: 375px;
    height: 400px;
    padding: 10px;
    background: #f5f5f5;
    text-align: center;
  
  }
  
}


  /*VIDEO*/

.vide-siiigo{
  
  width: 100%;
  height: 500px;
  text-align: center;
  
}

.vide-siiigo{
  background: #f3f7f9;
  
}

.vide-siiigo h1{
  color: #032041;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  padding-bottom: 25px;
  width: 50%;
  margin: auto;
  padding-top: 50px;

}
@media screen and (max-width: 1027px){
    
.vide-siiigo h1{
  color: #032041;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  padding-bottom: 25px;
  width: 100%;
  margin: auto;
  padding-top: 20px;
}
.vide-siiigo h1{
font-size: 17px;

}
iframe{
  width: 370px;
}
}

  /*FORM*/

  .formulario-all{
    margin: auto;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
    max-width: 1100px;
  
  }
  .formulario-all img{
    width: 500px;
    border-radius: 10px;
    display: block;
    margin: auto;
  }
  .formulario h1{
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: #00162b;
  }
  .formulario p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    width: 400px;
    text-align: center;
    color: #00162b;
  }
  .input-grup{
    display: flex;
    flex-direction: column;
    border: none;
  
  
  }
  input{
    padding: 10px;
    background: #f1f1f1;
    margin-bottom: 25px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    width: 400px;

    
  }
  select{
    padding: 10px;
    background: #f1f1f1;
    margin-bottom: 25px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    width: 420px;

    
  }
  
  .btn-form{
    background: #139202;
    width: 200px;
    margin: auto;
    border-radius: 20px;
    border: none;
    color: white;
  }
  
  @media screen and (max-width: 1027px){
    .formulario-all{
      margin: auto;
      width: 100%;
      height: 900px;
      flex-direction: column;
      margin-top: 100px;
      max-width: 1100px;
      
    
    }
    .formulario-all img{
      margin: auto;
      width:400px;
      border-radius: 10px;
    }
    .formulario h1{
      font-family: "Montserrat", sans-serif;
      font-size: 30px;
      margin-bottom:20px;
      text-align: center;
      color: #00162b;
    }
    .formulario p{
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      margin-bottom: 30px;
      width: 400px;
      text-align: center;
      color: #00162b;
    }
    .input-grup{
      display: flex;
      flex-direction: column;
      border: none;
  
    
    
    }
    input{
      padding: 10px;
      background: #f1f1f1;
      margin-bottom: 25px;
      border-radius: 10px;
      border: solid 1px #ffffff;
      width:409px;
      
    }
    select{
      padding: 10px;
      background: #f1f1f1;
      margin-bottom: 25px;
      border-radius: 10px;
      border: solid 1px #ffffff;
      width: 420px;
      
    }
    
    .btn-form{
      background: #139202;
      width: 200px;
      margin: auto;
      border-radius: 20px;
      border: none;
      color: white;
    }
    
  }
  @media(max-width:930px){
    input{
      padding: 10px;
      background: #f1f1f1;
      margin-bottom: 25px;
      border-radius: 10px;
      border: solid 1px #ffffff;
      width: 370px;
      
    }
    select{
      padding: 10px;
      background: #f1f1f1;
      margin-bottom: 25px;
      border-radius: 10px;
      border: solid 1px #ffffff;
      width: 370px;
      
    }
  }




  .footer {
    font-family: "Montserrat", sans-serif;
    margin: auto;
    width: 100%;
    background: #21c1d7;
    font-size: 13px;
  
  }
  .footer-col img{
    width: 400px;
  }
  .abautme{
    width: 20%;
    background: #21c1d7;
  }
  .copy{
    text-align: center;
    padding: 20px;
    margin-top: -20px;
    color: #00000065;
  }
  .copy a{
    text-decoration: none;
    color: #00000065;
  }
  .footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.5rem;
    padding: 60px;
  }
  .footer-row .footer-col h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }
  .footer-col .links {
    margin-top: 20px;
  }
  .footer-col .links li {
    list-style: none;
    margin-bottom: 10px;
  }
  .footer-col .links li a {
    text-decoration: none;
    color: #000000;
  }
  .footer-col .links li a:hover {
    color: #ffffff;
  }
  .footer-col p {
    margin: 20px 0;
    color: #000000;
    max-width: 300px;
  }
  .footer-col form {
    display: flex;
    gap: 5px;
  }
  .footer-col input {
    height: 40px;
    border-radius: 6px;
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #7489C6 ;
    caret-color: #fff;
    color: #fff;
    padding-left: 10px;
  }
  .footer-col input::placeholder {
    color: #ccc;
  }
   .footer-col form button {
    background: #fff;
    outline: none;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
  }
  .footer-col form button:hover {
    background: #cecccc;
  }
  .footer-col .icons {
    display: flex;
    margin-top: 30px;
    gap: 30px;
    cursor: pointer;
  }
  .footer-col .icons i {
    color: #afb6c7;
  }
  .footer-col .icons i:hover  {
    color: #fff;
  }
  @media (max-width: 768px) {
    .footer {
      position: relative;
      bottom: 0;
      left: 0;
      transform: none;
      width: 100%;
      border-radius: 0;
      
    }
    .footer-col img{
      width: 300px;
    }
    .footer .footer-row {
      padding: 20px;
      gap: 1rem;
    }
    .footer-col form {
      display: block;
    }
    .footer-col form :where(input, button) {
      width: 100%;
    }
    .footer-col form button {
      margin: 10px 0 0 0;
    }
    .footer {
      font-family: "Montserrat", sans-serif;
      margin: auto;
      width: 100%;
      background: #21c1d7;
      font-size: 13px;
      margin-top: 100px ;
    
    }
  }

  .div-section-one{
    width: 100%;
    height: auto; 
    margin-top: 100px;
  }
  .section-flex-one{
    width: 100%;
    margin: auto;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
  .section-flex-one img{
    width: 180px;
  }
  .box-prod{
    font-family: "Montserrat", sans-serif;
    width: 500px;
  }
  .box-prod h1{
    font-size: 30px;
    color: #19b0e2;
    margin-bottom: 20px;
  }
  .box-prod p{
    font-size: 18px;
    width: 600px;
  }
  
  .box-prod a{
    background-color:#19b0e2;
    padding: 10px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
  display: inline;
    width: 150px;
    text-align: center;
  
  }
  .box-prod a:hover{
    border: solid 1px #19b0e2;
    background: none;
    color: #19b0e2;
    transition: all .2s;
  }
  @media(max-width:994px){
    .div-section-one{
      width: 100%;
      height: auto; 
      margin-top: 100px;
    }
    .section-flex-one{
      width: 100%;
      margin: auto;
      max-width: 1200px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-evenly;
    }
    .section-flex-one img{
      width: 180px;
    }
    .box-prod{
      font-family: "Montserrat", sans-serif;
      width: 500px;
    }
    .box-prod h1{
      font-size: 30px;
      color: #0c3e7f;
      margin-bottom: 20px;
    }
    .box-prod p{
      font-size: 18px;
      width: 400px;
      margin: auto;
    }
    
    .box-prod a{
      background-color:#19b0e2;
      padding: 10px;
      text-decoration: none;
      color: white;
      border-radius: 5px;
    display: inline;
      width: 150px;
      text-align: center;
    
    }
    .box-prod a:hover{
      border: solid 1px #19b0e2;
      background: none;
      color: #19b0e2;
      transition: all .2s;
    }
  }