.black {
  color: #142637 !important;
}

.white {
  color: #ffffff !important;
}

.brown {
  color: #BAA171 !important;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "quatro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0;
}

.light {
  font-weight: 200;
}

.strong {
  font-weight: 700;
}

.title {
  font-size: clamp(2.6rem, 2.6vw + 1rem, 4.2rem);
}
.title__principal {
  font-size: 2rem;
  color: #BAA171;
}
.title__hero {
  color: #BAA171;
}
.title__sm {
  font-size: 1.4rem;
  font-weight: 600;
  color: #BAA171;
}
.title__sm--icon {
  font-size: 1rem;
}
.title__caption {
  font-size: 1.2rem;
  color: #BAA171;
}
.title__contacto {
  font-size: 1.8rem;
  font-weight: 400;
}

.text__base {
  color: #142637;
}
.text__base--card {
  font-size: 1.1rem;
  color: #ffffff !important;
}
.text__base--footer {
  font-size: 0.8rem;
}

.btn {
  padding: 8px 24px;
  border-radius: 24px;
  font-size: 0.7rem;
}
.btn__icon--zen img {
  width: 13px;
}
.btn__icon--left img {
  position: relative;
  box-sizing: content-box;
  padding-right: 6px;
  top: -1px;
}
.btn__icon--gym img {
  width: 18px;
}
.btn__orange {
  background-color: #F0864B;
  color: #ffffff;
}
.btn__orange:hover {
  background-color: #E25E24;
  color: #ffffff;
}
.btn__white {
  background-color: #ffffff;
  color: #142637;
}
.btn__white:hover {
  background-color: #E25E24;
  color: #ffffff;
}
.btn__brown {
  background-color: #BAA171;
  color: #ffffff;
}
.btn__brown:hover {
  background-color: #917653;
  color: #ffffff;
}
.btn__green {
  background-color: #254C2C;
  color: #ffffff;
}
.btn__green:hover {
  background-color: #3D7744;
  color: #ffffff;
}
.btn__plano {
  border: 1px solid #BAA171;
  background-color: #ffffff;
  color: #142637;
}
.btn__plano:hover {
  background-color: #142637;
  color: #ffffff;
}

.ioicon {
  height: 16px;
  margin: 0 12px;
}

.desktop {
  display: block;
}
@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }
}

.movil {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .movil {
    display: flex !important;
  }
}

.line-animation .split-text {
  overflow: hidden;
}

/* HEADER NAV */
.menu_bar {
  display: none;
}
@media screen and (max-width: 991px) {
  .menu_bar {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    margin-left: 16px;
    width: 32px;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .menu_bar {
    width: 42px;
  }
}
.menu_bar i {
  color: #142637;
}

.menu_bar .bt-menu {
  color: red;
}
@media screen and (max-width: 991px) {
  .menu_bar .bt-menu {
    display: block;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .menu_bar .bt-menu {
    font-size: 32px;
  }
}

.header_nav {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .header_nav {
    width: 100%;
  }
}
.header_nav .nav {
  transition: 0.3s;
  width: 100%;
  z-index: 9;
  top: 4px;
}
.header_nav .nav__svg {
  width: 70px;
}
.header_nav .nav__svg path, .header_nav .nav__svg ellipse {
  fill: #ffffff;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__svg--movil path, .header_nav .nav__svg--movil ellipse {
    fill: #000000;
  }
}
.header_nav .nav__menu {
  text-align: center;
}
.header_nav .nav__menu > a > img {
  box-sizing: content-box;
  padding-bottom: 14px;
  padding-top: 14px;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__menu > a > img {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .header_nav .nav__menu {
    position: fixed;
    width: 100%;
    height: 100svh;
    top: 0;
    right: 0;
    margin: 0;
    overflow: scroll;
    padding: 0px;
    background-color: #fff;
    z-index: 9;
    transform: translateX(100%);
  }
}
.header_nav .nav__close {
  display: none;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__close {
    display: block;
    position: absolute;
    width: 28px;
    height: auto;
    right: 12px;
    top: 36px;
    cursor: pointer;
  }
  .header_nav .nav__close i {
    font-size: 2rem;
  }
}
.header_nav .nav__logo > img {
  height: 54px;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__logo > img {
    margin-top: 6px;
    height: 34px;
  }
}
.header_nav .nav__logotipo > img {
  transition-property: all;
  transition-duration: 0.6s;
}
.header_nav .nav__logotipo.show > img {
  position: relative;
  top: 5px;
  height: 32px;
}
.header_nav .nav__contain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition-property: all;
  transition-duration: 0.6s;
  height: 140px;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__contain {
    height: 100px;
  }
}
.header_nav .nav__contain > div:nth-child(3) {
  width: 20%;
}
.header_nav .nav__contain > div:nth-child(4) {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__contain > div:nth-child(4) {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100svh;
    justify-content: space-between;
  }
}
.header_nav .nav__contain > div:nth-child(5) {
  width: 20%;
}
.header_nav .nav__contain.show {
  height: 83px;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__contain.show {
    height: 70px;
  }
}
.header_nav .nav__item > a.active {
  position: relative !important;
  display: unset;
  color: #142637;
}
.header_nav .nav__item > a.active::before {
  position: absolute;
  bottom: 0px;
  content: "";
  width: 85%;
  height: 2px;
  background-color: #BAA171;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item > a.active::before {
    width: 40%;
    margin-left: 30%;
    bottom: 0px;
  }
}
.header_nav .nav__item {
  position: relative !important;
}
.header_nav .nav__item a {
  color: #142637;
  font-size: 0.9rem;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__item a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .header_nav .nav__item a {
    color: #000000;
    font-size: 1rem;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item {
    width: 100%;
  }
}
.header_nav .nav__item--movil {
  display: none;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item--movil {
    display: block;
  }
}
.header_nav .nav__item--social {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.header_nav .nav__item--dropdown {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item--dropdown {
    display: none;
  }
}
.header_nav .nav__item--dropdown:hover .nav__item--sub {
  display: block;
}
.header_nav .nav__item--dropdown::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  right: -20px;
  top: 8px;
  background-image: url(../images/svg/icon_arrow_menu_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: rotate(0deg);
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item--dropdown::before {
    content: unset;
  }
}
.header_nav .nav__item--dropdown:hover::before {
  transform: rotate(180deg);
  opacity: 1;
}
.header_nav .nav__item--legacy {
  text-align: center;
}
.header_nav .nav__item--legacy a {
  margin: 0 auto !important;
  text-align: center !important;
  color: #142637 !important;
}
.header_nav .nav__item--sub {
  position: absolute;
  top: 40px;
  border-radius: 12px;
  text-align: left;
  width: 220px;
  left: -24px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #F7F4F0;
  transition: all 0.3s;
  padding-left: 0;
  display: none;
}
.header_nav .nav__item--sub-a {
  position: relative;
  padding: 8px 24px;
}
.header_nav .nav__item--sub-a.active a {
  color: #142637;
  -webkit-text-wrap: nowrap;
  text-wrap: nowrap;
  transition: all 0.3s;
}
.header_nav .nav__item--sub-a.active a:hover {
  color: #142637;
}
.header_nav .nav .show1::before {
  transform: rotate(180deg);
}
.header_nav .nav__link {
  position: relative;
  padding: 10px 8px;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__link {
    font-size: 0.8rem;
    padding: 10px 4px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .header_nav .nav__link {
    font-size: 1rem;
  }
}
.header_nav .nav__link--mail img {
  width: 16px;
  margin-right: 8px;
  margin-top: -2px;
}
.header_nav .nav__link--sub {
  position: relative;
  margin-right: 8px;
}
@media screen and (max-width: 1920px) and (min-width: 991px) {
  .header_nav .nav__link--sub:hover::before {
    transform: rotate(180deg);
  }
}
.header_nav .nav__link--sub::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  right: -10px;
  top: 16px;
  background-image: url("../images/svg/icon_arrow_menu_w.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: rotate(0deg);
  opacity: 0.5;
}
.header_nav .nav__img {
  height: 60px;
  margin-bottom: 40px;
}
.header_nav .nav__top {
  background-color: blue;
}
.header_nav .nav__top svg {
  margin-left: 6px;
  margin-right: 6px;
}
.header_nav .nav__top--list {
  display: flex;
  flex-direction: row;
}
.header_nav .nav__list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__list {
    height: 80%;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
    padding: 0px 32px;
  }
}
.header_nav .nav__list--menu li a {
  position: relative;
  color: #BAA171;
}
.header_nav .nav__list--menu li a:hover {
  color: #142637;
}
.header_nav .nav__list--menu > li.active a {
  color: #142637;
}
.header_nav .nav__list--menu > li.active::before {
  position: absolute;
  bottom: 10px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #BAA171;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__list--menu > li.active::before {
    width: 20%;
    margin-left: 40%;
    bottom: 0px;
  }
}
.header_nav .nav__list--social {
  justify-content: flex-end;
}
.header_nav .nav__social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.header_nav .nav__social--item img {
  min-height: 26px;
  height: 26px;
}
.header_nav .nav__sublist, .header_nav .nav__sublistm {
  position: absolute;
  display: none;
  background-color: blue;
  border-radius: 0px 0px 8px 8px;
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
  margin-top: 6px;
  padding: 50px 24px 16px 24px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .header_nav .nav__sublist, .header_nav .nav__sublistm {
    position: relative;
    display: block;
    width: 100%;
    box-shadow: unset;
    background-color: lightblue;
  }
}
.header_nav .nav__sublistm {
  width: -moz-max-content;
  width: max-content;
}
.header_nav .nav__sublistm .nav__sublink {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__sublink {
    width: 100%;
  }
}
.header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
    display: none;
    left: -20px;
  }
}
.header_nav .nav__contact {
  margin-bottom: 0;
}

.hero__home {
  padding-top: 180px;
}
@media screen and (max-width: 991px) {
  .hero__home {
    padding-top: 120px;
  }
}
.hero__home--tit {
  padding-bottom: 60px;
}
.hero__foto picture {
  width: 100%;
}
.hero__foto picture img {
  border-radius: 16px;
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 1200px) {
  .hero__foto picture img {
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .hero__foto picture img {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) {
  .hero__foto picture img {
    height: 300px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .hero__foto picture img {
    height: 280px;
  }
}
.hero__contador {
  background-color: #BAA171;
}

.section__container {
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1900px;
}
.section__negocios {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section__desarrollos {
  border-radius: 24px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .section__desarrollos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section__social {
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 24px;
  background-image: url("../images/sq-inversiones-responsabilidad-social.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section__talk {
  padding: 20px;
  border-radius: 24px;
  background-color: #142637;
}
.section__mujeres {
  padding-top: 80px;
}
.section__about {
  padding-top: 60px;
}
.section__valores {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section__colaborador {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .section__colaborador {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .section__colaborador {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.contador {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
  border-radius: 24px;
  background-color: rgba(186, 161, 113, 0.16);
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .contador {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  .contador {
    padding: 30px 16px;
  }
}
.contador__cantidad {
  position: relative;
  font-size: 4rem;
  color: #BAA171;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contador__cantidad {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .contador__cantidad {
    font-size: 2.8rem;
  }
}
.contador__cantidad--porcentaje::before {
  position: absolute;
  content: "%";
  left: 120px;
  width: 100px;
  height: 100px;
}
.contador__card {
  min-width: 200px;
  width: calc(20% - 8px);
  padding: 20px;
  background-color: #ffffff;
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  .contador__card {
    min-width: 150px;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .contador__card {
    min-width: 120px;
  }
}

.negocios__pl {
  padding-left: 34px;
}
.negocios__card {
  position: sticky;
  top: 200px;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  height: 480px;
  border-radius: 12px;
  padding: 40px;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 1s;
  transform: translate(0px, 0px) scale(1);
}
@media screen and (max-width: 768px) {
  .negocios__card {
    height: 320px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .negocios__card {
    top: 200px;
  }
}
.negocios__card--inmobiliarias {
  background-image: url("../images/sq-inmobiliarioas-back.jpg");
  z-index: 5;
}
.negocios__card--finanzas {
  background-image: url("../images/sq-finanzas-back.jpg");
  z-index: 4;
}
.negocios__card--inversiones {
  background-image: url("../images/sq-inversiones-back.jpg");
  z-index: 1;
}
.negocios__card--negocios {
  background-image: url("../images/sq-negocios-back.jpg");
  z-index: 2;
}
.negocios__card--desarrollos {
  background-image: url("../images/sq-desarrollos-back.jpg");
  z-index: 3;
}
.negocios__card--one.show {
  transform: translate(0px, -160px) scale(0.8);
}
.negocios__card--two.show {
  transform: translate(0px, -120px) scale(0.85);
}
.negocios__card--three.show {
  transform: translate(0px, -80px) scale(0.9);
}
.negocios__card--four.show {
  transform: translate(0px, -40px) scale(0.95);
}

.desarrollos__card {
  width: 96%;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  height: 400px;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .desarrollos__card {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .desarrollos__card {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .desarrollos__card--reverse {
    flex-direction: column-reverse;
  }
}
.desarrollos__img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 768px) {
  .desarrollos__img {
    width: 100%;
    height: 260px;
    max-width: 500px;
  }
}
.desarrollos__img--left {
  border-radius: 20px 0px 0px 20px;
}
@media screen and (max-width: 768px) {
  .desarrollos__img--left {
    border-radius: 20px 20px 0px 0px;
  }
}
.desarrollos__img--right {
  border-radius: 0px 20px 20px 0px;
}
@media screen and (max-width: 768px) {
  .desarrollos__img--right {
    border-radius: 20px 20px 0px 0px;
  }
}
.desarrollos__txt {
  width: 50%;
  padding: 40px;
  background-color: #BAA171;
}
@media screen and (max-width: 768px) {
  .desarrollos__txt {
    width: 100%;
    max-width: 500px;
    padding: 30px 20px;
  }
}
.desarrollos__txt--logo {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .desarrollos__txt--logo {
    margin-bottom: 30px;
  }
}
.desarrollos__txt--left {
  border-radius: 20px 0px 0px 20px;
}
@media screen and (max-width: 768px) {
  .desarrollos__txt--left {
    border-radius: 0px 0px 20px 20px;
  }
}
.desarrollos__txt--right {
  border-radius: 0px 20px 20px 0px;
}
@media screen and (max-width: 768px) {
  .desarrollos__txt--right {
    border-radius: 0px 0px 20px 20px;
  }
}

.social__text {
  height: 440px;
}
.social__isotipo {
  width: 40px;
}

.talk__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .talk__container {
    flex-direction: column;
  }
}
.talk__container .owl-talk {
  position: static;
}
.talk__container .owl-talk img {
  border-radius: 18px;
}
.talk__container .owl-nav {
  position: absolute;
  top: 330px;
  left: -420px;
  display: block !important;
}
@media screen and (max-width: 1200px) {
  .talk__container .owl-nav {
    top: 280px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .talk__container .owl-nav {
    top: -60px;
    left: 0;
  }
}
.talk__container .owl-nav button {
  width: 40px;
  height: 40px;
  background-color: #ffffff !important;
  font-size: 1.4rem !important;
  line-height: 1rem !important;
  border-radius: 50px;
  margin-right: 12px;
}
.talk__container .owl-nav button span {
  position: relative;
  top: -1px;
}
.talk__text {
  width: 40%;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  .talk__text {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .talk__text {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 576px) {
  .talk__text {
    width: 100%;
  }
}
.talk__text--max {
  margin-top: 40px;
  margin-left: auto;
  width: 380px;
  height: 280px;
}
@media screen and (max-width: 1200px) {
  .talk__text--max {
    height: 240px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .talk__text--max {
    margin-left: unset;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 576px) {
  .talk__text--max {
    width: 100%;
    height: 300px;
  }
}
.talk__slider {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .talk__slider {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .talk__slider {
    width: 100%;
    margin-top: 80px;
  }
}

.mujeres__row {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .mujeres__row {
    gap: 8px;
  }
}
.mujeres__foto {
  height: 100%;
  position: relative;
  border-radius: 16px;
}
.mujeres__foto--middle {
  transition-property: all;
  transition-duration: 1s;
  transform: translateY(0px);
}
.mujeres__foto--middle.show {
  transform: translateY(-100px);
}
.mujeres__foto--side {
  transition-property: all;
  transition-duration: 1s;
  transform: translateY(0px);
}
@media screen and (max-width: 1024px) {
  .mujeres__foto--side {
    display: none;
  }
}
.mujeres__foto--side.show {
  transform: translateY(-200px);
}
@media screen and (max-width: 1300px) {
  .mujeres__foto:nth-child(3) {
    width: calc(28% - 20px);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1024px) {
  .mujeres__foto:nth-child(3) {
    width: calc(40% - 20px);
  }
}
@media screen and (max-width: 1300px) {
  .mujeres__foto:nth-child(1), .mujeres__foto:nth-child(2), .mujeres__foto:nth-child(4), .mujeres__foto:nth-child(5) {
    width: calc(18% - 20px);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1024px) {
  .mujeres__foto:nth-child(1), .mujeres__foto:nth-child(2), .mujeres__foto:nth-child(4), .mujeres__foto:nth-child(5) {
    width: calc(30% - 20px);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1024px) and (max-width: 576px) {
  .mujeres__foto:nth-child(1), .mujeres__foto:nth-child(2), .mujeres__foto:nth-child(4), .mujeres__foto:nth-child(5) {
    width: calc(30% - 8px);
  }
}

#lineas {
  position: relative;
  top: -100px;
}

#responsabilidad {
  position: relative;
  top: -60px;
}

.about__flex {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .about__flex {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .about__flex {
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.about__card {
  position: relative;
  padding: 20px 40px;
  width: calc(50% - 20px);
  height: 440px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center top;
  background-size: 120%;
  transition: all 0.4s;
}
@media screen and (max-width: 1400px) {
  .about__card {
    height: 400px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  .about__card {
    background-size: cover;
    height: 340px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 768px) {
  .about__card {
    width: 100%;
  }
}
.about__card:hover {
  background-size: 140%;
}
@media screen and (max-width: 1200px) {
  .about__card:hover {
    background-size: cover;
  }
}
.about__card--first {
  background-image: url("../images/sq-vision.jpg");
}
.about__card--first h3, .about__card--first .row {
  z-index: 2;
  margin-bottom: 0;
}
.about__card--second {
  background-image: url("../images/sq-mision.jpg");
}
.about__card--second h3, .about__card--second .row {
  z-index: 2;
  margin-bottom: 0;
}
.about__card--first::before, .about__card--second::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}

.valores__title {
  position: absolute;
  left: -20%;
}
.valores__item {
  width: 340px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.valores__item img {
  width: 38px !important;
  display: block !important;
  margin-right: 16px;
}

@media screen and (max-width: 576px) {
  .owl-valores {
    margin-top: 60px;
  }
}
.owl-valores .owl-nav {
  position: absolute;
  top: 50px;
  left: -17%;
  display: block;
}
@media screen and (max-width: 1200px) {
  .owl-valores .owl-nav {
    left: -15%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .owl-valores .owl-nav {
    left: -26%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) and (max-width: 576px) {
  .owl-valores .owl-nav {
    left: 50px;
    top: -60px;
  }
}
.owl-valores .owl-nav button {
  width: 40px;
  height: 40px;
  background-color: #F2F2F2 !important;
  font-size: 1.4rem;
  border-radius: 50px;
  margin-right: 12px;
}

.colaborador__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.colaborador__card {
  width: calc(25% - 24px);
  position: relative;
  top: 50px;
  text-align: center;
  border-radius: 24px;
  background-color: rgba(186, 161, 113, 0.1);
  padding: 0 20px 20px 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .colaborador__card {
    width: calc(33% - 24px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .colaborador__card {
    width: calc(40% - 24px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) {
  .colaborador__card {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .colaborador__card {
    width: 90%;
  }
}
.colaborador__foto {
  border-radius: 150px;
  position: relative;
  top: -50px;
  margin: 0 auto;
  width: 180px;
  left: 0;
  right: 0;
}
.colaborador__frase {
  position: relative;
  top: -20px;
  color: #BAA171;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 700;
}
.colaborador__nombre {
  position: relative;
  top: -20px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
}
.colaborador__puesto {
  position: relative;
  top: -20px;
  font-size: 0.9rem;
  font-weight: 200;
}

.gallery .item img {
  border-radius: 20px;
}

.contacto {
  margin-bottom: 60px;
}
.contacto__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 60%;
}
.contacto__item img {
  min-width: 16px;
  width: 18px;
  margin-right: 30px;
}
.contacto__item p {
  width: 50%;
}

.div-hide.top {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  line-height: 1.1;
}

.txt__clip {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  transition: -webkit-clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
  overflow: hidden;
}

.txt__clip.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.txt__clip.show .txt__anima {
  transform: rotate(0deg) scale(1);
}

.footer {
  box-sizing: content-box;
  display: flex;
  padding: 60px 0px 80px 0px;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: 40px;
  border-top: 2px dotted #BAA171;
}
@media screen and (max-width: 1300px) {
  .footer {
    width: 90%;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1024px) {
  .footer {
    width: 98%;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1024px) and (max-width: 768px) {
  .footer {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.footer__r {
  position: relative;
  top: 12px;
  font-size: 2rem;
}
.footer__derechos {
  line-height: 1;
}
.footer__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer__list {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.footer__list--item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer__list--item {
    width: 100%;
    margin-bottom: 8px;
  }
}

.formulario .input, .formulario textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  background-color: #F7F4F0;
  border: 0;
  border-radius: 12px;
  margin-top: 16px;
}
.formulario textarea {
  height: 160px;
}

/* MENSAJE DE ERROR */
.formulario__grupo-input {
  position: relative;
}

.formulario__input-error {
  font-family: var(--font-auto-pro);
  font-size: 0.9rem;
  margin-bottom: 0px;
  padding: 4px 8px;
  display: none;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 6px;
  top: 24px;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
}

#banner_reserva .formulario__validacion-estado {
  position: absolute;
  right: unset;
  top: 18px;
  margin-left: 120px;
}

#banner_reserva .item_form:nth-child(2) .formulario__validacion-estado {
  margin-left: 144px;
}

#banner_reserva .item_form:nth-child(4) .formulario__validacion-estado {
  margin-left: 156px;
}

.formulario__mensaje, .formulario__captcha {
  height: 45px;
  line-height: 45px;
  background: #F66060;
  padding: 0 15px;
  border-radius: 3px;
  margin-bottom: 12px;
  display: none;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje-exito {
  margin-top: 8px;
  font-size: 14px;
  background-color: #1eab0b;
  padding: 10px 15px;
  color: #ffffff;
  display: none;
}

.formulario__mensaje-exito-activo {
  display: block;
}

/* Estilos para Validacion */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #bb2929;
}

.secciones {
  width: 100%;
  background-color: lightgrey;
  height: 400px;
  min-height: 400px;
}

.secciones.lineas {
  background-color: pink !important;
}/*# sourceMappingURL=style.css.map */