* {
  padding: 0;
  margin: 0;
}

/* --------- Main --------- */

.container-team {
  width: 85%;
  margin: auto;
  padding: 150px 0;
}

h1 {
  color: #000000;
}

h3 {
  font-size: 30px;
  color: #114074;
  text-align: left;
  font-weight: 800;
  margin-top: 60px;
}

h4 {
  font-size: 22px;
  font-weight: 900;
  color: #114074;
  margin-bottom: 10px;
}

.container-cards {
  padding: 40px;
  background: #f7fbf3;
  border-radius: 12px;
  width: 16%;
  height: 140px;
}

.container-cards div:nth-of-type(1) {
  height: 80px;
}

.container-cards span {
  font-size: 16px;
  font-weight: 600;
  color: #114074;
}

.button {
  font-size: 16px;
  color: #114074;
  background: transparent;
  border: 2px solid #114074;
  width: 100px !important;
  padding: 5px 10px;
  font-weight: 800;
}

.button:hover {
  background: #114074;
  color: white;
  border: 2px solid #114074;
}

.button img {
  transition: 0.5s all ease-in-out;
}

.button:hover img {
  filter: brightness(0) invert(1);
}

.container-flex-cards {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

/*----- Pop up -----*/

.blackBkg80 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#downloadInfoFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
  justify-content: center;
    align-items: center;
}

.pop-up {
  position: fixed;
  width: 90%;
  margin: 0 auto;
  left: 0;
  justify-content: center;
  flex-direction: column;
  display: flex;
  max-width: 800px;
  right: 0;
  background-color: #ffffff;
}

.closeDiv {
  position: relative;
  text-align: right;
  color: #6F6F6F;
  cursor: pointer;
  font-size: 22px;
  width: calc(100% - 3px);
}


.container-pop-up-informacion{
  padding: 50px 0;
  width: 90%;
  margin: auto;
}


.container-title-pop-up{
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}

.container-title-pop-up h5{
  color: #114074;
  font-size: 25px;
}


.container-title-pop-up span{
  color: #114074;
  font-size: 20px;
}


@media screen and (max-width: 769px) {
  .container-team {
    width: 90%;
  }

  h3 {
    font-size: 20px;
  }

  h1 {
    font-size: 25px;
  }

  .container-flex-cards .slick-dots li button {
    width: 15px;
    height: 15px;
    background: #ededed;
    color: #ededed;
    border-radius: 15px;
  }

  .container-flex-cards .slick-dots li button:before {
    width: 15px;
    height: 15px;
    background: #114074;
    color: #114074;
    border-radius: 15px;
  }
  .container-flex-cards.slick-dots li.slick-active button:before {
    color: #114074;
    background: #114074;
  }

  .slick-dots {
    bottom: -35px !important;
  }

  .operationsCard {
    width: 27% !important;
  }

  .container-cards {
    text-align: center;
    width: unset;
    margin: 2px;
  }

  .container-cards  div:nth-of-type(1) {
    height: 105px;
  }

  .container-cards h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .container-cards span {
    font-size: 12px;
  }

  .button {
    font-size: 12px;
    width: 70px !important;
    display: flex;
    margin: 15px auto 0;
    justify-content: space-around;
    border-radius: 30px;
  }
}
