/*------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: #363435;
  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: 6em 0;
  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;
}

/*--------blue container-------*/

.container_blue_1_proyectos {
  width: 100%;
  position: relative;
  padding: 3em 0;
  display: block;
  background-color: #b7b3b3;
  margin-top: 5%;
}

.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 {
  width: 90%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  row-gap: 89px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

hr {
  border-top: 2px solid #ffffff;
}

.container_grid_blue {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0rem;
}

.text_blue_col_2 {
  width: 100%;
}

/*--grid-styles-proyectos--*/

.container_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .container_grid {
    grid-template-columns: 100%;
  }
}

.content_row_1 {
  margin-bottom: 1rem;
  position: relative;
}

.content_row_4 {
  position: relative;
  margin-top: 1rem;
}

.content_row_1_info,
.content_row_4_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  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_3 img:nth-child(1) {
    margin-bottom: 1rem;
}  */

.content_row_2_info,
.content_row_3_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  gap: 50px;
}

.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;
}

/*---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) {
  .section_1 {
    width: 100%;
  }
  /*----container-blue----*/
  .container_blue_2_proyectos {
    width: 90%;
  }
  .container_grid {
    margin-top: 0rem;
  }
  /*----container-white----*/
  .text_blue_2 {
    font-size: 0.8em;
  }
  .text_blue_3 {
    font-size: 0.8em;
  }
  .text_blue_5 {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .section_1 {
    width: 100%;
  }
  /*----container-blue----*/
  .container_blue_2_proyectos {
    width: 90%;
  }
  .container_grid {
    margin-top: 0rem;
  }
  /*----container-white----*/
  .text_blue_2 {
    font-size: 0.8em;
  }
  .text_blue_3 {
    font-size: 0.8em;
  }
  .text_blue_5 {
    font-size: 0.8em;
  }
}

@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;
  }

  .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;
  }
  .text_blue_5 {
    font-size: 0.8em;
    font-family: "Frank Ruhl Libre";
    line-height: 34px;
    letter-spacing: -2px;
  }
  .text_blue_3 {
    font-size: 0.7em;
    font-family: "Frank Ruhl Libre";
    letter-spacing: -2px;
    line-height: 23px;
    margin-top: 10px;
  }
  .text_blue_2 {
    font-size: 0.7em;
    font-family: "Frank Ruhl Libre";
    letter-spacing: -2px;
    line-height: 25px;
    margin-top: 10px;
  }
  /*------white-content--------*/
  .section_1 {
    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 (min-width: 768px) and (max-width: 1023px) {
  /*-----container-proyectos-----*/
  .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;
    display: none;
  }
  .tittle_style_mobile {
    font-size: 2.2em;
    font-weight: 600;
    line-height: 90%;
    color: #363435;
    text-transform: uppercase;
    font-family: "Frank Ruhl Libre", serif;
    letter-spacing: -3px;
    display: flex;
  }
  .container_proyectos_1 {
    width: 100%;
    position: relative;
    padding: 0em 0em 3em 0em;
    display: block;
    background-color: #ffffff;
  }
  .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_grid {
    margin-top: 2rem;
  }
  .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;
  }
  /*------white-content--------*/
  .section_1 {
    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: 767px) {
  /*-----container-proyectos-----*/
  .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;
    display: none;
  }
  .tittle_style_mobile {
    font-size: 2.2em;
    font-weight: 600;
    line-height: 90%;
    color: #363435;
    text-transform: uppercase;
    font-family: "Frank Ruhl Libre", serif;
    letter-spacing: -3px;
    display: flex;
  }
  .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: 45%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
  }
  /*------white-content-------*/
  .section_1 {
    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 (min-width: 425px) and (max-width: 767px) {
  /*-----container-proyectos-----*/
  .tittle_style_desktop_text {
    display: none;
  }
  .tittle_style_mobile {
    font-size: 1.7em;
    font-weight: 600;
    line-height: 90%;
    color: #363435;
    text-transform: uppercase;
    font-family: "Frank Ruhl Libre", serif;
    letter-spacing: -3px;
    display: flex;
  }
  .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: 45%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
  }
  .text_blue_2 {
    font-size: 0.7em;
    font-family: "Frank Ruhl Libre";
    letter-spacing: -2px;
    line-height: 34px;
  }
  .text_blue_3 {
    font-size: 0.7em;
    font-family: "Frank Ruhl Libre";
    letter-spacing: -2px;
    line-height: 34px;
  }
  .text_blue_5 {
    font-size: 0.7em;
    font-family: "Frank Ruhl Libre";
    line-height: 34px;
    letter-spacing: -2px;
  }
  /*------white-content--------*/
  .section_1 {
    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-----*/
  .tittle_style_desktop_text {
    display: none;
  }
  .tittle_style_mobile {
    font-size: 1.7em;
    font-weight: 600;
    line-height: 90%;
    color: #363435;
    text-transform: uppercase;
    font-family: "Frank Ruhl Libre", serif;
    letter-spacing: -3px;
    display: flex;
  }
  .container_proyectos_1 {
    width: 100%;
    position: relative;
    padding: 0em 0em 3em 0em;
    display: block;
    background-color: #ffffff;
  }
  .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;
  }
  .text_blue_2 {
    font-size: 0.7em;
    font-family: "Frank Ruhl Libre";
    letter-spacing: -2px;
    line-height: 34px;
  }
  .text_blue_3 {
    font-size: 0.7em;
    font-family: "Frank Ruhl Libre";
    letter-spacing: -2px;
    line-height: 34px;
  }
  .text_blue_5 {
    font-size: 0.7em;
    font-family: "Frank Ruhl Libre";
    line-height: 34px;
    letter-spacing: -2px;
  }
  /*------white-content--------*/
  .section_1 {
    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: 2em;
    padding: 1% 6%;
  }
  .container_grid {
    margin-top: 2rem;
  }
}

.im_historia{
    width: 95%;
    height: 100%;
    border-radius: 5px;
}

.nav_container_3 {
  display: flex;
}

.nav_container_3 a {
  display: block;
}

@media (max-width: 768px) {
  .nav_container_3 {
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .nav_container_3.active {
    display: flex;
  }

  .menu_button span {
    background: #333;
    width: 30px;
    height: 3px;
    display: block;
    position: relative;
  }

  .menu_button span::before,
  .menu_button span::after {
    content: "";
    background: #333;
    width: 30px;
    height: 3px;
    position: absolute;
  }

  .menu_button span::before {
    top: -8px;
  }

  .menu_button span::after {
    top: 8px;
  }
}