.home-nosotros {
  background-color: rgba(52,130,141,0.06);
}
/* button */
.gbtn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 224px;
  height: 48px;
  border: 1px solid #34828d;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .gbtn:hover {
    background-color: #34828d;
  }
  .gbtn:hover .gbtn_text {
    color: #fff;
  }
  .gbtn:hover .gbtn_icon path {
    fill: #fff;
  }
}
.gbtn_text {
  display: block;
  line-height: 24px;
  letter-spacing: 0.14px;
  color: #000;
  font-family: 'Graphik Medium', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .gbtn_text {
    transition: all 0.25s ease;
  }
}
.gbtn_img {
  display: block;
  width: 24px;
  margin: 0 0 0 10px;
}
.gbtn_img img {
  display: block;
  width: 100%;
  height: auto;
}
.gbtn_icon {
  width: 24px;
  margin: 0 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .gbtn_icon path {
    transition: all 0.25s ease;
  }
}
/* button */
/* item */
.gitem {
  display: block;
}
@media screen and (min-width: 1025px) {
  .gitem:hover .gitem_price {
    opacity: 1;
    visibility: visible;
  }
}
.gitem_width {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
.gitem_portada {
  position: relative;
}
.gitem_img {
  width: 100%;
  margin: 0;
}
.gitem_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.gitem_stage {
  display: inline-block;
  line-height: 15px;
  background-color: #fff;
  color: #000;
  font-family: 'Graphik Regular', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 2px;
  position: absolute;
  top: 18px;
  right: 17px;
  z-index: 1;
  padding: 4px 12px;
  margin: 0;
}
.gitem_price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  background-color: #e27121;
  color: #fff;
  font-family: 'Graphik Regular', sans-serif;
  font-size: 13px;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 16px 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .gitem_price {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
  }
}
@media screen and (max-width: 767px) {
  .gitem_price {
    padding: 10px 0;
  }
}
.gitem_price strong {
  font-family: 'Graphik Medium', sans-serif;
  font-weight: normal;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .gitem_price strong {
    font-size: 18px;
  }
}
.gitem_price p {
  margin: 0;
}
.gitem_up {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 15px 0;
}
.gitem_logo {
  width: 143px;
  margin: 0;
}
.gitem_logo img {
  display: block;
  width: auto;
  height: 56px;
}
.gitem_address {
  display: block;
  width: calc(100% - 143px);
  line-height: 24px;
  color: #000;
  font-family: 'Graphik Regular', sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: calc(10px + (50 - 10) * ((100vw - 320px) / (1920 - 320)));
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gitem_address {
    line-height: 1.4;
    font-size: 13px;
    padding-left: 30px;
  }
}
.gitem_address p {
  margin: 0;
}
.gitem_dow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 15px 0 0 0;
}
.gitem_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.gitem_box_icon {
  width: 23px;
  margin: 0 11px 0 0;
}
.gitem_box_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.gitem_box_textup {
  display: block;
  line-height: 16px;
  letter-spacing: 0.13px;
  color: #000;
  font-family: 'Graphik Light', sans-serif;
  font-size: 13px;
  margin: 0 0 1px 0;
}
.gitem_box_textdown {
  display: block;
  line-height: 18px;
  color: #000;
  font-family: 'Graphik Regular', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gitem_box_textdown {
    font-size: 14px;
  }
}
/* item */
.b1projects {
  padding: 60px 0 70px 0;
}
.b1projects_head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .b1projects_head {
    flex-direction: column;
    justify-content: inherit;
    align-items: inherit;
  }
}
.b1projects_titles {
  width: 70%;
}
@media screen and (max-width: 960px) {
  .b1projects_titles {
    width: 100%;
  }
}
.b1projects_title_up {
  display: block;
  letter-spacing: 0.42px;
  color: #34828d;
  font-family: 'Graphik Semibold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}
.b1projects_title_down {
  display: block;
  line-height: 60px;
  color: #000;
  font-family: 'Graphik Regular', sans-serif;
  font-size: 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1projects_title_down {
    line-height: 1.1;
    font-size: 30px;
  }
}
.b1projects_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .b1projects_block {
    margin: 0;
  }
}
.b1projects_itembox {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 0 15px 0 15px;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .b1projects_itembox {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  .b1projects_itembox {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) {
  .b1projects_button {
    display: none;
  }
}
.b1projects_btn_resp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
@media screen and (min-width: 961px) {
  .b1projects_btn_resp {
    display: none;
  }
}
/* listado proyectos */
.b1list {
  padding: 80px 0 94px 0;
}
.b1list_head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .b1list_head {
    flex-direction: column;
    justify-content: inherit;
    align-items: inherit;
  }
}
.b1list_left {
  width: 588px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1list_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b1list_right {
  padding-bottom: 18px;
}
.b1list_miga {
  display: block;
  line-height: 24px;
  color: #828282;
  font-family: 'Graphik Regular', sans-serif;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.b1list_miga ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.b1list_miga li {
  position: relative;
  margin: 0;
}
.b1list_miga li:before {
  content: "/";
  margin: 0 5px;
}
.b1list_miga li:first-child:before {
  display: none;
}
.b1list_miga li:last-child {
  color: #000;
}
.b1list_title {
  display: block;
  line-height: 60px;
  color: #000;
  font-family: 'Graphik Regular', sans-serif;
  font-size: 40px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1list_title {
    line-height: 1.1;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .b1list_title {
    font-size: 30px;
  }
}
.b1list_title strong {
  font-family: 'Graphik Medium', sans-serif;
  font-weight: normal;
}
.b1list_title p {
  margin: 0;
}
.b1list_filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.b1list_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.b1list_select {
  width: 270px;
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .b1list_select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .b1list_select:last-child {
    margin-bottom: 0;
  }
}
.b1list_select select {
  width: 100%;
  height: 50px;
  line-height: 24px;
  background-color: #fff;
  color: #000;
  font-family: 'Graphik Light', sans-serif;
  font-size: 16px;
  border: 1px solid #f0f0f0;
  border-bottom: 1px solid #e27121;
  border-radius: 0;
  appearance: none;
  box-sizing: border-box;
  padding: 0 15px;
}
.b1list_select:last-child {
  margin-right: 0;
}
.b1list_arrow {
  width: 18px;
  height: 18px;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.b1list_arrow img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b1list_remove {
  display: block;
  font-family: 'Graphik Light', sans-serif;
  font-size: 14px;
  margin-top: 10px;
}
.b1list_itembox {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 1024px) {
  .b1list_itembox {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  .b1list_itembox {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.b1list_pager {
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
  font-family: 'Graphik Regular', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.b1list_pager .wp-pagenavi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.b1list_pager a[rel="prev"],
.b1list_pager a[rel="next"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 28px;
  color: #000;
  font-family: 'Graphik Regular', sans-serif;
  font-size: 14px;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .b1list_pager a[rel="prev"],
  .b1list_pager a[rel="next"] {
    transition: all 0.25s ease;
  }
  .b1list_pager a[rel="prev"]:hover,
  .b1list_pager a[rel="next"]:hover {
    color: #34828d;
  }
}
.b1list_pager .page,
.b1list_pager span.current {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 28px;
  color: #000;
  font-family: 'Graphik Regular', sans-serif;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .b1list_pager .page,
  .b1list_pager span.current {
    transition: all 0.25s ease;
  }
  .b1list_pager .page:hover,
  .b1list_pager span.current:hover {
    border-color: #e27121;
  }
}
.b1list_pager span.current {
  border-bottom: 2px solid #e27121;
}
