/*
Theme Name: Plantilla Aranda Seiquer
Author: Pedro Ant. Duran
Description: Plantilla desarrollada por Pedro Ant. Duran y Angel.
Version: 1.1.0
*/

@font-face {
  font-family: "Gooper";
  src:
    url("fonts/Gooper/WOFF/Gooper-Light.woff2") format("woff2"),
    url("fonts/Gooper/WOFF/Gooper-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Colores */
  --Azul-Verdoso: #004e52;
  --Azul-Turquesa: #abe3e4;
  --Naranja-pastel: #ffc2a3;
  --Blanco: #ffffff;

  /* Animacion */
  --ani: all 0.3s ease-in-out;
  --aniBtn: all 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  --aniSrv: all 0.8s cubic-bezier(0.66, -0.19, 0, 1.11);
}

html {
  font-size: 0.521vw;
}

/* RESET */
*,
::after,
::before {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  outline: none;
}

p {
  margin: 0px 0px 2rem 0px;
}
a {
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
  color: var(--Azul-Verdoso);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

/* STYLE */

body {
  background-color: var(--Blanco);
  padding: 0px 0px 0px 0px;
  margin: 0px;
  color: var(--Azul-Verdoso);
  font-family: "Gooper";
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 105%;
  letter-spacing: -0.1rem;
}

header {
  z-index: 999;
  position: fixed;
  left: 1rem;
  top: 1rem;
  border-radius: 1.6rem;
  width: calc(100% - 2rem);
  background-color: var(--Azul-Verdoso);
  color: var(--Azul-Turquesa);
  display: flex;
  padding: 1rem 3rem;
  align-items: center;
  min-height: 6.8rem;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}
header .header__logo {
  width: 78rem;
}
header .header__logo a {
  display: flex;
}
header .header__logo a svg {
  height: 3rem;
  width: auto;
}
header .header__logo a svg path {
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}
header a {
  color: var(--Azul-Turquesa);
}

header .menu-header {
  display: flex;
  gap: 4.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
header .header__right {
  margin-left: auto;
}
header .header__right,
header .menu-header li {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header__right a,
header .menu-header li a {
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.08rem;
  text-decoration: none;
  display: block;
  position: relative;
}
header .header__right a::before,
header .menu-header li a::before {
  width: 0%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -1px;
  background-color: var(--Azul-Turquesa);
  -moz-transition: var(--aniBtn);
  -ms-transition: var(--aniBtn);
  -o-transition: var(--aniBtn);
  transition: var(--aniBtn);
}
header .header__right a.active::before,
header .menu-header li.current-menu-item a::before,
header .header__right a:hover::before,
header .menu-header li a:hover::before {
  width: 100%;
}

header .header__right a {
  margin-top: -0.3rem;
}

.sliderh {
  width: 100vw;
  height: 91rem;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  color: var(--Blanco);
}
.sliderh::before {
  background: linear-gradient(
    180deg,
    rgba(0, 78, 82, 0) 0%,
    rgba(0, 78, 82, 0.5) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.sliderh img {
  width: 100vw;
  height: 91rem;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
.sliderh__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  padding: 0px 4rem 4rem;
  width: 100%;
  gap: 10rem;
}
.sliderh__bottom .sliderh__bottom-txt {
  width: 67.5rem;
}
.sliderh__bottom-txt h2,
.sliderh__bottom-txt h1 {
  font-size: 4.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%; /* 43.46px */
  letter-spacing: -0.123rem;
}
.splide__header .splide__pagination {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  justify-content: end;
  padding: 0;
  margin: 0;
  flex-direction: column;
  width: 2rem;
  left: auto;
  gap: 1.4rem;
}
.splide__pagination li {
  display: flex;
}
.splide__pagination__page {
  padding: 0;
  margin: 0;
  background-color: var(--Blanco);
  opacity: 1;
}

.mod__card3 {
  display: flex;
  padding: 5.4rem 12rem 14rem 4rem;
}
.mod__card3 .card3__title {
  width: 31.5rem;
}
.mod__card3 .card3__title h2 {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.08rem;
  max-width: 11.7rem;
  margin-bottom: 2.6rem;
}
.mod__card3 .card3__cards {
  display: flex;
  gap: 4rem;
}
.mod__card3 .card3__cards .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 43rem;
  border-radius: 1rem;
  background: var(--Azul-Turquesa);
  padding: 2.2rem 15rem 2.2rem 2.2rem;
  min-height: 26rem;
  text-decoration: none;
  -moz-transition: var(--aniSrv);
  -ms-transition: var(--aniSrv);
  -o-transition: var(--aniSrv);
  transition: var(--aniSrv);
}
.mod__card3 .card3__cards .card .card__desc {
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 16.96px */
  letter-spacing: -0.032rem;
}
.modserv_items .serv__item{
    -moz-transition: var(--aniSrv);
  -ms-transition: var(--aniSrv);
  -o-transition: var(--aniSrv);
  transition: var(--aniSrv);
}

.modserv_items .serv__item:hover,
.mod__card3 .card3__cards .card:hover {
  transform: translateY(-2rem);
}

.contador {
  padding: 0px 0px 10rem;
}
.contador__enlace {
  text-align: center;
}

.contador__container {
  padding: 0px 4rem 4rem 35.5rem;
  display: flex;
  gap: 4rem;
}

.contador__cont {
  width: 100%;
}

.contador__slider {
  width: 90rem;
}
.contador__slider img {
  width: 90rem;
  height: 61.5rem;
  object-fit: cover;
  border-radius: 2rem;
}

.contador .contador__cont ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contador .contador__cont ul li {
  display: flex;
  margin: 0;
  padding: 4rem 0px;
}
.contador .contador__cont ul li > div:first-child {
  font-size: 2.1rem;
  letter-spacing: 0.08rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  width: 30rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.contador .contador__cont ul li > div:first-child span {
  font-size: 10rem;
  line-height: 72%;
  letter-spacing: -0.6rem;
}
.contador .contador__cont ul li > div:last-child {
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.08rem;
}

.contador__slider .splide__pagination {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 2rem;
  left: auto;
  right: 2rem;
  gap: 1.4rem;
}

.splide__pagination__page.is-active {
  transform: scale(1.5);
}

.btn {
  display: inline-flex;
  border-radius: 12px;
  background: var(--Naranja-pastel);
  justify-content: center;
  align-items: center;
  color: var(--Azul-Verdoso);
  font-family: "Gooper";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%; /* 16.96px */
  letter-spacing: -0.096rem;
  padding: 1.05rem 2rem 1.35rem;
  text-decoration: none;
  -moz-transition: var(--aniBtn);
  -ms-transition: var(--aniBtn);
  -o-transition: var(--aniBtn);
  transition: var(--aniBtn);
  transform-origin: bottom;
}
.btn:hover {
  background-color: var(--Azul-Verdoso);
  color: var(--Azul-Turquesa);

  transform: scale(1.08);
  border-radius: 30px;
}
.btn-verde {
  background-color: var(--Azul-Turquesa);
  color: var(--Azul-Verdoso);
}
.btn-verde:hover {
  color: var(--Azul-Verdoso);
  background-color: var(--Naranja-pastel);
}

.mod__abouts {
  text-align: center;
  padding: 0px 4rem 15rem;
}

.abouts__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7.4rem;
}

.abouts__title h2 {
  width: 55rem;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%;
  letter-spacing: -0.336rem;
}

.abouts__desc {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.192rem;
  width: 75rem;
  margin: 0 auto 8rem;
}

.abouts__miembros {
  display: flex;
  gap: 14rem 4rem;
  max-width: 126rem;
  margin: 0px auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.miembro img {
  height: 56rem;
  width: 43rem;
  border-radius: 1.2rem;
  object-fit: cover;
}
.miembro .miembro__col {
  color: #a2a9aa;
  text-align: center;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.08rem;
  margin: 2.8rem 0 1.6rem;
}
.miembro .miembro__nombre {
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 102%;
  letter-spacing: -0.252rem;
  max-width: 35rem;
  margin: 0px auto 4rem;
}

.tabs__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}

.tabs__menu ul {
  display: flex;
  list-style: none;
  gap: 0;
  margin: 0;
  padding: 0;
  border-radius: 100px;
  background: #ebf3f4;
  position: relative;
}
.tabs__menu ul::before {
  width: 13rem;
  height: 100%;
  border-radius: 100px;
  background: var(--Azul-Turquesa, #abe3e4);
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  -moz-transition: var(--aniBtn);
  -ms-transition: var(--aniBtn);
  -o-transition: var(--aniBtn);
  transition: var(--aniBtn);
}
.tabs__menu ul li {
  margin: 0;
}
.tabs__menu ul li a {
  color: var(--Azul-Verdoso);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.096rem;
  padding: 1rem 1rem 1.2rem;
  text-decoration: none;
  width: 13rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.tabs__menu ul.active1::before,
.tabs__menu ul.hover1::before {
  left: 13rem;
}
.tabs__menu ul.hover0::before {
  left: 0rem;
}

.tabs {
  position: relative;
  margin-bottom: 15rem;
  -moz-transition: var(--aniBtn);
  -ms-transition: var(--aniBtn);
  -o-transition: var(--aniBtn);
  transition: var(--aniBtn);
}
.tabs .tab {
  max-width: 66.5rem;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transition: var(--aniBtn);
  -ms-transition: var(--aniBtn);
  -o-transition: var(--aniBtn);
  transition: var(--aniBtn);
  opacity: 0;
  visibility: hidden;
}
.tabs .tab.active {
  opacity: 1;
  visibility: visible;
}

.tab .tab__pretitle {
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 18.56px */
  letter-spacing: -0.016rem;
  margin-bottom: 3rem;
}
.tab .tab__title {
  font-family: Gooper;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%; /* 59.36px */
  letter-spacing: -0.336rem;
  margin-bottom: 6rem;
}
.tab .tab__cont {
  max-width: 52.2rem;
  margin: auto;
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 18.56px */
  letter-spacing: -0.016rem;
}
.tab .tab__iconos {
  display: flex;
  gap: 8rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 6rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%; /* 16.64px */
  letter-spacing: -0.096rem;
}
.tab .tab__iconos img {
  display: block;
  margin: 0px auto 1rem;
  height: 2.4rem;
  width: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  display: block;
  width: 100%;
  background: transparent;
  border-radius: 1.2rem;
  border: 1px solid var(--Azul-Verdoso);
  color: var(--Azul-Verdoso);
  font-family: Gooper;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%; /* 16.96px */
  letter-spacing: -0.06rem;
  padding: 1.2rem 1rem;
}
.wpcf7-spinner {
  position: absolute;
  margin: 0.8rem;
}
.wpcf7 form .wpcf7-response-output {
  margin: 3rem 0 0 0;
  padding: 1rem;
  border-width: 1px;
  border-radius: 1.2rem;
  text-align: center;
}

.tab__cont .wpcf7 {
  width: 37rem;
  margin: auto;
}
.wpcf7 p {
  margin: 0px 0px 1rem;
}
.wpcf7-form-control-wrap {
  display: block;
  margin: 0px;
  text-align: left;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance {
  display: block;
  margin-top: 2rem;
  margin-bottom: 4rem;
  color: var(--Azul-Verdoso, #004e52);
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 10.6px */
  letter-spacing: -0.02rem;
}
.wpcf7-acceptance input {
  margin: 0;
}
.wpcf7-acceptance label {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.wpcf7 .wpcf7-submit {
  background-color: var(--Azul-Verdoso);
  color: var(--Azul-Turquesa);
  border: 0;
  cursor: pointer;
}
.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
}
.wpcf7-not-valid-tip {
  display: block;
  color: var(--Error, #f15239);
  margin-top: 0.6rem;
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  line-height: 110%;
  margin-bottom: 1rem;
}

input.wpcf7-not-valid {
  border-color: var(--Error, #f15239);
  color: var(--Error, #f15239);
}

.sendok {
  width: 52rem;
  border-radius: 1.8rem;
  background: var(--Azul-Turquesa, #abe3e4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4rem;
  -moz-transition: var(--aniBtn);
  -ms-transition: var(--aniBtn);
  -o-transition: var(--aniBtn);
  transition: var(--aniBtn);
  opacity: 0;
  visibility: hidden;
}
.sendok.active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.sendok .sendok__title {
  width: 17.2rem;
  margin: 0px auto 6rem;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%; /* 24.96px */
  letter-spacing: -0.144rem;
}
.sendok .sendok__desc {
  text-align: center;
  font-family: Manrope;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 14.84px */
  letter-spacing: -0.028rem;
  width: 25.5492rem;
  margin: 0 auto 5rem;
}

.tab__sendok {
  position: absolute;
  width: 100%;
}

.sendok__vist {
  display: inline-block;
  font-family: Gooper;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%; /* 12.72px */
  letter-spacing: -0.072rem;
  padding: 0.8rem 1.6rem;
  border-radius: 1.2rem;
  background: var(--Naranja-pastel, #ffc2a3);
}
.sendok svg {
  position: absolute;
  top: 2.2rem;
  left: 2.8rem;
  transform: rotate(354deg);
  width: 8.4rem;
  height: auto;
}
.mod__bannerani {
  margin-bottom: 15rem;
}

.bannerani {
  margin: auto;
  width: 121.3rem;
  min-height: 50rem;
  border-radius: 3rem;
  background: var(--Azul-Turquesa);
  padding: 5rem 10rem 5rem 15rem;
  display: flex;
  justify-content: space-between;
}
.bannerani > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bannerani .bannerani__title {
  width: 48rem;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%;
  letter-spacing: -0.336rem;
  margin-top: 3rem;
}
.bannerani .bannerani__desc {
  width: 20.6rem;
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.032rem;
}

.bannerani > div:first-child > div:last-child {
  display: flex;
  justify-content: space-between;
}
.bannerani .bannerani__img {
  height: 40rem;
  width: auto;
}

.bannerani .bannerani__img-cont {
  height: 40rem;
  width: 40rem;
  overflow: hidden;
  position: relative;
}
.bannerani .bannerani__img-can {
  height: 46rem;
  width: 46rem;
  margin-top: -3rem;
  margin-left: -3rem;
}

.comentarios {
}
.comentarios .comentarios__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 6rem;
}
.comentarios .comentarios__title h3 {
  width: 31rem;
  color: var(--Azul-Verdoso);
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 98%;
  letter-spacing: -0.216rem;
  text-align: center;
}

.comentarios .comentarios__title svg {
  height: 8rem;
  width: auto;
}
.comentarios .comentarios__comi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.3rem;
  margin-bottom: 8rem;
}
.comentarios .comentarios__comi svg {
  height: 3.3rem;
  width: auto;
}
.comen {
  padding: 0px 10rem;
  width: 60rem;
  font-size: 2.1rem;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.08rem;
}
.comen > div:first-child {
  margin-bottom: 3rem;
}
.comen > div:last-child {
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: -0.016rem;
}
.comentarios .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #000;
}

.mod__comentarios {
  margin-bottom: 10rem;
}

.mod__headerimagen {
  height: 91rem;
  width: 100%;
}
.mod__headerimagen img {
  height: 91rem;
  width: 100%;
  object-fit: cover;
}

.mod__txtcentrado {
  padding: 6.4rem 2rem 12rem;
  text-align: center;
}
.txtc__pretitle {
  color: var(--Gris-60, #a2a9aa);
  text-align: center;
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: -0.016rem;
  margin-bottom: 4rem;
}
.txtc__title {
  max-width: 70rem;
  margin: 0 auto 10rem;
}
.txtc__title h2 {
  color: var(--Azul-Verdoso, #004e52);
  text-align: center;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%;
  letter-spacing: -0.336rem;
}
.txtc__txts {
  display: flex;
  flex-wrap: wrap;
  width: 100rem;
  justify-content: space-between;
  margin: 0 auto;
}
.txtc__txts > .txtc__txt {
  width: 43rem;
  color: var(--Azul-Verdoso, #004e52);
  text-align: center;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%; /* 21.84px */
  letter-spacing: -0.08rem;
}

.formulario {
  width: 98rem;
  border-radius: 2rem;
  background: var(--Azul-Turquesa, #abe3e4);
  padding: 4rem 4rem 2rem;
  margin: auto;
  text-align: center;
}
.formulario .tab__title {
  width: 63rem;
  margin: 0 auto 6rem;
}
.mod__formulario {
  padding-bottom: 10rem;
}
.formulario .tab {
  position: relative;
}
.formulario input::placeholder {
  color: var(--Azul-Verdoso);
}
.formulario .tab__cont .wpcf7 {
  margin-top: 4.8rem;
}

.mod__numeros {
  width: 100%;
  background-color: var(--Azul-Verdoso);
  color: var(--Azul-Turquesa);
  padding: 10rem 4rem;
  border-radius: 4rem;
  margin-bottom: 10rem;
  position: relative;
}
.num__title {
  width: 57rem;
  margin: 0 auto 8rem;
  text-align: center;
}
.num__title h2 {
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%;
  letter-spacing: -0.336rem;
}
.num__desc {
  width: 58rem;
  margin: 0 auto 7rem;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.08rem;
  text-align: center;
}

.numero {
  display: flex;
  width: auto;
  justify-content: flex-start;
  gap: 14.1rem;
}
.numero .numero__num {
  font-size: 42rem;
  font-weight: 300;
  line-height: 65%;
  letter-spacing: -2.52rem;
  padding-bottom: 3rem;
}
.numero > div:last-child {
  width: 36.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.numero .numero__titulo {
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 102%;
  letter-spacing: -0.252rem;
}
.numero .numero__desc {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.144rem;
}
.numero__con {
  padding: 8rem 0px;
  display: flex;
  justify-content: left;
  position: relative;
}
.numero__con hr {
  padding: 0px;
  margin: 0px;
  height: 1px;
  background-color: var(--Azul-Turquesa);
  width: 0%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 0;
}
.numero__con:last-child hr {
  display: none !important;
}

.num__numeros .numero__con:nth-child(4n + 2),
.num__numeros .numero__con:nth-child(4n + 4) {
  justify-content: center;
}
.num__numeros .numero__con:nth-child(4n + 3) {
  justify-content: right;
}
.num__numeros .numero__con:last-child {
  border: 0;
  padding-bottom: 0;
}

.numero__aniimg {
  position: absolute;
  height: 50rem;
  right: 4rem;
  bottom: 1rem;
}

.mod__headertxt {
  text-align: center;
  min-height: 68rem;
  width: 100%;
  background: var(--Azul-Turquesa);
  color: var(--Azul-Verdoso);
  padding: 15rem 4rem;
}
.headertxt__pretitle {
  width: 27.3rem;
  color: var(--Azul-Verdoso, #004e52);
  font-family: Manrope;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.03rem;
  margin: 0px auto 12rem;
  min-height: 8rem;
}
h1.headertxt__title {
  color: var(--Azul-Verdoso, #004e52);
  text-align: center;
  font-family: Gooper;
  font-size: 8.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%;
  letter-spacing: -0.504rem;
  max-width: 108rem;
  margin: auto;
}
.headertxt__aniimg {
  position: absolute;
  right: 9rem;
  width: 30rem;
  height: auto;
  top: 25rem;
}
.headertxt__aniimg-lottie {
  right: 0rem;
  width: 46rem;
  top: 14rem;
}

.serv__migas {
  padding: 4rem 4rem 0px 4rem;
}
.serv__migas ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
.serv__migas ul li {
  color: var(--Azul-Verdoso, #004e52);
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: -0.016rem;
}
.serv__migas ul li svg {
  height: 1rem;
  width: auto;
}
.serv__migas ul li a {
  text-decoration: none;
  color: var(--Gris-60, #a2a9aa);
}
.serv__migas ul li a:hover {
  color: var(--Azul-Verdoso);
}

.serv__row {
  padding: 9rem 4rem 12rem;
  display: flex;
  gap: 8rem;
}
.serv__row > .serv__left {
  width: 55rem;
}
.serv__row > .serv__right {
  width: 84.3rem;
}
.serv__row > .serv__right .serv__desc {
  width: 54.5675rem;
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.08rem;
  margin-bottom: 15rem;
}
.serv__row > .serv__right .serv__block-pre {
  color: var(--Gris-60, #a2a9aa);
  font-family: Manrope;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  margin: 0px 0px 2.4rem;
}
.blg__right .blg__content ul,
.serv__block-desc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.blg__right .blg__content ul li,
.serv__block-desc ul li {
  position: relative;
}

.blg__right .blg__content ul li::before,
.serv__block-desc ul li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1rem;
  left: -2rem;
  top: 1.6rem;
  background-color: var(--Azul-Verdoso);
  position: absolute;
}

.serv__row > .serv__right h2 {
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%; /* 59.36px */
  letter-spacing: -0.336rem;
  margin-bottom: 6rem;
}
.serv__row > .serv__right p {
  margin-bottom: 3rem;
}
.serv__block {
  margin-bottom: 14rem;
}
.serv__block:last-child {
  margin-bottom: 0;
}

.blg__left ul,
.serv__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 8rem;
  color: var(--Gris-60, #a2a9aa);
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 18.56px */
  letter-spacing: -0.016rem;
}
.blg__left ul li a,
.serv__menu li a {
  display: flex;
  text-decoration: none;
  color: var(--Gris-60, #a2a9aa);
}
.blg__left ul li a:hover,
.serv__menu li a:hover {
  color: var(--Azul-Verdoso);
}
.blg__left ul li.active a,
.serv__menu li.active a {
  color: var(--Azul-Verdoso);
  transform: translateX(1rem);
}

.blg__sticky,
.serv__sticky {
  position: sticky;
  top: 14rem;
}
.serv__otros {
  margin-bottom: 16rem;
}
.serv__otros-title {
  max-width: 11rem;
  text-align: center;
  color: #004e52;
  text-align: center;
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 18.56px */
  letter-spacing: -0.016rem;
  margin: auto;
  margin-bottom: 6rem;
}
.serv__otros-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

.serv__item {
  display: flex;
  height: 28.5rem;
  padding: 2.2rem 5.6rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  color: var(--Azul-Verdoso, #004e52);
  text-align: center;
  text-decoration: none;
  font-family: Manrope;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 22.26px */
  letter-spacing: -0.0315rem;
  border-radius: 1rem;
  background: var(--Azul-Turquesa, #abe3e4);
  width: 43.2rem;
}
.serv__item .serv__item-title {
  color: var(--Azul-Verdoso, #004e52);
  text-align: center;
  font-family: Gooper;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%; /* 33.28px */
  letter-spacing: -0.192rem;
}

.modserv {
  display: flex;
  padding: 7.4rem 4rem 14rem;
  gap: 25rem;
}
.modserv .modserv_left {
  width: 21rem;
}
.modserv .modserv_right {
  width: 121rem;
}
.modserv_txt1 {
  color: var(--Azul-Verdoso, #004e52);
  font-family: Manrope;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 22.26px */
  letter-spacing: -0.0315rem;
}
.modserv_txt2 {
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%; /* 33.28px */
  letter-spacing: -0.192rem;
  width: 90rem;
  margin-bottom: 12rem;
}

.modserv_items {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
.modserv_items .serv__item {
  display: flex;
  gap: 4rem;
  text-align: left;
  align-items: flex-start;
  width: 58.5rem;
  padding: 2.2rem 2.8rem;
}
.modserv_items .serv__item .serv__item-title {
  text-align: left;
}
.modserv_items .serv__item .serv__item-desc {
  text-align: left;
  max-width: 32rem;
}
.splide__galeria {
  margin-bottom: 10rem;
}

.splide__galeria img {
  height: 60rem;
  width: auto;
  margin: 0px 1rem;
  border-radius: 2rem;
}

.mod__bannertxt {
  padding-bottom: 9rem;
}

.bannertxt {
  width: 121.3rem;
  height: 45rem;
  border-radius: 3rem;
  background: var(--Azul-Verdoso, #004e52);
  color: var(--Azul-Turquesa);
  margin: auto;
  padding: 5.3rem 7rem 6.7rem 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bannertxt h3 {
  color: var(--Azul-Turquesa, #abe3e4);
  font-family: Gooper;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%;
  letter-spacing: -0.336rem;
  max-width: 28rem;
}
.bannertxt .bannertxt__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.bannertxt .bannertxt__bottom .bannertxt__txts {
  color: var(--Azul-Turquesa, #abe3e4);
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 18.56px */
  letter-spacing: -0.016rem;
  display: flex;
  gap: 6.8rem;
  align-items: end;
}
.bannertxt .bannertxt__bottom .bannertxt__txts > div {
  width: 31.5rem;
}

.txtcentrado__1 .txtc__txts > .txtc__txt {
  color: var(--Azul-Verdoso, #004e52);
  text-align: center;
  font-family: Gooper;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%; /* 33.28px */
  letter-spacing: -0.192rem;
  width: 78rem;
}
.txtcentrado__1 .txtc__txts {
  align-items: center;
  justify-content: center;
}
.txtcentrado__1 .txtc__title {
  margin-bottom: 7rem;
}
.txtcentrado__1 {
  padding-top: 10rem;
  padding-bottom: 15rem;
}

.mod__informacion {
  padding: 0 4rem 20rem;
}

.info__top {
  display: flex;
  gap: 20rem;
  align-items: flex-start;
  margin-bottom: 10rem;
}
.info__data {
  display: flex;
  gap: 4rem;
  position: sticky;
  top: 12rem;
}
.info__img img {
  width: 42.8436rem;
  height: 53.4rem;
  border-radius: 1.2rem;
  object-fit: cover;
}

.info__data-cols {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 42rem;
}
.info__ncole {
  color: #a2a9aa;
  font-family: Gooper;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%; /* 21.84px */
  letter-spacing: -0.08rem;
  margin-bottom: 4.8rem;
}
.info__nombre {
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%; /* 59.36px */
  letter-spacing: -0.336rem;
  margin-bottom: 4.8rem;
}
.info__desc-title,
.info__cargo {
  color: #a2a9aa;
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 18.56px */
  letter-spacing: -0.016rem;
}

.info__formacion {
  width: 59rem;
}
.info__formacion-title {
  color: #a2a9aa;
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 18.56px */
  letter-spacing: -0.16px;
  margin-bottom: 4rem;
}

.info__formacion ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%; /* 21.84px */
  letter-spacing: -0.08rem;
}
.info__formacion ul li {
  padding: 2rem 0;
  border-bottom: 1px solid #a2a9aa;
}
.info__formacion ul li:last-child {
  padding: 2rem 0 0px;
  border-bottom: 0;
}

.info__desc {
  width: 90rem;
  margin: 0px auto 10rem;
}
.info__desc-title {
  margin-bottom: 5rem;
}

.info__cita {
  position: relative;
  width: 137rem;
  height: 44.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  background: var(--Azul-Verdoso, #004e52);
  color: var(--Azul-Turquesa);
  margin: auto;
  text-align: center;
  font-family: Gooper;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%; /* 59.36px */
  letter-spacing: -0.336rem;
  padding: 2rem 29rem;
}
.info__cita svg {
  position: absolute;
  height: 3.4rem;
  width: auto;
}
.info__cita svg.info__cita-left {
  top: 2.5rem;
  left: 2.5rem;
}
.info__cita svg.info__cita-right {
  bottom: 2.5rem;
  right: 2.5rem;
}

.headertxt-blog h1.headertxt__title {
  max-width: 113rem;
  margin: auto;
}
.headertxt-blog .headertxt__pretitle {
  margin-bottom: 6rem;
}

.blg {
  display: flex;
  padding: 4rem 4rem 10rem 4rem;
  gap: 23rem;
}
.blg .blg__left {
  width: 55rem;
}
.blg .blg__right {
  width: 90rem;
}

.post-categories {
  list-style: none;
  display: flex;
  gap: 2rem;
  padding: 0;
  margin: 0px 0px 9rem 0;
}
.post-categories li a {
  color: var(--Azul-Verdoso, #004e52);
  text-align: center;
  font-family: Manrope;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.024rem;
  padding: 0.8rem 1.6rem;
  border-radius: 2rem;
  text-decoration: none;
  display: flex;
  background: var(--Azul-Turquesa, #abe3e4);
}
.post-categories li a:hover {
  color: var(--Azul-Turquesa, #abe3e4);
  background-color: var(--Azul-Verdoso, #004e52);
}

.blg__right h2 {
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%; /* 59.36px */
  letter-spacing: -0.336rem;
  margin: 0px 0px 9rem;
}

.blg__right h3,
.blg__right h4,
.blg__right h5 {
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 102%; /* 59.36px */
  letter-spacing: -0.25rem;
  margin: 0px 0px 6rem;
}
.blg__right p {
  margin: 0px 0px 6rem;
}
.blg__right ul {
  margin: 0px 0px 6rem;
}
.blg__right img {
  max-width: 100%;
  height: auto;
  border-radius: 2rem;
}
.wp-caption {
  width: 100% !important;
}
.wp-caption-text {
  margin: 0px;
  padding: 1rem 0px 0px;
  color: var(--Gris-60, #a2a9aa);
  font-family: Gooper;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.096rem;
}

.blg__blog {
  margin-bottom: 9rem;
}
.blg__blog a {
  color: #a2a9aa;
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 18.56px */
  letter-spacing: -0.016rem;
  text-decoration: none;
  display: flex;
}
.blg__blog a:hover {
  color: var(--Azul-Verdoso);
}

.listsposts {
  padding: 12rem 4rem 8rem;
}

.listsposts__pretitle {
  margin-bottom: 4rem;
}
.listsposts__pretitle a {
  color: #a2a9aa;
  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 18.56px */
  letter-spacing: -0.016rem;
  text-decoration: none;
}
.listsposts__pretitle a:hover {
  color: var(--Azul-Verdoso);
}

.listsposts__row {
  display: flex;
}
.listsposts__row > .listsposts__left {
  width: 78rem;
}
.listsposts__row > .listsposts__right {
  width: 106rem;
}

.listsposts__left h1 {
  width: 53.874rem;
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.432rem;
}
.list-post-archive .list-post {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}

.postlist {
  display: flex;
  width: 50.9rem;
  height: 42.5rem;
  padding: 2.4rem;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 3rem;
  background: var(--Azul-Turquesa, #abe3e4);
}

.postlist .post-categories {
  flex-wrap: wrap;
  gap: 1.2rem 2.4rem;
  margin-bottom: 3.2rem;
}
.postlist .post-categories li a {
  padding: 0;
}
.postlist .post-categories li a:hover {
  color: var(--Azul-Verdoso);
  background-color: transparent;
  text-decoration: underline;
}
.postlist a {
  text-decoration: none;
}
.postlist h2 {
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 102%; /* 36.72px */
  letter-spacing: -0.216rem;
}
.postlist .postlist__excert {
  overflow: hidden;
  color: var(--Azul-Verdoso, #004e52);
  text-overflow: ellipsis;

  font-family: Manrope;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 18.56px */
  letter-spacing: -0.016rem;

  display: -webkit-box;
  width: 27.6rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.navigation {
  margin-top: 6rem;
}
.navigation .screen-reader-text {
  display: none !important;
}

.navigation .nav-links {
  display: flex;
  gap: 0.8rem;
}
.navigation .nav-links a,
.navigation .nav-links span.current {
  display: flex;
  width: 2.7rem;
  height: 2.7rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  color: var(--Azul-Verdoso, #004e52);
  text-align: center;
  font-family: Gooper;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.096rem;
  text-decoration: none;
}
.navigation .nav-links span.current {
  background-color: var(--Azul-Turquesa);
}
.navigation .nav-links .prev,
.navigation .nav-links .next {
  display: none !important;
}

.p_404 {
  padding: 11rem 4rem 4rem;
  min-height: 100vh;
}
.p_404-row {
  display: flex;
}
.p_404-row > div {
  width: 78rem;
}

.p_404-title {
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 102%;
  letter-spacing: -0.252rem;
  max-width: 38.2rem;
}
.p_404-txt {
  width: 35rem;
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%; /* 21.84px */
  letter-spacing: -0.08rem;
}
.p_404-svg {
  width: 103rem;
  height: auto;
  position: absolute;
  bottom: 4rem;
}
body.error404 footer {
  display: none !important;
}

.contenido {
  padding: 12rem 4rem 10rem;
  display: flex;
}
.contenido .contenido__left {
  width: 78rem;
}
.contenido .contenido__right {
  width: 78rem;
}
.contenido__title {
  width: 38.2047rem;
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 102%; /* 42.84px */
  letter-spacing: -0.252rem;
}
.contenido__cont {
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.08rem;
}
.contenido__cont h2,
.contenido__cont h4,
.contenido__cont h5,
.contenido__cont h3 {
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 112%; /* 33.28px */
  letter-spacing: -0.192rem;
  margin-bottom: 4rem;
}
.contenido__cont p {
  margin-bottom: 3rem;
}
ol li,
ul li {
  margin-bottom: 0.4rem;
}

.pcontacto {
  min-height: 100vh;
  background-color: var(--Azul-Turquesa);
  padding: 13rem 4rem 4rem 4rem;
}
.pcontacto h1 {
  color: var(--Azul-Verdoso, #004e52);
  width: 36.8357rem;
  font-family: Gooper;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%;
  letter-spacing: -0.336rem;
}
.pcontacto {
  display: flex;
}
.pcontacto .pcontacto__left {
  width: 78rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.pcontacto .pcontacto__right {
  width: 106rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pcontactoani__img {
  height: 52rem;
  width: auto;
}
.pcontactoani__ani {
  height: 56rem;
  width: 70rem;
  margin-left: -4rem;
  margin-bottom: -2pcontactoani__anirem;
}

body.page-template-plantilla_contacto .footer-ant,
body.page-template-plantilla_contacto footer {
  display: none !important;
}
body.page-template-plantilla_contacto .container__web {
  border-radius: 0;
  min-height: 100vh;
  padding: 0;
}
body.page-template-plantilla_contacto {
  background-color: var(--Azul-Turquesa);
}

.footer-ant {
  height: 59rem;
  pointer-events: none;
  width: 100%;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0px;
  background: #ade3e5;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  padding: 20rem 4rem 4rem 4rem;
  z-index: 1;
}
footer > div:last-child {
  display: flex;
  gap: 5rem;
  width: 106rem;
}
footer .footer__title {
  max-width: 50rem;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 98%;
  letter-spacing: -0.432rem;
}

footer .footer__img {
  height: 48rem;
  width: 48rem;
  margin-top: -2rem;
  margin-left: -2rem;
}
.footer__col_img {
  height: 43rem;
  width: 43rem;
  overflow: hidden;
}

.pcontacto .footer__dtitle,
footer .footer__dtitle {
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 10.6px */
  letter-spacing: -0.02rem;
  margin-bottom: 0.8rem;
}
.pcontacto .footer__dtelefono,
.pcontacto .footer__ddireccion,
footer .footer__dtelefono,
footer .footer__ddireccion {
  font-family: Gooper;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.096rem;
  width: 19rem;
  margin-bottom: 2.4rem;
}
.footer__demails {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.05rem;
}
.footer__demails a {
  text-decoration: none;
}

.pcontacto .footer__datamenu,
footer .footer__datamenu {
  display: flex;
  gap: 4.8rem;
}
.pcontacto .footer__datamenu ul li,
footer .footer__datamenu ul li {
  margin: 0;
}
.pcontacto .footer__datamenu ul,
footer .footer__datamenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.pcontacto .footer__datamenu ul li a,
footer .footer__datamenu ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.06rem;
  display: flex;
}
footer .footer__datainfo {
  margin-bottom: 6rem;
}

.pcontacto .footer__copy,
footer .footer__copy {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: -0.06rem;
  margin-top: 4.8rem;
}

footer .footer__logo {
  position: absolute;
  left: 4rem;
  bottom: 5rem;
}
footer .footer__logo svg {
  width: 41.7rem;
}
.pcontacto__top .footer__datainfo {
  display: flex;
  gap: 10rem;
}

.pcontacto a:hover,
footer a:hover {
  text-decoration: underline !important;
}

.pcontacto .footer__dtelefono,
.pcontacto .footer__ddireccion {
  font-size: 2.1rem;
  letter-spacing: -0.08rem;
  line-height: 105%;
  width: 26rem;
}
.pcontacto .footer__dtitle {
  font-size: 1.6rem;
  letter-spacing: -0.016rem;
  margin-bottom: 2.6rem;
}
.pcontacto .footer__demails a {
  font-size: 2.1rem;
  line-height: 105%;
  letter-spacing: -0.08rem;
}
.pcontacto .footer__dtelefono {
  width: auto;
}
.pcontacto .footer__dtelefono > div {
  margin-bottom: 2.8rem;
}
.pcontacto .footer__dtelefono > div span {
  display: block;
  font-family: Gooper;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%; /* 16.64px */
  letter-spacing: -0.096rem;
  margin-bottom: 0.4rem;
}

.pcontacto__formulario {
  margin-top: 4rem;
  max-width: 70rem;
}
.pcontacto__formulario .wpcf7 .wpcf7-submit {
  background: var(--Naranja-pastel, #ffc2a3);
  color: var(--Azul-Verdoso);
}

.pcontacto__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.pcontacto__bottom .footer__dtitle {
  font-size: 1rem;
  margin-bottom: 1rem;
  letter-spacing: -0.02rem;
}

.btn__flotante {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Azul-Verdoso);
  border-radius: 1.2rem;
  border: 0;
  cursor: pointer;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
  z-index: 4;
}

.btn__flotante svg {
  height: 1.9rem;
}

.btn__flotante svg path {
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}
.btn__flotante:hover,
.btn__flotante.active {
  background-color: var(--Azul-Turquesa);
}
.btn__flotante:hover svg path,
.btn__flotante.active svg path {
  stroke: var(--Azul-Verdoso);
}

.contact__flotante {
  position: fixed;
  bottom: 2rem;
  right: 7rem;
  border-radius: 1.2rem;
  background: var(--Azul-Turquesa, #abe3e4);
  display: flex;
  padding: 1.2rem 1.6rem;
  align-items: flex-start;
  gap: 1.6rem;
  color: var(--Azul-Verdoso, #004e52);
  font-family: Gooper;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 104%; /* 12.48px */
  letter-spacing: -0.072rem;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
  opacity: 0;
  visibility: hidden;
}
.contact__flotante.active {
  opacity: 1;
  visibility: visible;
}
.contact__flotante span {
  display: block;
  color: var(--Azul-Verdoso, #004e52);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 10.6px */
  letter-spacing: -0.02rem;
  margin-bottom: 0.6rem;
  width: 6rem;
}
.contact__flotante > div:first-child {
  padding-right: 1.6rem;
  border-right: 1px solid var(--Azul-Verdoso);
}

.btn-menu-open,
.hide-desktop,
.btn-menu-close,
.header__menu-logo,
.header__menu-logobottom {
  display: none !important;
}

.fade-in-95,
.ani-foo,
.fade-contact,
.fade-in {
  opacity: 0;
  transform: translateY(2rem);
}

.contador__cont li {
  position: relative;
  opacity: 0;
  /* transform: translateY(50px); */
}

.cont__txt {
  opacity: 0;
}

.contador__cont li hr {
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: var(--Azul-Verdoso);
  position: absolute;
  bottom: 0;
  border: 0;
  width: 0%;
}
header.activeChange {
  background-color: var(--Azul-Turquesa);
  color: var(--Azul-Verdoso);
}
header.activeChange .header__right a,
header.activeChange .menu-header li a {
  color: var(--Azul-Verdoso);
}

header.activeChange .header__logo a svg path {
  fill: var(--Azul-Verdoso);
}
header.activeChange .header__right a::before,
header.activeChange .menu-header li a::before {
  background-color: var(--Azul-Verdoso);
}
#aniComentarios2,
#aniComentarios1 {
  height: 16rem;
  width: 16rem;
}
#aniComentarios2 {
  transform: scaleX(-1);
}

* {
  cursor: none !important;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 99999999;
}
.cursor span {
  display: block;
  border-radius: 1000px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--Naranja-pastel);
  background-color: var(--Naranja-pastel);
  position: absolute;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}
.cursor-hover span {
  background-color: transparent;
  transform: scale(2);
}

.container__web {
  background-color: var(--Blanco);
  padding-bottom: 5rem;
  border-radius: 0px 0px 5rem 5rem;
  position: relative;
  z-index: 2;
}

.miembro__foto {
  overflow: hidden;
  border-radius: 1.2rem;
  height: 56rem;
  width: 43rem;
  position: relative;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}
.miembro__foto-hover {
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
  opacity: 0;
}
.miembro__foto:hover {
  border-radius: 1.8rem;
}
.miembro__foto:hover .miembro__foto-hover {
  opacity: 1;
}

.miembro__foto img {
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  html {
    font-size: 2.1vw;
  }

  .mod__card3 {
    flex-direction: column;
    gap: 7rem;
    padding: 2rem 1.2rem 10rem 1.2rem;
  }
  .mod__card3 .card3__cards {
    flex-direction: column;
    gap: 1rem;
  }

  .mod__card3 .card3__title h2 {
    margin-bottom: 2rem;
  }
  .mod__card3 .card3__cards .card {
    width: 100%;
  }
  .btn {
    border-radius: 3rem;
  }

  .contador__container {
    gap: 0;
    padding: 1.2rem;
    flex-direction: column;
  }
  .contador__cont {
    order: 2;
  }
  .contador__slider img {
    width: 100%;
    height: 50rem;
    object-fit: cover;
    border-radius: 0;
  }
  .contador__slider {
    width: calc(100% + 2.4rem);
    margin-left: -1.2rem;
  }
  .contador__enlace {
    margin-top: 4rem;
  }
  .mod__abouts {
    text-align: center;
    padding: 0px 1.2rem 10rem;
  }

  .abouts__title h2 {
    width: 94%;
    font-size: 4.2rem;
    line-height: 106%;
    letter-spacing: -0.236rem;
  }

  .abouts__title {
    margin-bottom: 4.4rem;
  }

  .abouts__desc {
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 104%;
    letter-spacing: -0.0592rem;
    width: 100%;
    margin: 0 auto 5rem;
  }

  .miembro img {
    height: 53rem;
    width: 45.2rem;
    border-radius: 1.2rem;
    object-fit: cover;
  }
  .abouts__miembros {
    display: flex;
    gap: 6rem 4rem;
  }

  .tab .tab__title {
    font-size: 3.6rem;
    letter-spacing: -0.136rem;
    margin-bottom: 6rem;
  }

  .tab .tab__iconos {
    gap: 5rem;
  }

  .bannerani {
    margin: auto;
    width: 100%;
    min-height: 50rem;
    border-radius: 3rem;
    padding: 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .mod__bannerani {
    padding: 0px 1.2rem;
    margin-bottom: 10rem;
  }
  .bannerani .bannerani__title {
    width: 84%;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 106%;
    letter-spacing: -0.1rem;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .bannerani .bannerani__img-cont,
  .bannerani .bannerani__img {
    height: 35rem;
    width: auto;
    margin: 4rem auto 1rem;
    display: block;
  }
  .bannerani .bannerani__img-can {
    height: 41rem;
    width: 41rem;
    margin-top: -3rem;
    margin-left: -1rem;
  }
  .bannerani > div:first-child > div:last-child {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-ant {
    display: none;
  }
  footer {
    position: relative;
    flex-direction: column;
    gap: 4rem;
    border-radius: 3rem 3rem 0 0;
    padding: 2rem 2rem 2rem 2rem;
  }
  footer > div:last-child {
    flex-direction: column;
  }
  footer > div:last-child {
    display: flex;
    gap: 4rem;
    width: 100%;
  }

  .sliderh {
    height: 84rem;
  }
  .sliderh img {
    height: 50rem;
  }

  .sliderh__bottom {
    height: 34rem;
    flex-direction: column;
    background: var(--Azul-Verdoso);
    padding: 2rem 2rem 4rem;
    gap: 2rem;
    justify-content: space-between;
  }
  .sliderh__bottom .sliderh__bottom-txt {
    width: 100%;
  }
  .sliderh__bottom-txt h2,
  .sliderh__bottom-txt h1 {
    font-size: 3rem;
    font-style: normal;
    font-weight: 300;
    line-height: 106%;
    letter-spacing: -0.123rem;
  }
  .sliderh__bottom-btn {
    width: 100%;
    text-align: center;
  }
  .splide__header .splide__pagination {
    bottom: 37rem;
    right: 2rem;
  }

  .comentarios .comentarios__title {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 3rem;
  }
  .comentarios__title > div:nth-child(1) {
    order: 1;
  }
  .comentarios__title > div:nth-child(2) {
    order: 3;
    width: 100%;
    text-align: center;
  }
  .comentarios__title > div:nth-child(3) {
    order: 2;
  }
  .comentarios .comentarios__title h3 {
    margin: auto;
  }
  .comentarios .comentarios__comi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.3rem;
    margin-bottom: 5rem;
  }
  .mod__tabs {
    overflow: hidden;
  }

  .comen {
    padding: 0px 4rem;
    width: 43rem;
    font-size: 1.8rem;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    line-height: 104%;
    letter-spacing: -0.06rem;
  }
  .sendok {
    width: 44rem;
    padding: 2rem;
  }

  footer .footer__title {
    max-width: 27rem;
    font-size: 5.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 98%;
    letter-spacing: -0.332rem;
  }
  .pcontacto .footer__dtelefono,
  .pcontacto .footer__ddireccion,
  footer .footer__dtelefono,
  footer .footer__ddireccion {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 104%;
    letter-spacing: -0.02rem;
    width: 19rem;
    margin-bottom: 2.4rem;
  }
  footer .footer__datamenu {
    flex-wrap: wrap;
    gap: 4rem 1rem;
  }
  footer .footer__datamenu > div {
    width: 48%;
  }
  footer .footer__datamenu > div:nth-child(1) {
    width: 40%;
  }
  footer .footer__datamenu > div:nth-child(2) {
    width: 56%;
  }
  footer .footer__datamenu ul li a {
    font-size: 1.6rem;
  }
  footer .footer__logo svg {
    width: 37.7rem;
  }
  footer .footer__logo {
    position: relative;
    left: 0;
    bottom: 0;
  }

  footer .footer__copy {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 104%;
    letter-spacing: -0.06rem;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left;
    margin: 0;
    margin-top: 25rem;
  }

  header .header__logo {
    width: auto;
  }
  .header__right {
    display: none;
  }

  .header__menu {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0px;
    background-color: var(--Blanco);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 7rem 2rem 5rem;

    -moz-transition: var(--ani);
    -ms-transition: var(--ani);
    -o-transition: var(--ani);
    transition: var(--ani);
    opacity: 0;
    visibility: hidden;
  }

  header {
    border-radius: 1.2rem;
    padding: 0.1rem 2rem;
    min-height: 5.6rem;
  }
  header .header__logo a svg {
    height: 2.5rem;
    width: auto;
  }

  .header__menu::before {
    content: "";
    position: absolute;
    background-color: var(--Azul-Verdoso);
    border-radius: 1rem;
    width: calc(100% - 2rem);
    left: 1rem;
    height: calc(100% - 2rem);
    top: 1rem;
    z-index: -1;
  }

  header .menu-header {
    flex-direction: column;
    gap: 3rem;
    text-align: center;
  }

  header .menu-header li a {
    font-size: 2.6rem;
  }

  .btn-menu-close,
  .header__menu-logo,
  .header__menu-logobottom {
    display: block !important;
  }

  .btn-menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    padding: 1rem;
  }
  .btn-menu-close svg {
    width: 4rem;
  }

  .header__menu-logo a {
    display: flex;
  }
  .header__menu-logo a svg {
    display: flex;
    width: 5.3rem;
    height: auto;
  }
  .header__menu-logobottom svg {
    width: 38rem;
  }

  a.header__btn-1 {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
  .btn-menu-open {
    display: flex !important;
  }

  body.activeMenuMovil {
    overflow: hidden;
  }
  body.activeMenuMovil .header__menu {
    opacity: 1;
    visibility: visible;
  }

  body.activeMenuMovil .btn-menu-open {
    opacity: 0;
    visibility: hidden;
  }

  .txtc__txts {
    width: 100%;
    flex-direction: column;
  }
  .formulario {
    width: 100%;
    border-radius: 2rem;
    background: var(--Azul-Turquesa, #abe3e4);
    padding: 4rem 4rem 2rem;
    margin: auto;
    text-align: center;
  }
  .formulario .tab__title {
    width: 100%;
    margin: 0 auto 6rem;
  }

  .num__title {
    width: 100%;
    margin: 0 auto 6rem;
    text-align: center;
    letter-spacing: -0.1rem;
  }

  .num__desc {
    width: 100%;
    margin-bottom: 0;
  }

  .numero .numero__num {
    font-size: 12rem;
    width: 9rem;
  }

  .numero {
    gap: 5rem;
  }
  .numero__con {
    justify-content: left !important;
  }

  .numero .numero__titulo {
    font-size: 3rem;
    letter-spacing: -0.1rem;
  }

  .numero .numero__desc {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 104%;
    letter-spacing: -0.05rem;
  }
  .numero > div:last-child {
    gap: 2rem;
    width: 27rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mod__numeros {
    width: 100%;
    background-color: var(--Azul-Verdoso);
    color: var(--Azul-Turquesa);
    padding: 7rem 2rem;
    border-radius: 3rem;
    margin-bottom: 10rem;
    position: relative;
  }
  .num__title h2 {
    font-size: 4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 106%;
    letter-spacing: -0.236rem;
  }
  .numero__con {
    padding: 5rem 0px;
  }
  .numero__aniimg {
    position: relative;
    height: 37rem;
    right: auto;
    bottom: auto;
    margin-top: 0rem;
    display: block;
    margin-left: 0rem;
  }

  .mod__headerimagen,
  .mod__headerimagen img {
    height: 40rem;
  }

  .txtc__title h2 {
    font-size: 4rem;
    letter-spacing: -0.136rem;
  }
  .txtc__title {
    max-width: 70rem;
    margin: 0 auto 6rem;
  }

  .mod__headertxt {
    padding: 11rem 2rem;
    min-height: 50rem;
    position: relative;
  }

  .headertxt__aniimg {
    position: absolute;
    right: 3rem;
    width: 12rem;
    height: auto;
    top: auto;
    bottom: 3rem;
  }
  .headertxt__pretitle {
    width: 20rem;
    color: var(--Azul-Verdoso, #004e52);
    font-family: Manrope;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  h1.headertxt__title {
    color: var(--Azul-Verdoso, #004e52);
    text-align: center;
    font-family: Gooper;
    font-size: 5.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 106%;
    letter-spacing: -0.204rem;

  }

  .modserv {
    display: flex;
    padding: 5.4rem 2rem 10rem;
    gap: 5rem;
    flex-direction: column;
  }

  .modserv .modserv_right {
    width: 100%;
  }

  .bannertxt {
    width: 100%;
    height: auto;
    border-radius: 2rem;
    padding: 5rem 3rem 5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .bannertxt .bannertxt__bottom .bannertxt__txts {
    flex-direction: column;
    gap: 2rem;
  }

  .modserv_txt2 {
    font-size: 2.6rem;
    letter-spacing: -0.1rem;
    width: 100%;
    margin-bottom: 6rem;
  }

  .splide__galeria img {
    height: 32rem;

    margin: 0px 1rem;
    border-radius: 1rem;
  }
  .bannertxt .bannertxt__bottom {
    flex-direction: column;
    gap: 4rem;
  }
  .bannertxt .bannertxt__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .bannertxt__cita {
    order: 2;
  }
  .bannertxt .bannertxt__bottom .bannertxt__txts > div {
    width: 100%;
  }
  .bannertxt h3 {
    font-size: 4rem;
    letter-spacing: -0.1rem;
    max-width: 28rem;
    margin-bottom: 3rem;
  }
  .serv__row {
    padding: 5rem 2rem 9rem;
    display: flex;
    gap: 4rem;
    flex-direction: column;
  }
  .serv__row > .serv__left,
  .serv__row > .serv__right,
  .serv__row > .serv__right .serv__desc {
    width: 100%;
  }

  .serv__migas {
    padding: 3rem 2rem 0px 2rem;
  }

  .blg__left ul,
  .serv__menu {
    margin-bottom: 3rem;
  }
  .serv__sticky .btn {
    display: none;
  }
  .serv__row > .serv__right .serv__desc {
    margin-bottom: 4rem;
  }
  .blg__content,
  .serv__block,
  .serv__row > .serv__right .serv__desc {
    font-size: 1.8rem;
    line-height: 110%;
    letter-spacing: -0.07rem;
  }

  .serv__row > .serv__right .serv__block-pre {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .serv__row > .serv__right h2 {
    font-size: 4rem;
    line-height: 106%;
    letter-spacing: -0.2rem;
    margin-bottom: 3rem;
  }
  .blg__right p {
    margin: 0px 0px 3rem;
  }

  .serv__block {
    margin-bottom: 8rem;
  }
  .serv__row > .serv__right p {
    margin-bottom: 3rem;
  }
  .serv__otros-title {
    margin-bottom: 4rem;
  }
  .txtcentrado__1 .txtc__txts > .txtc__txt {
    width: 100%;
  }

  .info__data,
  .info__top {
    position: relative;
    flex-direction: column;
    top: 0;
  }
  .info__desc {
    width: 100%;
    margin: 0px auto 4rem;
    font-size: 2.2rem;
    line-height: 110%;
    letter-spacing: -0.1rem;
  }
  .info__cita {
    position: relative;
    width: 100%;
    height: 38.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    background: var(--Azul-Verdoso, #004e52);
    color: var(--Azul-Turquesa);
    margin: auto;
    text-align: center;
    font-family: Gooper;
    font-size: 3rem;
    font-style: normal;
    font-weight: 300;
    line-height: 106%;
    letter-spacing: -0.1rem;
    padding: 2rem 7rem;
  }
  .info__formacion {
    width: 100%;
  }
  .txtcentrado__1 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .txtcentrado__1 .txtc__title {
    margin-bottom: 5rem;
  }
  .txtcentrado__1 .txtc__txts > .txtc__txt {
    width: 100%;
    font-size: 2.2rem;
    letter-spacing: -0.1rem;
  }
  .mod__informacion {
    padding: 0 2rem 10rem;
  }
  .info__img img {
    width: 43rem;
    height: 46.4rem;
    border-radius: 1.2rem;
  }
  .info__data {
    gap: 2rem;
  }

  .info__ncole {
    font-size: 1.6rem;
    letter-spacing: -0.05rem;
    margin-bottom: 2rem;
  }
  .info__cargo {
    margin-bottom: 2rem;
  }
  .info__nombre {
    color: var(--Azul-Verdoso, #004e52);
    font-family: Gooper;
    font-size: 4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 106%;
    letter-spacing: -0.2rem;
    margin-bottom: 1rem;
  }
  .info__top {
    gap: 7rem;
    margin-bottom: 7rem;
  }
  .info__formacion-title {
    margin: 0;
  }
  .info__formacion ul {
    letter-spacing: -0.1rem;
  }
  .info__desc-title {
    margin-bottom: 2rem;
  }

  .listsposts {
    padding: 10rem 2rem 6rem;
  }
  .listsposts__row {
    display: flex;
    flex-direction: column;
  }
  .blg .blg__left,
  .blg .blg__right,
  .listsposts__row > .listsposts__right,
  .listsposts__row > .listsposts__left {
    width: 100%;
  }
  .listsposts__left h1 {
    width: 100%;
    font-size: 5.2rem;
    letter-spacing: -0.232rem;
    margin-bottom: 4rem;
  }
  .listsposts__pretitle {
    margin-bottom: 1rem;
  }

  .blg {
    flex-direction: column;
    padding: 3rem 2rem 5rem 2rem;
    gap: 2rem;
  }
  .blg__blog {
    margin-bottom: 3rem;
  }
  .blg__sticky .btn {
    display: none;
  }
  .blg__right {
    display: flex;
    flex-direction: column;
  }
  .blg__right .post-categories {
    order: 2;
  }
  .blg__right h2 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 106%;
    letter-spacing: -0.2rem;
    margin: 0px 0px 4rem;
  }
  .blg__right h3,
  .blg__right h4,
  .blg__right h5 {
    font-size: 3.6rem;
    letter-spacing: -0.1rem;
    margin: 0px 0px 2rem;
  }
  .headertxt-blog .headertxt__pretitle {
    margin-bottom: 0rem;
  }

  .pcontacto {
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--Azul-Turquesa);
    padding: 10rem 2rem 2rem 2rem;
  }
  .pcontactoani__ani,
  .pcontactoani__img {
    display: none;
  }

  .pcontacto__top .footer__datainfo {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .pcontacto .pcontacto__left,
  .pcontacto .pcontacto__right {
    width: 100%;
  }
  .pcontacto h1 {
    width: 36.8357rem;
    font-size: 3.6rem;
    letter-spacing: -0.2rem;
    margin-bottom: 4rem;
  }
  .pcontacto .footer__direccion {
    width: 50%;
  }
  .pcontacto__bottom {
    flex-direction: column;
  }
  .contenido .contenido__right,
  .contenido .contenido__left,
  .pcontacto__bottom > div {
    width: 100%;
  }
  .pcontacto .footer__copy {
    order: 2;
  }
  .pcontacto__formulario {
    margin-bottom: 5rem;
  }
  .contenido {
    padding: 10rem 2rem 5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
  }
  .p_404-svg {
    width: 40rem;
  }
  .p_404 {
    padding: 10rem 2rem 4rem;
    min-height: 90vh;
  }
  .p_404-row {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .p_404-row > div {
    width: 100%;
  }
  header.activeChange .menu-header li a {
    color: var(--Azul-Turquesa);
  }

  .headertxt__aniimg-lottie {
    right: 0rem;
    width: 22rem;
    bottom: 0rem;
  }
  .footer__col_img {
    height: 40rem;
    width: 40rem;
    overflow: hidden;
    margin: auto;
  }
  .cursor {
    display: none !important;
  }
  .modserv_items .serv__item {
    width: 43.4rem;
  }
  .blg__sticky,
  .serv__sticky {
    position: relative;
    top: 0;
  }

  .postlist {
    width: 100%;
    height: 42.5rem;
  }

  .contador .contador__cont ul li > div:first-child span {
    font-size: 7rem;
  }
  .contador .contador__cont ul li {
    padding: 3rem 0px;
  }
  .contador .contador__cont ul li .cont__txt {
    width: 34rem;
  }
}

@media screen and (max-width: 576px) {
}
