@charset "UTF-8";

body {
  font-family: 'Basic Sans', sans-serif;
  font-weight: normal;
  margin: 0;
  background-color: #fff;
  color: #323232;
}

/*******/
@font-face {
  font-family: 'Recoleta';
  src: url('Recoleta-Medium.woff2') format('woff2'), url('Recoleta-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'BasicSansW05';
  src: url('BasicSansW05-Bold.woff2') format('woff2'), url('BasicSansW05-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'BasicSansW05-BoldIt';
  src: url('BasicSansW05-BoldIt.woff2') format('woff2'), url('BasicSansW05-BoldIt.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Basic Sans';
  src: url('BasicSans-Regular.woff2') format('woff2'), url('BasicSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BasicSansW05';
  src: url('BasicSansW05-SemiBold.woff2') format('woff2'), url('BasicSansW05-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'BasicSansW05';
  src: url('BasicSansW05-Black.woff2') format('woff2'), url('BasicSansW05-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'BasicSansW05';
  src: url('BasicSansW05-ExtraLight.woff2') format('woff2'), url('BasicSansW05-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

.page-wrapper {
  position: relative;
  z-index: 2;
}

footer-wrapper {
  position: relative;
  z-index: 0;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.flecha {
  display: inline-flex;
  width: 9px;
  height: auto;
  margin-left: 5px;
  opacity: 1;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out .3s;
}

.flecha.down {
  transform: rotate(135deg);
}

.flecha .rollflecha {
  position: absolute;
  width: 9px;
  height: auto;
  left: 0;
  right: 0;
  transform: translate(-100%, 100%);
  transition: all ease-in-out .3s;
}

.iniflecha {
  position: relative;
  width: 9px;
  height: auto;
  left: 0;
  right: 0;
  transform: translate(0, 0);
  transition: all ease-in-out .3s;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.fgrande {
  width: 11px;
}

.fgrande .rollflecha {
  width: 11px;
}

.iniflecha.fgrande {
  width: 11px;
}

a:hover .flecha .iniflecha,
button:hover .flecha .iniflecha {
  transform: translate(100%, -100%);
  transition: all ease-in-out .3s;
}

a:hover .flecha,
button:hover .flecha {
  transition: all ease-in-out .3s;
}

a:hover.flecha .rollflecha,
button:hover.flecha .rollflecha {
  position: absolute;
  width: 10px;
  height: auto;
  left: 0;
  right: 0;
  transform: translate(-100%, 100%);
  transition: all ease-in-out .3s;
}

a:hover .flecha .rollflecha,
button:hover .flecha .rollflecha {
  transition: all ease-in-out .6s;
  animation-name: move;
  animation-duration: .3s;
  animation-delay: .2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes move {
  0% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0, 0);
  }
}

/*BOTONES*/
button {
  text-decoration: none;
  display: inline-table;
  background: none;
}

.btn-principal {
  text-decoration: none;
  display: inline-table;
}

.btn-grupo {
  width: auto;
  height: 40px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.btn-text-position {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
  overflow: hidden;
}

.btn-content {
  text-decoration: none;
  font-family: 'BasicSansW05';
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  transition: all ease-in-out .4s;
}

.circulo {
  background: #F58A7B;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  left: 0;
  top: 0;
  border-radius: 25rem;
  z-index: 0;
  transition: all ease-in-out .4s;
}

.btn-principal:hover .circulo {
  background: #FFF4E9;
  position: absolute;
  width: 65px;
  height: 65px;
  padding: 0;
  left: 50%;
  top: 0;
  border-radius: 25rem;
  z-index: 0;
  margin: -15px 0 0 -32.5px;
  transition: all ease-in-out .4s;
}

.btn-principal:hover .btn-content {
  color: #F58A7B;
  transition: all ease-in-out .4s;
}

.btn-principal .diapo .btn-content {
  color: #F58A7B;
}

.btn-principal .diapo .circulo {
  background: #fff4e9;
}

.btn-principal .diapo:hover .circulo {
  background: #F58A7B;
}

.btn-principal .diapo:hover .btn-content {
  color: #fff4e9;
}

.btn-principal.secundario:hover .btn-content {
  color: #F58A7B;
}

.btn-principal.secundario.bg:hover .circulo {
  background: #FFF4E9;
}

.btn-principal.secundario:hover .circulo {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 0;
  left: 0;
  top: 0;
  z-index: 0;
  margin: 0;
}

.btn-principal.secundario:hover .diapo .circulo {
  background: #F58A7B;
}

.btn-principal.secundario:hover .diapo .btn-content {
  color: #FFFFFF;
}

.secundario .btn-content {
  font-size: 12px;
}

.secundario .btn-grupo {
  height: 38px;
}

.secundario.simple .btn-text-position {
  padding: 0px 26px;
}

.secundario.simple .btn-grupo {
  height: 32px;
}

.secundario.simple .btn-content {
  font-size: 12px;
}

.secundario.simple .btn-text-position {
  padding: 0px 24px;
}

/*/BOTONES*/
.h3,
h3 {
  color: #5E5E5E;
  font-size: .85rem;
  margin: 0;
  text-align: left;
}

.section-nosotras h1 {
  color: #1D1D1B;
  font-family: 'Recoleta';
  font-weight: normal;
  font-size: 2rem;
  margin-top: 6rem;
  margin-bottom: 1.5rem;
}

h2 {
  color: #1D1D1B;
  font-family: 'Recoleta';
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.titularHeader h2 {
  margin: 0;
}

.nosotras-type {
  position: absolute;
  left: -183px;
  top: -183px;
  width: 510px;
}

.lang {
  margin-left: 2.4rem;
}

a.text-link-grey {
  font-family: 'Recoleta';
  color: #1D1D1B;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}

a.text-link-grey:hover,
a.text-link-grey:focus {
  text-decoration: underline;
}

.radial-back {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 120px;
  right: 0;
  border-bottom: 1px solid rgba(193, 188, 170, 0.3);
  background: #F8E9D9;
  background: -webkit-linear-gradient(321deg, rgba(248, 233, 217, 1) 0%, rgba(255, 255, 255, 1) 20%);
  background: -moz-linear-gradient(321deg, rgba(248, 233, 217, 1) 0%, rgba(255, 255, 255, 1) 20%);
  background: linear-gradient(321deg, rgba(248, 233, 217, 1) 0%, rgba(255, 255, 255, 1) 20%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8E9D9", endColorstr="#FFFFFF", GradientType=0);
}

.radial-gradient {
  /*background: radial-gradient(circle farthest-corner at 10% 100%, #FFFFFF, #f8e9d9);*/
  border-bottom: 1px solid rgba(193, 188, 170, 0.3);
  background: #F8E9D9;
  background: -webkit-linear-gradient(-90deg, rgba(248, 233, 217, 1) 0%, rgba(255, 255, 255, 1) 40%);
  background: -moz-linear-gradient(-90deg, rgba(248, 233, 217, 1) 0%, rgba(255, 255, 255, 1) 40%);
  background: linear-gradient(-90deg, rgba(248, 233, 217, 1) 0%, rgba(255, 255, 255, 1) 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8E9D9", endColorstr="#FFFFFF", GradientType=0);
}

.radial-gradient.opuesto {
  /* background: radial-gradient(circle farthest-corner at 10% 100%, #f8e9d9, #FFFFFF); */
  border-bottom: 1px solid rgba(193, 188, 170, 0.3);
  background: #F8E9D9;
  background: -webkit-linear-gradient(54deg, rgba(248, 233, 217, 1) 10%, rgba(255, 255, 255, 1) 40%);
  background: -moz-linear-gradient(54deg, rgba(248, 233, 217, 1) 10%, rgba(255, 255, 255, 1) 40%);
  background: linear-gradient(54deg, rgba(248, 233, 217, 1) 10%, rgba(255, 255, 255, 1) 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F8E9D9", GradientType=0);
}

.radial-gradient.nosotrasPage {
  /* background: radial-gradient(circle farthest-corner at 40% 100%, #FFFFFF, #f8e9d9); */
  border-bottom: 1px solid rgba(193, 188, 170, 0.3);
  background: #F8E9D9;
  background: -webkit-linear-gradient(321deg, rgba(248, 233, 217, 1) 30%, rgba(255, 255, 255, 1) 70%);
  background: -moz-linear-gradient(321deg, rgba(248, 233, 217, 1) 30%, rgba(255, 255, 255, 1) 70%);
  background: linear-gradient(321deg, rgba(248, 233, 217, 1) 30%, rgba(255, 255, 255, 1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8e9d9", endColorstr="#FFFFFF", GradientType=0);
}

.radial-gradient.difusionPage {
  border-bottom: 1px solid rgba(193, 188, 170, 0.3);
  background: #FFFFFF;
}

.areasMenu span {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 10px;
}

.container-fluid.fluid-left {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 1px 150px 0 0;
  max-width: 100vw;
  overflow: hidden;
  margin: -1px 0 0 0;
}

.container-fluid.fluid-right {
  width: 100%;
  padding: 0 150px 0 200px;
  max-width: 100vw;
  overflow: hidden;
}

.container-fluid.fluid-right-full {
  width: 100%;
  padding: 0 0 0 200px;
  max-width: 100vw;
  overflow: hidden;
}

.nosotrasPage .container-fluid.fluid-right-full,
.difusionPage .container-fluid.fluid-right-full {
  overflow: visible;
}

.verde-claro-oscuro {
  background-color: #CAE2CF;
}

.navbar {
  padding: 0;
  height: 12vh;
  height: 12svh;
}

.navbar-nav .nav-link {
  font-size: 0.75rem;
  font-weight: normal;
  color: #5E5E5E;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  padding: 0;
  transition: all ease-in-out .4s;
}

.navbar-nav .nav-link:hover {
  color: #009B7E;
  transition: all ease-in-out .3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus {
  color: #009B7E;
  border-bottom: 3px solid #009B7E;
  padding-bottom: 0px;
  transition: all ease-in-out .3s;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 0;
}

.logo {
  width: 200px;
  height: auto;
  margin-left: -32px;
}

.navbar .logo {
  margin-bottom: 20px;
}

.btn-lang {
  font-weight: normal;
  font-size: 0.75rem;
  color: rgba(193, 188, 170, 1);
  border: none;
  width: 2.2rem;
  height: 2rem;
  line-height: 1em;
  padding: 0;
  margin-left: 2px;
  background: #e2f2e5;
  transition: all ease-in-out .3s;
}

.btn-lang:hover {
  color: #009B7E;
  background: #e2f2e5;
  transition: all ease-in-out .3s;
}

.btn-lang:focus,
.btn-lang:active,
.btn-lang.active {
  background-color: #009B7E;
  color: #FFFFFF;
  transition: all ease-in-out .3s;
}

.btn-lang-left {
  border-radius: 6px 0 0 6px;
}

.btn-lang-right {
  border-radius: 0 6px 6px 0;
}

.btn-lang.active {
  background-color: #009B7E;
  color: #FFFFFF;
}

.logo-text {
  font-weight: 400;
  font-size: 1rem;
  color: #009B7E;
  margin-left: 0.5rem;
}

.logo-shapes {
  width: 24px;
  height: 24px;
}

/* Hero Section */
.hero-container {
  position: relative;
  border-radius: 0 40px 0 0;
  height: 100%;
  max-height: 84vh;
  max-height: 84svh;
  overflow: hidden;
}

.ini-nosotras-foto .hero-container {
  border-radius: 40px 0 0 0;
}

.hero-container .row {
  min-height: 84vh;
  min-height: 84svh;
}

.hero-image {
  background-color: #e2f2e5;
  background-image: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

.heroImg-contant {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.hero-image-slide {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center;
  border: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.hero-col-text {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0;
}

.hero-col-info {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}

.hero-text-big {
  color: #FFFFFF;
  font-family: 'BasicSansW05';
  font-weight: 700;
  font-size: 12rem;
  line-height: 0.74em;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-transform: uppercase;
  margin: 0 0 -.6vw -1vw;
  padding-right: 4rem;
}

/* .testing{
   hyphens: auto;
   width: 50px;
   text-transform: uppercase;
} */

.white-overlay {
  background: #FFFFFF;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 1) 27%, rgba(255, 255, 255, 0.74) 53%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 1) 27%, rgba(255, 255, 255, 0.74) 53%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(rgba(255, 255, 255, 1) 27%, rgba(255, 255, 255, 0.74) 53%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 400px;
}

.black-overlay {
  background: #000000;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  opacity: .7;
}

.black-overlay-categoria {
  background: #000000;
  background: -webkit-linear-gradient(15deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.5) 100%);
  background: -moz-linear-gradient(15deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(15deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-container .row {
  position: relative;
  z-index: 3;
}

.vertical {
  z-index: 3;
}

.hero-text-vertical {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%) rotate(-90deg);
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  user-select: none;
}

.hero-info-box {
  bottom: 1rem;
  right: 1rem;
  background-color: #E2F2E5;
  border-radius: 20px 0 0 0;
  padding: 0 40px;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
}

.hero-info-boxInner {
  display: flex;
  padding-right: 100px;
  flex-direction: column;
  width: 100%;
}

.hero-info-box .categoria-label {
  color: #5E5E5E;
  font-family: 'Recoleta';
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.hero-info-box .categoria-name {
  font-family: 'BasicSansW05';
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  margin-right: 4px;
  line-height: 1.1em;
  text-transform: uppercase;
}

.hero-info-box .categoria-link {
  color: #009B7E;
  font-family: 'Recoleta';
  font-size: 1rem;
  text-decoration: none;
  /* margin-left: 0.25rem; */
  text-transform: none;
}

.hero-info-box .arrows {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  gap: 0.5rem;
}

.hero-info-box .arrows button {
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #000;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.hero-bottom-bar {
  font-weight: 400;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.hero-bottom-bar strong {
  font-weight: 700;
}

.areasMenu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.areas-hero {
  height: 13vh;
  height: 13svh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background: -webkit-linear-gradient(-90deg, rgba(248, 233, 217, 1) 0%, rgba(255, 255, 255, 1) 40%);
  background: -moz-linear-gradient(-90deg, rgba(248, 233, 217, 1) 0%, rgba(255, 255, 255, 1) 40%);
  background: linear-gradient(-90deg, rgba(248, 233, 217, 1) 0%, rgba(255, 255, 255, 1) 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8E9D9", endColorstr="#FFFFFF", GradientType=0);
  position: relative;
  top: -1px;
  z-index: 2;
}

.btn-projects {
  background-color: #F58A7B;
  border: none;
  font-weight: 600;
  font-size: 0.625rem;
  color: white;
  padding: 0.375rem 1rem;
  border-radius: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  float: right;
}

.btn-projects:hover,
.btn-projects:focus {
  background-color: #e05f52;
  color: white;
}

.section-nosotras {
  padding: 6rem 0;
  position: relative;
}

.social-icons-vertical {
  top: 2rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.social-icons-vertical a {
  width: 30px;
  height: 30px;
  background-color: #009b7e;
  color: white;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0;
}

.section-2 .image-blackwhite {
  max-width: 100%;
  border-radius: 0.25rem;
  object-fit: cover;
}

.section-2 .text-left {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.1;
  color: #c9d9d0;
  user-select: none;
  margin-bottom: 0;
}

.section-2 .text-left span {
  display: block;
}

.section-2 .text-left .small-black {
  font-weight: 400;
  font-size: 1.25rem;
  color: black;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.section-2 .text-left .underline {
  border-top: 2px solid black;
  width: 2rem;
  margin-left: 0.5rem;
  margin-top: 0.25rem;
}

.section-2 .text-right h3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.section-2 .text-right p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.section-2 .btn-more {
  background-color: #F58A7B;
  border: none;
  font-weight: 600;
  font-size: 0.625rem;
  color: white;
  padding: 0.375rem 1rem;
  border-radius: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-2 .btn-more:hover,
.section-2 .btn-more:focus {
  background-color: #e05f52;
  color: white;
}

.section-2 .text-left-subtitle {
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.section-2 .text-left-paragraph {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 0.625rem;
  color: #6c6c6c;
  margin-bottom: 1rem;
  white-space: pre-line;
}

.service-item {
  background-color: #E2F2E5;
  border-radius: 0.5rem;
  padding: 1rem;
  font-weight: 600;
  font-size: 0.625rem;
  color: #009B7E;
  text-align: center;
  cursor: default;
}

.service-item svg,
.service-item i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.service-item .service-title {
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* Clients section */
.clients-section {
  background-color: #FFFCF8;
  padding: 5rem 0;
  text-align: center;
  z-index: 1;
  position: relative;
}

footer {
  z-index: 1;
  position: relative;
}

.clients-section small {
  font-weight: 400;
  font-size: 0.625rem;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  display: block;
}

.clients-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

#swiperMarcas .swiper-wrapper .swiper-slide {
  max-width: 200px;
  text-align: center;
}

.clients-logos img {
  width: 110px;
  height: auto;
  object-fit: contain;
}

/* SWIPPER AUTO SIN FIN */
/*Add code for smooth scrolling*/
.trusted-by-list {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* SWIPPER AUTO SIN FIN */
/* Contact form section */
.contact-section {
  background-color: #E2F2E5;
  padding: 0;
  position: relative;
}

.sClientes {
  position: relative;
}

.gradiente-left {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFCF8;
  background: -webkit-linear-gradient(275deg, rgba(255, 252, 248, 0) 0%, rgba(255, 252, 248, 1) 91%);
  background: -moz-linear-gradient(275deg, rgba(255, 252, 248, 0) 0%, rgba(255, 252, 248, 1) 91%);
  background: linear-gradient(275deg, rgba(255, 252, 248, 0) 0%, rgba(255, 252, 248, 1) 91%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFCF8", endColorstr="#FFFCF8", GradientType=0);
  z-index: 2;
}

.gradiente-right {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #FFFCF8;
  background: -webkit-linear-gradient(90deg, rgba(255, 252, 248, 0) 0%, rgba(255, 252, 248, 1) 91%);
  background: -moz-linear-gradient(90deg, rgba(255, 252, 248, 0) 0%, rgba(255, 252, 248, 1) 91%);
  background: linear-gradient(90deg, rgba(255, 252, 248, 0) 0%, rgba(255, 252, 248, 1) 91%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFCF8", endColorstr="#FFFCF8", GradientType=1);
  z-index: 2;
}

.contact-section .contacto-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 5rem;
}

.contact-section .contacto-form {
  padding: 5rem 0;
}

.vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  max-width: 19px;
  z-index: 3;
}

.vertical h2 {
  color: #222222;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  user-select: none;
  width: max-content;
  display: table;
  transform: rotate(-90deg);
  margin: 48px 3px 0 0;
  text-align: center;
}

.vertical-line {
  height: 3rem;
  background: #000;
  width: 1px;
  display: block;
  margin: 0;
}

.hero-container .vertical {
  position: absolute;
  left: 190px;
  top: 0;
}

.hero-container .vertical .vertical-line {
  background: #FFFFFF;
}

.hero-container .vertical h2 {
  color: #FFFFFF;
}

.contact-form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-form label {
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: none;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.contact-form textarea {
  resize: vertical;
  min-height: 118px;
}

.contact-form .btn-submit {
  background-color: #F58A7B;
  border: none;
  font-weight: 600;
  font-size: 0.625rem;
  color: white;
  padding: 0.375rem 1rem;
  border-radius: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  float: right;
}

.contact-form .btn-submit:hover,
.contact-form .btn-submit:focus {
  background-color: #e05f52;
  color: white;
}

.contact-text {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-text a {
  font-family: 'Recoleta';
  font-weight: 300;
  font-size: 1rem;
  color: #009b7e;
  text-decoration: none;
}

.contact-text a:hover {
  text-decoration: underline;
}

input.form-control,
select.form-select,
.contact-form textarea {
  border: 1px solid #e2f2e5;
  outline: 0;
  box-shadow: none;
  transition: all ease-in out .5s;
}

input.form-control:hover,
select.form-select:hover,
.contact-form textarea:hover {
  border: 1px solid #FFFFFF;
  outline: 0;
  box-shadow: 0 5px 10px #00000014;
  transition: all ease-in out .3s;
}

input.form-control:focus,
select.form-select:focus,
.contact-form textarea:focus {
  color: inherit;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  outline: 0;
  box-shadow: 0 5px 10px #00000014;
  transition: all ease-in out .3s;
}

p {
  color: #545454;
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 1rem;
  line-height: 1.4em;
}

.nosotras-type-container {
  height: 278px;
  margin-bottom: 6rem;
}

/* Footer */
footer {
  background-color: #E2F2E5;
  padding: 5rem 0;
  font-weight: 300;
  font-size: 0.625rem;
  color: #000;
}

footer .footer-top {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

footer .footer-logo-col .bloque-footer-02 {
  display: flex;
  align-content: space-between;
  flex-direction: column;
}

footer .footer-logo-col .bloque-footer-02 p {
  font-weight: 400;
  font-size: .8rem;
  max-width: 300px;
  margin: 30px 0 40px;
}

footer .social-icons {
  display: flex;
  gap: 8px;
  margin: -70px 0 0;
}

.rowFooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .social-icons a {
  width: 30px;
  height: 30px;
  background-color: #009b7e;
  color: white;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0;
}

footer .footer-col h5 {
  font-family: 'BasicSansW05';
  color: #1D1D1B;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  margin: 30px 0 24px;
  max-width: max-content;
  width: auto;
  min-height: auto;
}

footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-col ul li {
  margin-bottom: 0.5rem;
  color: #5E5E5E;
  font-size: 13px;
  font-family: 'Basic Sans', sans-serif;
  font-weight: normal;
}

footer .footer-col ul li a {
  font-family: 'Recoleta';
  font-weight: 300;
  font-size: 1rem;
  color: #009b7e;
  text-decoration: none;
}

footer .footer-col ul li a.text-link-grey {
  color: #323232;
}

footer .footer-col ul li a.text-link-grey span {
  color: #5E5E5E;
  font-size: 13px;
  font-family: 'Basic Sans', sans-serif;
  font-weight: normal;
}

footer .footer-col ul li a:hover,
footer .footer-col ul li a:focus {
  text-decoration: underline;
}

footer .footer-col ul li a.text-link-grey:hover span,
footer .footer-col ul li a.text-link-grey:focus span {
  text-decoration: none;
}

footer .footer-dates p {
  font-weight: 400;
  font-size: 0.5rem;
  margin-bottom: 0.5rem;
}

footer .footer-dates p strong {
  font-weight: 700;
}

footer small {
  display: block;
}

small {
  color: #5E5E5E;
  font-size: 11px;
  font-family: 'Basic Sans', sans-serif;
  font-weight: normal;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.row>div {
  padding: 0;
}

.row>div.pr-4 {
  padding-right: 40px;
}

.slider-servicios {
  width: calc(100% + 150px);
  height: 100%;
  overflow: hidden;
}

.slide-servicio {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #D5E8D9;
  border-radius: 20px;
  padding: 46px;
  transition: all ease-in-out .3s;
}

.slide-servicio:hover,
slide-servicio:focus {
  background: #e2f2e5;
  transition: all ease-in-out .3s;
}

h5 {
  margin: 30px 0 0;
  min-height: 50px;
  max-width: 240px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'BasicSansW05';
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2em;
}

.slide-servicio h5 {
  color: #1D1D1B;
  text-decoration: none;
}

a.slide-servicio {
  text-decoration: none;
}

.row>div.pcontactoLeft {
  padding: 0 12px 0 0;
}

.row>div.pcontactoRigth {
  padding: 0 0 0 12px;
}

.menu-mobile {
  display: none;
}

.menu-mobile ul {
  margin: 0 20px 0 0;
  padding: 0;
  width: auto;
}

.navbar-toggler {
  padding: 0;
  font-size: 24px;
  line-height: 1;
  color: #009b7e;
  background-color: transparent;
  border: none;
  border-radius: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  background-image: url("../img/menu-h.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

:focus-visible {
  outline: none;
}

.nosotras-type-container-m {
  display: none;
}

.offcanvas-header {
  padding: 0;
  height: 12vh;
  height: 12svh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.offcanvas-header .btn-close {
  margin-right: 20px;
  padding: 0 3px;
}

.btn-close {
  --bs-btn-close-bg: url(../img/menu-close.svg);
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: none;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1.2em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: none;
  opacity: 1;
}

.bg-verde-claro {
  background: #CAE2CF;
}

.bg-verde-claro {
  background: #E2F2E5;
}

.bg-salmon {
  background: #FFF4E9;
}

.bg-salmon-claro {
  background: #FFFCF8;
}

.grupo-flecha {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 24px 2.4rem -46px;
}

.grupo-flecha .bottom-arrow {
  width: 54px;
  transform: rotate(90deg);
}

.tab-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-height: 100%;
  position: relative;
}

.tab-content.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-height: 100%;
  position: relative;
}

.tab-content>.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-height: 100%;
  position: relative;
}

.grupo-flecha h1 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 0 20px;
  max-width: 80%;
}

.ini-nosotras-txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.ini-nosotras-txt .nosotras-grafico {
  width: 75%;
  max-width: 460px;
  margin-left: -15px;
  margin-bottom: 4rem;
}

.ini-nosotras-foto {
  min-height: 81vh;
  min-height: 81svh;
  overflow: hidden;
  border-radius: 40px 0 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav-pills {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.nav-pills button {
  width: 100%;
  margin: 0;
  padding: 10px 16px;
  text-align: left;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tab-pane {
  position: relative;
}

.tab-pane p {
  max-width: 520px;
}

.rowNosotrasServicios {
  margin: 6rem 0;
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-start;
}

.rowNosotrasServicios .servicios-descripcion {
  padding: 15px 50px 0;
}

.nosotras-servicios {
  position: relative;
  padding: 1px;
}

.imagen-servicio {
  position: relative;
  height: auto;
  top: 0;
  right: 0px;
  z-index: 0;
  opacity: .17;
  left: auto;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 500px;
}

.imagen-servicio img {
  width: 500px;
  height: auto;
  opacity: .1;
  position: absolute;
  top: -70px;
  right: -110%;
}

.nav-pills .nav-link {
  color: #323232;
  background-color: transparent;
  border-bottom: 1px solid #61807a24;
  padding: 14px 0;
  border-radius: 0;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.nav-pills .nav-link:last-child {
  border-bottom: none;
}

.nav-pills .nav-link span {
  font-family: 'Recoleta';
  font-size: 70%;
  margin: 0 14px 0 8px;
  color: #5E5E5E;
  text-transform: uppercase;
}

.nav-pills .nav-link.active span,
.nav-pills .show>.nav-link span {
  color: #009B7E;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #009B7E;
  background-color: transparent;
  border-radius: 0;
}

.nav-pills .nav-link .arrow-right {
  opacity: 0;
  transform: rotate(45deg);
  width: 10px;
  margin-left: 4px;
  transition: all ease-in-out .3s;
}

.nav-pills .nav-link.active .arrow-right,
.nav-pills .show>.nav-link .arrow-right {
  opacity: 1;
  margin-left: 18px;
  transition: all ease-in-out .3s;
}

.sello {
  position: absolute;
  width: 10vw;
  height: 10vw;
  top: 3vw;
  right: 3vw;
}

#sello-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sello-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 72%;
  padding: 0;
  margin: 14%;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.rotating {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}

#aparece {
  animation: .3s ease .6s normal forwards 1 fadein;
  -webkit-animation: .6s ease .6s normal forwards 1 fadein;
  opacity: 0
}

@keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.next-hero,
.next-service,
.swiper-container-rtl .next-hero {
  right: 40px;
  left: auto;
  position: absolute;
  bottom: 40px;
  top: auto;
  width: 40px;
  height: 40px;
  background: #FFF;
  transition: all ease-in-out .3s;
}

.prev-hero,
.prev-service,
.swiper-container-rtl .prev-hero {
  right: 82px;
  left: auto;
  position: absolute;
  bottom: 40px;
  top: auto;
  width: 40px;
  height: 40px;
  background: #FFF;
}

.next-hero,
.prev-hero,
.next-service,
.prev-service {
  opacity: .6;
  transition: all ease-in-out .3s;
}

.next-hero:hover,
.prev-hero:hover,
.next-service:hover,
.prev-service:hover,
.next-hero:focus,
.prev-hero:focus,
.prev-service:focus,
.next-service:focus {
  opacity: 1;
  transition: all ease-in-out .3s;
}

.next-hero:after,
.prev-hero:after,
.next-service:after,
.prev-service:after {
  display: none;
}

.next-hero .arrow-slider,
.next-service .arrow-slider {
  width: 100%;
  height: auto;
  padding: 10px;
}

.prev-hero .arrow-slider,
.prev-service .arrow-slider {
  width: 100%;
  height: auto;
  padding: 10px;
  transform: rotate(180deg);
}

.slider-button-group {
  position: relative;
}

.radial {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 100%;
  height: auto;
  left: auto;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
}

.radial img {
  width: 100%;
  max-width: 1100px;
  height: auto;
}

/*__________NOSOTRAS____________*/
.section-professionals {
  background-color: #fef6ec;
  border-radius: 0 0 0 30px;
  font-size: .95rem;
  line-height: 1.6em;
  font-weight: 400;
  width: 100%;
  color: #1D1D1B;
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px 50px;
  z-index: 3;
  margin: -40px 0 0;
}

.section-professionals strong {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1D1D1B;
}

.team-section {
  background-color: #fff;
  padding: 6rem 0 5rem;
  position: relative;
}

.team-title {
  font-family: 'Recoleta';
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  padding-left: 0.25rem;
}

a.card-team {
  text-decoration: none;
}

a.card-team:hover,
a.card-team:focus {
  text-decoration: none;
}

a.card-team:focus .card-footer {
  background-color: #FFF4E9;
  color: #F58A7B;
  transition: all ease-in-out .6s;
}

a.card-team .card-footer div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.card-team {
  border: 1px solid #c1b1aa84;
  border-radius: 0;
  overflow: hidden;
}

.card-img-container {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vw;
  margin: 24px 24px 8px;
  filter: grayscale(1);
  transition: all ease-in-out .4s;
}

.card-img-container:hover {
  filter: grayscale(0);
  transition: all ease-in-out .8s;
}

.card-img-container .parallaxImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.card-img-container .parallaxImg .equipo-foto {
  position: fixed;
  width: 100%;
  height: 120%;
  top: 0;
  object-fit: cover;
  object-position: center;
}

.imagenProyecto .parallaxImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.imagenProyecto .parallaxImg .equipo-foto {
  position: fixed;
  width: 100%;
  height: 140%;
  top: 0;
  object-fit: cover;
  object-position: center;
}

.equipo-contente {
  height: 4rem;
  background-color: #FFFFFF;
}

.card-name {
  font-family: 'BasicSansW05';
  text-transform: uppercase;
  position: absolute;
  bottom: -7px;
  left: -5px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2.5vw;
  margin: 0;
  padding: 0;
  line-height: .78em;
  z-index: 3;
}

.nameOverlay {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 65%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 65%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  width: 100%;
  height: 230px;
  z-index: 2;
}

.card-footer {
  background-color: #F58A7B;
  color: white;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  font-weight: 400;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  z-index: 3;
  position: relative;
  transition: all ease-in-out .3s;
}

.card-footer .plus {
  font-weight: 700;
  font-size: 1rem;
}

.card-footer span {
  white-space: nowrap;
}

.card-footer span strong {
  font-weight: 700;
}

.card-placeholder {
  background-color: #b3b3b3;
  width: 100%;
  aspect-ratio: 4 / 5;
  position: relative;
}

.card-placeholder .card-name {
  bottom: 2.5rem;
  left: 0.5rem;
  color: white;
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1.1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  white-space: pre-line;
  position: absolute;
}

/* Logos section */
.logos-section {
  background-color: #fef6ec;
  padding: 2rem 1rem 2rem 1rem;
}

.logos-container {
  max-width: 1200px;
  margin: 0 auto;
}

.logos-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 0.5rem;
}

.logos-row::-webkit-scrollbar {
  display: none;
}

.logos-row>div {
  flex: 0 0 auto;
}

.logos-row img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.logos-label {
  font-size: 0.625rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.75rem;
  white-space: nowrap;
}

/* Quote section */
.quote-section {
  background-color: #fef6ec;
  padding: 3rem 1rem 3rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.quote-content-wrapper {
  margin-left: 41.66666667%;
  font-family: 'Recoleta';
  font-size: 2rem;
  line-height: 1.2em;
  color: #1a1a1a;
  font-weight: 400;
  position: relative;
  padding-right: 0;
}

.quote-content::before {
  content: "“";
  line-height: 1.3;
  font-family: 'Recoleta';
  font-weight: 900;
  font-size: 5rem;
  position: absolute;
  left: 0;
  top: 2rem;
  color: #1d1d1c;
}

.quote-nav {
  margin-top: 1rem;
  font-size: 1rem;
}

.quote-nav button {
  border: none;
  background: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: #333;
  padding: 0 0.5rem;
}

.row>div.pr-4 {
  padding-right: 60px;
}

.rowFilosofia .vertical h2 {
  width: max-content;
  min-width: 100%;
  margin: 67px 3px 0 0;
}

.filosofia {
  position: relative;
}

.forma-filosofia {
  position: absolute;
  width: 60%;
  height: 100%;
  top: auto;
  left: 15%;
  z-index: 1;
  bottom: 0;
}

.animationFilosofia {
  height: 100%;
  width: 50%;
  position: absolute;
}

.circleSmall {
  top: 68%;
  left: 20%;
  width: 8%;
  height: 8%;
  position: absolute;
  z-index: 2;
}

.square {
  top: 60%;
  left: 40.6%;
  width: 16%;
  height: 16%;
  position: absolute;
}

.circle {
  top: 18%;
  left: 61%;
  width: 24%;
  height: 24%;
  position: absolute;
}

.filosofia h2 {
  max-width: 620px;
}

.rowFilosofia {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 3rem 0;
}

.vArriba {
  position: absolute;
  top: 0;
}

.clients-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.clients-section.listadoClientes img {
  width: auto;
  height: 70px;
  margin: 24px;
}

.clients-section.listadoClientes .col {
  max-width: 197px;
}

.clients-section.listadoClientes h3 {
  margin: 0 0 2rem;
}

/* Left vertical text */
.quote-left-text {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left top;
  font-family: 'Recoleta';
  font-weight: 700;
  font-size: 0.875rem;
  color: #000;
  white-space: nowrap;
}

.card-team.roundedD {
  border-radius: 0 28px 0 0;
  overflow: hidden;
}

.card-team.roundedD .card-img-container {
  border-radius: 0 10px 0 0;
  overflow: hidden;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.container-fluid.fluid-right-full.profesionales {
  position: relative;
  z-index: 3;
  overflow: visible;
}

/*__________/NOSOTRAS___________*/
.listadoProyectos {
  margin: 0;
  background: #FFFFFF;
  position: relative;
  top: -2px;
  z-index: 3;
  padding: 4rem 0;
  min-height: 920px;
}

.titularHeader {
  padding-right: 150px !important;
  margin-bottom: 2rem;
}

.listado {
  columns: 290px;
  gap: 50px;
}

a.imagenProyecto {
  margin-bottom: 50px;
  position: relative;
  display: block;
  border: none;
}

a.imagenProyecto:first-child {
  border-radius: 24px 0 0 0;
  overflow: hidden;
}

.menuProyectos {
  padding-right: 115px !important;
}

a.linkProyecto.collapsed {
  border-top: 1px solid #c1bcaa69;
  color: #3E3E3E;
  transition: all ease-in-out .3s;
}

a.linkProyecto {
  color: #009b7e;
  font-family: 'Recoleta';
  text-decoration: none;
  padding: 10px 0;
  font-size: 1.2rem;
  border-top: 1px solid #009b7e;
  transition: all ease-in-out .3s;
}

a.linkProyecto::after {
  content: "-";
  font-family: 'Recoleta';
  text-decoration: none;
  font-size: 1.2rem;
  color: #009b7e;
}

a.linkNota {
  color: #3E3E3E;
  font-family: 'Recoleta';
  text-decoration: none;
  padding: 10px 0;
  font-size: 1.2rem;
  border-top: 1px solid #c1bcaa69;
  transition: all ease-in-out .3s;
}

a.linkNota:hover {
  color: #009b7e;
  transition: all ease-in-out .3s;
}

a.linkNota:focus,
a.linkNota.active {
  color: #009b7e;
  border-top: 1px solid #009b7e;
  transition: all ease-in-out .3s;
}

a.linkProyecto.collapsed::after {
  content: "+";
  font-family: 'Recoleta';
  text-decoration: none;
  font-size: 1.2rem;
  color: #3E3E3E;
}

.menuProyectos .card-body {
  border: none;
  padding: 10px 20px 30px;
}

.list-group-item {
  padding: 10px 0;
  color: #989898;
  background-color: inherit;
  border: none;
  display: flex;
}

.list-group-item input.subcategoriaFiltro {
  margin-right: 10px !important;
}

.form-check-input:checked {
  background-color: #009b7e;
  border-color: #009b7e;
}

.form-check-input:focus {
  border-color: #009b7e;
  outline: 0;
  box-shadow: none;
}

a .rollProyecto {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

a .rollProyecto .nameOverlay {
  height: auto;
  padding: 200px 0 0;
  opacity: 0;
  transition: all ease-in-out 1.2s;
}

a:hover .rollProyecto .nameOverlay {
  opacity: 1;
  transition: all ease-in-out .8s;
}

a .rollProyecto .nameOverlay h3 {
  text-decoration: none;
  font-family: 'BasicSansW05';
  font-weight: bold;
  color: #ffffff;
  font-size: 3.3rem;
  padding-top: 20px;
  margin: 0 0 -5px -4px;
  text-align: left;
  line-height: .8em;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-transform: uppercase;
  left: 0;
  z-index: 3;
  max-width: 80%;
  position: absolute;
  bottom: -100%;
  transition: all ease-in-out 1s;
}

a:hover .rollProyecto .nameOverlay h3 {
  bottom: 0;
  transition: all ease-in-out .8s;
}

.menuProyectos .btn-text {
  display: none;
}

.flechaAbajo {
  width: 14px;
  height: auto;
  position: relative;
  top: -1px;
}

.categoriaProyecto {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  height: auto;
  right: 50px;
  top: 50px;
  z-index: 3;
}

.categoriaProyecto h3 {
  color: #FFFFFF;
  margin: 0 14px 0 0;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 0 20px #00000054;
}

.categoriaProyecto h3 span {
  font-size: .85rem;
  font-family: 'Recoleta';
  font-weight: normal;
  text-transform: none;
}

.categoriaProyecto .ico-categoria {
  width: 42px;
  height: auto;
}

.categoriaProyecto .ico-categoria object svg path {
  fill: #FFFFFF;
}

.prevProyectoWrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  text-decoration: none;
}

.prevProyectoWrapper.disabled {
  opacity: 0.5;
  cursor: default;
}

.nextProyectoWrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  text-decoration: none;
}

.nextProyectoWrapper.disabled {
  opacity: 0.5;
  cursor: default;
}

.imgPrev,
.imgNext {
  width: 40px;
  height: 40px;
  background: #FFF;
  opacity: .7;
  transition: all ease-in-out .3s;
}

.prevProyectoWrapper:hover .imgPrev,
.nextProyectoWrapper:hover .imgNext,
.prevProyectoWrapper:focus .imgPrev,
.nextProyectoWrapper:focus .imgNext {
  opacity: 1;
  transition: all ease-in-out .3s;
}

.prevProyectoWrapper:hover p.small,
.nextProyectoWrapper:hover p.small {
  text-decoration: underline;
}

.imgPrev {
  margin: 0 10px 0 0;
}

.imgNext {
  margin: 0 0 0 10px;
}

.imgPrev img {
  width: 100%;
  height: auto;
  padding: 10px;
  transform: rotate(180deg);
}

.imgNext img {
  width: 100%;
  height: auto;
  padding: 10px;
  transform: rotate(0deg);
}

.navegadorProyecto {
  padding: 4rem 0;
  background: #FFFCF8;
  border-top: 1px solid #c1bcaa3e;
}

.navegadorProyectoWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.navegadorProyectoWrapper h4 {
  font-size: 1.8rem;
  line-height: 1;
  max-width: 150px;
  font-family: 'BasicSansW05';
  font-weight: bold;
  color: #222222;
}

.prevText h4,
.prevText p.small {
  text-align: left;
  text-transform: uppercase;
}

.nextText h4,
.nextText p.small {
  text-align: right;
  text-transform: uppercase;
}

a.back-list {
  display: block;
  border: 0;
  text-decoration: none;
  width: 40px;
  height: auto;
  opacity: .7;
  transition: all ease-in-out .3s;
}

a.back-list:hover,
a.back-list:focus {
  opacity: 1;
  transition: all ease-in-out .3s;
}

.descripcion {
  padding: 14rem 0 4rem;
  margin-top: -10rem;
}

.descripcion .bullets-proyecto p {
  color: #3E3E3E;
  font-family: 'Basic Sans', sans-serif;
  font-weight: normal;
  Font-size: 1em;
}

.descripcionAmpliada {
  padding: 4rem 0;
}

.descripcion ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.descripcion ul li {
  color: #3E3E3E;
}

.descripcion ul li span {
  color: #000000;
  margin: 0 8px 0 0;
  font-family: 'Recoleta';
  font-weight: normal;
  text-transform: none;
}

.bg-color .descripcion {
  background-color: #E2F2E5;
}

.bg-color .hero-text-big {
  color: #E2F2E5;
}

.descripcion ul li strong {
  color: #000000;
  font-weight: bold;
}

.descripcion p {
  font-family: 'Recoleta';
  font-size: 1.2rem;
  margin: 0;
}

.imagenNotaWrapper {
  position: relative;
}

.fechaNota {
  position: absolute;
  background: #c9e2cf;
  padding: 20px 0 16px;
  width: 58px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
}

.columnaN {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.fechaNota h2 {
  color: #1D1D1B;
  font-family: 'Recoleta';
  font-weight: normal;
  font-size: 1.3rem;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.fechaNota h2 span.mesNota {
  font-size: 46%;
  line-height: 0.6em;
  color: #5E5E5E;
  font-family: 'Basic Sans', sans-serif;
}

.listadoNotas {
  margin-bottom: 4rem;
  padding: 0;
  margin: 0 -25px 0 -25px;
  row-gap: 50px;
}

.imagenNota {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0 25px;
}

.imagenNota h3 {
  font-size: 1.2rem;
  line-height: 1.1em;
  color: #323232;
  font-family: 'BasicSansW05';
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0 0;
  text-decoration: none;
}

.imagenNota h3 span.linea-separadora {
  color: #61807a36;
  font-family: 'BasicSansW05';
  font-weight: normal;
  margin: 0 4px;
}

.imagenNota h3 span.CategoriaNota {
  font-size: 1.1rem;
  color: #009B7E;
  font-family: 'Recoleta';
  font-weight: normal;
  text-transform: none;
  margin: 0;
}

.ini-difusion-foto {
  min-height: 88vh;
  min-height: 88svh;
  overflow: hidden;
  border-radius: 40px 0 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

a.notaDestacada h3 {
  text-decoration: none !important;
  font-size: 1.2rem;
  line-height: 1.1em;
  color: #323232;
  font-family: 'BasicSansW05';
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  background: #F8E9D9;
  background: -webkit-linear-gradient(321deg, rgba(248, 233, 217, 1) 0%, rgba(255, 255, 255, 1) 40%);
  background: -moz-linear-gradient(321deg, rgba(248, 233, 217, 1) 0%, rgba(255, 255, 255, 1) 40%);
  background: linear-gradient(321deg, rgba(248, 233, 217, 1) 0%, rgba(255, 255, 255, 1) 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8E9D9", endColorstr="#FFFFFF", GradientType=0);
  padding-right: 150px;
}

a.notaDestacada h3 span.linea-separadora {
  color: #61807a36;
  font-family: 'BasicSansW05';
  font-weight: normal;
  margin: 0 4px;
  text-decoration: none;
}

a.notaDestacada h3 span.CategoriaNota {
  font-size: 1.3rem;
  color: #009B7E;
  font-family: 'Recoleta';
  font-weight: normal;
  text-transform: none;
  margin: 0;
  text-decoration: none;
}

.filter-release {
  cursor: pointer;
}

.descripcionAmpliada h1 {
  font-family: 'BasicSansW05';
  font-weight: bold;
}

.descripcionAmpliada h1 span.linea-separadora {
  color: #61807a36;
  font-family: 'BasicSansW05';
  font-weight: normal;
  margin: 0 4px;
}

.descripcionAmpliada h1 span.CategoriaNota {
  font-size: 1.5rem;
  color: #009B7E;
  font-family: 'Recoleta';
  font-weight: normal;
  text-transform: none;
  margin: 0;
}

.descripcionAmpliada .arrowLeft {
  width: 9px;
  margin-right: 8px;
  transform: rotate(-135deg);
  position: relative;
  top: -1px;
}

.descripcionAmpliada .btn-principal {
  margin: 20px 0 0;
}

.descripcionAmpliada a.text-link {
  color: #f58a7b;
  text-decoration: none;
}

.descripcionAmpliada a.text-link:hover,
.descripcionAmpliada a.text-link:focus {
  color: #f58a7b;
  text-decoration: underline;
}

a.notaDestacada {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 3;
  text-decoration: none;
}

.imgNotaSlide {
  height: calc(88vh - 120px);
  height: calc(88svh - 120px);
  position: relative;
  width: auto;
  overflow: hidden;
}

.sliderDifusion .prev-hero,
.sliderDifusion .swiper-container-rtl .prev-hero {
  top: auto;
  bottom: 40px;
  width: 40px;
  height: 40px;
}

.sliderDifusion .next-hero,
.sliderDifusion .swiper-container-rtl .next-hero {
  top: auto;
  bottom: 40px;
  width: 40px;
  height: 40px;
}

.rowDifusionSlider {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sliderFilosofia {
  background: #FFF4E9;
  height: 100%;
}

.sliderFilosofia .prev-hero,
.sliderFilosofia .swiper-container-rtl .prev-hero {
  right: auto;
  left: 0;
}

.sliderFilosofia .next-hero,
.sliderFilosofia .swiper-container-rtl .next-hero {
  right: auto;
  left: 42px;
}

.sliderFilosofia .swiper-slide {
  background: #FFF4E9;
  width: 100%;
  min-width: 100%;
  padding: 6rem 0;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}

.sliderFilosofia .swiper-slide h2 {
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-left: 50px;
}

.icon-servicio {
  width: 60px;
  height: auto;
}

.icon-servicio img {
  width: 100%;
  height: auto;
}

.servicios-m .accordion {
  color: #323232;
  background-color: #E2F2E5;
  border: none;
  border-color: none;
  border-width: 0;
  border-radius: 0;
}

.servicios-m .accordion-item {
  color: inherit;
  background-color: transparent;
  border: none;
}

.servicios-m h2.accordion-header {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  z-index: 1;
  position: relative;
}

.servicios-m .accordion-header .accordion-button.collapsed {
  font-family: 'Basic Sans', sans-serif;
  font-weight: normal;
  color: #323232;
  background-color: transparent;
  border-bottom: 1px solid #61807a24;
  padding: 14px 0;
  border-radius: 0;
  text-transform: uppercase;
  z-index: 1;
}

.servicios-m .accordion-header .accordion-button {
  color: #009B7E;
  font-family: 'Basic Sans', sans-serif;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  padding: 14px 0;
  border-radius: 0;
  text-transform: uppercase;
  z-index: 1;
}

.servicios-m .accordion-header .accordion-button.collapsed span {
  font-family: 'Recoleta';
  font-size: 70%;
  margin: 0 14px 0 8px;
  color: #5E5E5E;
  text-transform: uppercase;
}

.servicios-m .accordion-header .accordion-button span {
  font-family: 'Recoleta';
  font-size: 70%;
  margin: 0 14px 0 8px;
  color: #009B7E;
  text-transform: uppercase;
}

.servicios-m .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.servicios-m .accordion-body {
  padding: 5px 78px 40px 8px;
  border-bottom: 1px solid #61807a24;
}

.servicios-m {
  display: none;
}

.accordion-button::after {
  background-image: url("../img/downIco-grey.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/downIco-green.svg");
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed:last-child {
  border-bottom: 0;
}

.accordion-item:last-of-type>.accordion-header .accordion-button:last-child {
  border-bottom: 0;
}

.hero-imageNosotras {
  overflow: hidden;
}

.hero-imageNosotras img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 120%;
  position: fixed;
}

.bullets-proyecto {
  padding-right: 50px;
}

.difusionTitle {
  max-width: 100%;
  margin: 0 0 2.5rem;
  font-size: 2.7rem;
}

.listadoNotas.row a:first-child .imagenNotaWrapper {
  overflow: hidden;
  border-radius: 30px 0 0 0;
}

.imagen-nosotras-home {
  position: relative;
}

.imagen-nosotras-home .parallaxImg {
  position: relative;
  overflow: hidden;
  border-radius: 34px 0 0 0;
  width: calc(100% + 150px);
  height: 80vh;
  max-height: 460px;
}

.imagen-nosotras-home .parallaxImg img {
  position: absolute;
  width: 100%;
  height: 140%;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
}

.slide-nosotras .parallaxImg {
  position: relative;
  overflow: hidden;
  border-radius: 34px 0 0 0;
  width: auto;
  height: 100%;
  max-height: 100%;
}

.slide-nosotras .parallaxImg img {
  position: fixed;
  width: 100%;
  height: 120%;
  top: -5%;
  object-fit: cover;
  object-position: center;
}

.sliderGaleriaProyecto-wrapper {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
}

/* PAGINATION SWIPPER HERO */
.swiper-pagination-hero {
  top: 30px;
  right: 38px;
  left: auto;
  position: absolute;
  gap: 4px;
  z-index: 20;
}

.swiper-pagination-hero .swiper-pagination-bullet {
  background-color: #FFFFFF;
  opacity: .5;
  margin: 0 3px;
}

.swiper-pagination-hero .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  border-radius: 0;
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}

/* PAGINATION SWIPPER HERO */

/* SWIPER GALERY */
#swiperGalery .swiper {
  width: 100%;
  height: 100%;
  display: block;
}

#swiperGalery .swiper-slide {
  width: 100%;
  max-width: 500px;
  height: 100%;
}

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

/* #swiperGalery .swiper-slide {
      width: 60%;
    }

  #swiperGalery .swiper-slide:nth-child(2n) {
      width: 40%;
    }

  #swiperGalery .swiper-slide:nth-child(3n) {
      width: 20%;
  } */
/* PROYECTOS */

.listado:has(.notProyectos) {
  display: block;
  width: 100%;
  columns: unset;
}

.notProyectos p {
  font-family: 'Recoleta';
  font-size: 1.2rem;
  color: #3E3E3E;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* PROYECTOS */


/* SWIPER GALERY */
.mySwipperGaleria {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide-galeria {
  width: auto;
  height: 100%;
}

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

#swiperGalery .swiper-slide {
  max-width: 100%;
  width: auto;
  height: 740px;
}

#swiperGalery .swiper-slide img {
  width: auto;
  height: 100%;
  max-height: 740px;
  object-fit: cover;
}

#swiperGalery .swiper-pagination {
  bottom: 15px;
}

#swiperGalery .swiper-pagination-bullet {
  background: #cccbca;
  opacity: .75;
}

#swiperGalery .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f58a7b;
}

.bullets-proyecto {
  padding: 0 40px 0 0 !important;
}

.sliderDifusion .parallaxImg {
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  width: auto;
}

.sliderDifusion .parallaxImg img.parImg {
  position: fixed;
  width: 100%;
  height: 120%;
  top: -5%;
  object-fit: cover;
  object-position: center;
}

.card-footer br {
  display: none;
}

@media (max-width: 1600px) {
  .row>div.pr-4 {
    padding-right: 30px;
  }

  .container-fluid.fluid-left {
    padding: 1px 50px 0 0;
  }

  .container-fluid.fluid-right {
    padding: 0 50px 0 100px;
  }

  .hero-container .vertical {
    left: calc(10% - 50px);
  }

  .container-fluid.fluid-right-full {
    padding: 0 0 0 100px;
  }

  .imagen-nosotras-home .parallaxImg {
    width: calc(100% + 50px);
    max-height: 300px;
  }

  .slider-servicios {
    width: calc(100% + 50px);
    height: 100%;
  }

  .titularHeader {
    padding-right: 50px !important;
  }

  /*.sello {
    width: 160px;
    height: 160px;
    top: 10%;
    right: 10%;
  }*/
  .slide-servicio {
    padding: 22px 22px 0;
  }

  h5 {
    font-size: 1rem;
  }

  .ini-nosotras-txt .nosotras-grafico {
    margin-left: -7px;
  }

  a .rollProyecto .nameOverlay h3 {
    font-size: 3.8rem;
  }

  .menuProyectos {
    padding-right: 50px !important;
  }

  .menuNotas {
    padding-right: 50px !important;
  }

  a {
    text-decoration: none;
  }

  .ini-nosotras-txt .nosotras-grafico {
    max-width: 420px;
  }
}

@media (max-width: 1500px) {
  .ini-nosotras-foto {
    min-height: 78vh;
    min-height: 78svh;
  }

  .ini-nosotras-txt .nosotras-grafico {
    max-width: 65%;
  }

  .card-footer {
    font-size: .8rem;
  }
}

@media (max-width: 1380px) {
  .ini-nosotras-foto {
    min-height: 65vh;
    height: auto;
  }

  .sliderFilosofia .swiper-slide h2 {
    padding-right: 22%;
  }

  .ini-nosotras-txt .nosotras-grafico {
    width: 34vh;
    margin-bottom: 2rem;
  }

  .grupo-flecha h1 {
    font-size: 1rem;
  }

  .ini-nosotras-txt .nosotras-grafico {
    width: 75%;
    margin-bottom: 2rem;
  }

  .grupo-flecha {
    margin: 0px 24px 2.4rem -53px;
  }

  .sello {
    width: 11vw;
    height: 11vw;
    top: 8%;
    right: 8%;
  }

  .listado {
    columns: 220px;
    gap: 50px;
  }

  a .rollProyecto .nameOverlay h3 {
    font-size: 4vw;
  }

  .rowNosotrasServicios {
    margin: 5rem 0;
  }

  .hero-imageNosotras {
    overflow: hidden;
  }

  .imgNotaSlide {
    overflow: hidden;
    height: calc(84vh - 120px);
    height: calc(84svh - 120px);
  }

  .ini-difusion-foto {
    min-height: 84vh;
    min-height: 84svh;
  }

  .difusionTitle {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .grupo-flecha h1 {
    max-width: 80%;
  }

  .hero-text-big {
    padding-right: 2rem;
    font-size: 11rem;
  }
}

@media (max-width: 1280px) {
  .container-fluid.fluid-left {
    padding: 1px 30px 0 0;
  }

  .container-fluid.fluid-right {
    padding: 0 30px 0 50px;
  }

  .container-fluid.fluid-right-full {
    padding: 0 0 0 50px;
  }

  .bullets-proyecto {
    padding-right: 30px;
  }

  .categoriaProyecto {
    right: 30px;
    top: 30px;
  }

  .logo {
    width: 200px;
    height: auto;
    margin-left: -5px;
  }

  .hero-container .vertical {
    left: 50px;
  }

  .imagen-nosotras-home .parallaxImg {
    width: calc(100% + 30px);
    max-height: 300px;
    overflow: hidden;
  }

  .slider-servicios {
    width: calc(100% + 30px);
    height: 100%;
  }

  .titularHeader {
    padding-right: 30px !important;
  }

  .menuProyectos {
    padding-right: 30px !important;
  }

  .row>div.footer-col {
    padding: 0 0 0 20px;
  }

  .row>div.footer-col:last-child {
    padding: 0;
  }

  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .card-img-container {
    height: 24vw;
    ;
  }

  .card-name {
    bottom: -3px;
    left: -3px;
    font-size: 3vw;
  }

  .ini-nosotras-txt .nosotras-grafico {
    margin-left: 16px;
  }

  .grupo-flecha {
    margin: 0px 24px 2.4rem -5px;
  }

  .grupo-flecha .bottom-arrow {
    width: 51px;
  }

  .ini-nosotras-foto {
    min-height: 68vh;
    height: auto;
  }

  .listado {
    gap: 30px;
  }

  a.imagenProyecto {
    margin-bottom: 40px;
  }

  .listadoNotas {
    margin: 0 -20px 0 -20px;
    row-gap: 30px;
  }

  .imagenNota {
    padding: 0 15px;
  }

  .hero-info-box {
    padding: 0 50px;
  }

  .rowNosotrasServicios .servicios-descripcion {
    padding: 15px 40px 0 40px;
    max-width: 59%;
  }

  .section-professionals {
    border-radius: 0 0 0 20px;
  }

  .hero-info-box {
    padding: 0 30px;
  }

  .hero-info-box .categoria-link {
    display: block;
    margin-left: 0;
  }

  .hero-info-box span {
    display: none;
  }

  .hero-info-boxInner {
    padding-right: 90px;
  }

  .prev-hero,
  .swiper-container-rtl .prev-hero {
    right: 72px;
  }

  .next-hero,
  .swiper-container-rtl .next-hero {
    right: 30px;
  }

  .hero-info-box .categoria-name {
    font-size: 1.1rem;
  }

  .hero-info-box .categoria-link {
    font-size: .9rem;
  }

  .fechaNota h2 {
    font-size: 1.5rem;
  }

  .fechaNota {
    width: 54px;
  }

  .rowDifusionSlider .ini-nosotras-txt .nosotras-grafico {
    margin-left: 0;
    width: 80%;
    max-width: 80%;
  }

  .difusionTitle {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .card-img-container .parallaxImg .equipo-foto {
    top: 30px;
  }

  .card-footer {
    font-size: .9rem;
  }
}

@media (max-width: 1200px) {
  .difusionTitle {
    font-size: 1.7rem;
  }

  .ini-nosotras-txt .nosotras-grafico {
    width: 70%;
  }

  .hero-text-big {
    font-size: 9.2rem;
  }
}

@media (max-width: 1080px) {
  .ini-nosotras-txt .nosotras-grafico {
    margin-left: 0;
  }

  .grupo-flecha {
    margin: 0px 24px 2.4rem -5px;
  }

  .grupo-flecha .bottom-arrow {
    width: 110px;
  }

  a .rollProyecto .nameOverlay h3 {
    font-size: 4vw;
  }

  .links-areas {
    padding-left: 30px;
  }

  .imagen-servicio img {
    height: 190px;
  }

  .difusionTitle {
    font-size: 1.7rem;
  }

  .rowDifusionSlider .ini-nosotras-txt .nosotras-grafico {
    width: 85%;
  }

  h2 {
    font-size: 1.5rem;
  }

  a.notaDestacada h3 {
    font-size: 1.5rem;
  }

  .card-footer {
    font-size: .8rem;
  }

  .hero-text-big {
    font-size: 8.2rem;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .navbar {
    height: 10vh;
    height: 10svh;
  }

  .hero-col-text {
    width: 100%;
  }

  .hero-col-info {
    width: 100%;
  }

  .hero-text-big {
    font-size: 11rem;
    margin: 0 0 -.2rem -.8rem;
    padding-right: 0;
    opacity: 1;
  }

  .navbar {
    padding: 0;
    height: 8vh;
    height: 8svh;
  }

  .hero-container {
    max-height: 82vh;
    max-height: 82svh;
  }

  .hero-container .row {
    max-height: 82vh;
    min-height: 82svh;
  }

  .hero-container .row.notaAmpliada {
    max-height: 42vh;
    min-height: 42vh;
  }

  .areas-hero {
    height: 10vh;
    height: 10svh;
  }

  .sello {
    width: 9vw;
    height: 9vw;
    top: 8%;
    right: 8%;
  }

  .hero-container {
    border-radius: 0 24px 24px 0;
  }

  .ini-nosotras-foto .hero-container {
    border-radius: 24px 0 0 0;
  }

  .hero-info-box {
    border-radius: 0;
  }

  .ini-difusion-foto {
    border-radius: 24px 0 0 0;
  }

  .hero-container .row {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-text-big {
    font-size: 18vw;
    margin: 0 0 -.7rem -2vw;
    padding-right: 0;
  }

  .section-professionals {
    padding: 34px 40px;
  }

  .ini-nosotras-foto {
    min-height: auto;
    height: auto;
  }

  .ini-nosotras-txt .nosotras-grafico {
    margin-left: 0;
  }

  a .rollProyecto .nameOverlay {
    opacity: 1;
    transition: all ease-in-out .4s;
  }

  a .rollProyecto .nameOverlay h3 {
    bottom: 0;
    transition: all ease-in-out .5s;
  }

  .grupo-flecha {
    margin: 0px 24px 2.4rem -8px;
  }

  .grupo-flecha .bottom-arrow {
    width: 114px;
  }

  .sliderFilosofia .swiper-slide h2 {
    margin-left: 0;
    padding-right: 22%;
    font-size: 1.8rem;
  }

  .forma-filosofia {
    left: -10%;
  }

  .quote-content::before {
    top: 2.6rem;
  }

  .listadoNotas.row a:first-child .imagenNotaWrapper {
    overflow: hidden;
    border-radius: 24px 0 0 0;
  }

  .difusionTitle {
    font-size: 3.6rem;
  }

  .rowDifusionSlider .ini-nosotras-txt .nosotras-grafico {
    width: 80%;
    max-width: 80%;
  }

  .ini-difusion-foto {
    min-height: auto;
  }

  .imgNotaSlide {
    height: auto;
  }

  .rowDifusionSlider .ini-nosotras-txt .nosotras-grafico {
    width: 75%;
    top: 0;
    margin: 2rem 0 2.5rem;
  }

  .sliderDifusion .next-hero,
  .sliderDifusion .swiper-container-rtl .next-hero {
    right: 0;
  }

  .sliderDifusion .prev-hero,
  .sliderDifusion .swiper-container-rtl .prev-hero {
    right: 42px;
  }

  .listadoNotas.row a:first-child .imagenNotaWrapper {
    overflow: hidden;
    border-radius: 20px 0 0 0;
  }

  .difusionTitle {
    font-size: 1.8rem;
  }

  .slide-nosotras .parallaxImg {
    min-height: 65vw;
  }

  .sliderDifusion .parallaxImg {
    min-height: 65vw;
  }

  #swiperGalery .swiper-slide img {
    max-height: 100vw;
  }

  #swiperGalery .swiper-slide {
    height: 100vw;
  }

  .black-overlay-categoria {
    background: #000000;
    background: -webkit-linear-gradient(15deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.8) 100%);
    background: -moz-linear-gradient(15deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(15deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.8) 100%);
  }
}

@media (max-width: 992px) {
  .section-2 {
    padding: 2rem 1rem 3rem 1rem;
  }

  .section-2 .text-left {
    font-size: 2.5rem;
  }

  .clients-logos {
    gap: 1rem;
  }

  .contact-form .btn-submit {
    float: none;
    display: block;
    width: 100%;
  }

  footer .footer-top {
    flex-direction: column;
    gap: 1.5rem;
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .card-img-container {
    height: 36vw;
  }

  .card-name {
    font-size: 4vw;
  }

  .offcanvas-body {
    flex-grow: 1;
    padding: 40px;
    overflow-y: auto;
  }

  .navbar-nav .nav-link {
    font-size: 1.5rem;
    color: #323232;
    padding: 0;
    margin: 7px 0;
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 3px;
    display: table;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:active,
  .navbar-nav .nav-link:focus {
    color: #009B7E;
    margin: 7px 0;
    padding-bottom: 3px;
    border-bottom: 3px solid #009B7E;
  }

  .row>div.footer-col {
    padding: 0;
  }

  footer .footer-col h5 {
    margin: 20px 0 14px;
  }

  footer .social-icons {
    margin: 0 0 0;
  }

  .rowNosotrasPagina {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .ini-nosotras-txt .nosotras-grafico {
    width: 38vh;
    top: -16px;
    position: relative;
  }

  .grupo-flecha h1 {
    width: 100%;
    max-width: 440px;
  }

  .grupo-flecha .bottom-arrow {
    width: 32px;
  }

  .grupo-flecha {
    margin: 0px 24px 2.4rem -16px;
  }

  .sello {
    width: 21vw;
    height: 21vw;
    top: -9vw;
    right: 8%;
  }

  .filosofia {
    position: relative;
    overflow: hidden;
  }

  .forma-filosofia {
    width: auto;
    height: 100%;
  }

  .team-section {
    padding: 9rem 0 4rem;
  }

  .rowNosotrasServicios {
    margin: 3rem 0 4rem;
  }

  .container-fluid.fluid-right {
    padding: 0 40px;
  }

  .imagen-nosotras-home .parallaxImg {
    width: calc(100% + 40px);
  }

  .container-fluid.fluid-left {
    padding: 1px 40px 0 0;
  }

  .container-fluid.fluid-right {
    padding: 0 30px 0 40px;
  }

  .links-areas {
    margin: 0 auto;
    padding-left: 0;
  }

  .next-hero,
  .swiper-container-rtl .next-hero {
    right: -40px;
  }

  .prev-hero,
  .swiper-container-rtl .prev-hero {
    right: 10px;
  }

  .slide-nosotras .parallaxImg {
    min-height: 65vw;
  }
}

@media (max-width: 991px) {
  .row>div.pr-4 {
    padding-right: 0;
  }

  .menu-mobile {
    display: flex;
    align-items: center;
  }

  .nosotras-type-container {
    display: none;
  }

  .nosotras-type-container-m {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    width: calc(100% + 26px);
    max-width: calc(100% + 26px);
  }

  .menuProyectos {
    margin-bottom: 2rem;
  }

  .nosotras-type {
    position: relative;
    left: -6px;
    top: 0;
    width: 100%;
    max-width: 500px;
  }

  .social-icons-vertical {
    position: absolute;
    right: 26px;
    left: auto;
    bottom: 14px;
    top: auto;
  }

  .section-nosotras {
    padding: 4rem 0;
    position: relative;
  }

  .section-nosotras h1 {
    margin-top: 2.4rem;
  }

  .btn-principal {
    display: table;
    margin: 0;
    text-align: center;
    margin-top: 0;
  }

  .section-nosotras .btn-principal {
    margin: 2.4rem 0;
  }

  .slider-servicios {
    padding: 2.4rem 0 0;
  }

  .slide-servicio {
    min-height: 280px;
    border-radius: 18px;
  }

  .imagen-nosotras-home .parallaxImg {
    border-radius: 18px 0 0;
  }

  .clients-section .hero-bottom-bar h3 {
    text-align: left;
    margin: 0 0 20px;
  }

  .contact-section .vertical-line {
    display: none;
  }

  .contact-section .vertical {
    align-content: flex-start;
    max-width: 100%;
  }

  .contact-section .vertical h2 {
    transform: none;
    margin: 4rem 0 0;
    text-align: left;
    font-size: 2rem;
  }

  .section-nosotras h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 2rem;
  }

  .contact-section .contacto-flex {
    margin: 0;
  }

  .contact-section .contacto-form {
    padding: 2.4rem 0;
  }

  .clients-section {
    padding: 4rem 0;
  }

  .contact-section {
    padding: 0 0 4rem;
  }

  .contact-text {
    margin-bottom: 0;
  }

  .contact-section .contacto-form {
    padding: 1rem 0 0;
  }

  footer {
    padding: 2.4rem 0 40px;
  }

  footer .footer-logo-col .bloque-footer-02 p {
    margin: 24px 0 3.4rem;
  }

  .hero-container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
  }

  .col-redes-l {
    display: none;
  }

  .rowNosotras {
    padding: 0 0 0 40px;
  }

  .prev-service,
  .next-service,
  .prev-hero,
  .next-hero {
    opacity: 1;
  }

  .next-hero,
  .swiper-container-rtl .next-hero {
    bottom: 34px;
    width: 50px;
    height: 50px;
  }

  .prev-hero,
  .swiper-container-rtl .prev-hero {
    bottom: 34px;
    width: 50px;
    height: 50px;
  }

  .next-hero,
  .swiper-container-rtl .next-hero {
    right: -40px;
  }

  .prev-hero,
  .swiper-container-rtl .prev-hero {
    right: 12px;
  }

  .swiper-wrapper {
    overflow: visible;
  }

  .prev-hero .arrow-slider {
    padding: 13px;
  }

  .prev-service .arrow-slider {
    padding: 13px;
  }

  .next-hero .arrow-slider {
    padding: 13px;
  }

  .next-service .arrow-slider {
    padding: 13px;
  }

  .slider-button-group {
    display: none;
  }

  .row>div.pcontactoLeft {
    padding: 0;
  }

  .row>div.pcontactoRigth {
    padding: 0;
  }

  .servicios-d {
    display: none;
  }

  .servicios-m {
    display: block;
    padding: 0 0 0 22px;
  }

  .nosotras-servicios {
    padding: 2.5rem 0 6rem 30px;
  }

  .accordion-button::after {
    margin-right: 30px;
  }

  .section-professionals {
    padding: 30px 40px;
  }

  .ini-nosotras-foto .swiper-wrapper {
    max-height: auto;
    height: auto;
  }

  .ini-nosotras-foto {
    border-radius: 20px 0 0 0;
  }

  .ini-nosotras-foto .swiper-wrapper .hero-container {
    border-radius: 20px 0 0 0;
  }

  .ini-nosotras-txt {
    position: relative;
    z-index: 3;
  }

  .ini-nosotras-txt .nosotras-grafico {
    width: 60vw;
    top: -3vw;
    position: relative;
    left: 5px;
  }

  .radial-gradient.nosotrasPage {
    background: #FFFFFF;
  }

  .filosofia .vArriba {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 5rem;
  }

  .forma-filosofia {
    width: 80%;
    height: auto;
    position: relative;
  }

  .clients-section.listadoClientes .col {
    max-width: 170px;
  }

  .quote-content-wrapper {
    margin-left: 10%;
  }

  .forma-filosofia {
    margin-top: -10rem;
    left: 123%;
    margin: 0;
  }

  .clients-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-text br {
    display: none;
  }

  .descripcion-proyecto {
    margin-top: 2rem;
  }

  .ini-difusion-foto {
    min-height: auto;
  }

  .imgNotaSlide {
    height: auto;
  }

  .rowDifusionSlider .ini-nosotras-txt .nosotras-grafico {
    width: 75%;
    top: 0;
    margin: 2rem 0 2.5rem;
  }

  .sliderDifusion .next-hero,
  .sliderDifusion .swiper-container-rtl .next-hero {
    right: 0;
  }

  .sliderDifusion .prev-hero,
  .sliderDifusion .swiper-container-rtl .prev-hero {
    right: 42px;
  }

  .listadoNotas.row a:first-child .imagenNotaWrapper {
    overflow: hidden;
    border-radius: 20px 0 0 0;
  }

  .difusionTitle {
    font-size: 2.2rem;
  }

  .descripcionAmpliada a.text-link {
    margin-bottom: 2rem;
    display: block;
  }

  a .rollProyecto .nameOverlay h3 {
    margin: 0 0 -3px -3px;
  }

  .circleSmall {
    top: 74%;
    left: 9%;
    width: 40px;
    height: 40px;
    z-index: 2;
  }

  .square {
    top: 80%;
    left: 130%;
    width: 60px;
    height: 60px;
    z-index: 2;
  }

  .circle {
    top: 30%;
    left: auto;
    width: 30%;
    height: 30%;
    z-index: 2;
    right: -116%;
  }
}

@media (max-width: 820px) {
  .navbar {
    padding: 0;
    height: 10vh;
    height: 10svh;
  }

  .hero-container {
    max-height: 70vh;
    max-height: 70svh;
  }

  .hero-container .row {
    min-height: 70vh;
    min-height: 70svh;
  }

  .areas-hero {
    height: 20vh;
    height: 20svh;
    padding: 2.4rem 0 4rem;
  }

  .hero-bottom-bar h3 {
    text-align: center;
    margin: 0 auto 20px;
  }

  .links-areas {
    margin: 0 auto 24px;
  }

  .hero-container {
    border-radius: 0 20px 20px 0;
  }

  .ini-nosotras-foto .hero-container {
    border-radius: 20px 0 0 0;
  }

  .hero-info-box {
    border-radius: 0 0 0 0;
  }

  .hero-bottom-bar {
    flex-direction: column;
  }

  .contact-section .vertical h2 {
    font-size: 1.7rem;
  }

  .section-nosotras h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .row>div.pcontactoLeft {
    padding: 0;
  }

  .row>div.pcontactoRigth {
    padding: 0;
  }

  .areasMenu {
    display: flex;
    flex-direction: column;
  }

  .hero-text-big {
    margin: 0 0 -1.5vw -2vw;
  }

  .container-fluid.fluid-right {
    padding: 0 30px;
  }

  .imagen-nosotras-home .parallaxImg {
    width: calc(100% + 30px);
  }

  .container-fluid.fluid-left {
    padding: 1px 30px 0 0;
  }

  .prev-hero,
  .swiper-container-rtl .prev-hero {
    right: 22px;
  }

  .next-hero,
  .swiper-container-rtl .next-hero {
    right: -30px;
  }

  .card-name {
    bottom: -5px;
  }
}

@media (max-width: 767px) {
  a .rollProyecto .nameOverlay h3 {
    font-size: 6vw;
  }

  .card-img-container {
    margin: 14px 14px 8px;
  }

  .nameOverlay {
    height: 190px;
  }

  .card-footer {
    font-size: .8rem;
    padding: 8px 14px;
  }
}

@media (max-width: 750px) {
  .rowFootercol {
    display: flex;
    flex-direction: column;
  }

  footer .footer-logo-col .bloque-footer-02 p {
    margin: 24px 0 20px;
  }

  footer .social-icons {
    margin: 2.4rem 0 0;
  }

  a .rollProyecto .nameOverlay h3 {
    font-size: 4vw;
  }

  .listado {
    columns: 190px;
  }
}

@media (max-width: 680px) {
  .card-img-container {
    margin: 14px 14px 8px;
  }

  .card-footer {
    padding: 8px 15px;
    font-size: .85rem;
  }

  .radial-gradient.nosotrasPage {
    background: none;
  }

  a .rollProyecto .nameOverlay h3 {
    font-size: 5vw;
  }

  .listado {
    columns: 190px;
  }

  .fechaNota h2 {
    font-size: 1.3rem;
  }

  .fechaNota {
    font-size: 1.3rem;
    width: 50px;
  }

  .card-footer {
    font-size: .7rem;
  }
}

@media (max-width: 580px) {
  .offcanvas-header {
    height: 10vh;
    height: 10svh;
  }

  .navbar {
    padding: 0;
    height: 10vh;
    height: 10svh;
  }

  .navbar .logo {
    margin-bottom: 15px;
  }

  .section-2 .text-left {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .section-2 .text-left .small-black {
    font-size: 1rem;
  }

  .section-2 .text-right h3 {
    font-size: 1rem;
  }

  .section-2 .text-right p {
    font-size: 0.75rem;
  }

  .rowFootercol {
    flex-direction: column;
  }

  .footer-col {
    max-width: 100%;
    width: 100%;
  }

  .container-fluid.fluid-left {
    padding: 1px 20px 0 0;
  }

  .container-fluid.fluid-right {
    padding: 0 20px 0 20px;
  }

  .container-fluid.fluid-right-full {
    padding: 0 0 0 20px;
  }

  .categoriaProyecto {
    right: 20px;
    top: 20px;
  }

  .hero-container .vertical {
    left: 20px;
  }

  .imagen-nosotras-home .parallaxImg {
    width: calc(100% + 20px);
    max-height: 220px;
    overflow: hidden;
  }

  .slider-servicios {
    width: calc(100% + 20px);
    height: 100%;
  }

  .rowNosotras {
    padding: 0 0 0 20px;
  }

  .section-nosotras .btn-principal {
    margin: 2.4rem auto;
  }

  .rowNosotrasServicios {
    margin: 2.4rem 0 4rem;
  }

  .vertical-line {
    height: 2.4rem;
  }

  .vertical h2 {
    font-size: .85rem;
    margin: 38px 0 0;
  }

  .slide-servicio {
    padding: 10%;
  }

  footer .footer-col h5 {
    margin: 0 0 14px;
  }

  .footer-col {
    margin-bottom: 20px;
  }

  footer .footer-logo-col .bloque-footer-02 p {
    margin: 20px 0 30px;
  }

  footer .social-icons {
    margin: 0;
  }

  .offcanvas.offcanvas-end {
    width: 100%;
  }

  .hero-info-box {
    padding: 30px 20px;
  }

  .nombre-subcategoria {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .nombre-subcategoria span {
    display: none;
  }

  .hero-info-box .categoria-link {
    margin-left: 0;
  }

  .hero-container {
    max-height: 60vh;
    max-height: 60svh;
  }

  .hero-container .row {
    min-height: 60vh;
    min-height: 60svh;
  }

  .areas-hero {
    height: 30vh;
    height: 30svh;
    padding: 2.4rem 0 4rem;
  }

  .btn-principal {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-principal.btn-movile {
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-top: 1rem;
  }

  .btn-principal.btn-movile .circulo {
    background: #FFF4E9;
    position: absolute;
    width: 75px;
    height: 75px;
    padding: 0;
    left: 50%;
    top: 0;
    border-radius: 55rem;
    z-index: 0;
    margin: -18px 0 0 -35.25px;
    transition: all ease-in-out .4s;
  }

  .btn-principal.btn-movile .btn-content {
    color: #F58A7B;
    transition: all ease-in-out .4s;
  }

  .btn-principal.btn-movile .btn-content {
    font-size: 18px;
  }

  .btn-principal.btn-movile .rollflecha {
    position: absolute;
    width: 10px;
    height: auto;
    left: 0;
    right: 0;
    transform: translate(0, 0);
  }

  .btn-principal.btn-movile .fgrande {
    width: 13px;
    height: auto;
  }

  .team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .card-img-container {
    height: 50vw;
  }

  .card-name {
    bottom: -3px;
    left: -3px;
    font-size: 6vw;
  }

  .titularHeader .btn-principal {
    display: none;
  }

  .menuProyectos .btn-text {
    display: flex;
    color: #f58a7b;
    font-size: 1.1rem;
    font-weight: 600;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 15px;
    justify-content: flex-end;
  }

  .menuProyectos .btn-text span {
    margin-left: 8px;
  }

  .menuProyectos .btn-text .flechaAbajo {
    width: 10px;
    height: auto;
    position: relative;
    top: -2px;
    transform: rotate(135deg);
  }

  .menuProyectos {
    padding-right: 20px !important;
  }

  .titularHeader {
    padding-right: 20px !important;
  }

  a .rollProyecto .nameOverlay h3 {
    font-size: 7vw;
  }

  .listado {
    gap: 20px;
  }

  a.imagenProyecto {
    margin-bottom: 20px;
  }

  .listadoNotas {
    margin: 0 -10px 0 -10px;
    row-gap: 20px;
  }

  .imagenNota {
    padding: 0 10px;
  }

  .prev-hero,
  .swiper-container-rtl .prev-hero {
    right: 32px;
  }

  .next-hero,
  .swiper-container-rtl .next-hero {
    right: -20px;
  }

  .ini-nosotras-txt .nosotras-grafico {
    width: 65vw;
    top: -6vw;
  }

  .ini-nosotras-txt .nosotras-grafico {
    margin: 8px;
  }

  .grupo-flecha {
    margin: 0px 20px 2.4rem 0;
  }

  .grupo-flecha .bottom-arrow {
    width: 54px;
  }

  .grupo-flecha h1 {
    font-size: .9rem;
  }

  .nosotras-servicios {
    padding: 2rem 0 4.5rem 0;
  }

  .servicios-m {
    padding: 0;
  }

  .servicios-m .accordion-body {
    padding: 5px 28px 40px 8px;
  }

  .servicios-m .accordion-body .btn-principal {
    margin-left: 0;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
  }

  .section-professionals {
    padding: 30px 36px;
  }

  .team-section {
    padding: 190px 0 4rem;
  }

  .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed:last-child {
    border-bottom: 0;
  }

  .accordion-item:last-of-type>.accordion-header .accordion-button:last-child {
    border-bottom: 0;
  }

  .rowFilosofia {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 30px 0 0;
  }

  .forma-filosofia {
    margin: -6rem 0 0;
  }

  .filosofia .vertical {
    z-index: 3;
  }

  .filosofia .vertical h2 {
    font-size: 1rem;
  }

  .sliderFilosofia .swiper-slide {
    padding: 3rem 0 6rem;
  }

  .quote-content::before {
    left: 10px;
    top: -53px;
    transform: rotate(180deg);
  }

  .sliderFilosofia .swiper-slide h2 {
    font-size: 1.3rem;
    width: 95%;
    min-width: 95%;
    height: auto;
    margin-left: 10px;
  }

  .sliderFilosofia .next-hero,
  .sliderFilosofia .swiper-container-rtl .next-hero {
    left: 62px;
  }

  .sliderFilosofia .prev-hero,
  .sliderFilosofia .swiper-container-rtl .prev-hero {
    left: 10px;
  }

  .accordion-button::after {
    margin-right: 20px;
  }

  .navegadorProyectoWrapper h4 {
    font-size: 1.1rem;
    max-width: 110px;
  }

  .prevText p,
  .nextText p {
    margin-bottom: 10px;
  }

  a.back-list {
    width: 30px;
  }

  .descripcion p {
    font-size: 1.1rem;
  }

  .categoriaProyecto h3 span {
    font-size: .8rem;
  }

  .categoriaProyecto h3 {
    font-size: 1rem;
    margin: 0 10px 0 0;
  }

  .categoriaProyecto .ico-categoria {
    width: 34px;
  }

  .difusionTitle {
    margin: 0 0 2.5rem;
  }

  a.notaDestacada h3 {
    text-decoration: none !important;
    font-size: 1.1rem;
    display: flex;
    width: 100%;
    padding-right: 96px;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: left;
    min-width: 100%;
    align-items: flex-start;
  }

  a.notaDestacada h3 span.linea-separadora {
    display: none;
  }

  a.notaDestacada h3 span.CategoriaNota {
    font-size: .9rem;
    display: block;
    width: 100%;
    padding-right: 96px;
  }

  .imagenNota h3 {
    font-size: 1rem;
  }

  .imagenNota h3 span.CategoriaNota {
    font-size: .8rem;
  }

  a.linkProyecto {
    font-size: 1.1rem;
  }

  a.linkNota {
    font-size: 1.1rem;
  }

  .listadoNotas {
    padding: 0 0 0 20px;
  }

  .listadoNotas.row a:first-child .imagenNotaWrapper {
    overflow: hidden;
    border-radius: 18px 0 0 0;
  }

  .nameOverlay {
    height: 30vw;
  }

  .card-footer {
    font-size: .9rem;
  }

  .swiper-pagination-hero {
    top: 20px;
    right: 24px;
  }
}

@media (max-width: 575px) {
  .imagenNota h3 {
    margin-bottom: 20px;
  }

  footer .footer-col ul li {
    margin-bottom: 0.2rem;
  }
}

@media (max-width: 540px) and (max-height: 720px) {
  .hero-text-big {
    font-size: 18vw;
  }

  .areas-hero {
    height: 30vh;
    height: 30svh;
    padding: 2rem 0 3rem;
  }
}

@media (max-width: 420px) {
  .logo {
    width: 160px;
    height: auto;
    margin-left: -5px;
  }

  .navbar .logo {
    margin-bottom: 10px;
  }

  .btn-lang {
    font-size: 0.7rem;
    width: 2rem;
    height: 1.8rem;
  }

  .navbar-toggler-icon {
    width: 1.1em;
    height: 1.1em;
  }

  .vertical-line {
    height: 2rem;
  }

  .vertical h2 {
    font-size: .8rem;
    margin: 34px 0 0;
  }

  .hero-info-box {
    padding: 25px 20px;
  }
}

@media (max-width: 419px) {
  a .rollProyecto .nameOverlay h3 {
    margin: 0 0 -5px -5px;
    font-size: 14vw;
  }

  .card-footer {
    font-size: .9rem;
    line-height: 1em;
    min-height: 46px;
  }

  .card-footer br {
    display: block;
  }
}

@media (max-width: 375px) {
  .hero-text-big {
    font-size: 21vw;
  }

  .sliderFilosofia .swiper-slide h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 980px) and (orientation:landscape) {
  .navbar {
    min-height: 80px;
  }

  .offcanvas-header {
    min-height: 80px;
  }

  .navbar .logo {
    margin-bottom: 10px;
  }

  .logo {
    width: 170px;
  }

  .hero-container .row {
    min-height: 500px;
  }

  .hero-container {
    height: 100%;
    max-height: 100%;
    border-radius: 0 30px 30px 0;
  }

  .hero-col-text {
    width: 100%;
  }

  .hero-col-info {
    width: 100%;
  }

  .hero-info-box {
    border-radius: 0;
  }

  .areas-hero {
    height: auto;
    padding: 40px 0;
  }

  .imagen-nosotras-home .parallaxImg {
    max-height: 260px;
  }

  .row>div.pcontactoLeft {
    padding: 0 0 0 12px;
    width: 50%;
  }

  .row>div.pcontactoRigth {
    padding: 0 0 0 12px;
    width: 50%;
  }

  .nosotras-type {
    max-width: 400px;
  }

  .offcanvas-body {
    flex-grow: 1;
    padding: 0 40px;
    overflow-y: auto;
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
    padding: 0;
    margin: 5px 0;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 2px;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:active,
  .navbar-nav .nav-link:focus {
    color: #009B7E;
    margin: 5px 0;
    border-bottom: 2px solid #009B7E;
    padding-bottom: 2px;
  }
}

@media (max-width: 680px) and (orientation:landscape) {
  .imagen-nosotras-home .parallaxImg {
    max-height: 190px;
  }

  .row>div.pcontactoLeft {
    padding: 0;
    width: 100%;
  }

  .row>div.pcontactoRigth {
    padding: 0;
    width: 100%;
  }

  .hero-text-big {
    font-size: 21vw;
    margin: 0 0 -.4rem -2vw;
    padding-right: 0;
  }
}

@media (orientation:portrait) and (max-height: 700px) {
  .vertical-line {
    height: 2rem;
  }

  .vertical h2 {
    font-size: .75rem;
    margin: 32px 0 0;
  }

  .hero-text-big {
    font-size: 21vw;
  }
}