#page {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* loader  */

.wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #004d43;
  background: linear-gradient(
    97deg,
    rgba(87, 138, 45, 1) 0%,
    rgba(0, 77, 67, 1) 50%
  );
  z-index: 999;
}

/* .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8%;
  height: 20vh;
  background: #fff;
  z-index: 2;
} */

iframe {
  pointer-events: none;
}

.c-header {
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.fixed .c-header {
  top: 0;
  padding: 12px 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  background: white;
}

.fixed a.c-header_logo svg {
  max-width: 160px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}
.fixed a.c-header_logo svg path {
  fill: #004d43;
}
.fixed li.c-header_nav_list_item a {
  color: #004d43;
}

.c-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.c-header_nav {
  display: flex;
  align-items: center;
}

.burguer_content {
  /* display: none; */
}

ul.c-header_nav_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.125rem;
  column-gap: 3.125rem;
  margin-right: 2.125rem;
  margin-right: 0;
}

.burguer_content ul.c-header_nav_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.125rem;
  column-gap: 3.125rem;
  margin-right: 0;
  flex-flow: column;
  align-items: center;
}
.burguer_content ul.c-header_nav_list li {
  margin-bottom: 32px;
}



.wpml-ls-legacy-list-horizontal>ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

.idioma_escritorio .wpml-ls-legacy-list-horizontal .wpml-ls-item{
  background: transparent;
}

.burguer_content .c-header_nav_list > li {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1),
    opacity 0.6s cubic-bezier(0.4, 0, 0, 1);
}
.burguer_content .c-header_nav_list > li:nth-child(1) {
  transition-delay: 0.85s;
}
.burguer_content .c-header_nav_list > li:nth-child(2) {
  transition-delay: 0.95s;
}
.burguer_content .c-header_nav_list > li:nth-child(3) {
  transition-delay: 1.05s;
}
.burguer_content .c-header_nav_list > li:nth-child(4) {
  transition-delay: 1.15s;
}
.burguer_content .c-header_nav_list > li:nth-child(5) {
  transition-delay: 1.25s;
}
li.c-header_nav_list_item a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.84px;
  font-size: 14px;
  font-weight: 600;
  font-family: "ClashDisplay-Variable";
}

.button__title-mask {
  position: relative;
  padding: 0.347vw 0;
  overflow: hidden;
}

.button__title-wrap,
.button__title,
.button__title--secondary {
  will-change: transform;
  transition: transform 0.62s cubic-bezier(0.34, 0, 0.18, 1);
}

.button_hover {
  overflow: hidden;
}

.button_hover:hover > .button__title-mask > .button__title-wrap {
  transform: translateY(-1.778vw);
}

.button_hover:hover > .button__title-mask > .button__title-wrap {
  transform: translateY(-1.778vw);
}

.button__title {
  display: block;
  transform: rotate(0deg);
  transform-origin: right center;
}

.redes_sociales_menu
  li:hover
  > .button__title-mask
  > .button__title-wrap
  > .button__title {
  transform: rotate(15deg);
}

.button__title--secondary {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.778vw;
  transform: rotate(15deg);
  transform-origin: left center;
}

.button_hover:hover
  > .button__title-mask
  > .button__title-wrap
  > .button__title--secondary {
  transform: rotate(0deg);
}

a.c-header_logo svg {
  max-width: 250px;
}

.c-header_inner .c-header_logo {
  opacity: 0;
  transform: translateY(30px);
}
.c-header_nav_list_item {
  opacity: 0;
  transform: translateY(30px);
}

.c-hero_pistola {
  opacity: 0;
  /* transform: translateY(30px); */
}

section.c-hero {
  position: relative;
  background: #004d43;
  background: linear-gradient(
    97deg,
    rgba(87, 138, 45, 1) 0%,
    rgba(0, 77, 67, 1) 50%
  );
  min-height: auto;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  overflow: hidden;
  padding-bottom: 60px;
}
.hero_video video {
  /* max-width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top right;
  margin-left: -184px;
  width: 100%;
  height: 100%; */
  max-width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top right;
  margin-left: -184px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  transform: scale(1.2);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

.c-hero-inner {
  gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  position: relative;
  height: 100%;
}
.c-hero-content {
  grid-column-start: 6;
  grid-column-end: 11;
  padding-top: 200px;
  position: relative;
  height: 100%;
}
.c-hero-content span {
  color: #fff;
  position: relative;
  font-size: 28.52px;
  font-weight: 300;
  line-height: 35px;
  z-index: 1;
  display: block;
}
.c-hero-content h2 {
  color: #9ac13b;
  position: relative;
  font-size: 84.52px;
  font-weight: 300;
  line-height: 80px;
  margin-bottom: 12px;
  z-index: 1;
}

.c-hero-content h4 {
  color: #fff;
  position: relative;
  font-size: 28.52px;
  font-weight: 500;
  line-height: initial;
  z-index: 1;
  display: block;
  text-align: right;
}

.c-hero-content h2 strong {
  font-size: 67.52px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 58px;
}
h2.wp-block-heading{
  font-size: 42px;
  line-height: initial;
  margin-top: 32px;
}
h2.wp-block-heading strong{
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: initial;
}
.c-hero-content p {
  color: #fff;
  position: relative;
  max-width: 600px;
  font-size: 18px;
  letter-spacing: 0.35px;
  line-height: 29px;
  z-index: 1;
}

.c-hero_ondas {
  position: absolute;
  top: 0;
  left: -5vw;
  z-index: 1;
  object-fit: cover;
  width: 115vw;
}
.c-hero_fondo {
  position: absolute;
  top: 0;
  left: -804px;
  z-index: 0;
}
.c-hero_pistola {
  position: absolute;
  bottom: -200px;
  left: calc(50% - 546px);
  z-index: 9;
  animation: bounce 1.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

section.c-proyecto {
  padding: 100px 0;
  background: #f2ecd2;
  position: relative;
}
.c-proyecto_inner {
  gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  position: relative;
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.c-proyecto_cabecera {
  grid-column-start: 1;
  grid-column-end: 13;
  position: relative;
  height: 100%;
}
.c-proyecto_cabecera h2 {
  color: #fe5300;
  font-size: 93.52px;
  font-weight: 300;
  margin-bottom: 0;
}
.c-proyecto_cabecera p {
  color: #004d43;
  font-size: 36px;
  font-weight: 500;
}
.c-proyecto_header {
  margin-bottom: 45px;
}
.cover {
  background-image: url("../../assets/images/bg_video.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 56%;
  margin-bottom: 50px;
  position: relative;
}
.c-proyecto_video {
  position: relative;
}
.c-proyecto_video video {
  opacity: 0;
  width: 100%;
  transition: 1s;
  position: absolute;
  z-index: -1;
}

.c-proyecto_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 0;
  opacity: 0;
}

.button_video {
  position: absolute;
  bottom: calc(50% - 48px);
  left: calc(50% - 48px);
  /* transform: scale(0); */
  transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1);
  transition-delay: 0.75s;
  width: 6.125rem;
  height: 6.125rem;
  transform: scale(1);
  border-radius: 50%;
  border: 1px solid #f2ecd2;
  z-index: 1;
}
.o-circle-button_bg {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
  transform: translateZ(0) scale(1);
  background-color: #f2ecd2;
  border-radius: 50%;
  transition: background-color 0.5s ease,
    transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
}
.button_video:hover .o-circle-button_bg {
  transition: background-color 0.5s ease 0.75s,
    transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
  transform: translateZ(0) scale(1.2);
}

.hero_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero_video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    104deg,
    #578a2d33 0%,
    rgb(0 77 67 / 92%) 50%,
    rgb(0 77 67) 90%
  );
  opacity: 1;
  z-index: 9;
}
.button_video:hover:before {
  transform: scale(1.2);
  background: #fe5301;
}
span.c-button-round_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  position: relative;
}
.button_video svg {
  fill: #fe5300;
}
.button_video:hover svg {
  fill: #004d43;
}

.o-circle-button {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  right: 7vw;
}

.c-proyecto_listado {
  max-width: 700px;
  width: 100%;
}
.c-proyecto_listado h3 {
  color: #004d43;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.53px;
  line-height: 38px;
  margin-bottom: 60px;
}

.c-proyecto_listado {
  max-width: 700px;
  width: 100%;
}
.c-proyecto_listado h3 {
  color: #004d43;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.53px;
  line-height: 38px;
}
ul.c-proyecto_listado-items {
  display: flex;
  flex-flow: wrap;
  position: relative;
}

.line_v {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #d0c183;
  right: 0;
  transform: scaleY(0);
  transition: transform 2.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-show .line_v {
  transform: scaleY(1);
}
ul.c-proyecto_listado-items li {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  padding: 30px;
}
.icon_list {
  position: relative;
}
.icon_list-svg1 {
  position: absolute;
  bottom: 6px;
  left: 24px;
}
.icon_list-svg2 {
  position: absolute;
  bottom: -11px;
  left: 20px;
}
.icon_list-svg3 {
  position: absolute;
  bottom: 12px;
  left: 20px;
}
.icon_list-svg4 {
  position: absolute;
  bottom: -6px;
  left: 20px;
}

ul.c-proyecto_listado-items li p {
  color: #004d43;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  padding: 30px;
  padding-bottom: 0;
}

.line_h {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  height: 1px;
  width: 100%;
  background: #d0c183;
  transform: scaleX(0);
  transition: transform 2.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-show .line_h {
  transform: scaleX(1);
}
.c-proyecto_descripcion {
  margin-top: 60px;
  max-width: 700px;
  width: 100%;
}
.c-proyecto_descripcion p {
  font-size: 19px;
  letter-spacing: 0.35px;
  line-height: 29px;
}

.btn_general {
  border-radius: 30px;
  background-color: #fe5300;
  max-width: 206px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.btn_general a {
  color: #fff;
}

.c-aguacates {
  position: absolute;
  right: calc(0px - 350px);
  top: 50%;
}

.c-aguacates img {
  animation: bounce 1.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.espiral {
  position: absolute;
  top: -225px;
  right: calc(0px - 220px);
  max-width: 550px;
}
.espiral {
  transform: rotate(0deg);
  transition: transform 0.7s linear;
  animation: rotate 40s infinite linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.c-aguacates_left {
  position: absolute;
  top: 530px;
  left: 0;
  max-width: 550px;
}

.c-aguacates_left img {
  animation: bounce 1.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

section.c-consorcio {
  padding: 100px 0;
  background: #004d43;
  position: relative;
}
.c-consorcio_inner {
  gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  position: relative;
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.c-consorcio_cabecera {
  grid-column-start: 1;
  grid-column-end: 13;
  position: relative;
  height: 100%;
}
.c-consorcio_header h2 {
  color: #fff;
  font-size: 93.52px;
  font-weight: 300;
  margin-bottom: 18px;
}
.c-consorcio_header p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.36px;
  line-height: 29px;
  padding-right: 190px;
}
.c-consorcio_listado {
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin-top: 90px;
}
.c-consorcio_items {
  width: 100%;
  max-width: 415px;
  height: min-content;
}

.c-consorcio_listado {
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin-top: 90px;
}
.c-consorcio_items {
  width: 100%;
  max-width: 415px;
  height: min-content;
  height: auto;
  text-decoration: none;
  color: rgb(71, 186, 206);
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 20%) 0px 2px 20px;
}
.c-consorcio_items-inner {
  height: 100%;
  padding: 70px 45px 48px;
  position: relative;
}

.c-consorcio_items-text h3 {
  font-size: 24px;
  line-height: 26px;
  color: #004d43;
  margin-bottom: 18px;
  font-weight: 600;
}
.c-consorcio_items-text p {
  color: #004d43;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.c-consorcio_items-icon {
  position: absolute;
  top: 32px;
  right: 32px;
}
.c-consorcio_items-text {
  margin-top: 12px;
}
.c-consorcio_items-logo {
  margin-top: -15px;
}

.c-consorcio_items:nth-child(2) .c-consorcio_items-logo {
  margin-top: -32px;
}

.c-consorcio_items-text {
  margin-top: 24px;
}

.c-publicaciones {
  padding: 100px 0;
  background: #ddff8b;
  position: relative;
}
.c-publicaciones_inner {
  gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  position: relative;
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.c-publicaciones_header {
  grid-column-start: 1;
  grid-column-end: 13;
  position: relative;
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.c-publicaciones_header h2 {
  color: #004d43;
  font-size: 93.52px;
  font-weight: 300;
  margin-bottom: 0;
}

.c-publicaciones_list {
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 60px;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 415px;
  height: min-content;
  height: auto;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 20%) 0px 2px 20px;
  min-height: 200px;
  padding: 30px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.swiper-slide:hover {
  box-shadow: rgb(0 0 0 / 2%) 0px 2px 20px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide h3 {
  color: #004d43;
  font-size: 16px;
  font-weight: 500;
  /* letter-spacing: 2.2px; */
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.2;
}

.swiper-slide p {
  color: #004d43;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.swiper-pagination-bullet-active {
  background: #fe5301;
}
.swiper-slide a {
  color: #fe5300;
  font-size: 18.23px;
  font-weight: 600;
  line-height: 26.43px;
}

section.c-contacto {
  padding: 130px 0;
  background: #f2ecd2;
  position: relative;
}
.c-contacto_inner {
  gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  position: relative;
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.c-contacto_cabecera {
  grid-column-start: 1;
  grid-column-end: 13;
  position: relative;
  height: 100%;
  width: 50%;
}
.c-contacto_header h2 {
  color: #fe5300;
  font-size: 80px;
  font-weight: 200;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.c-contacto_header {
  max-width: 400px;
}
.c-contacto_header p {
  font-size: 19px;

  line-height: 29px;
  color: #004d43;
  font-weight: 500;
}
.espiral2 {
  position: absolute;
  top: 30px;
  right: -70px;
  max-width: 550px;
}
.c-contacto_form {
  width: 50%;
}

.form_wrapper label h4 {
  font-size: 17px;
  color: #004d43;
}
.form_wrapper .half {
  width: calc(50% - 30px);
}
.form_wrapper .full {
  width: 100%;
}
.form_wrapper {
  display: flex;
  flex-flow: wrap;
}
.form_wrapper .half {
  width: calc(50% - 30px);
}
.form_wrapper label {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 24px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: none;
  border-radius: 0;
  padding: 12px;
  width: 100%;
}
textarea {
  overflow: auto;
  height: 130px;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding-top: 12px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  flex-flow: column;
}

.texto_checkbox {
  color: rgba(9, 47, 69, 0.9);
  padding-top: 3px;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 15px;
  line-height: 24px;
}
.texto_checkbox a {
  padding-left: 5px;
  color: #fe5706;
}
.texto_checkbox p {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 8px !important;
  font-size: 12px;
  color: rgba(9, 47, 69, 0.7);
}

.pag_presupuesto .texto_checkbox p {
  color: rgba(255, 255, 255, 0.7);
}
.entry-content {
  padding-bottom: 200px;
}
.box {
  margin-right: 12px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  width: auto !important;
  background: #fe5706 !important;
  color: #fff;
  font-size: 18px !important;
  padding: 16px 22px 12px 22px !important;
  margin-top: 18px;
  text-transform: capitalize !important;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 15px;
  border-radius: 30px;
  background-color: #fe5300;
  max-width: 206px;
  height: 50px;
  border: none;
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
}



.site-footer__socials {
  margin-top: 27px;
  display: -webkit-box;
  display: flex;
 list-style:none
}

.site-footer__socials li+li {
  margin-left: 15px; 
}

.button--circle {
 background-color: rgba(48,52,61,.3);
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: border-color .4s cubic-bezier(.165,.84,.44,1);
  transition: border-color .4s cubic-bezier(.165,.84,.44,1);
}

.svg {
  position: relative;
  display: inline-block;
}

.button--circle .svg {
  fill: #64676e;
  display: flex;
}

.button svg {

  -webkit-transition: fill .3s cubic-bezier(.165,.84,.44,1);
  transition: fill .3s cubic-bezier(.165,.84,.44,1);
}

.button--circle:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  background-color: #fe5706;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
  transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
  transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
  transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
}

.button--circle:hover {
  border-color: #fe5706 ;
}

.button--circle:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button--circle:hover .svg {
  fill: #fff;
}




section.c-footer {
  position: relative;
}
.footer {
  text-align: center;
  padding: 60px 0 120px;
  position: relative;
}
nav.legal ul {
  display: flex;
  justify-content: center;
}
nav.legal ul li {
  margin: 0 15px;
}
nav.legal ul li a {
  color: #fe5706;
  font-size: 16px;
  font-weight: 500;
  font-family: "ClashDisplay-Variable";
  font-size: 16.7px;
}
nav.legal {
  margin-bottom: 40px;
}

.c-aguacates_footer {
  position: absolute;
  left: calc(0px - 138px);
  top: -250px;
  max-width: 500px;
}
.c-aguacates_footer img {
  animation: bounce 1.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.entradas_list {
  display: flex;
  gap: 60px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 900px;
  margin-top: 90px;
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 200px;
  padding-top: 100px;
}
.entradas_list article {
  width: 100%;
  max-width: 430px;
  height: min-content;
  height: auto;
  text-decoration: none;
  color: rgb(71, 186, 206);
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 20%) 0px 2px 20px;
  margin: 0;
  /* margin-top: -360px; */
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.entradas_list article:hover {
  box-shadow: rgb(0 0 0 / 2%) 0px 2px 20px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.entradas_list h1 {
  line-height: 0;
  margin-bottom: 12px;
}
.entradas_list h1.entry-title a {
  font-size: 24px;
  line-height: 26px;
  color: #004d43;
  margin-bottom: 18px;
  font-weight: 600;
}
.content_text_article {
  color: #004d43;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.post .article_inner {
  height: 100%;
  position: relative;
}

.bloque_left {
  padding: 35px 45px 35px;
}

time.entry-date.published {
  color: #004d43;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.bloque_right {
  height: 248px;
  overflow: hidden;
}
.bloque_right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.link_article span {
  color: #fe5300;
  font-size: 18.23px;
  font-weight: 600;

  line-height: 26.43px;
  margin-top: 18px;
  display: block;
}
span.categoria_post a {
  color: rgb(0 77 67 / 50%);
  margin-left: 3px;
}
span.categoria_post {
  color: #9ac13b;
}
section#entradas_blog {
  background: #f2ecd2;
}

.single .c-hero-content {
  grid-column-start: 3;
  grid-column-end: 11;
}.single .c-hero-content>h2{
  color: #9ac13b;
  position: relative;
  font-size: 64.52px;
  font-weight: 400;
  line-height: 64.52px;
  margin-bottom: 12px;
  z-index: 1;
}
.single time.entry-date.published {
  color: #fff;
}

.blog .c-hero-content {
  grid-column-start: 3;
  grid-column-end: 11;
}

.single .c-hero-content p {
  color: #fff;
  max-width: 100%;
}
.single .c-hero-content h3 {
  color: #fff;
}
.entry-content p a {
  color: #fe5300;
  text-decoration: none;
}
.entry-content ul li {
  color: #fff;
  position: relative;
  max-width: 100%;
  font-size: 18px;

  line-height: 29px;
  z-index: 1;
  list-style: circle;
  margin-bottom: 6px;
}
.entry-content ul {
  margin-left: 34px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*MENU*/

.c-header_burger {
  display: block;
  position: absolute;
  width: 60px;
  height: 44px;
  transform: translateZ(0);
  cursor: pointer;
  z-index: 999;
  top: 20px;
  right: 30px;
  display: none;
}

.c-header_burger:after,
.c-header_burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background-color: #fff;
  width: 30px;
  transform-origin: center left;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-header_burger:before {
  margin-top: -7px;
  transform: scaleX(0.75);
}

.c-header_burger:after {
  margin-top: 7px;
  transform: scaleX(0.5);
}

.c-header_burger_line {
  top: 50%;
  left: 0;
  width: 30px;
}

.c-header_burger_line,
.c-header_burger_line:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-header_burger_line:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
}

.c-header_burger:hover:before {
  -webkit-animation: lineHoverTop 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: lineHoverTop 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-header_burger:hover:after {
  -webkit-animation: lineHoverBottom 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: lineHoverBottom 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes lineHoverTop {
  0% {
    transform: scaleX(0.75);
  }

  32% {
    transform: scaleX(0);
    transform-origin: center left;
  }

  33% {
    transform: scaleX(0);
    transform-origin: center right;
  }

  65% {
    transform: scaleX(1);
    transform-origin: center right;
  }

  66% {
    transform: scaleX(1);
    transform-origin: center left;
  }

  to {
    transform: scaleX(0.75);
  }
}

@keyframes lineHoverTop {
  0% {
    transform: scaleX(0.75);
  }

  32% {
    transform: scaleX(0);
    transform-origin: center left;
  }

  33% {
    transform: scaleX(0);
    transform-origin: center right;
  }

  65% {
    transform: scaleX(1);
    transform-origin: center right;
  }

  66% {
    transform: scaleX(1);
    transform-origin: center left;
  }

  to {
    transform: scaleX(0.75);
  }
}

@keyframes lineHoverBottom {
  0% {
    transform: scaleX(0.5);
  }

  32% {
    transform: scaleX(1);
    transform-origin: center left;
  }

  33% {
    transform: scaleX(1);
    transform-origin: center right;
  }

  65% {
    transform: scaleX(0);
    transform-origin: center right;
  }

  66% {
    transform: scaleX(0);
    transform-origin: center left;
  }

  to {
    transform: scaleX(0.5);
  }
}

.burguer_content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  color: #272727;
  visibility: hidden;
  /* transition: all 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); */
}

.burguer_content_inner {
  position: relative;
  z-index: 10;
  padding: 7.5rem 0 3rem 0;
  transition: visibility 0.6s cubic-bezier(0.4, 0, 0, 1);
  visibility: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.has-nav-open .burguer_content_inner {
  transition: visibility 0.6s cubic-bezier(0.4, 0, 0, 1);
  visibility: visible;
}
.burguer_content_inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(
    97deg,
    rgba(87, 138, 45, 1) 0%,
    rgba(0, 77, 67, 1) 50%
  );
  transform-origin: center top;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scaleY(0);
  z-index: -1;
}

.fixed .burguer_content li.c-header_nav_list_item a {
  color: #fff;
}

nav.burguer_content_menu {
  margin-top: 45px;
  margin-left: 8%;
  margin-right: 8%;
  position: relative;
}

.c-header_nav_background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(10, 10, 10, 0.25);
  z-index: 8;
  height: 100vh;
  cursor: pointer;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.has-nav-open .c-header_nav_background {
  opacity: 1;
}

.has-nav-open .burguer_content {
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.has-nav-open .burguer_content_background {
  opacity: 1;
}

.has-nav-open .burguer_content_inner:before {
  transform: scaleY(1);
}

.has-nav-open .c-header_nav_list > li {
  transform: translateY(0px);
  opacity: 1;
}

.fixed .c-header_burger {
  top: 10px;
  right: 30px;
}
.fixed .c-header_burger:after,
.fixed .c-header_burger:before {
  background-color: #004d43;
}
.fixed .c-header_burger_line,
.fixed .c-header_burger_line:before {
  background-color: #004d43;
}

section.c-page {
  position: relative;
  background: #004d43;
  background: linear-gradient(
    97deg,
    rgba(87, 138, 45, 1) 0%,
    rgba(0, 77, 67, 1) 50%
  );
  min-height: 890px;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  overflow: hidden;
}
.c-page-content {
  grid-column-start: 2;
  grid-column-end: 12;
}
.c-page-content {
  grid-column-start: 2;
  grid-column-end: 12;
  padding-top: 200px;
  position: relative;
  height: 100%;
}
.c-page-inner {
  gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  position: relative;
  height: 100%;
}

[themes="page_base"] .c-page-content h2 {
  color: #9ac13b;
  position: relative;
  font-size: 3.25em;
  font-weight: 300;
  line-height: 80px;
  margin-bottom: 34px;
  z-index: 1;
}
[themes="page_base"] .c-page-content p {
  color: #fff;
}

[themes="page_base"] .c-page-content h1,
[themes="page_base"] .c-page-content h2,
[themes="page_base"] .c-page-content h3,
[themes="page_base"] .c-page-content h4,
[themes="page_base"] .c-page-content h5 {
  color: #9ac13b;
  margin-top: 32px;
  margin-bottom: 24px;
  line-height: 1;
}

@media all and (max-width: 1170px) {
  .c-hero-content {
    grid-column-start: 4;
    grid-column-end: 12;
  }
  .c-proyecto_cabecera {
    grid-column-start: 2;
    grid-column-end: 12;
  }
  .c-consorcio_cabecera {
    grid-column-start: 2;
    grid-column-end: 12;
  }
  .c-publicaciones {
    padding: 100px 30px;
  }
  section.c-contacto {
    padding: 130px 30px;
  }
  .c-header_burger {
    display: block;
  }
  .c-header_nav {
    display: none;
  }

  .burguer_content {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .entradas_list {
    padding-top: 45px;
  }
  .fixed .c-header_burger {
    top: 10px;
    right: 30px;
    position: fixed;
    z-index: 999;
  }
  .c-header {
    z-index: 999;
    position: fixed;
  }
  .fixed .c-header {
    top: 0;
    padding: 12px 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
    background: white;
  }
  a.c-header_logo svg {
    max-width: 170px;
  }
  a.c-header_logo {
    opacity: 1 !important;
    transform: none !important;
  }
  .c-header_inner {
    margin-left: 32px;
  }

  .c-hero-content {
    grid-column-start: 2;
    grid-column-end: 12;
  }
  .c-hero-content h2 {
    font-size: 50.52px;
    line-height: 1;
  }
  .c-hero_ondas {
    top: 100px;
  }
  .hero_video video {
    display: none;
  }
  .hero_video {
    position: relative;
  }
  .c-proyecto_cabecera {
    grid-column-start: 2;
    grid-column-end: 12;
  }
  .c-proyecto_cabecera h2 {
    font-size: 52.52px;
    margin-bottom: 12px;
  }
  .c-proyecto_cabecera p {
    line-height: 1;
  }
  .c-aguacates {
    display: none;
  }
  .espiral {
    position: absolute;
    top: -100px;
    right: calc(0px - 99px);
    max-width: 248px;
  }
  .c-consorcio_cabecera {
    grid-column-start: 2;
    grid-column-end: 12;
  }
  .c-consorcio_header h2 {
    font-size: 50.52px;
  }
  .c-consorcio_header p {
    padding-right: 0;
  }
  ul.c-proyecto_listado-items li {
    padding: 10px;
    min-height: auto;
  }
  .button__title--secondary {
    bottom: -4.778vw;
  }
  .c-consorcio_items-inner {
    padding: 60px 30px 36px;
  }
  .c-publicaciones_header {
    grid-column-start: 2;
    grid-column-end: 12;
  }
  .c-publicaciones_header h2 {
    font-size: 50.52px;
    padding: 0 30px;
  }
  .espiral2 {
    display: none;
  }
  .c-contacto_inner {
    flex-flow: column;
    padding: 0 30px;
  }
  section.c-contacto {
    padding: 90px 0;
  }
  .c-contacto_header h2 {
    font-size: 62px;
  }
  .c-contacto_form {
    width: 100%;
  }
  .form_wrapper label {
    margin-right: 0;
    margin-left: 0;
  }
  .form_wrapper {
    flex-flow: column;
    padding: 30px 0;
  }
  .form_wrapper .half {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }

  .c-aguacates_footer {
    position: absolute;
    left: calc(0px - 65px);
    bottom: 0;
    top: auto;
    max-width: 163px;
  }

  nav.legal ul {
    flex-flow: column;
  }
  .footer_inner {
    padding: 0 30px;
  }
  .c-contacto_cabecera {
    width: 100%;
  }
  section.c-hero {
    min-height: auto;
  }
  .entradas_list article {
    margin-top: 0;
    margin: 0 15px;
  }
  .single .c-hero-content {
    grid-column-start: 2;
    grid-column-end: 12;
  }
  .single .c-hero-content h2 {
    font-size: 36.52px;
    line-height: 1;
  }
}

/*********************/
/* Efectos de cohabs */
/*********************/

[data-anim] {
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

[data-anim][data-anim="top"] {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

[data-anim][data-anim="right"] {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

[data-anim][data-anim="left"] {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

[data-anim][data-anim-delay="1"] {
  transition-delay: 0.1s;
}

[data-anim][data-anim-delay="2"] {
  transition-delay: 0.2s;
}

[data-anim][data-anim-delay="3"] {
  transition-delay: 0.3s;
}

[data-anim][data-anim-delay="4"] {
  transition-delay: 0.4s;
}

[data-anim][data-anim-delay="5"] {
  transition-delay: 0.5s;
}

[data-anim][data-anim-delay="6"] {
  transition-delay: 0.6s;
}

[data-anim][data-anim-delay="7"] {
  transition-delay: 0.7s;
}

[data-anim][data-anim-delay="8"] {
  transition-delay: 0.8s;
}

[data-anim][data-anim-delay="9"] {
  transition-delay: 0.9s;
}

[data-anim][data-anim-delay="10"] {
  transition-delay: 1s;
}

[data-anim][data-anim-delay="11"] {
  transition-delay: 1.1s;
}

[data-anim][data-anim-delay="12"] {
  transition-delay: 1.2s;
}

/* .in-view [data-anim] {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
} */

.active.in-view [data-anim] {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.in-view [data-anim] {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.p_espacio.active.in-view [data-anim] {
  opacity: 1;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

/**/

.u-anim {
  opacity: 0;
  transform: translateY(84px);
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-anim p {
  opacity: 0;
  transform: translateY(84px);
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-show .p-anim p {
  opacity: 1;
  transform: none;
}

.p-anim p:nth-child(1) {
  transition-delay: 2.5s;
}
.p-anim p:nth-child(2) {
  transition-delay: 2.6s;
}

.c-proyecto_descripcion p:nth-child(1) {
  transition-delay: 0.1s;
}
.c-proyecto_descripcion p:nth-child(2) {
  transition-delay: 0.2s;
}

.is-show .u-anim {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
}
.delay-3 {
  transition-delay: 0.3s;
}
.delay-4 {
  transition-delay: 0.4s;
}
.delay-5 {
  transition-delay: 0.5s;
}
.delay-6 {
  transition-delay: 0.6s;
}

.delay-7 {
  transition-delay: 0.7s;
}
.delay-8 {
  transition-delay: 0.8s;
}
.delay-9 {
  transition-delay: 0.9s;
}
.delay-10 {
  transition-delay: 1s;
}
.delay-11 {
  transition-delay: 1.1s;
}
.delay-12 {
  transition-delay: 1.2s;
}
.delay-13 {
  transition-delay: 1.3s;
}
.delay-14 {
  transition-delay: 1.4s;
}
.delay-15 {
  transition-delay: 1.5s;
}
.delay-16 {
  transition-delay: 1.6s;
}

.delay-17 {
  transition-delay: 1.7s;
}
.delay-18 {
  transition-delay: 1.8s;
}
.delay-19 {
  transition-delay: 1.9s;
}
.delay-20 {
  transition-delay: 2s;
}
.delay-21 {
  transition-delay: 2.1s;
}
.delay-22 {
  transition-delay: 2.2s;
}

.delay-23 {
  transition-delay: 2.3s;
}
.delay-24 {
  transition-delay: 2.4s;
}
.delay-25 {
  transition-delay: 2.5s;
}
.delay-26 {
  transition-delay: 2.6s;
}

@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 10px, 0);
  }
}

/* ------------------------- Page Transition -------------------------------------------------- */
/* 
.bg_loader {
  position: fixed;
  top: 0;
  z-index: 800;
  background: linear-gradient( 97deg, rgba(87, 138, 45, 1) 0%, rgba(0, 77, 67, 1) 50% );
  transform: scaleY(1);
  transition-delay: 0s;
  transform-origin: top;
  width: 100%;
  height: 100%;
  left: 0;
  will-change: top;
  background: linear-gradient( 97deg, rgba(87, 138, 45, 1) 0%, rgba(0, 77, 67, 1) 50% );
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transform-origin: top;
}
.is-in .bg_loader {
  transform: scaleY(0);
  transition-delay: 0s;
  transform-origin: top;
}
.loading_bg.removeLoader {
  z-index: -1;
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 800;
  pointer-events: none;
  background: transparent;
}
.loading-screen {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  left: 0;
  will-change: top;
  background: linear-gradient(
    97deg,
    rgba(87, 138, 45, 1) 0%,
    rgba(0, 77, 67, 1) 50%
  );
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transform-origin: top;
}

.is-out .loading-screen {
  transform: scaleY(1);
  transition-delay: 0s;
}

.is-out .bg_loader {
  visibility: hidden;
}


.is-in .loading-screen {
  transform: scaleY(0);
  transition-delay: 0s;
}

.is-in .loading-container {
  background: transparent !important;
}
 */
