/*------text-container------*/
.container_text_3 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  row-gap: 30px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  color: #363435;
}
.tittle_style_mobile {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 90%;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-family: "Frank Ruhl Libre", serif;
  letter-spacing: -3px;
}
.tittle_style_desktop_text {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 90%;
  color: #363435;
  text-transform: uppercase;
  font-family: "Frank Ruhl Libre", serif;
  letter-spacing: -3px;
}
.container_proyectos_1 {
  width: 100%;
  position: relative;
  padding: 2em 0 0em;
  display: block;
  background-color: #ffffff;
}

.container_proyectos_2 {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  display: block;
}

.container_proyectos_3 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  row-gap: 30px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  color: #000000;
}
.line_black {
  padding: 2% 0%;
}
.line_black hr {
  border-top: 1px solid #363435;
}
a.text_style_black {
  text-transform: uppercase;
  margin-right: 15px;
  color: #363435;
  font-weight: 600;
}
/*--------blue container-------*/

.container_blue_1_proyectos {
  width: 100%;
  position: relative;
  padding: 3em 0;
  display: block;
}

.container_blue_2_proyectos {
  width: 85%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  display: block;
}

.text_blue_1_small {
  font-family: "Frank Ruhl Libre";
  font-size: 1.25em;
  line-height: 20px;
  letter-spacing: -1px;
}

.text_blue_2 {
  font-size: 1.05em;
  font-family: "Frank Ruhl Libre";
  letter-spacing: -2px;
  line-height: 34px;
}

.text_blue_3 {
  font-size: 1.05em;
  font-family: "Frank Ruhl Libre";
  letter-spacing: -2px;
  line-height: 34px;
}

.text_blue_4_small {
  font-family: "Frank Ruhl Libre";
  font-size: 1.25em;
  line-height: 20px;
  letter-spacing: -1px;
}

.text_blue_5 {
  font-size: 1.05em;
  font-family: "Frank Ruhl Libre";
  line-height: 34px;
  letter-spacing: -2px;
}

.section_1_ampliacion {
  width: 90%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  row-gap: 89px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.container_icon_3 {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
}

.text_style_blue {
  margin-right: 15px;
  color: #fff;
  font-weight: 600;
}

hr {
  border-top: 2px solid #ffffff;
}

.container_grid_ampliacion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0rem;
}

@media (max-width: 768px) {
  .container_grid_ampliacion {
    grid-template-columns: 100%;
  }
}

.content_row_1 {
  margin-bottom: 1rem;
  position: relative;
}

.content_row_4 {
  position: relative;
}

.content_row_1_info,
.content_row_4_info {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 2rem;
}

.content_row_1_info p:nth-child(1),
.content_row_4_info p:nth-child(1) {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.content_row_2,
.content_row_3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_row_2_info,
.content_row_3_info {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
}

.content_row_5 {
  position: relative;
  display: flex;
  justify-content: center;
}

.content_row_5_info {
  position: absolute;
  top: 70%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
}
.text_blue_col_2 {
  width: 100%;
}

/*---white-content------*/
.container_white_1_proyectos {
  width: 100%;
  position: relative;
  padding: 3em 0;
  display: block;
  background-color: #ffffff;
}
.tittle_white {
  align-items: center;
  font-size: 3.9em;
  font-weight: 600;
  line-height: 90%;
  color: #363435;
  text-transform: uppercase;
  font-family: "Frank Ruhl Libre", serif;
  letter-spacing: -3px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 1% 22%;
}

/*-----responsive----*/
@media screen and (min-width: 1440px) and (max-width: 1919px) {
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .container_blue_1_proyectos {
    padding: 6em 0 6em;
  }
  .section_1_ampliacion {
    width: 55%;
  }
  .container_proyectos_1 {
    width: 100%;
    position: relative;
    padding: 3em 0 1em;
    display: block;
    background-color: #ffffff;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .container_blue_1_proyectos {
    padding: 6em 0 6em;
  }
  .section_1_ampliacion {
    width: 55%;
  }
  .container_proyectos_1 {
    width: 100%;
    position: relative;
    padding: 6em 0 1em;
    display: block;
    background-color: #ffffff;
  }
  a.text_style_black {
    text-transform: uppercase;
    font-weight: 670;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  /*-----container-proyectos-----*/
  .container_proyectos_3 {
    width: 100%;
    position: relative;
    display: flex;
    row-gap: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    color: #000000;
  }

  .container_text_3 {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 30px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    color: #363435;
  }

  /*- ---blue container----*/
  .container_blue_1_proyectos {
    padding: 3em 0 7em;
  }
  .container_grid_blue {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
  }

  .content_row_5_info {
    position: absolute;
    top: 40%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
  }

  .content_row_5 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  /*------text-text--------*/
  .section_1_ampliacion {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 89px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /*-----container-proyectos-----*/
  .container_proyectos_3 {
    width: 100%;
    position: relative;
    display: flex;
    row-gap: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    color: #000000;
  }
  .container_text_3 {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 30px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    color: #363435;
  }

  /*- ---blue container----*/
  .container_grid_blue {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
  }
  .content_row_5_info {
    position: absolute;
    top: 40%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
  }
  .content_row_5 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  /*------text-text--------*/
  .section_1_ampliacion {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 89px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 425px) and (max-width: 767px) {
  /*-----container-proyectos-----*/
  .container_proyectos_3 {
    width: 100%;
    position: relative;
    display: flex;
    row-gap: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    color: #000000;
  }

  .container_text_3 {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 30px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    color: #363435;
  }

  /*- ---blue container----*/
  .container_grid_blue {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
  }

  .content_row_5_info {
    position: absolute;
    top: 40%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
  }

  .content_row_5 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  /*------text-white--------*/
  .section_1_ampliacion {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 89px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .tittle_white {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 425px) {
  /*-----container-proyectos-----*/
  .container_proyectos_3 {
    width: 100%;
    position: relative;
    display: flex;
    row-gap: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    color: #000000;
  }

  .container_text_3 {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 30px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    color: #363435;
  }

  .tittle_style_desktop_text {
    font-size: 2em;
  }

  /*- ---blue container----*/
  .container_grid_blue {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
  }

  .content_row_5_info {
    position: absolute;
    top: 40%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
  }

  .content_row_5 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  /*------text-text--------*/
  .section_1_ampliacion {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 89px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .tittle_white {
    font-size: 2.5em;
  }
}
