/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/

/*

UPDATE HISTORY : 

- 03/02/23 => Changes about sed elements for the contact page => from 3 to 2 offices
- 03/02/23 => modification on <a> for team ember (page "why XC?")
- 23/03/23 => modification of news page display
-

*/


/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body,
html {
  margin: 0 !important;
  padding: 0 !important;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.main-wrapper {
  width: 100%;
  height: 100%;
}
@media all and (min-width: 1200px) {
  .main-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    height: 100%;
  }
}
li {
  list-style: none;
}
input,
button,
textarea {
  -webkit-appearance: none;
}
input:focus,
button:focus,
textarea:focus {
  outline: none !important;
}
br::selection,
::selection,
p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
a::selection,
label::selection,
span::selection,
img::selection,
td::selection,
tr::selection,
th::selection,
strong::selection,
address::selection,
mark::selection,
.wpcf7-response-output::selection,
ol li::selection,
ul li::selection,
em::selection,
time::selection {
  background: #00b1eb;
  color: #fbfbfb;
  text-shadow: 0px 0px #fbfbfb;
}
/* Firefox */
br::-moz-selection,
b::-moz-selection,
p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection,
label::-moz-selection,
span::-moz-selection,
img::-moz-selection,
td::-moz-selection,
tr::-moz-selection,
th::-moz-selection,
strong::-moz-selection,
address::-moz-selection,
mark::-moz-selection,
time::-moz-selection {
  background: #00b1eb;
  color: #fbfbfb;
  text-shadow: 0px 0px #fbfbfb;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #fbfbfb;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #2a1179;
}
::-webkit-scrollbar:horizontal {
  height: 0;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #2a1179;
  background-color: #2a1179;
}
@-webkit-keyframes background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.btn-primary {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00b1eb;
  border: 1px solid #00b1eb;
}
.btn-primary p {
  font-size: 16px;
  line-height: 19px;
  color: #fbfbfb;
  font-family: 'montserrat-bold';
}
@media all and (min-width: 1200px) {
  .btn-primary {
    -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
    transition: 0.3s ease;
  }
  .btn-primary p {
    transition: 0.3s ease;
  }
  .btn-primary:hover {
    background-color: #2a1179;
    border-color: #2a1179;
    transform: translateY(-8px);
  }
}
.btn-secondary {
  border-radius: 5px;
  border: 1px solid #fbfbfb;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.btn-secondary p {
  font-size: 16px;
  line-height: 19px;
  color: #fbfbfb;
  font-family: 'montserrat-bold';
}
.btn-terciary {
  border-radius: 5px;
  border: 1px solid #00b1eb;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.btn-terciary p {
  font-size: 16px;
  line-height: 19px;
  color: #00b1eb;
  font-family: 'montserrat-bold';
}
@media all and (min-width: 1200px) {
  .btn-terciary {
    -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
    transition: 0.3s ease;
  }
  .btn-terciary p {
    transition: 0.3s ease;
  }
  .btn-terciary:hover {
    background-color: #00b1eb;
    transform: translateY(-8px);
  }
  .btn-terciary:hover p {
    color: #fbfbfb;
  }
}
.btn-line {
  color: #2a1179;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2a1179;
  bottom: -4px;
  left: 0;
}
.btn-line p {
  color: #2a1179;
}
@media all and (min-width: 1200px) {
  .btn-line {
    transition: 0.3s ease;
  }
  .btn-line::after {
    transition: 0.3s ease;
  }
  .btn-line p {
    transition: 0.3s ease;
  }
  .btn-line:hover {
    color: #00b1eb;
  }
  .btn-line:hover::after {
    background-color: #00b1eb;
  }
  .btn-line:hover p {
    color: #00b1eb;
  }
}
.btn--content {
  display: flex;
  justify-content: flex-start;
}
.btn-white {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fbfbfb;
}
.btn-white p {
  font-size: 16px;
  line-height: 19px;
  color: #fbfbfb;
  font-family: 'montserrat-bold';
}
@media all and (min-width: 1200px) {
  .btn-white {
    -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
    transition: 0.3s ease;
  }
  .btn-white p {
    transition: 0.3s ease;
  }
  .btn-white:hover {
    transform: translateY(-10px);
    border-color: #2a1179;
  }
  .btn-white:hover p {
    color: #2a1179;
  }
}
@keyframes move {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 100%;
  }
}
@font-face {
  font-family: 'montserrat';
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'montserrat-medium';
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: 'montserrat-light';
  src: url(../fonts/Montserrat-Light.ttf);
  font-weight: 300;
}
h1,
h2,
h3,
h4,
p {
  color: #222222;
  font-family: 'montserrat';
  font-weight: initial;
  margin: 0;
  padding: 0;
}
h1 {
  font-family: 'montserrat-bold';
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #fbfbfb;
}
h1 span {
  color: #b2eeff;
}
@media all and (min-width: 1200px) {
  h1 {
    font-size: 40px;
    line-height: 49px;
  }
}
h2 {
  font-family: 'montserrat-bold';
  font-size: 27px;
  line-height: 33px;
  color: transparent;
  background-image: linear-gradient(to right, #22b1ed, #22b1ed, #22b1ed, #22b1ed, #2a1179, #2a1179, #2a1179);
  background-size: 200% 200%;
  -webkit-animation: move 4s infinite linear alternate;
  -moz-animation: move 4s infinite linear alternate;
  -ms-animation: move 4s infinite linear alternate;
  -o-animation: move 4s infinite linear alternate;
  animation: move 4s infinite linear alternate;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}
@media all and (min-width: 1200px) {
  h2 {
    font-size: 31px;
    line-height: 40px;
  }
}
h3 {
  font-family: 'montserrat-medium';
  font-size: 20px;
  line-height: 28px;
  color: #2a1179;
}
h4 {
  font-family: 'montserrat-medium';
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
body,
html,
p,
label,
li {
  font-family: 'montserrat';
  font-size: 16px;
  line-height: 26px;
}
body.light,
html.light,
p.light,
label.light,
li.light {
  font-family: 'montserrat-light';
  font-size: 14px;
  line-height: 21px;
}
form .form--block .form--block--content {
  margin-bottom: 16px;
  position: relative;
}
form .form--block .form--block--content.input--focus label {
  font-size: 12px;
  line-height: 16px;
  color: #00b1eb;
  top: -8px;
}
form .form--block .form--block--content.error label {
  color: #f2333a;
}
form .form--block .form--block--content.error input {
  border-color: #f2333a;
}
form .form--block .form--block--content input {
  background-color: initial !important;
  width: calc((100% - 56px));
  padding: 0 28px;
  height: 48px;
  border: 1px solid #222222;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  font-family: 'montserrat-light';
}
form .form--block .form--block--content textarea {
  background-color: initial !important;
  width: calc((100% - 56px));
  padding: 16px 28px;
  height: 80px;
  border: 1px solid #222222;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  font-family: 'montserrat-light';
}
form .form--block .form--block--content label {
  background-color: #fff;
  padding: 0 4px;
  position: absolute;
  left: 24px;
  top: 16px;
  font-size: 14px;
  line-height: 18px;
  transition: 0.3s ease;
  font-family: 'montserrat-light';
}
form .form--block .form--block--content .select2-container {
  width: 100% !important;
  border-radius: 5px;
  border: 1px solid #222222;
  height: 48px;
}
form .form--block .form--block--content .select2-container .selection {
  height: 100%;
}
form .form--block .form--block--content .select2-container .selection .select2-selection {
  display: flex;
  align-items: center;
  height: 100%;
  border: none !important;
}
form .form--block .form--block--content .select2-container .selection .select2-selection .select2-selection__rendered {
  font-size: 14px;
  line-height: 18px;
  font-family: 'montserrat-light';
  padding-left: 28px;
  color: #222222;
}
form .form--block .form--block--content .select2-container .selection .select2-selection .select2-selection__arrow {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.svg);
  aspect-ratio: 1.81818182;
  height: initial;
  width: 12px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
form .form--block .form--block--content .select2-container .selection .select2-selection .select2-selection__arrow b {
  display: none;
}
form .form--block .form-block--checkbox {
  margin-bottom: 16px;
}
form .form--block .form-block--checkbox.error label::before {
  background-color: #f2333a;
  border-color: #f2333a;
}
form .form--block .form-block--checkbox input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
form .form--block .form-block--checkbox input:checked + label::before {
  background-color: #00b1eb;
  border-color: #00b1eb;
}
form .form--block .form-block--checkbox input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
form .form--block .form-block--checkbox label {
  cursor: pointer;
  padding-left: 32px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
form .form--block .form-block--checkbox label a {
  font-size: 14px;
  line-height: 18px;
  color: #2a1179;
  text-decoration: underline;
}
form .form--block .form-block--checkbox label::before {
  position: absolute;
  transition: 0.3s ease;
  content: "";
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #222222;
  border-radius: 3px;
}
form .form--block .form-block--checkbox label::after {
  content: url(../img/check.svg);
  position: absolute;
  left: 4px;
  width: 12px;
  top: -4px;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
form .form--block .form-block--submit input {
  cursor: pointer;
  width: 100%;
  height: 46px;
  background-color: #00b1eb;
  border-radius: 5px;
  font-size: 16px;
  line-height: 26px;
  font-family: 'montserrat-bold';
  border: none;
  box-shadow: none;
  color: #fbfbfb;
}
@media all and (min-width: 1200px) {
  form .form--block .form-block--submit input {
    transition: 0.3s ease;
  }
  form .form--block .form-block--submit input:hover {
    transform: translateY(-8px);
    background-color: #2a1179;
  }
}
.select2-container .select2-dropdown {
  overflow: hidden;
  transform: translateY(-4px);
  border: 1px solid #222222;
  border-top: none;
  border-radius: 0 0 5px 5px;
  z-index: 900;
}
.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
  padding: 0 28px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: 'montserrat-light';
  color: #222222;
}
.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--selectable {
  background-color: #fff;
}
.post {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.post .author-info .image {
  overflow: hidden;
  height: 220px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.post .author-info .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.post .author-info .info {
  padding: 24px;
  position: absolute;
  top: -13px;
  left: 289px;
}
.post .author-info .info p {
  color : white;
}
/*
.post .author-info .info p:nth-of-type(1) {
  margin-bottom: 30px;
}*/
.post .post-info {
  padding: 24px 28px;
}
.post .post-info h3 {
  margin-bottom: 14px;
}
.post .post-info h3 a {
  color: #2a1179;
}
.post .post-info > p {
  margin-bottom: 14px;
}
@media all and (min-width: 768px) {
  
  .post .author-info {
    position: relative;
  }
  .post .author-info .image {
    flex-basis: 190px;
  }
  .post .author-info .info {
    flex-basis: calc((100% - 190px - 48px));
  }
  .post .author-info .more-info {
    flex-basis: 100%;
  }
}
* {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
}
@media print {
  /************************************************************/
  /************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
header.header {
  background-color: transparent;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  transition: 0.3s ease;
}
header.header.header-simple {
  background-color: #fff !important;
}
header.header.header-simple .header--content .burger p {
  color: #222222 !important;
}
header.header.background {
  background-color: #fff;
}
header.header.background .header--content .burger p {
  color: #222222;
}
header.header .header--content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5vw;
  transition: 0.3s ease;
}
header.header .header--content.open {
  background-color: #fff;
}
header.header .header--content.open .menu-lang {
  opacity: 1;
  visibility: visible;
}
header.header .header--content.open .menus--content {
  opacity: 1;
  visibility: visible;
  left: 0;
}
header.header .header--content a.logo {
  width: 80px;
}
header.header .header--content .burger {
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 38px;
  height: 38px;
}
header.header .header--content .burger.active p {
  opacity: 0;
  visibility: hidden;
}
header.header .header--content .burger.active .cross {
  opacity: 1;
  visibility: visible;
}
header.header .header--content .burger p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-family: 'montserrat-bold';
  transition: .3s ease;
  visibility: visible;
  opacity: 1;
  color: #fbfbfb;
}
header.header .header--content .burger .cross {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  border: 2px solid #222222;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
header.header .header--content .burger .cross span {
  left: 7.5px;
  top: 15px;
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background-color: #222222;
}
header.header .header--content .burger .cross span:nth-of-type(1) {
  transform: rotate(-45deg);
}
header.header .header--content .burger .cross span:nth-of-type(2) {
  transform: rotate(45deg);
}
header.header .header--content .menu-lang {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc((5vw + 38px + 20px));
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
header.header .header--content .menu-lang .icon {
  width: 14px;
  margin-right: 7px;
}
header.header .header--content .menu-lang ul li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19px;
  color: #222222;
}
header.header .header--content .btn-trouver {
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 8px 5vw;
}
header.header .header--content .btn-trouver.active {
  opacity: 1;
  visibility: visible;
}
header.header .header--content .btn-trouver::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fbfbfb;
  opacity: .8;
  z-index: -1;
}
header.header .header--content .menus--content {
  width: 100%;
  overflow: auto;
  position: absolute;
  top: 90px;
  left: -100vw;
  max-height: calc((100vh - 90px));
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
header.header .header--content .menus--content .menu-principal {
  padding: 24px 5vw 70px;
}
header.header .header--content .menus--content .menu-principal > ul > li {
  margin-bottom: 24px;
}
header.header .header--content .menus--content .menu-principal > ul > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
header.header .header--content .menus--content .menu-principal > ul > li > a {
  font-size: 16px;
  line-height: 19px;
  color: #00b1eb;
}
header.header .header--content .menus--content .menu-principal > ul > li ul {
  padding-left: 38px;
  margin-top: 24px;
}
header.header .header--content .menus--content .menu-principal > ul > li ul li {
  margin-bottom: 14px;
}
header.header .header--content .menus--content .menu-principal > ul > li ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}
header.header .header--content .menus--content .menu-principal > ul > li ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

header.header .header--content .menus--content .menu-principal #menu-item-9077,
header.header .header--content .menus--content .menu-principal #menu-item-9078 {
  font-weight: bold;
  height: 42px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #00b1eb;*/
  border: 1px solid #00b1eb;
  padding-left: 10px;
  padding-right: 10px;
}

header.header .header--content .menus--content .menu-secundario {
  padding: 24px 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7f7f7;
}
header.header .header--content .menus--content .menu-secundario ul li {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
header.header .header--content .menus--content .menu-secundario ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}
header.header .header--content .menus--content .menu-secundario ul li::after {
  bottom: -10px;
  left: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background-color: #00b1eb;
}
header.header .header--content .menus--content .menu-secundario ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
header.header .header--content .menus--content .menu-secundario ul li:nth-last-of-type(1)::after {
  display: none;
}
footer.footer .footer-sup {
  padding: 40px 5vw;
  background: linear-gradient(0deg, #22b1ed 0%, #2a1179 100%);
  background-size: 200% 200%;
  height: 100%;
  -webkit-animation: background 10s ease infinite;
  -moz-animation: background 10s ease infinite;
  -ms-animation: background 10s ease infinite;
  -o-animation: background 10s ease infinite;
  animation: background 10s ease infinite;
}
footer.footer .footer-sup .footer-sup--content .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
footer.footer .footer-sup .footer-sup--content .row:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer.footer .footer-sup .footer-sup--content .row a.logo {
  width: 286px;
  margin-bottom: 40px;
}
footer.footer .footer-sup .footer-sup--content .row .buttons .redes {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
footer.footer .footer-sup .footer-sup--content .row .buttons .redes a {
  display: flex;
  margin-right: 15px;
  width: 34px;
}
footer.footer .footer-sup .footer-sup--content .row .buttons .redes a svg {
  width: 100%;
}
footer.footer .footer-sup .footer-sup--content .row .buttons .redes a svg path {
  fill: #fbfbfb;
}
footer.footer .footer-sup .footer-sup--content .row .buttons .redes a:nth-last-of-type(1) {
  margin-right: 0;
}
footer.footer .footer-sup .footer-sup--content .row .menu-footer {
  width: 286px;
}
footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li.active.menu-item-has-children::after {
  transform: rotate(180deg);
}
footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li.menu-item-has-children {
  position: relative;
}
footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li.menu-item-has-children::after {
  content: url(../img/arrow-footer.svg);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease;
}
footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li > a {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  color: #fbfbfb;
}
footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li ul {
  display: none;
  margin-top: 20px;
  padding-left: 10px;
}
footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li ul li {
  margin-bottom: 20px;
}
footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li ul li a {
  font-size: 16px;
  line-height: 19px;
  color: #fbfbfb;
}
footer.footer .footer-inf {
  padding: 16px 5vw;
}
footer.footer .footer-inf .footer-inf--content .menu-politicas {
  margin-bottom: 20px;
}
footer.footer .footer-inf .footer-inf--content .menu-politicas ul li a {
  font-size: 14px;
  line-height: 18px;
  font-family: 'montserrat-light';
  color: #222222;
}
footer.footer .footer-inf .footer-inf--content .copyright p {
  font-size: 14px;
  line-height: 18px;
  font-family: 'montserrat-light';
  color: #222222;
}
.wat-mainrow {
  margin-top: 90px;
}
section.wat-section {
  margin-bottom: 56px;
}
.wat-mainrow.page-mainrow,
.wat-mainrow.page-carrieres,
.wat-mainrow.single-stories,
.wat-mainrow.page-clientes {
  margin-top: 0;
}
section.wat-section.section-gracias {
  padding: 80px 5vw;
}
section.wat-section.section-gracias .section-gracias--content {
  max-width: 510px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.wat-section.section-gracias .section-gracias--content .lottie-gracias {
  width: 100px;
  margin-bottom: 30px;
}
section.wat-section.section-gracias .section-gracias--content h3,
section.wat-section.section-gracias .section-gracias--content > p {
  text-align: center;
  margin-bottom: 30px;
}
section.wat-section.section-gracias .section-gracias--content a {
  width: initial;
  padding: 0 20px;
}
section.wat-section.cabecera-general {
  max-height: -webkit-fill-available;
  height: 100vh;
}
section.wat-section.cabecera-general .cabecera-general--content {
  padding: 20px 5vw;
  height: calc((100% - 40px));
  position: relative;
  display: flex;
  align-items: center;
}
section.wat-section.cabecera-general .cabecera-general--content .fondo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(-90deg, #22b1ed 0%, #2a1179 100%);
  background-size: 200% 200%;
  width: 100%;
  height: 100%;
  -webkit-animation: background 10s ease infinite;
  -moz-animation: background 10s ease infinite;
  -ms-animation: background 10s ease infinite;
  -o-animation: background 10s ease infinite;
  animation: background 10s ease infinite;
  opacity: 0.4;
}
section.wat-section.cabecera-general .cabecera-general--content .fondo img {
  display: none;
}
section.wat-section.cabecera-general .cabecera-general--content .image {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
section.wat-section.cabecera-general .cabecera-general--content .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.wat-section.cabecera-general .cabecera-general--content .image img.desktop {
  display: none;
}
section.wat-section.cabecera-general .cabecera-general--content .info {
  position: relative;
  z-index: 2;
}
section.wat-section.cabecera-general .cabecera-general--content .info > p {
  margin-top: 30px;
  font-size: 22px;
  line-height: 27px;
  color: #fbfbfb;
  font-family: 'montserrat-medium';
}
section.wat-section.cabecera-general .cabecera-general--content .info .btn--content {
  margin-top: 40px;
}
section.wat-section.cabecera-general .cabecera-general--content .info .btn--content a {
  padding: 0 20px;
  width: initial;
}
section.wat-section.cabecera-general .cabecera-general--content .lottie-cabecera-general {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
}
section.wat-section.cabecera-general .cabecera-general--content .types {
  position: absolute;
  z-index: 2;
  left: 5vw;
  right: 5vw;
  bottom: 90px;
}
section.wat-section.cabecera-general .cabecera-general--content .types .type {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #fbfbfb;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #ffffff50;
}
section.wat-section.cabecera-general .cabecera-general--content .types .type:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.cabecera-general .cabecera-general--content .types .type p {
  color: #fbfbfb;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .fondo {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  right: -40px;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info {
  padding: 0 5vw;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .info-title {
  margin-bottom: 24px;
  height: calc((100vw * 230 / (414 - 40)));
  max-width: 230px;
  display: flex;
  align-items: center;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .info-title h1 {
  margin-bottom: 30px;
  color: #00b1eb;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .info-title h1 span {
  color: #2a1179;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .info-subtitle p {
  text-align: center;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .btn-terciary {
  display: none;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home {
  margin-top: 90px;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-pagination {
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fbfbfb;
  margin: 0 5px;
  transition: 0.3s ease;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00b1eb;
  border-color: #00b1eb;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-wrapper .swiper-slide {
  transition: 0.3s ease;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide--content .info-item {
  opacity: 1;
  visibility: visible;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-wrapper .swiper-slide .swiper-slide--content {
  position: relative;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-wrapper .swiper-slide .swiper-slide--content .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.63043478;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-wrapper .swiper-slide .swiper-slide--content .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-wrapper .swiper-slide .swiper-slide--content .info-item {
  position: absolute;
  bottom: 50px;
  padding: 10px 5vw 10px 18px;
  right: 0;
  background-color: rgba(164, 164, 164, 0.6);
  border-radius: 10px 0 0 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-wrapper .swiper-slide .swiper-slide--content .info-item p {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  line-height: 22px;
  color: #fbfbfb;
}
section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-wrapper .swiper-slide .swiper-slide--content .info-item p span {
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'montserrat-bold';
}
section.wat-section.cabecera-home .cabecera-home--content .logos-cabecera {
  padding: 0 5vw;
  display: flex;
  flex-wrap: wrap;
}
section.wat-section.cabecera-home .cabecera-home--content .logos-cabecera .image {
  margin-right: 20px;
}
section.wat-section.cabecera-home .cabecera-home--content .logos-cabecera .image:nth-last-of-type(1) {
  margin-right: 0;
}
section.wat-section.cabecera-home .cabecera-home--content .logos-cabecera .image img {
  width: auto;
  height: 14px;
}
section.wat-section.cabecera-home .cabecera-home--content .lottie-cabecera-home {
  display: none;
}
section.wat-section.texto-detalle .texto-detalle--content {
  padding: 0 5vw;
}
section.wat-section.texto-detalle .texto-detalle--content .texto-ppal {
  margin-bottom: 40px;
}
section.wat-section.texto-detalle .texto-detalle--content .texto-ppal h2 {
  margin-bottom: 24px;
}
section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle {
  margin-bottom: 24px;
}
section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle .titulo {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle .titulo .icon {
  margin-top: 4px;
  flex-basis: 10px;
  margin-right: 10px;
}
section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle .titulo h3 {
  flex-basis: calc((100% - 20px));
}
section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle > p {
  padding-left: 20px;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes {
  position: relative;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes::before {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  top: calc((100vw - 10vw - 38px - 16px) / 2);
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes {
  padding-left: 5vw;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-pagination {
  position: relative;
  margin: 30px 0 26px;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #222222;
  margin: 0 5px;
  transition: 0.3s ease;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222222;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide {
  width: calc((95vw - 16px - 38px));
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
  margin-right: calc((5vw));
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service .image {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 10px;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service .info {
  padding: 0 20px;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service h3 {
  margin-bottom: 30px;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service ul {
  margin-bottom: 30px;
  padding-left: 34px;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service ul li .icon {
  flex-basis: 10px;
  margin-right: 10px;
}
section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service .btn--content {
  padding-left: 34px;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .info {
  padding: 0 5vw;
  margin-bottom: 40px;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .info h2 {
  margin-bottom: 24px;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content {
  position: relative;
  aspect-ratio: 0.625;
  display: flex;
  align-items: flex-end;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .fondo {
  display: none;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .image-fondo {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .image-fondo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .image-fondo img.active {
  opacity: 1;
  visibility: visible;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories {
  padding-left: 5vw;
  width: 100%;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-pagination {
  position: relative;
  margin: 30px 0 20px;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fbfbfb;
  margin: 0 5px;
  transition: 0.3s ease;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00b1eb;
  border-color: #00b1eb;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper {
  align-items: flex-end;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide {
  width: calc((95vw - 16px - 38px));
  opacity: 0.9;
  transition: 0.3s ease;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide.active {
  opacity: 1;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
  margin-right: calc((5vw));
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide .swiper-slide--content {
  padding: 25px 22px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client {
  margin-bottom: 20px;
  border: 1px solid #2a1179;
  border-radius: 5px;
  padding: 4px 16px;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client p {
  font-size: 14px;
  line-height: 18px;
  color: #2a1179;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide .swiper-slide--content a.title {
  color: #00b1eb;
  font-family: 'montserrat-medium';
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide .swiper-slide--content .section-hide {
  margin-top: 20px;
  display: none;
}
section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide .swiper-slide--content .section-hide > p {
  margin-bottom: 24px;
}
section.wat-section.seccion-success-stories-2 {
  margin-bottom: 0;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content {
  padding: 40px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f5f5f5 100%);
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content h2 {
  padding: 0 5vw;
  margin-bottom: 40px;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .images--content {
  margin-bottom: 40px;
  position: relative;
  padding-left: 5vw;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .images--content .fondo {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(-90deg, #22b1ed 0%, #2a1179 100%);
  background-size: 200% 200%;
  width: 100%;
  height: 100%;
  -webkit-animation: background 10s ease infinite;
  -moz-animation: background 10s ease infinite;
  -ms-animation: background 10s ease infinite;
  -o-animation: background 10s ease infinite;
  animation: background 10s ease infinite;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .images--content .images {
  border-radius: 20px 0 0 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 1.20338983;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .images--content .images img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .images--content .images img.active {
  opacity: 1;
  visibility: visible;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content {
  padding: 0 5vw;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content h2 {
  display: none;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content .swiper-seccion-stories-2 .swiper-pagination {
  position: relative;
  margin-top: 32px;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content .swiper-seccion-stories-2 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #222222;
  margin: 0 5px;
  transition: 0.3s ease;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content .swiper-seccion-stories-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222222;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client {
  margin-bottom: 20px;
  border: 1px solid #2a1179;
  border-radius: 5px;
  padding: 4px 16px;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client p {
  font-size: 14px;
  line-height: 18px;
  color: #2a1179;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content h3.title a {
  color: #2a1179;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content .section-hide {
  margin-top: 20px;
}
section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content .section-hide > p {
  margin-bottom: 24px;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content {
  padding: 0 5vw;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .info {
  margin-bottom: 24px;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake {
  display: none;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-pagination {
  position: relative;
  margin-top: 46px;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #222222;
  margin: 0 5px;
  transition: 0.3s ease;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222222;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-wrapper .swiper-slide .swiper-slide--content {
  width: calc((100% - 32px));
  border: 1px solid #00b1eb;
  padding: 20px 14px 34px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 42px;
  position: relative;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-wrapper .swiper-slide .swiper-slide--content.active .desp span:nth-last-of-type(1) {
  height: 0px;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-wrapper .swiper-slide .swiper-slide--content:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-wrapper .swiper-slide .swiper-slide--content .logo {
  margin-bottom: 12px;
  height: 40px;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-wrapper .swiper-slide .swiper-slide--content .logo img {
  width: 100%;
  height: 100%;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-wrapper .swiper-slide .swiper-slide--content h4 {
  margin-bottom: 16px;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-wrapper .swiper-slide .swiper-slide--content .descripcion {
  transition: 0.3s ease;
  overflow: hidden;
  height: 40px;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-wrapper .swiper-slide .swiper-slide--content .desp {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #00b1eb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-wrapper .swiper-slide .swiper-slide--content .desp span {
  transition: 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #fbfbfb;
  transform: translate(-50%, -50%);
}
section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios .swiper-wrapper .swiper-slide .swiper-slide--content .desp span:nth-last-of-type(1) {
  height: 20px;
  width: 2px;
}
section.wat-section.porque-xperts {
  margin-bottom: 0;
}
section.wat-section.porque-xperts .porque-xperts--content .texto-ppal {
  padding: 0 5vw;
  margin-bottom: 24px;
}
section.wat-section.porque-xperts .porque-xperts--content .texto-ppal h2 {
  margin-bottom: 24px;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row:nth-of-type(2n) {
  background-color: #fff;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto {
  padding: 40px 5vw;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto h3 {
  margin-bottom: 10px;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto h4 {
  margin-bottom: 24px;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto > p {
  margin-bottom: 24px;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto > p:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto > p a {
  color: #2a1179;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto > p a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2a1179;
  bottom: -4px;
  left: 0;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content {
  position: relative;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .fondo {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .fondo.fondo-izq img {
  width: auto;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .fondo img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .image {
  position: relative;
  z-index: 1;
}
section.wat-section.seccion-sponsors {
  padding: 40px 5vw;
  background: linear-gradient(-90deg, #22b1ed 0%, #2a1179 100%);
  background-size: 200% 200%;
  height: 100%;
  -webkit-animation: background 10s ease infinite;
  -moz-animation: background 10s ease infinite;
  -ms-animation: background 10s ease infinite;
  -o-animation: background 10s ease infinite;
  animation: background 10s ease infinite;
}
section.wat-section.seccion-sponsors .seccion-sponsors--content .title-sponsors {
  margin-bottom: 40px;
}
section.wat-section.seccion-sponsors .seccion-sponsors--content .title-sponsors p {
  color: #fbfbfb;
  font-size: 27px;
  line-height: 33px;
  font-family: 'montserrat-bold';
  text-align: center;
}
section.wat-section.seccion-sponsors .seccion-sponsors--content .sponsors-fake {
  display: none;
}
section.wat-section.seccion-sponsors .seccion-sponsors--content .swiper-sponsors .swiper-pagination {
  position: relative;
  margin-top: 32px;
}
section.wat-section.seccion-sponsors .seccion-sponsors--content .swiper-sponsors .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fbfbfb;
  margin: 0 5px;
  transition: 0.3s ease;
}
section.wat-section.seccion-sponsors .seccion-sponsors--content .swiper-sponsors .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fbfbfb;
}
section.wat-section.seccion-sponsors .seccion-sponsors--content .swiper-sponsors .swiper-wrapper .swiper-slide .swiper-slide--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 40px;
}
section.wat-section.seccion-sponsors .seccion-sponsors--content .swiper-sponsors .swiper-wrapper .swiper-slide .swiper-slide--content:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.seccion-sponsors .seccion-sponsors--content .swiper-sponsors .swiper-wrapper .swiper-slide .swiper-slide--content .image {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  width: 110px;
  margin-bottom: 16px;
}
section.wat-section.seccion-sponsors .seccion-sponsors--content .swiper-sponsors .swiper-wrapper .swiper-slide .swiper-slide--content .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.wat-section.seccion-sponsors .seccion-sponsors--content .swiper-sponsors .swiper-wrapper .swiper-slide .swiper-slide--content .title {
  font-size: 18px;
  line-height: 28px;
  color: #fbfbfb;
  text-align: center;
  font-family: 'montserrat-medium';
  margin-bottom: 10px;
}
section.wat-section.seccion-sponsors .seccion-sponsors--content .swiper-sponsors .swiper-wrapper .swiper-slide .swiper-slide--content .cargo {
  font-size: 14px;
  line-height: 22px;
  color: #fbfbfb;
  text-align: center;
}
section.wat-section.seccion-formulario .seccion-formulario--content {
  padding: 0 5vw;
}
section.wat-section.seccion-formulario .seccion-formulario--content .info {
  margin-bottom: 40px;
}
section.wat-section.seccion-formulario .seccion-formulario--content .info h2 {
  margin-bottom: 24px;
}
section.wat-section.seccion-formulario .seccion-formulario--content .info ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
section.wat-section.seccion-formulario .seccion-formulario--content .info ul li .icon {
  margin-top: 4px;
  flex-basis: 10px;
  margin-right: 10px;
}
section.wat-section.seccion-formulario .seccion-formulario--content .info ul li p {
  flex-basis: calc((100% - 20px));
}
section.wat-section.seccion-formulario .seccion-formulario--content .formulario--content h3 {
  text-align: center;
  margin-bottom: 24px;
}
section.wat-section.seccion-equipo {
  padding: 40px 5vw;
  background: linear-gradient(-90deg, #22b1ed 0%, #2a1179 100%);
  background-size: 200% 200%;
  width: 100%;
  height: 100%;
  -webkit-animation: background 10s ease infinite;
  -moz-animation: background 10s ease infinite;
  -ms-animation: background 10s ease infinite;
  -o-animation: background 10s ease infinite;
  animation: background 10s ease infinite;
}
section.wat-section.seccion-equipo .seccion-equipo--content .title-equipo {
  margin-bottom: 40px;
}
section.wat-section.seccion-equipo .seccion-equipo--content .title-equipo p {
  color: #fbfbfb;
  font-size: 27px;
  line-height: 33px;
  font-family: 'montserrat-bold';
  text-align: center;
}
section.wat-section.seccion-equipo .seccion-equipo--content .equipo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person {
  flex-basis: calc((100% - (1 * 10px)) / 2);
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person:nth-of-type(2n) {
  margin-right: 0;
}
section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person .image {
  width: 114px;
  aspect-ratio: 1;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person .info .title {
  font-size: 18px;
  line-height: 28px;
  color: #fbfbfb;
  text-align: center;
  font-family: 'montserrat-medium';
}
section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person .info .title a {
  color : white;
}

section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person .info .cargo {
  font-size: 14px;
  line-height: 22px;
  color: #fbfbfb;
  text-align: center;
}
section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content {
  padding: 0 5vw;
}
section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content h2 {
  margin-bottom: 40px;
}
section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content .imagenes-texto .bloque {
  margin-bottom: 40px;
}
section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content .imagenes-texto .bloque:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content .imagenes-texto .bloque .image {
  position: relative;
  aspect-ratio: 1.34;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}
section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content .imagenes-texto .bloque .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content .imagenes-texto .bloque .texto h3 {
  margin-bottom: 24px;
}
section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content .imagenes-texto .bloque .texto > p {
  margin-bottom: 30px;
}
section.wat-section.texto-iconos .texto-iconos--content {
  padding: 0 5vw;
}
section.wat-section.texto-iconos .texto-iconos--content .info {
  margin-bottom: 40px;
}
section.wat-section.texto-iconos .texto-iconos--content .info h2 {
  margin-bottom: 24px;
}
section.wat-section.texto-iconos .texto-iconos--content .iconos .icono {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.wat-section.texto-iconos .texto-iconos--content .iconos .icono:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.texto-iconos .texto-iconos--content .iconos .icono .lottie-texto-iconos,
section.wat-section.texto-iconos .texto-iconos--content .iconos .icono .icon {
  max-width: 260px;
  margin-bottom: 30px;
}
section.wat-section.texto-iconos .texto-iconos--content .iconos .icono h4 {
  text-align: center;
}
section.wat-section.other-services {
  padding-top: 80px;
}
section.wat-section.other-services .other-services--content {
  padding: 0 5vw;
}
section.wat-section.other-services .other-services--content h2 {
  margin-bottom: 24px;
}
section.wat-section.other-services .other-services--content .services .service {
  border-radius: 5px;
  border: 1px solid #00b1eb;
  padding: 32px 16px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.wat-section.other-services .other-services--content .services .service:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.other-services .other-services--content .services .service .title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
section.wat-section.other-services .other-services--content .services .service .title .icon {
  margin-top: 4px;
  flex-basis: 10px;
  margin-right: 10px;
}
section.wat-section.other-services .other-services--content .services .service .title h3 {
  flex-basis: calc((100% - 20px));
}
section.wat-section.other-services .other-services--content .services .service .desc {
  margin-bottom: 40px;
}
section.wat-section.other-services .other-services--content .services .service .desc h1 {
  display: none;
}
section.wat-section.cabecera-success,
section.wat-section.cabecera-blog {
  padding-top: 56px;
}
section.wat-section.cabecera-success .cabecera-success--content,
section.wat-section.cabecera-blog .cabecera-success--content,
section.wat-section.cabecera-success .cabecera-blog--content,
section.wat-section.cabecera-blog .cabecera-blog--content {
  padding: 0 5vw;
}
section.wat-section.cabecera-success .cabecera-success--content h1,
section.wat-section.cabecera-blog .cabecera-success--content h1,
section.wat-section.cabecera-success .cabecera-blog--content h1,
section.wat-section.cabecera-blog .cabecera-blog--content h1 {
  color: #00b1eb;
  margin-bottom: 24px;
}
section.wat-section.cabecera-success .cabecera-success--content h1 span,
section.wat-section.cabecera-blog .cabecera-success--content h1 span,
section.wat-section.cabecera-success .cabecera-blog--content h1 span,
section.wat-section.cabecera-blog .cabecera-blog--content h1 span {
  color: #2a1179;
  display: block;
}
section.wat-section.success-stories {
  margin-bottom: 0;
}
section.wat-section.success-stories .success-stories--content .success-service {
  padding: 50px 0;
}
section.wat-section.success-stories .success-stories--content .success-service.impar {
  background-color: #f7f7f7;
}
section.wat-section.success-stories .success-stories--content .success-service h2 {
  padding: 0 5vw;
  margin-bottom: 30px;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content {
  position: relative;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .fondo {
  position: absolute;
  top: 0;
  width: calc(((95vw - 50px - 18px) / 2 + 5vw));
  left: 0;
  height: calc((100% - 30px));
  background: linear-gradient(-90deg, #22b1ed 0%, #2a1179 100%);
  background-size: 200% 200%;
  -webkit-animation: background 10s ease infinite;
  -moz-animation: background 10s ease infinite;
  -ms-animation: background 10s ease infinite;
  -o-animation: background 10s ease infinite;
  animation: background 10s ease infinite;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service {
  padding-bottom: 30px;
  padding-left: 5vw;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  background-color: #BFBFBF;
  margin: 0 auto;
  margin-top: 26px;
  width: 200px;
  height: 4px;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #00b1eb;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide {
  width: calc((95vw - 50px - 18px));
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
  margin-right: 5vw;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content {
  aspect-ratio: 0.67294118;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content .image {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content .info {
  width: 100%;
  position: relative;
  padding: 20px 16px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content .info a.btn-client {
  margin-bottom: 20px;
  border: 1px solid #2a1179;
  border-radius: 5px;
  padding: 4px 16px;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content .info a.btn-client p {
  font-size: 14px;
  line-height: 18px;
  color: #2a1179;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content .info h4.title a {
  color: #222222;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content .info .section-hide {
  margin-top: 20px;
  display: none;
}
section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content .info .section-hide > p {
  margin-bottom: 24px;
}
section.wat-section.seccion-datos .seccion-datos--content {
  padding: 0 5vw;
}
section.wat-section.seccion-datos .seccion-datos--content .texto {
  margin-bottom: 40px;
}
section.wat-section.seccion-datos .seccion-datos--content .texto h2 {
  margin-top: 56px;
  text-align: center;
}
section.wat-section.seccion-datos .seccion-datos--content .datos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.wat-section.seccion-datos .seccion-datos--content .datos .dato {
  max-width: 260px;
  margin-bottom: 60px;
  position: relative;
}
section.wat-section.seccion-datos .seccion-datos--content .datos .dato:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.seccion-datos .seccion-datos--content .datos .dato:nth-last-of-type(1)::after {
  display: none;
}
section.wat-section.seccion-datos .seccion-datos--content .datos .dato::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #222222;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
}
section.wat-section.seccion-datos .seccion-datos--content .datos .dato p.title {
  text-align: center;
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 30px;
  color: #00b1eb;
  font-family: 'montserrat-bold';
}
section.wat-section.seccion-datos .seccion-datos--content .datos .dato p.desc {
  text-align: center;
}
section.wat-section.seccion-valores {
  padding: 40px 0;
  background-color: #f7f7f7;
}
section.wat-section.seccion-valores .seccion-valores--content {
  padding: 0 5vw;
}
section.wat-section.seccion-valores .seccion-valores--content .fondo {
  display: none;
}
section.wat-section.seccion-valores .seccion-valores--content h2 {
  text-align: center;
  margin-bottom: 80px;
}
section.wat-section.seccion-valores .seccion-valores--content .valores .valor {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E6;
}
section.wat-section.seccion-valores .seccion-valores--content .valores .valor:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
section.wat-section.seccion-valores .seccion-valores--content .valores .valor h3 {
  margin-bottom: 10px;
}
section.wat-section.seccion-ofertas .seccion-ofertas--content {
  padding: 0 5vw;
}
section.wat-section.seccion-ofertas .seccion-ofertas--content .texto {
  margin-bottom: 40px;
}
section.wat-section.seccion-ofertas .seccion-ofertas--content .texto h2 {
  margin-bottom: 24px;
}
section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta {
  margin-bottom: 24px;
  border: 1px solid #222222;
  border-radius: 20px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta h4,
section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta h3 {
  margin-bottom: 8px;
}
section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.seccion-procesos .seccion-procesos--content .texto {
  padding: 0 5vw;
  margin-bottom: 40px;
}
section.wat-section.seccion-procesos .seccion-procesos--content .texto h2 {
  margin-bottom: 24px;
}
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos,
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos-2 {
  padding-left: 5vw;
}
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos .swiper-pagination,
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos-2 .swiper-pagination {
  position: relative;
  margin: 20px 0 0;
}
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos .swiper-pagination .swiper-pagination-bullet,
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos-2 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #222222;
  margin: 0 5px;
  transition: 0.3s ease;
}
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222222;
}
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos .swiper-wrapper .swiper-slide,
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos-2 .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
  width: calc((95vw - 16px - 80px));
}
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos .swiper-wrapper .swiper-slide:nth-last-of-type(1),
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos-2 .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
  margin-right: 5vw;
}
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos .swiper-wrapper .swiper-slide .swiper-slide--content,
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos-2 .swiper-wrapper .swiper-slide .swiper-slide--content {
  background-color: #f7f7f7;
  padding: 40px 30px;
}
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos .swiper-wrapper .swiper-slide .swiper-slide--content .line,
section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos-2 .swiper-wrapper .swiper-slide .swiper-slide--content .line {
  width: 100%;
  height: 1px;
  background-color: #C4C4C4;
  margin: 32px 0;
}
section.wat-section.seccion-instagram {
  padding: 40px 0;
  background-color: #f7f7f7;
}
section.wat-section.seccion-instagram .seccion-instagram--content {
  padding: 0 5vw;
}
section.wat-section.seccion-instagram .seccion-instagram--content .texto {
  margin-bottom: 20px;
}
section.wat-section.seccion-contacto {
  padding-top: 16px;
}
section.wat-section.seccion-contacto .seccion-contacto--content {
  padding: 0 5vw;
}
section.wat-section.seccion-contacto .seccion-contacto--content .col-info {
  margin-bottom: 20px;
}
section.wat-section.seccion-contacto .seccion-contacto--content .col-info .texto {
  margin-bottom: 40px;
}
section.wat-section.seccion-contacto .seccion-contacto--content .col-info ul.listado li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
section.wat-section.seccion-contacto .seccion-contacto--content .col-info ul.listado li .icon {
  margin-top: 4px;
  flex-basis: 10px;
  margin-right: 10px;
}
section.wat-section.seccion-contacto .seccion-contacto--content .col-info ul.listado li p {
  flex-basis: calc((100% - 20px));
}
section.wat-section.seccion-contacto .seccion-contacto--content .col-info .lottie-contacto {
  display: none;
}
section.wat-section.seccion-sedes {
  margin-bottom: 0;
}
section.wat-section.seccion-sedes .seccion-sedes--content .sed {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5vw;
  aspect-ratio: 0.97402597;
  margin-bottom: 10px;
}
/*
section.wat-section.seccion-sedes .seccion-sedes--content .sed:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.seccion-sedes .seccion-sedes--content .sed:nth-of-type(1) {
  aspect-ratio: 0.75;
}
*/
section.wat-section.seccion-sedes .seccion-sedes--content .sed .image {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
section.wat-section.seccion-sedes .seccion-sedes--content .sed .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.wat-section.seccion-sedes .seccion-sedes--content .sed .transparencia {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, #0161b9 0%, rgba(0, 197, 255, 0) 100%);
}
section.wat-section.seccion-sedes .seccion-sedes--content .sed .info {
  position: relative;
  z-index: 2;
}
section.wat-section.seccion-sedes .seccion-sedes--content .sed .info p.title {
  margin-bottom: 15px;
  font-size: 31px;
  line-height: 40px;
  color: #fbfbfb;
  font-family: 'montserrat-bold';
}
section.wat-section.seccion-sedes .seccion-sedes--content .sed .info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
/*
section.wat-section.seccion-sedes .seccion-sedes--content .sed .info li:nth-last-of-type(1) {
  margin-bottom: 0;
}
*/
section.wat-section.seccion-sedes .seccion-sedes--content .sed .info li .icon {
  flex-basis: 18px;
  margin-top: 2px;
  margin-right: 15px;
}
section.wat-section.seccion-sedes .seccion-sedes--content .sed .info li p,
section.wat-section.seccion-sedes .seccion-sedes--content .sed .info li a {
  flex-basis: 200px;
  font-family: 'montserrat-bold';
  color: #fbfbfb;
}
section.wat-section.seccion-compte {
  margin-bottom: 0;
  padding: 40px 0;
  background-color: #f7f7f7;
}
section.wat-section.seccion-compte .compte--content {
  padding: 0 5vw;
}
section.wat-section.seccion-compte .compte--content .texto {
  margin-bottom: 24px;
}
section.wat-section.seccion-compte .compte--content .texto h2 {
  text-align: center;
}
section.wat-section.seccion-compte .compte--content .btn--content {
  justify-content: center;
}
section.wat-section.seccion-compte .compte--content .btn--content a {
  display: flex;
  align-items: center;
  height: 46px;
  border: 1px solid #00b1eb;
  border-radius: 5px;
  padding: 0 20px;
}
section.wat-section.seccion-compte .compte--content .btn--content a p {
  color: #00b1eb;
  font-family: 'montserrat-bold';
  margin-right: 20px;
}
section.wat-section.seccion-posts {
  background-color: #f7f7f7;
  padding: 40px 0;
}
section.wat-section.seccion-posts .seccion-posts--content {
  padding: 0 5vw;
}
section.wat-section.seccion-posts .seccion-posts--content .post {
  margin-bottom: 40px;
}
section.wat-section.seccion-posts .seccion-posts--content .post:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.seccion-posts .paginacion--content {
  padding: 0 5vw;
}
section.wat-section.seccion-posts .paginacion--content ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wat-section.seccion-posts .paginacion--content ul li {
  margin: 0 10px;
}
section.wat-section.seccion-posts .paginacion--content ul li span,
section.wat-section.seccion-posts .paginacion--content ul li a {
  font-family: 'montserrat-bold';
  color: #2a1179;
}
section.wat-section.seccion-posts .paginacion--content ul li span.current,
section.wat-section.seccion-posts .paginacion--content ul li a.current {
  color: #00b1eb;
}
section.wat-section.cabecera-single-blog .cabecera-single-blog--content {
  padding: 28px 5vw 0;
}
section.wat-section.cabecera-single-blog .cabecera-single-blog--content .info {
  margin-bottom: 28px;
}
section.wat-section.cabecera-single-blog .cabecera-single-blog--content .info p {
  font-family: 'montserrat-medium';
  color: #2a1179;
}
section.wat-section.cabecera-single-blog .cabecera-single-blog--content .info h1 {
  color: #2a1179;
}
section.wat-section.cabecera-single-blog .cabecera-single-blog--content .info h1 span {
  color: #00b1eb;
}
section.wat-section.cabecera-single-blog .cabecera-single-blog--content .image {
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3.19047619;
  width: 100%;
}
section.wat-section.cabecera-single-blog .cabecera-single-blog--content .image .transparencia {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, #0161b9 0%, rgba(0, 197, 255, 0) 100%);
}
section.wat-section.cabecera-single-blog .cabecera-single-blog--content .image img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.wat-section.contenido-post .contenido-post--content {
  display: flex;
  flex-direction: column;
}
section.wat-section.contenido-post .contenido-post--content .contenido-texto-generico {
  order: 1;
  margin-bottom: 56px;
  padding: 40px 5vw;
  background-color: #f7f7f7;
}
section.wat-section.contenido-post .contenido-post--content .author--content {
  order: 2;
}
section.wat-section.contenido-post .contenido-post--content .author-info {
  padding: 0 5vw;
}
section.wat-section.contenido-post .contenido-post--content .author-info .image {
  margin-bottom: 24px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.86956522;
  width: 160px;
}
section.wat-section.contenido-post .contenido-post--content .author-info .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.wat-section.contenido-post .contenido-post--content .author-info .info p:nth-of-type(1) {
  margin-bottom: 30px;
}
section.wat-section.cabecera-faqs {
  padding-top: 56px;
}
section.wat-section.cabecera-faqs .cabecera-faqs--content {
  padding: 0 5vw;
}
section.wat-section.cabecera-faqs .cabecera-faqs--content h1 {
  text-align: center;
  color: #00b1eb;
}
section.wat-section.faqs-categories {
  margin-bottom: 0;
}
section.wat-section.faqs-categories .faqs-categories--content .faqs-category {
  padding: 40px 5vw;
}
section.wat-section.faqs-categories .faqs-categories--content .faqs-category:nth-of-type(2n - 1) {
  background-color: #f7f7f7;
}
section.wat-section.faqs-categories .faqs-categories--content .faqs-category h2 {
  margin-bottom: 40px;
}
section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq {
  margin-bottom: 40px;
}
section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq.active .title .icon {
  transform: rotate(180deg);
}
section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq .title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq .title p {
  flex-basis: calc((100% - 14px - 10px));
  font-size: 18px;
  line-height: 22px;
  font-family: 'montserrat-medium';
}
section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq .title .icon {
  margin-top: 10px;
  flex-basis: 14px;
  transition: 0.3s ease;
  margin-left: 10px;
}
section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq .desp {
  display: none;
  margin-top: 24px;
}
section.wat-section.seccion-question {
  margin-bottom: 0;
}
section.wat-section.seccion-question .seccion-question--content {
  padding: 40px 5vw;
  background-color: #f7f7f7;
}
section.wat-section.seccion-question .seccion-question--content h3 {
  text-align: center;
  margin-bottom: 24px;
}
section.wat-section.seccion-question .seccion-question--content .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.wat-section.seccion-question .seccion-question--content .buttons a {
  margin-bottom: 20px;
  padding: 0 20px;
  height: 42px;
  border: 1px solid #00b1eb;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
section.wat-section.seccion-question .seccion-question--content .buttons a:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.seccion-question .seccion-question--content .buttons a .icon {
  width: 18px;
  margin-right: 10px;
}
section.wat-section.seccion-question .seccion-question--content .buttons a p {
  font-family: 'montserrat-bold';
  color: #00b1eb;
}
section.wat-section.cabecera-job {
  padding-top: 50px;
}
section.wat-section.cabecera-job .cabecera-job--content {
  padding: 0 5vw;
}
section.wat-section.cabecera-job .cabecera-job--content .col {
  margin-bottom: 32px;
}
section.wat-section.cabecera-job .cabecera-job--content .col:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.cabecera-job .cabecera-job--content .col .info-ppal {
  margin-bottom: 40px;
}
section.wat-section.cabecera-job .cabecera-job--content .col .info-ppal p {
  margin-bottom: 18px;
}
section.wat-section.cabecera-job .cabecera-job--content .col .info-ppal p:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.cabecera-job .cabecera-job--content .col .info-ppal h2 {
  margin-bottom: 15px;
}
section.wat-section.cabecera-job .cabecera-job--content .col .send-info {
  display: flex;
  align-items: center;
}
section.wat-section.cabecera-job .cabecera-job--content .col .send-info a {
  margin-right: 18px;
  padding: 12px 20px;
  background-color: #00b1eb;
  border-radius: 5px;
}
section.wat-section.cabecera-job .cabecera-job--content .col .send-info a p {
  font-family: 'montserrat-bold';
  color: #fbfbfb;
}
section.wat-section.cabecera-job .cabecera-job--content .col .send-info > p {
  font-family: 'montserrat-medium';
  color: #00b1eb;
  max-width: 184px;
}
section.wat-section.cabecera-job .cabecera-job--content .col .items--content {
  padding: 25px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #B3B3B3;
}
section.wat-section.cabecera-job .cabecera-job--content .col .items--content .items li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
section.wat-section.cabecera-job .cabecera-job--content .col .items--content .items li:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.cabecera-job .cabecera-job--content .col .items--content .items li .icon {
  flex-basis: 20px;
  margin-right: 10px;
}
section.wat-section.contenido-job {
  padding: 40px 0;
  background-color: #f7f7f7;
}
section.wat-section.contenido-job .contenido-job--content {
  padding: 0 5vw;
}
section.wat-section.contexte {
  margin-top: -56px;
  padding: 40px 5vw;
  background-color: #f7f7f7;
}
section.wat-section.contexte .contexte--content .col {
  margin-bottom: 24px;
}
section.wat-section.contexte .contexte--content .col:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.contexte .contexte--content .col h3 {
  margin-bottom: 24px;
}
section.wat-section.contexte .contexte--content .col h2 {
  margin-bottom: 24px;
}
section.wat-section.contexte .contexte--content .col > p {
  margin-bottom: 30px;
}
section.wat-section.contexte .contexte--content .col > p:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.contexte .contexte--content .col .card {
  padding: 30px 18px;
  border: 1px solid #00b1eb;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.wat-section.contexte .contexte--content .col .card h2 {
  text-align: center;
}
section.wat-section.contexte .contexte--content .col .card > p {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 32px;
}
section.wat-section.proposition-resultats .proposition-resultats--content {
  padding: 0 5vw;
}
section.wat-section.proposition-resultats .proposition-resultats--content .proposition {
  margin-bottom: 34px;
}
section.wat-section.proposition-resultats .proposition-resultats--content .proposition h3,
section.wat-section.proposition-resultats .proposition-resultats--content .resultats h3 {
  margin-bottom: 24px;
}
section.wat-section.proposition-resultats .proposition-resultats--content .proposition ul li,
section.wat-section.proposition-resultats .proposition-resultats--content .resultats ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
section.wat-section.proposition-resultats .proposition-resultats--content .proposition ul li .icon,
section.wat-section.proposition-resultats .proposition-resultats--content .resultats ul li .icon {
  margin-top: 4px;
  flex-basis: 10px;
  margin-right: 10px;
}
section.wat-section.proposition-resultats .proposition-resultats--content .proposition ul li p,
section.wat-section.proposition-resultats .proposition-resultats--content .resultats ul li p {
  flex-basis: calc((100% - 20px));
}
section.wat-section.contenido-politicas {
  padding-top: 30px;
}
section.wat-section.contenido-politicas .contenido-politicas--content {
  padding: 0 5vw;
}
section.wat-section.pourquoi .pourquoi--content {
  padding: 0 5vw;
}
section.wat-section.pourquoi .pourquoi--content .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.336;
  margin-bottom: 24px;
}
section.wat-section.pourquoi .pourquoi--content .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section.wat-section.pourquoi .pourquoi--content .texto h2 {
  margin-bottom: 24px;
}
section.wat-section.pourquoi .pourquoi--content .texto > p {
  margin-bottom: 30px;
}
section.wat-section.tipos-clientes {
  margin-bottom: 0;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente:nth-of-type(2n) .testimonials-content {
  background-color: #fff;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content {
  position: relative;
  padding: 40px 5vw;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .fondo {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(-90deg, #22b1ed 0%, #2a1179 100%);
  background-size: 200% 200%;
  width: 100%;
  height: 100%;
  -webkit-animation: background 10s ease infinite;
  -moz-animation: background 10s ease infinite;
  -ms-animation: background 10s ease infinite;
  -o-animation: background 10s ease infinite;
  animation: background 10s ease infinite;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .info {
  position: relative;
  z-index: 1;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .info h3 {
  color: #00b1eb;
  margin-bottom: 24px;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .info p.title {
  font-size: 27px;
  line-height: 33px;
  color: #fbfbfb;
  margin-bottom: 24px;
  font-family: 'montserrat-bold';
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .info .btn--content .btn-line::after {
  background-color: #fbfbfb;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .info .btn--content .btn-line p {
  color: #fbfbfb;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .description-content {
  padding: 40px 5vw;
  background-color: #f7f7f7;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .description-content h4 {
  margin-bottom: 16px;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .images--content {
  position: relative;
  padding-left: 5vw;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .images--content .fondo {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(-90deg, #22b1ed 0%, #2a1179 100%);
  background-size: 200% 200%;
  width: 100%;
  height: 100%;
  -webkit-animation: background 10s ease infinite;
  -moz-animation: background 10s ease infinite;
  -ms-animation: background 10s ease infinite;
  -o-animation: background 10s ease infinite;
  animation: background 10s ease infinite;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .images--content .images {
  border-radius: 20px 0 0 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 1.20338983;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .images--content .images img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .images--content .images img.active {
  opacity: 1;
  visibility: visible;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f5f5f5 100%);
  padding: 40px 5vw;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-pagination {
  position: relative;
  margin-top: 32px;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #222222;
  margin: 0 5px;
  transition: 0.3s ease;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222222;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client {
  margin-bottom: 20px;
  border: 1px solid #2a1179;
  border-radius: 5px;
  padding: 4px 16px;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client p {
  font-size: 14px;
  line-height: 18px;
  color: #2a1179;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content h3.title a {
  color: #2a1179;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content .section-hide {
  margin-top: 20px;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content .section-hide > p {
  margin-bottom: 24px;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content {
  padding: 56px 5vw 74px;
  background-color: #f7f7f7;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content .testimonial {
  border: 1px solid #00b1eb;
  padding: 20px 14px 34px;
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 42px;
  position: relative;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content .testimonial.active .desp span:nth-last-of-type(1) {
  height: 0px;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content .testimonial:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content .testimonial .logo {
  margin-bottom: 12px;
  height: 40px;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content .testimonial .logo img {
  width: 100%;
  height: 100%;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content .testimonial h4 {
  margin-bottom: 16px;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content .testimonial .descripcion {
  transition: 0.3s ease;
  overflow: hidden;
  height: 40px;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content .testimonial .desp {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #00b1eb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content .testimonial .desp span {
  transition: 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #fbfbfb;
  transform: translate(-50%, -50%);
}
section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content .testimonial .desp span:nth-last-of-type(1) {
  height: 20px;
  width: 2px;
}
section.wat-section.galeria-clientes {
  margin-bottom: 0;
}
section.wat-section.galeria-clientes .galeria-clientes--content {
  padding: 40px 5vw;
  background-color: #f7f7f7;
}
section.wat-section.galeria-clientes .galeria-clientes--content h3 {
  text-align: center;
  margin-bottom: 30px;
}
section.wat-section.galeria-clientes .galeria-clientes--content .clientes {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.wat-section.galeria-clientes .galeria-clientes--content .clientes img {
  margin-bottom: 20px;
  width: initial;
  max-width: 190px;
}
section.wat-section.galeria-clientes .galeria-clientes--content .clientes img:nth-last-of-type(1) {
  margin-bottom: 0;
}
.contenido-texto-generico h2 {
  margin: 64px 0 40px;
}
.contenido-texto-generico h3 {
  margin: 40px 0 24px;
}
.contenido-texto-generico p {
  margin-bottom: 20px;
}
.loader {
  padding: 0 5vw;
  position: fixed;
  z-index: 100000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #0000004b;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader.active {
  opacity: 1;
  visibility: visible;
}
.loader.active .message {
  opacity: 1;
  visibility: visible;
}
.loader .message {
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  border-radius: 20px;
}
.loader .message p {
  color: #fbfbfb;
  font-weight: bold;
  text-align: center;
}
.loader .message.success {
  background-color: #02a62d;
}
.loader .message.error {
  background-color: #f2333a;
}
@media only screen and (min-width: 768px) {
  footer.footer .footer-sup .footer-sup--content .row:nth-of-type(1) {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  footer.footer .footer-sup .footer-sup--content .row a.logo {
    width: initial;
    flex-basis: 28vw;
    max-width: 286px;
    margin-bottom: 0;
  }
  footer.footer .footer-sup .footer-sup--content .row .buttons {
    display: flex;
  }
  footer.footer .footer-sup .footer-sup--content .row .buttons .redes {
    margin-bottom: 0;
    margin-right: 20px;
  }
  footer.footer .footer-inf .footer-inf--content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer.footer .footer-inf .footer-inf--content .menu-politicas {
    margin-right: 40px;
    margin-bottom: 0;
  }
  footer.footer .footer-inf .footer-inf--content .copyright {
    display: flex;
    align-items: center;
  }
  section.wat-section.cabecera-general {
    max-height: initial;
  }
  section.wat-section.cabecera-general .cabecera-general--content .info {
    max-width: 400px;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types {
    display: flex;
    bottom: 180px;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types .type {
    position: relative;
    flex-basis: calc((168px - 32px));
    margin-right: 20px;
    padding: 10px 16px;
    margin-bottom: 0;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types .type::before {
    content: url(../img/arrow-footer.svg);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types .type:nth-last-of-type(1) {
    margin-right: 0;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types .type p {
    text-align: center;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info {
    height: calc((100vw * 230 / 414));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .info-title {
    max-width: 380px;
    margin-bottom: 30px;
    height: initial;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .info-title h1 {
    margin-bottom: 0;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .info-subtitle {
    margin-bottom: 30px;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .info-subtitle p {
    text-align: left;
    max-width: 412px;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .btn-terciary {
    display: flex;
  }
  section.wat-section.cabecera-home .cabecera-home--content .logos-cabecera {
    justify-content: center;
  }
  section.wat-section.cabecera-home .cabecera-home--content .logos-cabecera .image {
    margin: 0 10px;
  }
  section.wat-section.texto-detalle .texto-detalle--content .texto-ppal {
    max-width: 480px;
  }
  section.wat-section.texto-detalle .texto-detalle--content .detalles {
    margin-bottom: -30px;
    display: flex;
    flex-wrap: wrap;
  }
  section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle {
    flex-basis: calc((100% - (1 * 15px)) / 2);
    margin-right: 15px;
    margin-bottom: 30px;
  }
  section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle:nth-of-type(2n) {
    margin-right: 0;
  }
  section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle:nth-last-of-type(1) {
    margin-bottom: 30px;
  }
  section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle p.light {
    max-width: 350px;
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes::before {
    top: calc((95vw - 32px - 76px) / 4);
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide {
    width: calc((95vw - 32px - 76px) / 2);
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .info {
    max-width: 480px;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content {
    aspect-ratio: 1.78461538;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .fondo {
    display: block;
    width: calc((100vw - 354px));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .fondo img {
    transform: translateX(calc((100vw - 354px) * -0.2));
    width: initial;
    height: 100%;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories {
    padding: 0;
    margin-left: auto;
    margin-right: initial;
    width: calc((300px + 16px + 38px));
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide {
    width: 300px;
  }
  section.wat-section.porque-xperts .porque-xperts--content .texto-ppal {
    max-width: 480px;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content {
    aspect-ratio: 2;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content.imagen-izq .image {
    padding-left: 30vw;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content.imagen-drcha .image {
    left: 15vw;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .fondo.fondo-drcha img {
    width: auto;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .fondo.fondo-izq img {
    right: initial;
    left: 0;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .image {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .image img {
    width: initial;
    height: 100%;
  }
  section.wat-section.seccion-formulario .seccion-formulario--content {
    display: flex;
  }
  section.wat-section.seccion-formulario .seccion-formulario--content .info {
    flex-basis: calc((100% - 360px));
    margin-right: 30px;
  }
  section.wat-section.seccion-formulario .seccion-formulario--content .formulario--content {
    flex-basis: 330px;
  }
  section.wat-section.texto-iconos .texto-iconos--content .iconos {
    display: flex;
    justify-content: center;
  }
  section.wat-section.texto-iconos .texto-iconos--content .iconos .icono {
    max-width: calc((260px - 20px));
    flex-basis: auto;
    padding: 0 10px;
    margin-bottom: 0;
  }
  section.wat-section.other-services .other-services--content h2 {
    max-width: 480px;
  }
  section.wat-section.other-services .other-services--content.col-3 .services .service {
    flex-basis: 100%;
    margin-right: 0;
  }
  section.wat-section.other-services .other-services--content .services {
    margin-bottom: -48px;
    display: flex;
    flex-wrap: wrap;
  }
  section.wat-section.other-services .other-services--content .services .service {
    flex-basis: calc((100% - (1 * 20px)) / 2 - 35px);
    margin-bottom: 48px;
    margin-right: 20px;
  }
  section.wat-section.other-services .other-services--content .services .service:nth-of-type(2n) {
    margin-right: 0;
  }
  section.wat-section.other-services .other-services--content .services .service:nth-last-of-type(1) {
    margin-bottom: 48px;
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .fondo {
    width: calc((((95vw - 50px - 36px) / 2) / 2 + 5vw));
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide {
    width: calc((95vw - 50px - 36px) / 2);
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content {
    aspect-ratio: 1;
  }
  section.wat-section.seccion-datos .seccion-datos--content .datos {
    flex-direction: row;
    align-items: center;
  }
  section.wat-section.seccion-datos .seccion-datos--content .datos .dato {
    margin-bottom: 0;
    flex-basis: calc((100% - (3 * 30px)) / 4);
    margin-right: 30px;
  }
  section.wat-section.seccion-datos .seccion-datos--content .datos .dato:nth-of-type(4n) {
    margin-right: 0;
  }
  section.wat-section.seccion-datos .seccion-datos--content .datos .dato::after {
    width: 2px;
    height: 48px;
    right: -16px;
    top: 50%;
    bottom: initial;
    left: initial;
    transform: translateY(-50%);
  }
  section.wat-section.seccion-valores .seccion-valores--content .valores {
    display: flex;
    flex-wrap: wrap;
  }
  section.wat-section.seccion-valores .seccion-valores--content .valores .valor {
    flex-basis: calc((100% - (2 * 38px)) / 3);
    margin-right: 38px;
  }
  section.wat-section.seccion-valores .seccion-valores--content .valores .valor:nth-of-type(3n) {
    margin-right: 0;
    border-bottom: none;
  }
  section.wat-section.seccion-valores .seccion-valores--content .valores .valor:nth-of-type(4n) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  section.wat-section.seccion-ofertas .seccion-ofertas--content .texto {
    max-width: 480px;
  }
  section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas {
    display: flex;
    flex-wrap: wrap;
  }
  section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta {
    flex-basis: calc((100% - (1 * 18px)) / 2 - 67px);
    margin-bottom: 30px;
    margin-right: 18px;
  }
  section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta:nth-of-type(2n) {
    margin-right: 0;
  }
  section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta:nth-last-of-type(1) {
    margin-bottom: 30px;
  }
  section.wat-section.seccion-procesos .seccion-procesos--content .texto {
    max-width: 480px;
  }
  section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos .swiper-wrapper .swiper-slide,
  section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos-2 .swiper-wrapper .swiper-slide {
    width: calc((95vw - 32px - 80px) / 2);
  }
  section.wat-section.seccion-instagram .seccion-instagram--content .texto {
    max-width: 480px;
  }
  section.wat-section.seccion-contacto {
    margin-bottom: 0;
  }
  section.wat-section.seccion-contacto .seccion-contacto--content {
    display: flex;
  }
  section.wat-section.seccion-contacto .seccion-contacto--content .col-info {
    overflow: hidden;
    position: relative;
    flex-basis: calc((100% - 330px - 60px));
    margin-right: 60px;
    margin-bottom: 0;
  }
  section.wat-section.seccion-contacto .seccion-contacto--content .col-info .lottie-contacto {
    display: block;
    position: absolute;
    width: 70vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10vw;
  }
  section.wat-section.seccion-contacto .seccion-contacto--content .col-form {
    flex-basis: 330px;
    margin-bottom: 90px;
  }
  section.wat-section.seccion-sedes .seccion-sedes--content .sed {
    aspect-ratio: 0.77777778;
  }
  section.wat-section.seccion-sedes .seccion-sedes--content .sed:nth-of-type(1) {
    aspect-ratio: 0.77777778;
  }
  section.wat-section.seccion-compte .compte--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section.wat-section.seccion-compte .compte--content .texto {
    margin-bottom: 0;
    max-width: 480px;
    flex-basis: calc((100% - 380px));
    margin-right: 80px;
    margin-right: 5px;
  }
  section.wat-section.seccion-compte .compte--content .texto h2 {
    text-align: left;
  }
  section.wat-section.seccion-compte .compte--content .btn--content {
    flex-basis: 300px;
  }
  section.wat-section.contenido-post .contenido-post--content .author-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  section.wat-section.contenido-post .contenido-post--content .author-info .image {
    flex-basis: 190px;
    margin-right: 16px;
    margin-bottom: 0;
  }
  section.wat-section.contenido-post .contenido-post--content .author-info .info {
    flex-basis: calc((100% - 190px - 16px));
  }
  section.wat-section.contenido-post .contenido-post--content .author-info .more-info {
    margin-top: 36px;
    flex-basis: 100%;
  }
  section.wat-section.seccion-question .seccion-question--content .buttons {
    flex-direction: row;
    justify-content: center;
  }
  section.wat-section.seccion-question .seccion-question--content .buttons a {
    margin-right: 30px;
    margin-bottom: 0;
  }
  section.wat-section.seccion-question .seccion-question--content .buttons a:nth-last-of-type(1) {
    margin-right: 0;
  }
  section.wat-section.cabecera-job .cabecera-job--content {
    display: flex;
    justify-content: space-between;
  }
  section.wat-section.cabecera-job .cabecera-job--content .col:nth-last-of-type(1) {
    flex-basis: 260px;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content {
    display: flex;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content .testimonial {
    margin-bottom: 0;
    flex-basis: calc((100% - (1 * 20px)) / 2);
    margin-right: 20px;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content .testimonial:nth-of-type(2n) {
    margin-right: 0;
  }
  section.wat-section.galeria-clientes .galeria-clientes--content .clientes {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.wat-section.galeria-clientes .galeria-clientes--content .clientes img {
    margin: 0 40px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  header.header .header--content {
    background-color: #fff;
    position: relative;
    padding: 42px 5vw 0;
  }
  header.header .header--content a.logo {
    margin-right: auto;
  }
  header.header .header--content .burger {
    display: none;
  }
  header.header .header--content .menu-lang {
    opacity: 1;
    top: 8px;
    right: 5vw;
    transform: initial;
    visibility: visible;
  }
  header.header .header--content .btn-trouver {
    display: flex;
    justify-content: center;
  }
  header.header .header--content .btn-trouver a {
    padding: 0 24px;
    width: initial;
  }
  header.header .header--content .menus--content {
    position: initial;
    overflow: initial;
    top: initial;
    left: initial;
    opacity: 1;
    visibility: visible;
    transform: initial;
    max-height: initial;
    width: initial;
    background-color: initial;
  }
  header.header .header--content .menus--content .menu-principal {
    padding: 0;
  }
  header.header .header--content .menus--content .menu-principal > ul {
    display: flex;
	align-items: center;
  }
  header.header .header--content .menus--content .menu-principal > ul > li {
    margin-right: 30px;
    margin-bottom: 0;
  }
  header.header .header--content .menus--content .menu-principal > ul > li.current-menu-item > a {
    color: #00b1eb;
  }
  header.header .header--content .menus--content .menu-principal > ul > li.menu-item-has-children {
    position: relative;
  }
  header.header .header--content .menus--content .menu-principal > ul > li.menu-item-has-children::after {
    content: "";
    right: -10px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00b1eb;
    top: 50%;
    transform: translateY(-50%);
  }
  header.header .header--content .menus--content .menu-principal > ul > li:nth-last-of-type(1) {
    margin-right: 0;
  }
  header.header .header--content .menus--content .menu-principal > ul > li > a {
    color: #222222;
  }
  header.header .header--content .menus--content .menu-principal > ul > li.active ul {
    opacity: 1;
    visibility: visible;
  }
  header.header .header--content .menus--content .menu-principal > ul > li ul {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    position: absolute;
    padding: 25px;
    border: 1px solid #00B1EB4D;
    border-radius: 5px;
    background-color: #fff;
  }
  header.header .header--content .menus--content .menu-principal > ul > li ul li a {
    white-space: nowrap;
  }
  header.header .header--content .menus--content .menu-secundario {
    right: calc((5vw + 80px));
    padding: 0;
    background-color: initial;
    position: absolute;
    top: 0;
  }
  header.header .header--content .menus--content .menu-secundario ul {
    height: 42px;
    display: flex;
  }
  header.header .header--content .menus--content .menu-secundario ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 30px;
  }
  header.header .header--content .menus--content .menu-secundario ul li::after {
    left: initial;
    width: 1px;
    height: 20px;
    transform: translateY(-50%);
    bottom: initial;
    top: 50%;
    right: -16px;
  }
  header.header .header--content .menus--content .menu-secundario ul li:nth-last-of-type(1) {
    margin-right: 0;
  }
  footer.footer .footer-sup .footer-sup--content .row .menu-footer {
    width: 100%;
  }
  footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li {
    margin-right: 30px;
  }
  footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li.li-not-click > a {
    cursor: auto;
  }
  footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li:nth-last-of-type(1) {
    margin-right: 0;
  }
  footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li.menu-item-has-children::after {
    display: none;
  }
  footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li > a {
    white-space: nowrap;
    font-family: 'montserrat-medium';
  }
  footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li ul {
    padding-left: 0;
    display: block;
  }
  .wat-mainrow {
    margin-top: 172px;
  }
  section.wat-section {
    margin-bottom: 80px;
  }
  .wat-mainrow.page-mainrow,
  .wat-mainrow.page-carrieres,
  .wat-mainrow.single-stories,
  .wat-mainrow.page-clientes {
    margin-top: 172px;
  }
  section.wat-section.cabecera-general {
    padding-right: 5vw;
    height: 470px;
  }
  section.wat-section.cabecera-general .cabecera-general--content {
    height: 100%;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
  }
  section.wat-section.cabecera-general .cabecera-general--content .fondo {
    opacity: 1;
    animation: initial;
    background: initial;
    display: flex;
    justify-content: flex-start;
  }
  section.wat-section.cabecera-general .cabecera-general--content .fondo img {
    display: block;
    width: initial;
    height: 100%;
    object-fit: cover;
    width: auto;
  }
  section.wat-section.cabecera-general .cabecera-general--content .image img.mobile {
    display: none;
  }
  section.wat-section.cabecera-general .cabecera-general--content .image img.desktop {
    display: block;
  }
  section.wat-section.cabecera-general .cabecera-general--content .lottie-cabecera-general {
    display: none;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types {
    bottom: 60px;
  }
  section.wat-section.cabecera-home .cabecera-home--content {
    padding-bottom: 58px;
    position: relative;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content {
    margin-bottom: 20px;
    aspect-ratio: 2.84444444;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .fondo {
    width: initial;
    z-index: 1;
    bottom: 0;
    right: initial;
    left: 0;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .fondo img {
    height: 101%;
    object-fit: fill;
    top: -1px;
    position: absolute;
    width: initial;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info {
    padding-right: 0;
    width: 55vw;
    position: relative;
    z-index: 2;
    height: 100%;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home {
    margin-top: 0;
    position: absolute;
    z-index: 0;
    right: 5vw;
    top: 0;
    bottom: 0;
    width: 45vw;
    border-radius: 0 20px 20px 0;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-wrapper .swiper-slide .swiper-slide--content {
    display: block;
    height: 100%;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-wrapper .swiper-slide .swiper-slide--content .image {
    height: 100%;
    aspect-ratio: initial;
  }
  section.wat-section.cabecera-home .cabecera-home--content .logos-cabecera {
    justify-content: flex-end;
  }
  section.wat-section.cabecera-home .cabecera-home--content .lottie-cabecera-home {
    cursor: pointer;
    bottom: 0;
    display: block;
    width: 58px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle p.light {
    max-width: initial;
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes {
    padding: 0 5vw 35px;
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes::before {
    top: calc((((90vw - 32px) / 3) * 300 / 350) / 2);
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes {
    padding-left: 0;
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-pagination {
    display: none;
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service .image {
    aspect-ratio: 1.16666667;
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service .info {
    padding: 0 20px 5px;
  }
  section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content {
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content h2 {
    display: none;
  }
  section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .images--content {
    margin-bottom: 0;
    width: calc((45vw - 10px));
  }
  section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc((50% - 70px));
    padding: 0 35px;
  }
  section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content h2 {
    max-width: 490px;
    padding: 0;
    width: 100%;
    display: block;
  }
  section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content .swiper-seccion-stories-2 .swiper-pagination {
    display: flex;
    justify-content: flex-start;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .info {
    text-align: center;
    margin-bottom: 48px;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake {
    display: flex;
    flex-wrap: wrap;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial {
    flex-basis: calc((100% - (2 * 12px)) / 3 - 31px);
    margin-right: 12px;
    border: 1px solid #00b1eb;
    padding: 20px 14px 34px;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 42px;
    position: relative;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial:nth-of-type(3n) {
    margin-right: 0;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial.active .desp span:nth-last-of-type(1) {
    height: 0px;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial .logo {
    margin-bottom: 12px;
    height: 40px;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial .logo img {
    width: 100%;
    height: 100%;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial h4 {
    margin-bottom: 16px;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial .descripcion {
    transition: 0.3s ease;
    overflow: hidden;
    height: 40px;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial .desp {
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #00b1eb;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial .desp span {
    transition: 0.3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #fbfbfb;
    transform: translate(-50%, -50%);
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial .desp span:nth-last-of-type(1) {
    height: 20px;
    width: 2px;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .swiper-testimonios {
    display: none;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row {
    position: relative;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto {
    padding: 60px 5vw;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto.texto-izq {
    padding-right: 0;
    width: calc((45vw - 20px));
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto.texto-drcha {
    padding-left: 0;
    margin-left: auto;
    width: calc((45vw - 20px));
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content {
    top: 0;
    bottom: 0;
    aspect-ratio: initial;
    position: absolute;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content.imagen-izq {
    width: calc((50vw - 20px));
    left: 0;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content.imagen-izq .image {
    padding-left: 10vw;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content.imagen-drcha {
    width: 50vw;
    right: 0;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content.imagen-drcha .image {
    padding-right: 10vw;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .fondo {
    width: 100%;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .fondo.fondo-drcha img {
    margin-left: auto;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .fondo.fondo-izq {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .fondo.fondo-izq img {
    margin-right: auto;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content .fondo img {
    position: initial;
    top: initial;
    bottom: initial;
    width: initial;
    transform: initial;
  }
  section.wat-section.seccion-sponsors .seccion-sponsors--content .sponsors-fake {
    display: flex;
    flex-wrap: wrap;
  }
  section.wat-section.seccion-sponsors .seccion-sponsors--content .sponsors-fake .swiper-slide--content {
    flex-basis: calc((100% - (3 * 70px)) / 4 - 40px);
    margin-right: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  section.wat-section.seccion-sponsors .seccion-sponsors--content .sponsors-fake .swiper-slide--content:nth-of-type(4n) {
    margin-right: 0;
  }
  section.wat-section.seccion-sponsors .seccion-sponsors--content .sponsors-fake .swiper-slide--content:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  section.wat-section.seccion-sponsors .seccion-sponsors--content .sponsors-fake .swiper-slide--content .image {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    width: 110px;
    margin-bottom: 16px;
  }
  section.wat-section.seccion-sponsors .seccion-sponsors--content .sponsors-fake .swiper-slide--content .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }
  section.wat-section.seccion-sponsors .seccion-sponsors--content .sponsors-fake .swiper-slide--content .title {
    font-size: 18px;
    line-height: 28px;
    color: #fbfbfb;
    text-align: center;
    font-family: 'montserrat-medium';
    margin-bottom: 10px;
  }
  section.wat-section.seccion-sponsors .seccion-sponsors--content .sponsors-fake .swiper-slide--content .cargo {
    font-size: 14px;
    line-height: 22px;
    color: #fbfbfb;
    text-align: center;
  }
  section.wat-section.seccion-sponsors .seccion-sponsors--content .swiper-sponsors {
    display: none;
  }
  section.wat-section.seccion-formulario .seccion-formulario--content .info ul {
    padding-left: 40px;
  }
  section.wat-section.seccion-equipo .seccion-equipo--content .title-equipo p {
    text-align: left;
  }
  section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person {
    flex-direction: row;
    flex-basis: calc((100% - (2 * 20px)) / 3);
    margin-right: 20px;
  }
  section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person:nth-of-type(2n) {
    margin-right: 20px;
  }
  section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person:nth-of-type(3n) {
    margin-right: 0;
  }
  section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person .image {
    margin-bottom: 0;
    width: initial;
    flex-basis: 114px;
    margin-right: 20px;
  }
  section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person .info {
    flex-basis: calc((100% - 134px));
  }
  section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person .info .title {
    text-align: left;
  }
  section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person .info .cargo {
    text-align: left;
  }
  section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content .imagenes-texto .bloque {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
  }
  section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content .imagenes-texto .bloque:nth-of-type(2n) .image {
    order: 2;
    margin-right: 0;
    margin-left: 52px;
  }
  section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content .imagenes-texto .bloque:nth-of-type(2n) .texto {
    order: 1;
  }
  section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content .imagenes-texto .bloque .image {
    margin-bottom: 0;
    flex-basis: calc((50% - 15px));
    margin-right: 52px;
  }
  section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content .imagenes-texto .bloque .texto {
    flex-basis: calc((50% - 37px));
    margin-right: 0;
  }
  section.wat-section.texto-iconos .texto-iconos--content .info h2 {
    text-align: center;
  }
  section.wat-section.texto-iconos .texto-iconos--content .info p {
    text-align: center;
  }
  section.wat-section.other-services .other-services--content.col-3 .services {
    margin-bottom: initial;
  }
  section.wat-section.other-services .other-services--content.col-3 .services .service {
    flex-basis: calc((100% - (2 * 15px)) / 3 - 34px);
    margin-bottom: 0;
    margin-right: 15px;
  }
  section.wat-section.other-services .other-services--content.col-3 .services .service:nth-of-type(3n) {
    margin-right: 0;
  }
  section.wat-section.seccion-datos .seccion-datos--content .texto h4,
  section.wat-section.seccion-datos .seccion-datos--content .texto p {
    text-align: center;
  }
  section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta {
    position: relative;
  }
  section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta h4,
  section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta h3 {
    max-width: calc((100% - 80px));
  }
  section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta .btn--content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
  }
  section.wat-section.seccion-procesos .seccion-procesos--content {
    padding: 0 5vw;
  }
  section.wat-section.seccion-procesos .seccion-procesos--content .texto {
    padding: 0;
  }
  section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos,
  section.wat-section.seccion-procesos .seccion-procesos--content .swiper-procesos-2 {
    padding: 0;
  }
  section.wat-section.seccion-instagram .seccion-instagram--content {
    display: flex;
    justify-content: space-between;
  }
  section.wat-section.seccion-instagram .seccion-instagram--content .texto {
    margin-bottom: 0;
    flex-basis: 430px;
  }
  section.wat-section.seccion-instagram .seccion-instagram--content .instagram {
    flex-basis: 536px;
  }
  section.wat-section.seccion-contacto .seccion-contacto--content .col-info ul.listado {
    padding-left: 80px;
  }
  section.wat-section.seccion-sedes .seccion-sedes--content {
    /* margin-bottom: -14px; */
    display: flex;
    flex-wrap: wrap;
  }
  section.wat-section.seccion-sedes .seccion-sedes--content .sed {
    height: 500px;
    aspect-ratio: initial;
    padding: 0;
    flex-basis: calc((50% - 7px));
    margin-bottom: 14px;
  }
  /*
  section.wat-section.seccion-sedes .seccion-sedes--content .sed:nth-last-of-type(1) {
    margin-bottom: 14px;
  }*/
  section.wat-section.seccion-sedes .seccion-sedes--content .sed:nth-of-type(1) {
    flex-basis: calc(50% - 7px);
  }
  
  section.wat-section.seccion-sedes .seccion-sedes--content .sed:nth-of-type(1) {
    margin-right: 14px;
  }/*
  section.wat-section.seccion-sedes .seccion-sedes--content .sed:nth-of-type(2),
  section.wat-section.seccion-sedes .seccion-sedes--content .sed:nth-of-type(3) {
    height: 380px;
  }*/
  section.wat-section.seccion-sedes .seccion-sedes--content .sed .info {
    padding-left: 5vw;
  }
  section.wat-section.seccion-compte {
    padding: 76px 0 64px;
  }
  section.wat-section.seccion-compte .main-wrapper {
    max-width: 800px;
    margin: 0 auto;
  }
  section.wat-section.seccion-compte .compte--content {
    padding: 0;
    justify-content: center;
  }
  section.wat-section.seccion-compte .compte--content .texto {
    flex-basis: 500px;
    margin-right: 90px;
  }
  section.wat-section.seccion-compte .compte--content .btn--content {
    justify-content: flex-start;
    flex-basis: initial;
  }
  section.wat-section.seccion-compte .compte--content .btn--content a p {
    white-space: nowrap;
  }
  section.wat-section.seccion-posts {
    padding: 80px 0 40px;
  }
  section.wat-section.seccion-posts .seccion-posts--content {
    display: flex;
    flex-wrap: wrap;
  }
  section.wat-section.seccion-posts .seccion-posts--content .post {
    flex-basis: calc((100% - (1 * 24px)) / 2);
    margin-right: 24px;
    margin-bottom: 40px;
  }
  section.wat-section.seccion-posts .seccion-posts--content .post:nth-of-type(2n) {
    margin-right: 0;
  }
  section.wat-section.seccion-posts .seccion-posts--content .post:nth-last-of-type(1) {
    margin-bottom: 40px;
  }
  section.wat-section.cabecera-single-blog {
    margin-bottom: 0;
    padding: 0 5vw;
  }
  section.wat-section.cabecera-single-blog .cabecera-single-blog--content {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 350px;
  }
  section.wat-section.cabecera-single-blog .cabecera-single-blog--content .info {
    max-width: 480px;
    margin-bottom: 0;
  }
  section.wat-section.cabecera-single-blog .cabecera-single-blog--content .info p {
    color: #fbfbfb;
  }
  section.wat-section.cabecera-single-blog .cabecera-single-blog--content .info h1 {
    color: #fbfbfb;
  }
  section.wat-section.cabecera-single-blog .cabecera-single-blog--content .info h1 span {
    color: #B2EEFF;
  }
  section.wat-section.cabecera-single-blog .cabecera-single-blog--content .image {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    aspect-ratio: initial;
  }
  section.wat-section.contenido-post {
    margin-bottom: 0;
  }
  section.wat-section.contenido-post.contenido-post-sidebar {
    margin-bottom: 80px;
  }
  section.wat-section.contenido-post.contenido-post-sidebar .contenido-post--content {
    display: block;
  }
  section.wat-section.contenido-post.contenido-post-sidebar .contenido-post--content .contenido-texto-generico {
    font-size: 0px;
    display: inline-block;
    vertical-align: top;
    padding: 64px 5vw 54px 54px;
    width: calc((100% - 5vw - 425px - 54px));
  }
  section.wat-section.contenido-post.contenido-post-sidebar .contenido-post--content .author--content {
    font-size: 0px;
    display: inline-block;
    vertical-align: top;
    position: sticky;
    top: 142px;
    width: 390px;
    margin-right: 30px;
  }
  section.wat-section.contenido-post .contenido-post--content .contenido-texto-generico {
    padding: 64px calc((100vw - 800px) / 2);
    margin-bottom: 0;
  }
  section.wat-section.contenido-post .contenido-post--content .author-info {
    margin-bottom: 0;
    align-items: flex-end;
    padding: 40px 0 0 5vw;
  }
  section.wat-section.contenido-post .contenido-post--content .author-info .info p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  section.wat-section.faqs-categories .faqs-categories--content .faqs-category {
    padding: 80px calc((100vw - 904px) / 2);
  }
  section.wat-section.faqs-categories .faqs-categories--content .faqs-category h2 {
    margin-bottom: 48px;
  }
  section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faqs {
    margin-bottom: -48px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq {
    margin-bottom: 48px;
    flex-basis: calc((100% - (1 * 16px)) / 2);
    margin-right: 16px;
  }
  section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq:nth-of-type(2n) {
    margin-right: 0;
  }
  section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq:nth-last-of-type(1) {
    margin-bottom: 48px;
  }
  section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq .title p {
    color: #2a1179;
  }
  section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq .title .icon {
    display: none;
  }
  section.wat-section.faqs-categories .faqs-categories--content .faqs-category .faq .desp {
    display: block;
  }
  section.wat-section.seccion-question .seccion-question--content {
    padding: 80px 5vw;
  }
  section.wat-section.seccion-question .seccion-question--content h3 {
    margin-bottom: 48px;
  }
  section.wat-section.cabecera-job .main-wrapper {
    max-width: 904px;
    margin: 0 auto;
  }
  section.wat-section.cabecera-job .cabecera-job--content {
    padding: 0;
  }
  section.wat-section.contenido-job .contenido-job--content {
    max-width: 904px;
    margin: 0 auto;
  }
  section.wat-section.contexte {
    margin-top: 0;
    padding: 80px 5vw;
  }
  section.wat-section.contexte .contexte--content {
    display: flex;
    align-items: center;
  }
  section.wat-section.contexte .contexte--content .col {
    flex-basis: 530px;
    margin-right: 120px;
    margin-bottom: 0;
  }
  section.wat-section.contexte .contexte--content .col:nth-last-of-type(1) {
    margin-right: 0;
    flex-basis: 370px;
  }
  section.wat-section.proposition-resultats .proposition-resultats--content {
    display: flex;
  }
  section.wat-section.proposition-resultats .proposition-resultats--content .proposition {
    margin-right: 34px;
    margin-bottom: 0;
  }
  section.wat-section.proposition-resultats .proposition-resultats--content .proposition,
  section.wat-section.proposition-resultats .proposition-resultats--content .resultats {
    flex-basis: calc((50% - 17px));
  }
  section.wat-section.pourquoi .pourquoi--content {
    display: flex;
    align-items: center;
  }
  section.wat-section.pourquoi .pourquoi--content .image {
    margin-bottom: 0;
    flex-basis: calc((50% - 26px));
    margin-right: 52px;
  }
  section.wat-section.pourquoi .pourquoi--content .texto {
    flex-basis: calc((50% - 26px));
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .info-cliente {
    display: flex;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content {
    padding: 80px 0;
    width: 50%;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .info {
    padding-left: calc((70px + 5vw));
    padding-right: 40px;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .description-content {
    padding: 80px 35px;
    width: calc((50% - 70px));
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .images--content {
    padding-left: 0;
    width: 50%;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .images--content .images {
    max-width: calc((100% - 5vw));
    margin-left: auto;
    aspect-ratio: initial;
    height: 100%;
    width: 100%;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content {
    padding: 80px 35px;
    width: calc((50% - 70px));
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 {
    max-width: 100%;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content {
    max-width: 420px;
  }
  section.wat-section.galeria-clientes .galeria-clientes--content {
    padding: 80px 5vw;
  }
  section.wat-section.galeria-clientes .galeria-clientes--content .clientes img {
    width: calc((100% - (3 * 80px)) / 4);
    margin: 0;
    margin-right: 80px;
    max-width: 264px;
  }
  section.wat-section.galeria-clientes .galeria-clientes--content .clientes img:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  header.header .header--content a.logo {
    margin-right: 40px;
  }
  header.header .header--content .btn-trouver {
    padding: 0;
    bottom: initial;
    position: absolute;
    right: 5vw;
    left: initial;
    opacity: 1;
    visibility: visible;
  }
  header.header .header--content .btn-trouver::before {
    display: none;
  }
  header.header .header--content .menus--content {
    height: 100%;
    margin-right: 230px;
    width: calc((100% - 120px - 230px));
  }
  header.header .header--content .menus--content .menu-principal {
    height: 100%;
  }
  header.header .header--content .menus--content .menu-principal > ul {
    justify-content: space-between;
    height: 100%;
  }
  header.header .header--content .menus--content .menu-principal > ul > li {
    margin-right: 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
  header.header .header--content .menus--content .menu-principal > ul > li > a {
    transition: 0.3s ease;
  }
  header.header .header--content .menus--content .menu-principal > ul > li > a:hover {
    color: #00b1eb;
  }
  header.header .header--content .menus--content .menu-principal > ul > li ul {
    margin-top: 0;
    top: calc((100% - 20px));
  }
  header.header .header--content .menus--content .menu-secundario ul li a {
    transition: 0.3s ease;
  }
  header.header .header--content .menus--content .menu-secundario ul li a:hover {
    color: #00b1eb;
  }
  footer.footer .footer-sup .footer-sup--content .row .buttons .redes a svg path,
  footer.footer .footer-sup .footer-sup--content .row .buttons .redes a svg rect {
    transition: 0.3s ease;
  }
  footer.footer .footer-sup .footer-sup--content .row .buttons .redes a:hover svg rect {
    stroke: #00b1eb;
  }
  footer.footer .footer-sup .footer-sup--content .row .buttons .redes a:hover svg path {
    fill: #00b1eb;
  }
  footer.footer .footer-sup .footer-sup--content .row .buttons > a {
    transition: 0.3s ease;
  }
  footer.footer .footer-sup .footer-sup--content .row .buttons > a p {
    transition: 0.3s ease;
  }
  footer.footer .footer-sup .footer-sup--content .row .buttons > a:hover {
    border-color: #00b1eb;
  }
  footer.footer .footer-sup .footer-sup--content .row .buttons > a:hover p {
    color: #00b1eb;
  }
  footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul {
    justify-content: space-between;
  }
  footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li ul li a {
    transition: 0.3s ease;
  }
  footer.footer .footer-sup .footer-sup--content .row .menu-footer > ul > li ul li a:hover {
    text-decoration: underline;
  }
  section.wat-section.cabecera-general .cabecera-general--content .fondo img {
    width: 60%;
  }
  section.wat-section.cabecera-general .cabecera-general--content .info {
    max-width: 460px;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types .type {
    -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
    transition: 0.3s ease;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types .type:hover {
    background-color: #fbfbfb;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types .type:hover p {
    color: #2a1179;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types .type:hover::before {
    bottom: -40px;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types .type::before {
    transition: 0.3s ease;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types .type p {
    transition: 0.3s ease;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .info-title {
    max-width: 450px;
  }
  section.wat-section.texto-detalle .texto-detalle--content {
    padding: 0;
  }
  section.wat-section.seccion-clientes {
    position: relative;
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes {
    position: initial;
    padding: 0 0 38px;
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes::before {
    top: calc(((((1080px - 32px) / 3) * 300 / 350) / 2));
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes {
    padding-top: 10px;
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide {
    transition: 0.3s ease;
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide:hover {
    transform: translateY(-10px);
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service:hover .image img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service .image {
    -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes .swiper-seccion-clientes .swiper-wrapper .swiper-slide .service .image img {
    transition: 0.3s ease;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content {
    padding-right: 5vw;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .info {
    padding-left: calc((100vw - 1080px) / 2);
    padding-right: 0;
    max-width: initial;
    display: flex;
    align-items: center;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .info h2 {
    width: 320px;
    margin-bottom: 0;
    margin-right: 16px;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .info p {
    max-width: 720px;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    aspect-ratio: 2.5;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories {
    padding-right: 16px;
    width: 900px;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client {
    transition: 0.3s ease;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client:hover {
    background-color: #2A11791A;
  }
  section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content {
    padding-right: calc((100vw - 1080px) / 2);
    width: calc((50% - 35px - ((100vw - 1080px) / 2)));
  }
  section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client {
    transition: 0.3s ease;
  }
  section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client:hover {
    background-color: #2A11791A;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content {
    padding: 0;
  }
  section.wat-section.porque-xperts .porque-xperts--content .texto-ppal {
    padding-left: calc((100vw - 1080px) / 2);
    padding-right: 0;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto.texto-izq {
    padding-left: calc((100vw - 1080px) / 2);
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto.texto-drcha {
    padding-right: calc((100vw - 1080px) / 2);
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto > p a {
    transition: 0.3s ease;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto > p a::after {
    transition: 0.3s ease;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto > p a:hover {
    color: #00b1eb;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto > p a:hover::after {
    background-color: #00b1eb;
  }
  section.wat-section.seccion-sponsors {
    padding: 80px calc((100vw - 1080px) / 2);
  }
  section.wat-section.seccion-formulario .seccion-formulario--content {
    justify-content: center;
  }
  section.wat-section.seccion-formulario .seccion-formulario--content .info {
    flex-basis: 410px;
    margin-right: 90px;
  }
  section.wat-section.seccion-equipo {
    padding: 80px 0;
  }
  section.wat-section.seccion-equipo .seccion-equipo--content .title-equipo {
    margin-bottom: 48px;
  }
  section.wat-section.seccion-equipo .seccion-equipo--content .equipo {
    margin-bottom: -80px;
  }
  section.wat-section.seccion-equipo .seccion-equipo--content .equipo .person {
    margin-bottom: 80px;
  }
  section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content {
    padding: 0;
  }
  section.wat-section.texto-iconos .texto-iconos--content {
    padding: 0;
  }
  section.wat-section.texto-iconos .texto-iconos--content .info {
    max-width: 720px;
    margin: 0 auto 40px;
  }
  section.wat-section.other-services .other-services--content {
    padding: 0;
  }
  section.wat-section.other-services .other-services--content h2 {
    max-width: 620px;
  }
  section.wat-section.other-services .other-services--content .services .service {
    -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
    transition: 0.3s ease;
  }
  section.wat-section.other-services .other-services--content .services .service:hover {
    transform: translateY(-10px);
    background-color: #00b1eb;
  }
  section.wat-section.other-services .other-services--content .services .service .btn--content .btn-line:hover::after {
    background-color: #fbfbfb;
  }
  section.wat-section.other-services .other-services--content .services .service .btn--content .btn-line:hover p {
    color: #fbfbfb;
  }
  section.wat-section.cabecera-success .cabecera-success--content,
  section.wat-section.cabecera-blog .cabecera-success--content,
  section.wat-section.cabecera-success .cabecera-blog--content,
  section.wat-section.cabecera-blog .cabecera-blog--content {
    padding: 0;
  }
  section.wat-section.success-stories .success-stories--content .success-service {
    padding: 60px 0;
  }
  section.wat-section.success-stories .success-stories--content .success-service h2 {
    padding: 0 calc((100vw - 1080px) / 2);
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .fondo {
    width: calc(((((100vw - (100vw - 1080px) / 2) - 36px - 50px) / 2) / 2 + 5vw));
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service {
    padding-left: calc((100vw - 1080px) / 2);
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide {
    width: calc(((100vw - (100vw - 1080px) / 2) - 36px - 50px) / 2);
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content {
    aspect-ratio: 1.33333333;
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content .info a.btn-client {
    transition: 0.3s ease;
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content .info a.btn-client:hover {
    background-color: #2A11791A;
  }
  section.wat-section.seccion-datos .seccion-datos--content {
    padding: 0;
  }
  section.wat-section.seccion-datos .seccion-datos--content .datos {
    justify-content: center;
  }
  section.wat-section.seccion-valores {
    padding: 90px 0;
    background-color: initial;
    position: relative;
  }
  section.wat-section.seccion-valores .seccion-valores--content {
    padding: 0;
    display: flex;
    align-items: center;
  }
  section.wat-section.seccion-valores .seccion-valores--content h2 {
    text-align: left;
    background: initial;
    color: #fbfbfb;
    margin-bottom: 0;
    flex-basis: 224px;
    margin-right: 15vw;
  }
  section.wat-section.seccion-valores .seccion-valores--content .fondo {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    overflow: hidden;
  }
  section.wat-section.seccion-valores .seccion-valores--content .fondo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }
  section.wat-section.seccion-valores .seccion-valores--content .valores {
    flex-basis: calc((100% - 224px - 15vw));
  }
  section.wat-section.seccion-ofertas .seccion-ofertas--content {
    padding: 0;
  }
  section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta {
    -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
    transition: 0.3s ease;
  }
  section.wat-section.seccion-ofertas .seccion-ofertas--content .ofertas .oferta:hover {
    transform: translateY(-10px);
    border-color: #00b1eb;
  }
  section.wat-section.seccion-procesos .seccion-procesos--content {
    padding: 0;
  }
  section.wat-section.seccion-instagram .seccion-instagram--content {
    padding: 0;
  }
  section.wat-section.seccion-contacto .seccion-contacto--content {
    justify-content: center;
  }
  section.wat-section.seccion-contacto .seccion-contacto--content .col-info {
    flex-basis: 500px;
  }
  section.wat-section.seccion-contacto .seccion-contacto--content .col-info .texto {
    max-width: 410px;
    margin-bottom: 80px;
  }
  section.wat-section.seccion-contacto .seccion-contacto--content .col-info .lottie-contacto {
    width: 850px;
  }
  section.wat-section.seccion-contacto .seccion-contacto--content .col-form {
    margin-bottom: 180px;
  }
  section.wat-section.seccion-sedes .seccion-sedes--content .sed .info {
    padding-left: 80px;
  }
  section.wat-section.seccion-compte .compte--content .btn--content a {
    transition: 0.3s ease;
  }
  section.wat-section.seccion-compte .compte--content .btn--content a:hover {
    transform: translateY(-10px);
  }
  section.wat-section.seccion-posts .seccion-posts--content {
    padding: 0;
  }
  section.wat-section.cabecera-single-blog .cabecera-single-blog--content {
    padding: 0 48px;
  }
  section.wat-section.contenido-post.contenido-post-sidebar .contenido-post--content {
    padding-left: calc((100vw - 1080px) / 2);
  }
  section.wat-section.contenido-post.contenido-post-sidebar .contenido-post--content .contenido-texto-generico {
    width: calc((100% - 425px - 54px - ((100vw - 1080px) / 2)));
    padding: 64px calc((100vw - 1080px) / 2) 54px 54px;
  }
  section.wat-section.contenido-post .contenido-post--content .author-info {
    padding-left: 0;
  }
  section.wat-section.seccion-question .seccion-question--content {
    padding: 80px calc((100vw - 1080px) / 2);
  }
  section.wat-section.seccion-question .seccion-question--content .buttons a {
    transition: 0.3s ease;
  }
  section.wat-section.seccion-question .seccion-question--content .buttons a:hover {
    transform: translateY(-10px);
  }
  section.wat-section.contexte .contexte--content .col:nth-last-of-type(1) {
    flex-basis: calc((100% - 530px - 120px));
    display: flex;
    justify-content: center;
  }
  section.wat-section.proposition-resultats .proposition-resultats--content {
    padding: 0;
  }
  section.wat-section.contenido-politicas .main-wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  section.wat-section.contenido-politicas .contenido-politicas--content {
    padding: 0;
  }
  section.wat-section.pourquoi .pourquoi--content {
    padding: 0;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .info {
    padding-right: 80px;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .info .btn--content .btn-line:hover::after {
    background-color: #00b1eb;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .info .btn--content .btn-line:hover p {
    color: #00b1eb;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .info .btn--content .btn-line::after {
    transition: 0.3s ease;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .info .btn--content .btn-line p {
    transition: 0.3s ease;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .description-content {
    padding-right: calc((50vw - 440px - 35px));
    flex-basis: calc((50% - 35px - (50vw - 440px - 35px)));
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client {
    transition: 0.3s ease;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client:hover {
    background-color: #2A11791A;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .testimonials-content {
    padding: 90px calc((100vw - 1080px) / 2) 60px;
  }
  section.wat-section.galeria-clientes {
    padding: 80px 0;
    background-color: #f7f7f7;
  }
  section.wat-section.galeria-clientes .galeria-clientes--content {
    padding: 0;
    background-color: initial;
  }
  section.wat-section.galeria-clientes .galeria-clientes--content h3 {
    margin-bottom: 68px;
  }
  section.wat-section.galeria-clientes .galeria-clientes--content .clientes img {
    width: initial;
    margin: 0 40px;
    max-width: 250px;
    height: 44px;
  }
}
@media only screen and (min-width: 1400px) {
  header.header .header--content a.logo {
    margin-right: auto;
  }
  header.header .header--content .menus--content {
    max-width: 940px;
    width: calc((100% - 140px - 270px));
    margin-right: 270px;
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .fondo {
    width: calc((100vw - 1080px) / 2 + (570px / 2));
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide {
    width: 570px;
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content {
    aspect-ratio: 1.03636364;
  }
  section.wat-section.success-stories .success-stories--content .success-service .swiper--content .swiper-success-service .swiper-wrapper .swiper-slide .swiper-slide--content .info {
    padding: 30px 44px;
  }
}
@media only screen and (min-width: 1600px) {
  header.header {
    height: 106px;
  }
  header.header .header--content {
    padding: 42px calc((100vw - 1400px) / 2 ) 0;
  }
  header.header .header--content a.logo {
    width: 96px;
  }
  header.header .header--content .btn-trouver {
    right: calc((100vw - 1400px) / 2);
  }
  footer.footer .footer-sup {
    padding: 40px calc((100vw - 1400px) / 2) 75px;
  }
  footer.footer .footer-inf {
    padding: 16px calc((100vw - 1400px) / 2);
  }
  .wat-mainrow {
    margin-top: 184px;
  }
  section.wat-section.cabecera-general {
    height: 720px;
    margin-bottom: 120px;
  }
  section.wat-section.cabecera-general .cabecera-general--content {
    padding: 0;
    padding-left: calc((100vw - 1400px) / 2);
  }
  section.wat-section.cabecera-general .cabecera-general--content .fondo img {
    width: 50%;
  }
  section.wat-section.cabecera-general .cabecera-general--content .types {
    left: calc((100vw - 1400px) / 2);
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content {
    aspect-ratio: initial;
    height: 475px;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .fondo {
    left: calc((100vw - 1400px) / 2);
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info {
    width: 1000px;
    padding-left: calc((100vw - 1400px) / 2);
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .info-subtitle {
    margin-left: 50px;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .info .btn-terciary {
    margin-left: 50px;
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home {
    width: 720px;
    right: calc((100vw - 1400px) / 2);
  }
  section.wat-section.cabecera-home .cabecera-home--content .carousel--content .swiper-cabecera-home .swiper-wrapper .swiper-slide .swiper-slide--content .info-item {
    bottom: 90px;
  }
  section.wat-section.cabecera-home .cabecera-home--content .logos-cabecera {
    padding: 0 calc((100vw - 1400px) / 2);
  }
  section.wat-section.cabecera-home .cabecera-home--content .logos-cabecera .image img {
    height: 18px;
  }
  section.wat-section.texto-detalle .texto-detalle--content .texto-ppal {
    margin-bottom: 48px;
  }
  section.wat-section.texto-detalle .texto-detalle--content .texto-ppal h2 {
    margin-bottom: 48px;
  }
  section.wat-section.texto-detalle .texto-detalle--content .detalles {
    margin-bottom: -48px;
  }
  section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle {
    margin-bottom: 48px;
  }
  section.wat-section.texto-detalle .texto-detalle--content .detalles .detalle:nth-last-of-type(1) {
    margin-bottom: 48px;
  }
  section.wat-section.seccion-clientes .seccion-clientes--content .carousel-clientes {
    padding: 0 0 42px;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content {
    padding-right: calc((100vw - 1400px) / 2);
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .info {
    margin-bottom: 48px;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content {
    aspect-ratio: initial;
    height: 650px;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .fondo {
    width: 100%;
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .fondo img {
    transform: translateX(-230px);
  }
  section.wat-section.seccion-success-stories .seccion-success-stories--content .carousel-stories--content .swiper-seccion-stories {
    width: 940px;
  }
  section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .images--content {
    padding-left: calc((100vw - 1400px) / 2);
    width: 790px;
  }
  section.wat-section.seccion-success-stories-2 .seccion-success-stories-2--content .swiper--content {
    width: calc((100% - 790px - ((100vw - 1400px) / 2) - 35px - ((100vw - 1080px) / 2)));
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake {
    margin-bottom: -48px;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial {
    margin-bottom: 48px;
  }
  section.wat-section.seccion-testimonios .seccion-testimonios--content .testimonios-fake .testimonial:nth-last-of-type(1) {
    margin-bottom: 48px;
  }
  section.wat-section.porque-xperts .porque-xperts--content .texto-ppal {
    margin-bottom: 62px;
  }
  section.wat-section.porque-xperts .porque-xperts--content .texto-ppal h2 {
    margin-bottom: 48px;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row {
    flex-direction: row;
    align-items: center;
    height: 440px;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto {
    max-width: 540px;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto.texto-izq {
    padding: 0 0 0 calc((100vw - 1080px) / 2);
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto.texto-drcha {
    padding: 0 calc((100vw - 1080px) / 2) 0 0;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto h4 {
    margin-bottom: 48px;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .texto > p {
    margin-bottom: 48px;
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content.imagen-izq .image {
    padding-left: calc((100vw - 1080px) / 2);
  }
  section.wat-section.porque-xperts .porque-xperts--content .rows .row .imagen--content.imagen-drcha .image {
    left: 5vw;
  }
  section.wat-section.seccion-sponsors .seccion-sponsors--content .title-sponsors {
    margin-bottom: 48px;
  }
  section.wat-section.seccion-imagenes-texto .seccion-imagenes-texto--content h2 {
    margin-bottom: 80px;
  }
  section.wat-section.texto-iconos .texto-iconos--content .info {
    margin-bottom: 72px;
  }
  section.wat-section.texto-iconos .texto-iconos--content .info h2 {
    margin-bottom: 48px;
  }
  section.wat-section.other-services .other-services--content h2 {
    margin-bottom: 48px;
  }
  section.wat-section.seccion-datos .seccion-datos--content .texto {
    max-width: 720px;
    margin: 0 auto 48px;
  }
  section.wat-section.seccion-valores .main-wrapper {
    margin: 0;
    margin-left: 35vw;
  }
  section.wat-section.seccion-valores .seccion-valores--content h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10vw;
    margin-right: 0;
  }
  section.wat-section.seccion-valores .seccion-valores--content .valores {
    flex-basis: calc((276px * 3 + 80px));
    margin-bottom: -32px;
  }
  section.wat-section.seccion-valores .seccion-valores--content .valores .valor {
    flex-basis: 276px;
    margin-right: 40px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  section.wat-section.seccion-valores .seccion-valores--content .valores .valor:nth-last-of-type(1) {
    margin-bottom: 32px;
  }
  section.wat-section.seccion-contacto .seccion-contacto--content .col-info .lottie-contacto {
    bottom: -150px;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content {
    display: flex;
    align-items: center;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .title-content .info {
    max-width: 440px;
    padding-left: calc(((100vw - 1400px) / 2) + 70px);
    padding-right: 0;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .description-content {
    padding: 96px 0 96px 35px;
    padding-right: initial;
    flex-basis: calc(((50% - 35px)));
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .description-content h4,
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .description-content p {
    max-width: 440px;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .images--content .images {
    max-width: 630px;
    aspect-ratio: 1.14545455;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content {
    display: flex;
    align-items: center;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 {
    max-width: 30vw;
    margin-left: initial;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content {
    max-width: 440px;
  }
  section.wat-section.tipos-clientes .tipos-clientes--content .tipo-cliente .stories-content .swiper--content .swiper-seccion-stories-2 .swiper-wrapper .swiper-slide .swiper-slide--content a.btn-client {
    margin-bottom: 32px;
  }
}

