
.sistemasTitles{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size:49px;
  line-height:51px;
  color:white;
  position:relative;
}

.sistemasSubtitles{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size:17px;
  line-height:26px;
  color:white;
  position:relative;
}

.sistemasTexto{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:17px;
  line-height:26px;
  color:white;
}

.sistyestra{
  display:flex;
  flex-direction:column;
  background-color:black;
  width:100%;
  align-items:center;
}

.sistemas{
  display:flex;
  background-color:black;
  width:100%;
  padding:91.5px 0 87.7px 129px;
  gap:70px;
  justify-content:space-between;
  position:relative;
  min-height:731px;
  /*background-color:darkgrey;*/
}

.sistemasInformacion{
  display:flex;
  flex-direction:column;
  gap:49px;
  position:relative;
 /* background-color:brown;*/
  max-width:900px;
}

.sistemasPuntos{
  display:flex;
  width:fit-content;
  flex-direction:column;
  gap:19.5px;
 /* background-color:purple;*/
  position:relative;
  justify-content:center;
}

.sistemasPuntuales{
  display:flex;
  gap:22.6px;
  width:fit-content;
  /*background-color:green;*/
  position:relative;
}

.sistemasBola{
  display:flex;
  background-color:#FEE209;
  border-radius:50px;
  width:25px;
  height:25px;
  flex-shrink:0;
}

.sistemasImagenes{
  display:flex;
  position:relative;
  max-width:600px;
  /*background-color:lightblue;*/
  flex-shrink:0;
}

.sistemasFotoGrande{
  display:flex;
  margin-left:42px;
  width:426px;
  height:494px;
 /* background-color:red;*/
  position:relative;
  background-image: url("./imgs/sistemas/sistemasImg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sistemasFotoChica{
 display:flex;
 position:absolute;
 height:214.62px;
 width:212.28px;
 bottom:49px;
 left:0;
/*background-color:blue;*/
background-image: url("./imgs/sistemas/sistemasCircle.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sistemasEstrategia{
  display:flex;
  width:100%;
  background-color:black;
  padding:0px 100px 0 129px;
  gap:60.5px;
  /*background-color:blue;*/
  max-width:1280px;
  justify-content:center;
  position:relative;
}

.space{
  height:1300px;
}

.extraPad{
  padding-top: 30px;
}

.dobleCol{
  display: flex;
  gap: 60px;
}

@media(max-width:1000px){

  .sistemas{
    /*border: 1px solid blue;*/
    padding:50px 0 50px 40px;
    gap:10px;
    align-items: center;
  }


  .sistemasImagenes{
    /*border:1px solid pink;*/
    /*max-height:600px;
    max-width: 530px;*/
    max-width: none;
    max-height: none;
    margin: 0;
    height: auto;
    width:45%;
    aspect-ratio:  426/496;
  }

  .sistemasFotoGrande{
    height: auto;
    width: 100%;
    aspect-ratio:  426/496;
  }

  .sistemasInformacion{
    /*border: 4px solid yellow;*/
  }

  .sistemasEstrategia{
    /*border: 1px solid yellow;*/
    flex-direction: column;
    padding: 0 40px;
  }

  br{
    display: none;
  }
  

}

@media(max-width:600px){

  .sistemas{
     flex-direction: column;
     align-items: flex-end;
     gap:20px;

  }

  .sistemasInformacion{
    margin-right:30px;
    gap:25px;
  }

  .sistemasTexto{
    font-size: 15px;
    line-height: 21px;
  }
  
  .sistemasTitles{
    font-size: 38px;
    line-height: 41px;
  }

  .sistemasImagenes{
    width: 100%;
    max-width: 400px;
    overflow: hidden;
  }
  .sistemasFotoGrande{
    height: 100%;
  }

  .extraPad{
    padding-top: 10px;
  }

  .dobleCol{
    flex-direction: column;
    gap:20px;  
  }

  .sistemasEstrategia{
    gap:30px;
  }

}