/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://www.blaw.es/twentytwentyone-child/
Description: Twenty Twenty-One Child Theme
Author: Buleboo
Author URI: https://www.blaw.es/
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
*/
/* SETTINGS */
:root {
  --40-36: clamp(2.25rem, calc(2.16rem + 0.38vw), 2.5rem);
  --30-24: clamp(1.5rem, calc(1.36rem + 0.57vw), 1.88rem);
  --26-22: clamp(1.38rem, calc(1.28rem + 0.38vw), 1.63rem);
  --22-18: clamp(1.13rem, calc(1.03rem + 0.38vw), 1.38rem);
  --20-14: clamp(0.88rem, calc(0.74rem + 0.57vw), 1.25rem);
  --18-14: clamp(0.88rem, calc(0.78rem + 0.38vw), 1.13rem);
  --16-14: clamp(0.88rem, calc(0.83rem + 0.19vw), 1rem);
  --14-12: clamp(0.75rem, calc(0.7rem + 0.19vw), 0.88rem);
}
:root body {
  font-family: "Spartan";
  font-weight: 400;
}
.bg-primary {
  background-color: #0A64AA;
}
.bg-dark {
  background-color: #002D4C;
}
.bg-secondary {
  background-color: #64C8DC;
}
.bg-grey {
  background-color: #F4F4F4;
}
.filter {
  background: linear-gradient(0deg, rgba(10, 100, 170, 0.45) 0%, rgba(10, 100, 170, 0.45) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) -9.49%, rgba(0, 0, 0, 0) 43.29%), rgba(0, 0, 0, 0.4);
}
@font-face {
  font-family: "Spartan";
  src: url('fonts/LeagueSpartan-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "Spartan-Bold";
  src: url('fonts/LeagueSpartan-Bold.ttf') format("truetype");
}
@font-face {
  font-family: "Spartan-SemiBold";
  src: url('fonts/LeagueSpartan-SemiBold.ttf') format("truetype");
}
@font-face {
  font-family: "Spartan-Medium";
  src: url('fonts/LeagueSpartan-Medium.ttf') format("truetype");
}
@font-face {
  font-family: "Spartan-Light";
  src: url('fonts/LeagueSpartan-Light.ttf') format("truetype");
}
.font-primary {
  font-family: "Spartan";
  font-weight: 400;
}
.font-bold {
  font-family: "Spartan-Bold";
  font-weight: 700;
}
.font-semibold {
  font-family: "Spartan-SemiBold";
  font-weight: 600;
}
.font-medium {
  font-family: "Spartan-Medium";
  font-weight: 500;
}
.font-light {
  font-family: "Spartan-Light";
  font-weight: 300;
}
.fz-40-36 {
  font-size: var(--40-36);
}
.fz-30-24 {
  font-size: var(--30-24);
}
.fz-26-22 {
  font-size: var(--26-22);
}
.fz-22-18 {
  font-size: var(--22-18);
}
.fz-20-14 {
  font-size: var(--20-14);
}
.fz-18-14 {
  font-size: var(--18-14);
}
.fz-16-14 {
  font-size: var(--16-14);
}
.fz-14-12 {
  font-size: var(--14-12);
}
.tiny-text {
  font-size: var(--14-12);
}
#content h1 {
  font-size: var(--40-36);
  line-height: 1.2;
  font-family: "Spartan";
  font-weight: 400;
}
#content h2,
#content .h2 {
  position: relative;
}
#content h2::before,
#content .h2::before {
  content: '';
  width: 40px;
  height: 3px;
  position: absolute;
  background-color: #64C8DC;
  left: 0;
  bottom: -10px;
}
#content h2.center::before,
#content .h2.center::before {
  left: 50%;
  transform: translateX(-50%);
}
#content h2,
#content h3,
#content .h2,
#content .h3 {
  font-size: var(--20-14);
  line-height: 1.3;
  letter-spacing: 4px;
  position: relative;
  letter-spacing: 6px;
  text-transform: uppercase;
}
#content h2 strong,
#content h3 strong,
#content .h2 strong,
#content .h3 strong {
  font-size: var(--30-24);
  font-family: "Spartan-SemiBold";
  font-weight: 600;
  letter-spacing: 6px;
}
#content h4,
#content .h4 {
  font-size: var(--22-18);
  line-height: 1.3;
  font-family: "Spartan";
  font-weight: 400;
}
#content p {
  font-size: var(--18-14);
  line-height: 1.4;
  font-family: "Spartan";
  font-weight: 400;
}
.p-0 {
  padding: 0;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.m-0 {
  margin: 0;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
@media (max-width: 781px) {
  .p-md-5 {
    padding: 5px !important;
  }
}
@media (max-width: 781px) {
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media (max-width: 781px) {
  .px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-5 {
    padding-top: 5px !important;
  }
}
.p-5 {
  padding: 5px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.m-5 {
  margin: 5px;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mt-5 {
  margin-top: 5px;
}
@media (max-width: 781px) {
  .mt-md-5 {
    margin-top: 5px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
}
.gap-5 {
  gap: 5px;
}
@media (max-width: 781px) {
  .p-md-10 {
    padding: 10px !important;
  }
}
@media (max-width: 781px) {
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 781px) {
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-10 {
    padding-top: 10px !important;
  }
}
.p-10 {
  padding: 10px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.m-10 {
  margin: 10px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}
@media (max-width: 781px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
}
.gap-10 {
  gap: 10px;
}
@media (max-width: 781px) {
  .p-md-15 {
    padding: 15px !important;
  }
}
@media (max-width: 781px) {
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 781px) {
  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-15 {
    padding-top: 15px !important;
  }
}
.p-15 {
  padding: 15px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.m-15 {
  margin: 15px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-15 {
  margin-top: 15px;
}
@media (max-width: 781px) {
  .mt-md-15 {
    margin-top: 15px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
}
.gap-15 {
  gap: 15px;
}
@media (max-width: 781px) {
  .p-md-20 {
    padding: 20px !important;
  }
}
@media (max-width: 781px) {
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 781px) {
  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-20 {
    padding-top: 20px !important;
  }
}
.p-20 {
  padding: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.m-20 {
  margin: 20px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
@media (max-width: 781px) {
  .mt-md-20 {
    margin-top: 20px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
}
.gap-20 {
  gap: 20px;
}
@media (max-width: 781px) {
  .p-md-25 {
    padding: 25px !important;
  }
}
@media (max-width: 781px) {
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (max-width: 781px) {
  .px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-25 {
    padding-top: 25px !important;
  }
}
.p-25 {
  padding: 25px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.m-25 {
  margin: 25px;
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mt-25 {
  margin-top: 25px;
}
@media (max-width: 781px) {
  .mt-md-25 {
    margin-top: 25px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
}
.gap-25 {
  gap: 25px;
}
@media (max-width: 781px) {
  .p-md-30 {
    padding: 30px !important;
  }
}
@media (max-width: 781px) {
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 781px) {
  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-30 {
    padding-top: 30px !important;
  }
}
.p-30 {
  padding: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.m-30 {
  margin: 30px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
@media (max-width: 781px) {
  .mt-md-30 {
    margin-top: 30px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
}
.gap-30 {
  gap: 30px;
}
@media (max-width: 781px) {
  .p-md-35 {
    padding: 35px !important;
  }
}
@media (max-width: 781px) {
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (max-width: 781px) {
  .px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-35 {
    padding-top: 35px !important;
  }
}
.p-35 {
  padding: 35px;
}
.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.pl-35 {
  padding-left: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pt-35 {
  padding-top: 35px;
}
.m-35 {
  margin: 35px;
}
.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.ml-35 {
  margin-left: 35px;
}
.mr-35 {
  margin-right: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mt-35 {
  margin-top: 35px;
}
@media (max-width: 781px) {
  .mt-md-35 {
    margin-top: 35px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
}
.gap-35 {
  gap: 35px;
}
@media (max-width: 781px) {
  .p-md-40 {
    padding: 40px !important;
  }
}
@media (max-width: 781px) {
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 781px) {
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-40 {
    padding-top: 40px !important;
  }
}
.p-40 {
  padding: 40px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.m-40 {
  margin: 40px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}
@media (max-width: 781px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
}
.gap-40 {
  gap: 40px;
}
@media (max-width: 781px) {
  .p-md-45 {
    padding: 45px !important;
  }
}
@media (max-width: 781px) {
  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (max-width: 781px) {
  .px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-45 {
    padding-top: 45px !important;
  }
}
.p-45 {
  padding: 45px;
}
.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.pl-45 {
  padding-left: 45px;
}
.pr-45 {
  padding-right: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pt-45 {
  padding-top: 45px;
}
.m-45 {
  margin: 45px;
}
.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}
.ml-45 {
  margin-left: 45px;
}
.mr-45 {
  margin-right: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mt-45 {
  margin-top: 45px;
}
@media (max-width: 781px) {
  .mt-md-45 {
    margin-top: 45px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
}
.gap-45 {
  gap: 45px;
}
@media (max-width: 781px) {
  .p-md-50 {
    padding: 50px !important;
  }
}
@media (max-width: 781px) {
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 781px) {
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-50 {
    padding-top: 50px !important;
  }
}
.p-50 {
  padding: 50px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.m-50 {
  margin: 50px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-50 {
  margin-top: 50px;
}
@media (max-width: 781px) {
  .mt-md-50 {
    margin-top: 50px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
}
.gap-50 {
  gap: 50px;
}
@media (max-width: 781px) {
  .p-md-55 {
    padding: 55px !important;
  }
}
@media (max-width: 781px) {
  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
}
@media (max-width: 781px) {
  .px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-55 {
    padding-top: 55px !important;
  }
}
.p-55 {
  padding: 55px;
}
.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}
.pl-55 {
  padding-left: 55px;
}
.pr-55 {
  padding-right: 55px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pt-55 {
  padding-top: 55px;
}
.m-55 {
  margin: 55px;
}
.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}
.ml-55 {
  margin-left: 55px;
}
.mr-55 {
  margin-right: 55px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mt-55 {
  margin-top: 55px;
}
@media (max-width: 781px) {
  .mt-md-55 {
    margin-top: 55px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
}
.gap-55 {
  gap: 55px;
}
@media (max-width: 781px) {
  .p-md-60 {
    padding: 60px !important;
  }
}
@media (max-width: 781px) {
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 781px) {
  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-60 {
    padding-top: 60px !important;
  }
}
.p-60 {
  padding: 60px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.m-60 {
  margin: 60px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.ml-60 {
  margin-left: 60px;
}
.mr-60 {
  margin-right: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-60 {
  margin-top: 60px;
}
@media (max-width: 781px) {
  .mt-md-60 {
    margin-top: 60px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
}
.gap-60 {
  gap: 60px;
}
@media (max-width: 781px) {
  .p-md-65 {
    padding: 65px !important;
  }
}
@media (max-width: 781px) {
  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
}
@media (max-width: 781px) {
  .px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-65 {
    padding-top: 65px !important;
  }
}
.p-65 {
  padding: 65px;
}
.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}
.pl-65 {
  padding-left: 65px;
}
.pr-65 {
  padding-right: 65px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pt-65 {
  padding-top: 65px;
}
.m-65 {
  margin: 65px;
}
.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}
.ml-65 {
  margin-left: 65px;
}
.mr-65 {
  margin-right: 65px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mt-65 {
  margin-top: 65px;
}
@media (max-width: 781px) {
  .mt-md-65 {
    margin-top: 65px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
}
.gap-65 {
  gap: 65px;
}
@media (max-width: 781px) {
  .p-md-70 {
    padding: 70px !important;
  }
}
@media (max-width: 781px) {
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width: 781px) {
  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-70 {
    padding-top: 70px !important;
  }
}
.p-70 {
  padding: 70px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.pl-70 {
  padding-left: 70px;
}
.pr-70 {
  padding-right: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.m-70 {
  margin: 70px;
}
.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.ml-70 {
  margin-left: 70px;
}
.mr-70 {
  margin-right: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mt-70 {
  margin-top: 70px;
}
@media (max-width: 781px) {
  .mt-md-70 {
    margin-top: 70px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
}
.gap-70 {
  gap: 70px;
}
@media (max-width: 781px) {
  .p-md-75 {
    padding: 75px !important;
  }
}
@media (max-width: 781px) {
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}
@media (max-width: 781px) {
  .px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-75 {
    padding-top: 75px !important;
  }
}
.p-75 {
  padding: 75px;
}
.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pt-75 {
  padding-top: 75px;
}
.m-75 {
  margin: 75px;
}
.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.mr-75 {
  margin-right: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mt-75 {
  margin-top: 75px;
}
@media (max-width: 781px) {
  .mt-md-75 {
    margin-top: 75px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
}
.gap-75 {
  gap: 75px;
}
@media (max-width: 781px) {
  .p-md-80 {
    padding: 80px !important;
  }
}
@media (max-width: 781px) {
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 781px) {
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-80 {
    padding-top: 80px !important;
  }
}
.p-80 {
  padding: 80px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.m-80 {
  margin: 80px;
}
.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.mr-80 {
  margin-right: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mt-80 {
  margin-top: 80px;
}
@media (max-width: 781px) {
  .mt-md-80 {
    margin-top: 80px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
}
.gap-80 {
  gap: 80px;
}
@media (max-width: 781px) {
  .p-md-85 {
    padding: 85px !important;
  }
}
@media (max-width: 781px) {
  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
}
@media (max-width: 781px) {
  .px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-85 {
    padding-top: 85px !important;
  }
}
.p-85 {
  padding: 85px;
}
.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}
.pl-85 {
  padding-left: 85px;
}
.pr-85 {
  padding-right: 85px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pt-85 {
  padding-top: 85px;
}
.m-85 {
  margin: 85px;
}
.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}
.mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}
.ml-85 {
  margin-left: 85px;
}
.mr-85 {
  margin-right: 85px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mt-85 {
  margin-top: 85px;
}
@media (max-width: 781px) {
  .mt-md-85 {
    margin-top: 85px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
}
.gap-85 {
  gap: 85px;
}
@media (max-width: 781px) {
  .p-md-90 {
    padding: 90px !important;
  }
}
@media (max-width: 781px) {
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media (max-width: 781px) {
  .px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-90 {
    padding-top: 90px !important;
  }
}
.p-90 {
  padding: 90px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.pl-90 {
  padding-left: 90px;
}
.pr-90 {
  padding-right: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.m-90 {
  margin: 90px;
}
.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.ml-90 {
  margin-left: 90px;
}
.mr-90 {
  margin-right: 90px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mt-90 {
  margin-top: 90px;
}
@media (max-width: 781px) {
  .mt-md-90 {
    margin-top: 90px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
}
.gap-90 {
  gap: 90px;
}
@media (max-width: 781px) {
  .p-md-95 {
    padding: 95px !important;
  }
}
@media (max-width: 781px) {
  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
}
@media (max-width: 781px) {
  .px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-95 {
    padding-top: 95px !important;
  }
}
.p-95 {
  padding: 95px;
}
.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}
.pl-95 {
  padding-left: 95px;
}
.pr-95 {
  padding-right: 95px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pt-95 {
  padding-top: 95px;
}
.m-95 {
  margin: 95px;
}
.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}
.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}
.ml-95 {
  margin-left: 95px;
}
.mr-95 {
  margin-right: 95px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mt-95 {
  margin-top: 95px;
}
@media (max-width: 781px) {
  .mt-md-95 {
    margin-top: 95px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
}
.gap-95 {
  gap: 95px;
}
@media (max-width: 781px) {
  .p-md-100 {
    padding: 100px !important;
  }
}
@media (max-width: 781px) {
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 781px) {
  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (max-width: 781px) {
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 781px) {
  .pt-md-100 {
    padding-top: 100px !important;
  }
}
.p-100 {
  padding: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.m-100 {
  margin: 100px;
}
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-100 {
  margin-right: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-100 {
  margin-top: 100px;
}
@media (max-width: 781px) {
  .mt-md-100 {
    margin-top: 100px !important;
  }
}
@media (max-width: 781px) {
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
}
.gap-100 {
  gap: 100px;
}
/* GENERIC */
* {
  outline: none!important;
}
a:focus {
  background: none!important;
}
.post .content-img {
  position: relative;
}
ul {
  line-height: normal;
}
.overlay-body {
  background: #002D4Cb3;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  backdrop-filter: blur(5px);
}
.overlay-body.show {
  display: block;
}
#content {
  margin-top: -130px;
  z-index: 1;
  position: relative;
}
@media (max-width: 781px) {
  #content {
    margin-top: -60px;
  }
}
#content .site-main {
  padding: 0;
}
#content .site-main h1,
#content .site-main h2,
#content .site-main h3,
#content .site-main h4,
#content .site-main p {
  padding: 0;
  margin: 0;
}
#content .site-main p {
  margin-bottom: 30px;
}
#content .site-main article {
  margin: 0;
}
#content .site-main .entry-content {
  margin: 0;
}
#content .s-custom_section {
  justify-content: center;
  margin: 0;
  line-height: 0;
  position: relative;
}
#content .s-custom_section .w-custom_wrap {
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 781px) {
  #content .s-custom_section .w-custom_wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
#content .s-custom_section .w-custom_wrap.max-width {
  max-width: 1230px;
  padding: 0 30px;
}
#content .white-text * {
  color: #fff;
}
.swiper-container {
  overflow: hidden;
}
footer.entry-footer.default-max-width {
  display: none;
}
.grecaptcha-badge {
  display: none;
}
:root .wp-block-buttons {
  margin: 0 !important;
}
@media (max-width: 781px) {
  :root .wp-block-buttons {
    justify-content: center!important;
  }
}
:root .wp-block-buttons a {
  position: relative;
}
:root .wp-block-buttons a::before {
  content: '';
  height: 1px;
  width: 22px;
  position: inherit;
  background-color: #0A64AA;
  transition: 0.3s ease-in-out;
  order: 1;
}
:root .wp-block-buttons a::after {
  content: '';
  height: 10px;
  width: 10px;
  border-bottom: 1px solid #0A64AA;
  border-right: 1px solid #0A64AA;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: rotate(-45deg) translateY(-75%);
}
:root .wp-block-buttons a:hover {
  transition: 0.3s ease-in-out;
}
:root .wp-block-buttons a:hover::before {
  width: 40px;
  transition: 0.3s ease-in-out;
}
:root .wp-block-buttons .button,
:root .wp-block-buttons .wp-block-button.button {
  padding: 0 !important;
  margin: 0;
  background: transparent!important;
  border: none;
}
@media (max-width: 767px) {
  :root .wp-block-buttons .button,
  :root .wp-block-buttons .wp-block-button.button {
    width: 100%;
    max-width: 310px;
  }
}
:root .wp-block-buttons .button a,
:root .wp-block-buttons .wp-block-button.button a {
  background: transparent!important;
  color: #0A64AA !important;
  border: 1px solid #0A64AA;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 3px;
  position: relative;
  font-size: var(--16-14);
}
:root .wp-block-buttons .button a:hover,
:root .wp-block-buttons .wp-block-button.button a:hover {
  background-color: #0A64AA !important;
  border-color: #0A64AA !important;
  color: #fff !important;
}
:root .wp-block-buttons .button a:hover::before,
:root .wp-block-buttons .wp-block-button.button a:hover::before {
  background: #fff;
}
:root .wp-block-buttons .button a:hover::after,
:root .wp-block-buttons .wp-block-button.button a:hover::after {
  border-color: #fff;
}
@media (max-width: 767px) {
  :root .wp-block-buttons .button a,
  :root .wp-block-buttons .wp-block-button.button a {
    background-color: #0A64AA !important;
    border-color: #0A64AA !important;
    color: #fff !important;
  }
  :root .wp-block-buttons .button a::before,
  :root .wp-block-buttons .wp-block-button.button a::before {
    background: #fff;
  }
  :root .wp-block-buttons .button a::after,
  :root .wp-block-buttons .wp-block-button.button a::after {
    border-color: #fff;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  :root .wp-block-buttons .button a::before,
  :root .wp-block-buttons .wp-block-button.button a::before {
    position: absolute;
    right: 30px;
  }
}
:root .wp-block-buttons.--link .wp-block-button a {
  background: transparent!important;
  padding: 0;
  color: #64C8DC !important;
  border: none;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  line-height: 1;
}
:root .wp-block-buttons.--link .wp-block-button a::before {
  background-color: #64C8DC;
}
:root .wp-block-buttons.--link .wp-block-button a::after {
  right: -5px;
  border-color: #64C8DC;
}
:root input[type="submit"] {
  color: #64C8DC !important;
  background: transparent!important;
  font-size: var(--16-14);
  line-height: normal;
  padding: 10px 30px;
  border-radius: 3px;
  border: 1px solid #64C8DC !important;
}
.c-custom_form form p label {
  display: block;
  margin-bottom: 40px;
}
.c-custom_form form p label span.wpcf7-form-control-wrap input,
.c-custom_form form p label span.wpcf7-form-control-wrap textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0;
  padding-bottom: 10px;
}
.c-custom_form form p label span.wpcf7-form-control-wrap input::placeholder,
.c-custom_form form p label span.wpcf7-form-control-wrap textarea::placeholder {
  color: #fff;
  opacity: 0.5;
  font-family: "Spartan";
  font-weight: 400;
}
.c-custom_form form p label span.wpcf7-form-control-wrap textarea {
  resize: none;
  height: 150px;
}
@media (max-width: 781px) {
  .c-custom_form form p label span.wpcf7-form-control-wrap textarea {
    height: 110px;
  }
}
.c-custom_form form p .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1;
}
.c-custom_form form p .wpcf7-acceptance label input {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  background: transparent;
}
.c-custom_form form p .wpcf7-acceptance label input::after {
  left: 3px;
  top: -5px;
  width: 5px;
  height: 12px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}
.c-custom_form form p .wpcf7-acceptance label span {
  font-size: var(--14-12);
}
.c-custom_form form .container-submit {
  display: flex;
  justify-content: center;
}
.c-custom_form form .container-submit .wpcf7-spinner {
  position: absolute;
}
.c-custom_form form .wpcf7-response-output {
  border: none;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: "Spartan-Bold";
  font-weight: 700;
}
.page-template-page-areas #content .contenido-areas {
  max-width: 100%;
}
.page-template-page-areas #content .contenido-areas .s-custom_section {
  padding-left: 10px;
  padding-right: 10px;
}
.page-template-page-areas #content .contenido-areas .s-custom_section .w-custom_wrap {
  max-width: 1170px;
}
.page-template-page-areas #content .contenido-areas .s-intro {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 781px) {
  .page-template-page-areas #content .contenido-areas .s-intro {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.page-template-page-areas #content .contenido-areas .s-intro .w-custom_wrap:not(.not-max-width) {
  max-width: 850px;
}
.page-template-page-areas #content .contenido-areas .s-intro .w-custom_wrap p {
  text-align: center;
}
.page-template-page-areas #content .contenido-areas .s-intro .w-custom_wrap p:last-child {
  margin: 0;
}
.page-template-page-areas #content .contenido-areas .s-intro .w-custom_wrap.two-cols p {
  text-align: left;
}
@media (min-width: 768px) {
  .page-template-page-areas #content .contenido-areas .s-intro .w-custom_wrap.two-cols {
    columns: 2;
  }
}
.d-flex {
  display: flex;
}
.s-areas_custom .w-areas_custom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 !important;
}
@media (max-width: 959px) {
  .s-areas_custom .w-areas_custom {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .s-areas_custom .w-areas_custom {
    gap: 10px;
  }
}
.s-areas_custom .w-areas_custom .c-area_custom {
  position: relative;
  border: 0.5px solid #C8C8C8;
  background-size: cover;
  background-position: center;
  margin: 0;
}
@media (max-width: 767px) {
  .s-areas_custom .w-areas_custom .c-area_custom {
    min-height: 270px;
  }
  .s-areas_custom .w-areas_custom .c-area_custom:first-child {
    grid-area: 1 / 1 / 2 / 3;
  }
}
.s-areas_custom .w-areas_custom .c-area_custom .icono-area {
  margin: 0;
  text-align: left;
  min-height: 62px;
}
.s-areas_custom .w-areas_custom .c-area_custom .content {
  margin: 0;
  height: 100%;
}
.s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1365px) {
  .s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-column {
    padding: 50px;
  }
}
@media (max-width: 1239px) {
  .s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-column {
    padding: 35px;
  }
}
@media (max-width: 781px) {
  .s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-column {
    padding: 20px;
    justify-content: end;
  }
}
@media (max-width: 415px) {
  .s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-column {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-column a.title {
  text-decoration: none;
  margin: 0;
}
.s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-column a.title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 375px) {
  .s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-column a.title h4 {
    font-size: 15px!important;
  }
}
.s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-column p {
  margin: 0!important;
}
.s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-column .icono-area img {
  width: fit-content;
  transition: 0.2s ease-in-out;
}
.s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-column .wp-block-buttons {
  visibility: hidden;
}
.s-areas_custom .w-areas_custom .c-area_custom .content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .s-areas_custom .w-areas_custom .c-area_custom .content::before {
    background: linear-gradient(0deg, rgba(10, 100, 170, 0.2) 0%, rgba(10, 100, 170, 0.2) 100%), linear-gradient(41deg, #0A64AA 0%, rgba(0, 0, 0, 0) 100%);
    background-blend-mode: multiply, multiply, normal;
    transition: 0.3s ease-in-out;
  }
  .s-areas_custom .w-areas_custom .c-area_custom .content h4 {
    color: #fff;
  }
  .s-areas_custom .w-areas_custom .c-area_custom .content p {
    display: none;
  }
  .s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-buttons {
    height: 0;
    visibility: visible;
    display: none;
  }
  .s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-buttons a.ver-mas {
    color: transparent!important;
    height: 0;
    position: initial;
  }
  .s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-buttons a.ver-mas::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
  }
  .s-areas_custom .w-areas_custom .c-area_custom .content .wp-block-buttons a.ver-mas::after {
    display: none;
  }
  .s-areas_custom .w-areas_custom .c-area_custom .content .icono-area img {
    filter: brightness(0) invert(1);
    transition: 0.2s ease-in-out;
  }
}
.s-areas_custom .w-areas_custom .c-area_custom:hover .content::before {
  background: linear-gradient(0deg, rgba(10, 100, 170, 0.2) 0%, rgba(10, 100, 170, 0.2) 100%), linear-gradient(41deg, #0A64AA 0%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: multiply, multiply, normal;
  transition: 0.3s ease-in-out;
}
.s-areas_custom .w-areas_custom .c-area_custom:hover .content h4,
.s-areas_custom .w-areas_custom .c-area_custom:hover .content p {
  color: #fff;
}
.s-areas_custom .w-areas_custom .c-area_custom:hover .content .wp-block-buttons {
  visibility: visible;
}
.s-areas_custom .w-areas_custom .c-area_custom:hover .content .icono-area img {
  filter: brightness(0) invert(1);
  transition: 0.2s ease-in-out;
}
.s-blog .w-custom_wrap {
  overflow: hidden;
}
.s-blog .w-custom_wrap .c-custom_column.c-header {
  flex-wrap: nowrap!important;
}
.s-blog .w-custom_wrap .c-custom_column.c-header .c-container-button .wp-block-buttons {
  justify-content: end!important;
}
.s-blog .w-custom_wrap .c-custom_column.c-header .c-container-button .back-blog .wp-block-button__link.wp-element-button {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background: none!important;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 15px;
  color: #0A64AA !important;
}
.s-blog .w-custom_wrap .c-custom_column.c-header .c-container-button .back-blog .wp-block-button__link.wp-element-button:hover {
  background: transparent;
}
.s-blog .w-custom_wrap .c-custom_column.c-header .c-container-button .back-blog .wp-block-button__link.wp-element-button::before,
.s-blog .w-custom_wrap .c-custom_column.c-header .c-container-button .back-blog .wp-block-button__link.wp-element-button::after {
  display: none;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0;
}
@media (max-width: 781px) {
  .s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list {
    display: flex;
    flex-direction: column;
  }
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post {
  position: relative;
  margin: 0;
  line-height: 1;
  height: 475px;
  width: 100%;
}
@media (max-width: 781px) {
  .s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post {
    flex-shrink: 0;
    height: 400px;
    grid-area: auto;
    width: 100%;
  }
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post .header-post {
  height: 100%;
  position: relative;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post .header-post .img-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post .header-post .overlay {
  background: linear-gradient(180deg, rgba(10, 100, 170, 0) 0%, rgba(10, 100, 170, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post .content-post {
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post .content-post .category {
  color: #fff;
  font-size: var(--14-12);
  font-style: normal;
  line-height: 1.4;
  background-color: #64C8DC;
  border-radius: 3px;
  padding: 5px 15px;
  width: fit-content;
  font-family: "Spartan";
  font-weight: 400;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post .content-post .date {
  margin-top: auto;
  color: #fff;
  font-family: "Spartan-Light";
  font-weight: 300;
  font-size: var(--14-12);
  margin-bottom: 20px;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post .content-post .title {
  color: #fff;
  font-family: "Spartan-SemiBold";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
}
@media (max-width: 781px) {
  .s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post .content-post .title::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post .content-post .wp-block-buttons {
  opacity: 0;
  height: 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 781px) {
  .s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post .content-post .wp-block-buttons {
    display: none;
  }
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post:first-child {
  grid-area: 1 / 1 / 2 / 3;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post:hover .overlay {
  background: linear-gradient(180deg, rgba(10, 100, 170, 0) 0%, rgba(10, 100, 170, 0.9) 100%);
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list .post:hover .content-post .wp-block-buttons {
  margin-top: 20px !important;
  opacity: 1;
  height: auto;
  transition: 0.3s ease-in-out;
}
@media (min-width: 780px) {
  .s-blog .w-custom_wrap .c-custom_column .inner-column.col-noticias .c-post_list .post .header-post .img-thumbnail {
    height: 200px;
  }
}
.s-blog .w-custom_wrap .c-custom_column .inner-column .wp-block-buttons {
  justify-content: center;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column.post-col .wp-block-heading {
  font-family: "Spartan-SemiBold";
  font-weight: 600;
  line-height: 1.8;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column.post-col .c-post_list {
  display: flex;
  flex-direction: column;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column.post-col .post {
  height: auto;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column.post-col .post .header-post {
  height: auto;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column.post-col .post .content-post {
  position: relative;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column.post-col .post .content-post .category {
  display: none;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column.post-col .post .content-post .date {
  font-size: var(--14-12);
  line-height: 1.4;
  margin: 0;
  font-weight: 300;
  color: #000;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column.post-col .post .content-post .title {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.s-blog .w-custom_wrap .c-custom_column .inner-column.post-col .post .content-post .title h4 {
  font-size: var(--20-14);
}
.s-blog .w-custom_wrap .c-custom_column .inner-column.post-col .post .content-post .wp-block-buttons {
  display: none;
}
.s-blog .w-custom_wrap .c-custom_column .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.s-blog .w-custom_wrap .c-custom_column .pager .page-numbers {
  font-family: "Spartan";
  font-weight: 400;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 100%;
  border-color: transparent;
  text-decoration: none;
  padding-top: 2px;
}
.s-blog .w-custom_wrap .c-custom_column .pager .page-numbers:focus {
  color: #000;
}
.s-blog .w-custom_wrap .c-custom_column .pager .page-numbers.current {
  font-family: "Spartan-SemiBold";
  font-weight: 600;
  color: #fff;
  border-color: #64C8DC;
  background: #64C8DC;
}
.s-blog .w-custom_wrap .c-custom_column .pager .page-numbers.prev {
  margin-right: 25px;
}
.s-blog .w-custom_wrap .c-custom_column .pager .page-numbers.next {
  margin-left: 25px;
}
.s-blog .w-custom_wrap .c-custom_column .pager .page-numbers.prev,
.s-blog .w-custom_wrap .c-custom_column .pager .page-numbers.next {
  border-color: #64C8DC;
  padding: 0;
}
.s-blog .w-custom_wrap .c-custom_column .pager .page-numbers.prev:hover,
.s-blog .w-custom_wrap .c-custom_column .pager .page-numbers.next:hover {
  border-color: #0A64AA;
}
.s-blog .w-custom_wrap .c-custom_column .pager .page-numbers.prev:hover svg path,
.s-blog .w-custom_wrap .c-custom_column .pager .page-numbers.next:hover svg path {
  stroke: #0A64AA;
}
.s-blog.s-blog-releated .w-custom_wrap .c-custom_column .inner-column .c-post_list .post:first-child {
  grid-area: auto;
}
#content .s-blue_box {
  margin-bottom: 50px;
}
#content .s-blue_box .w-custom_wrap {
  padding: 0;
}
#content .s-blue_box .w-custom_wrap .c-list {
  columns: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 70px;
  padding-right: 40px;
}
@media (max-width: 781px) {
  #content .s-blue_box .w-custom_wrap .c-list {
    padding: 30px !important;
  }
}
@media (max-width: 781px) {
  #content .s-blue_box .w-custom_wrap .c-list {
    gap: 10px;
    columns: unset;
  }
}
#content .s-blue_box .w-custom_wrap .c-list .wp-block-column {
  margin: 0;
}
#content .s-blue_box .w-custom_wrap .c-list p {
  margin-bottom: 10px;
}
#content .s-blue_box .w-custom_wrap .c-list h2 {
  margin-bottom: 30px;
  text-transform: none;
  letter-spacing: normal;
}
#content .s-blue_box .w-custom_wrap .c-list ul {
  line-height: normal;
  padding-left: 25px;
  columns: 2;
}
#content .s-blue_box .w-custom_wrap .c-list ul.not-cols {
  columns: auto;
}
@media (max-width: 781px) {
  #content .s-blue_box .w-custom_wrap .c-list ul {
    columns: unset;
    padding-left: 15px;
  }
}
#content .s-blue_box .w-custom_wrap .c-list ul li {
  list-style: none;
  position: relative;
  margin-bottom: 25px;
  font-size: var(--18-14);
  font-family: "Spartan";
  font-weight: 400;
  line-height: 30px;
  width: 90%;
}
@media (max-width: 781px) {
  #content .s-blue_box .w-custom_wrap .c-list ul li {
    margin-bottom: 20px;
    line-height: 20px;
    width: 100%;
  }
}
#content .s-blue_box .w-custom_wrap .c-list ul li:last-child {
  margin: 0;
}
#content .s-blue_box .w-custom_wrap .c-list ul li::before {
  content: '';
  position: absolute;
  background-color: #64C8DC;
  width: 25px;
  height: 3px;
  left: 0;
  left: -40px;
  top: 10px;
}
@media (max-width: 781px) {
  #content .s-blue_box .w-custom_wrap .c-list ul li::before {
    width: 15px;
    left: -25px;
    top: 8px;
  }
}
.hx-line {
  position: relative;
}
.hx-line::before {
  content: '';
  width: 40px;
  height: 3px;
  position: absolute;
  background-color: #64C8DC;
  left: 0;
  bottom: -10px;
}
.hx-line.center::before {
  left: 50%;
  transform: translateX(-50%);
}
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div {
  gap: 30px;
}
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 370px;
}
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box:last-child,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box figure,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box figure,
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box .wp-block-media-text__content,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box .wp-block-media-text__content {
  padding: 0;
  margin-right: auto;
}
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box figure img,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box figure img,
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box .wp-block-media-text__content img,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box .wp-block-media-text__content img {
  width: 40px;
  margin-bottom: 10px;
}
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box figure p.h3,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box figure p.h3,
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box .wp-block-media-text__content p.h3,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box .wp-block-media-text__content p.h3 {
  text-transform: none;
  letter-spacing: normal;
  font-family: "Spartan-SemiBold";
  font-weight: 600;
  margin-bottom: 10px;
}
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box figure p a,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box figure p a,
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box .wp-block-media-text__content p a,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div .column-left .c-box .wp-block-media-text__content p a {
  font-size: var(--16-14);
  text-decoration: none;
  font-family: "Spartan";
  font-weight: 400;
}
.page-id-24 #content .s-custom_section.s-maps .w-custom_wrap > div .column-right iframe,
.page-id-1927 #content .s-custom_section.s-maps .w-custom_wrap > div .column-right iframe {
  width: 100%;
  height: 100%;
}
.page-id-24 #content .s-custom_section.s-form .c-custom_form,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-id-24 #content .s-custom_section.s-form .c-custom_form h2 strong,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form h2 strong {
  text-transform: none;
  letter-spacing: normal;
}
.page-id-24 #content .s-custom_section.s-form .c-custom_form .wpcf7,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form .wpcf7 {
  margin: 0;
}
.page-id-24 #content .s-custom_section.s-form .c-custom_form .wpcf7 form input,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form .wpcf7 form input,
.page-id-24 #content .s-custom_section.s-form .c-custom_form .wpcf7 form textarea,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form .wpcf7 form textarea {
  border-color: #CDCDCD;
}
.page-id-24 #content .s-custom_section.s-form .c-custom_form .wpcf7 form input::placeholder,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form .wpcf7 form input::placeholder,
.page-id-24 #content .s-custom_section.s-form .c-custom_form .wpcf7 form textarea::placeholder,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form .wpcf7 form textarea::placeholder {
  color: #00000080;
  font-family: "Spartan";
  font-weight: 400;
}
.page-id-24 #content .s-custom_section.s-form .c-custom_form .wpcf7 form .wpcf7-acceptance .wpcf7-list-item,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form .wpcf7 form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.page-id-24 #content .s-custom_section.s-form .c-custom_form .wpcf7 form .wpcf7-acceptance .wpcf7-list-item input,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form .wpcf7 form .wpcf7-acceptance .wpcf7-list-item input {
  border: none;
  background: #fff;
}
.page-id-24 #content .s-custom_section.s-form .c-custom_form .wpcf7 form .wpcf7-acceptance .wpcf7-list-item input::after,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form .wpcf7 form .wpcf7-acceptance .wpcf7-list-item input::after {
  border-color: #0A64AA;
}
.page-id-24 #content .s-custom_section.s-form .c-custom_form .wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form .wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label {
  color: #474747;
  font-family: "Spartan-Light";
  font-weight: 300;
  font-size: 12px;
}
.page-id-24 #content .s-custom_section.s-form .c-custom_form .wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label a,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form .wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #64C8DC;
}
.page-id-24 #content .s-custom_section.s-form .c-custom_form .wpcf7 form .container-submit input,
.page-id-1927 #content .s-custom_section.s-form .c-custom_form .wpcf7 form .container-submit input {
  color: #0A64AA !important;
  border-color: #0A64AA !important;
}
/* COMPONENTS */
#masthead {
  background: linear-gradient(180deg, #00213A 0%, rgba(0, 0, 0, 0) 95.71%);
  max-width: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
  position: sticky;
  top: 0;
  transition: 0.3s ease-in-out;
}
#masthead .max-head {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  margin: auto;
  padding-left: 80px;
  padding-right: 80px;
  height: 130px;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media (min-width: 960px) {
  #masthead .max-head .primary-navigation {
    position: static;
    margin: auto;
  }
}
@media (min-width: 960px) {
  #masthead .max-head .primary-navigation .primary-menu-container {
    position: static;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .site-logo.mobile {
    display: none;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper {
    position: static;
    gap: 40px;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper a {
    text-decoration: none;
    background: none;
    font-family: "Spartan";
    font-weight: 400;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item {
    position: static;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > a {
    color: #fff;
    font-size: 17px;
    line-height: 1;
    padding: 10px;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item:hover > a,
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item.current-menu-item > a {
    color: #64C8DC;
    border-bottom: 1px solid #64C8DC;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item.contact a {
    color: #64C8DC;
    border: 1px solid #64C8DC;
    padding-left: 30px;
    padding-right: 30px;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item.contact:hover a {
    background-color: #64C8DC;
    color: #002D4C;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item.wpml-ls-item {
    position: absolute;
    right: 5%;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item.wpml-ls-item .wpml-ls-display {
    font-family: "Spartan-Light";
    font-weight: 300;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item.wpml-ls-item.wpml-ls-current-language .wpml-ls-display {
    font-family: "Spartan-Medium";
    font-weight: 500;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item.wpml-ls-item-es {
    right: calc(5% + 40px);
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu-toggle {
    display: none;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu-toggle[aria-expanded='true'] ~ .sub-menu {
    display: flex;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu {
    width: 100%;
    min-width: auto;
    max-width: 1160px;
    padding: 50px 80px;
    background: #fff;
    border-radius: 3px;
    border: none;
    left: 50%;
    transform: translateX(-50%);
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu::after {
    display: none;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu::before {
    content: '';
    background: transparent;
    width: 100%;
    position: absolute;
    border: none;
    height: 50px;
    top: -50px;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu a {
    padding: 0;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu > .menu-item::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgba(10, 100, 170, 0.2);
    right: 50px;
    top: 0;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu > .menu-item:last-child::after {
    display: none;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu > .menu-item > a {
    font-size: 17px;
    color: #001B3A;
    position: relative;
    font-family: "Spartan-Medium";
    font-weight: 500;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu > .menu-item > a:hover {
    color: #64C8DC;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu > .menu-item > a::before {
    content: '';
    background-color: #0A64AA;
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu > .menu-item > .sub-menu {
    margin: 0;
    padding-top: 30px;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item a {
    font-size: 15px;
    color: #1D1D1B;
    height: 28px;
    font-family: "Spartan-Light";
    font-weight: 300;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item a:hover {
    color: #64C8DC;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item:first-child > .sub-menu > .menu-item {
    width: inherit;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item:first-child > .sub-menu > .menu-item::after {
    right: 40%;
  }
}
#masthead.scrolling {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15), 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
#masthead.white .max-head {
  top: 0;
}
#masthead.white .max-head #primary-mobile-menu svg path {
  stroke: #0A64AA;
  fill: #0A64AA;
}
#masthead.scrolling,
#masthead.white {
  background: #fff;
  transition: 0.3s ease-in-out;
}
#masthead.scrolling .max-head,
#masthead.white .max-head {
  height: 100px;
  transition: 0.3s ease-in-out;
}
#masthead.scrolling .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > a,
#masthead.white .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > a {
  color: #000;
}
#masthead.scrolling .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > a:hover,
#masthead.white .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > a:hover {
  color: #64C8DC;
}
#masthead.scrolling .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item:last-child a,
#masthead.white .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item:last-child a {
  color: #64C8DC;
}
#masthead.scrolling .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item:last-child a:hover,
#masthead.white .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item:last-child a:hover {
  color: #002D4C;
}
@media (max-width: 781px) {
  #masthead .max-head {
    padding-left: 40px;
    padding-right: 40px;
    height: 60px;
    top: 50px;
  }
  #masthead .max-head .site-branding {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  #masthead .max-head .site-branding .site-logo {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    transform: none;
  }
  #masthead .max-head .site-branding .site-logo img {
    max-width: 38px;
  }
}
@media (max-width: 959px) {
  #masthead .max-head .primary-navigation {
    top: 0;
  }
  #masthead .max-head .primary-navigation .primary-menu-container {
    background: #fff;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0;
    padding-top: 0;
  }
  #masthead .max-head .primary-navigation .primary-menu-container.menu-mobile {
    visibility: visible;
    opacity: 1;
    overflow: auto;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .site-logo-mobile {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99999;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .site-logo-mobile a {
    padding: 0;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .site-logo-mobile a img {
    max-width: 38px;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper {
    flex-direction: column;
    padding: 0;
    padding-top: 30px;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item {
    border-bottom: 1px solid rgba(10, 100, 170, 0.2);
    margin-bottom: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item a {
    font-family: "Spartan";
    font-weight: 400;
    color: #000;
    text-decoration: none;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu-toggle {
    display: flex;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > a {
    padding: 10px;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu {
    display: none;
    left: 0;
    margin: 0;
    min-width: max-content;
    position: relative;
    top: 100%;
    padding-top: 3px;
    z-index: 88888;
    background: #fff;
    width: 100%;
    border: none;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu > .menu-item.menu-item-has-children {
    border-bottom: 1px solid rgba(10, 100, 170, 0.2);
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu > .menu-item.menu-item-has-children:last-child {
    border: none;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu::after,
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu::before {
    display: none;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item > .sub-menu.active {
    display: block;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item.contact {
    border: none;
    background-color: #0A64AA;
    padding: 0;
    margin: 0;
    text-align: center;
    border-radius: 3px;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item.contact a {
    color: #fff !important;
    text-decoration: none;
    padding: 13px;
    width: 100%;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item:last-child,
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item:nth-last-child(2),
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item:nth-last-child(3),
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item:nth-last-child(4) {
    border: none;
    margin: 0;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item.wpml-ls-item {
    position: absolute;
    bottom: -100px;
    width: max-content;
    padding: 0;
  }
  #masthead .max-head .primary-navigation .primary-menu-container .menu-wrapper > .menu-item.wpml-ls-item-en {
    left: 40px;
  }
  #masthead .max-head .primary-navigation .menu-button-container {
    display: flex;
    top: 50%;
    transform: translateY(-50%);
  }
  #masthead .max-head .primary-navigation .menu-button-container button {
    padding-right: 0;
  }
  #masthead .max-head .primary-navigation .menu-button-container button .dropdown-icon svg path {
    stroke: #fff;
  }
  #masthead .max-head .primary-navigation .menu-button-container.close {
    width: max-content;
    background: transparent;
    padding: 0;
  }
  #masthead .max-head .primary-navigation .menu-button-container.close button .dropdown-icon svg {
    width: 20px;
    height: 20px;
  }
  #masthead .max-head .primary-navigation .menu-button-container.close button .dropdown-icon svg path {
    stroke: #0A64AA;
  }
}
@media (max-width: 959px) and (max-width: 481px) {
  #masthead .max-head .primary-navigation {
    position: relative;
    margin-left: auto;
  }
}
@media (max-width: 959px) and (max-width: 375px) {
  #masthead .max-head .primary-navigation .primary-menu-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 781px) {
  #masthead.scrolling .max-head {
    top: 0;
  }
}
#masthead.scrolling .max-head .primary-navigation .menu-button-container button svg path {
  fill: #0A64AA;
  stroke: #0A64AA;
}
#content .s-cabecera_custom {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#content .s-cabecera_custom .w-overlay_custom {
  background: linear-gradient(0deg, rgba(10, 100, 170, 0.45) 0%, rgba(10, 100, 170, 0.45) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) -9.49%, rgba(0, 0, 0, 0) 43.29%), rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#content .s-cabecera_custom figure {
  width: 100%;
}
#content .s-cabecera_custom figure img {
  max-height: 800px;
  object-fit: cover;
}
@media (max-width: 781px) {
  #content .s-cabecera_custom figure img {
    max-height: 600px;
  }
}
#content .s-cabecera_custom .w-cabecera_custom {
  width: 100%;
  max-width: 1280px;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#content .s-cabecera_custom .w-cabecera_custom .c-cabecera_custom {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1239px) {
  #content .s-cabecera_custom .w-cabecera_custom .c-cabecera_custom {
    gap: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 781px) {
  #content .s-cabecera_custom .w-cabecera_custom .c-cabecera_custom {
    gap: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#content .s-cabecera_custom .w-cabecera_custom .c-cabecera_custom h1 {
  color: #fff;
}
#content .s-cabecera_custom .w-cabecera_custom .c-cabecera_custom h1 span {
  font-family: "Spartan-Medium";
  font-weight: 500;
}
#content .s-cabecera_custom .w-cabecera_custom .c-cabecera_custom p {
  color: #fff;
  line-height: 1.65;
  font-family: "Spartan";
  font-weight: 400;
  margin: 0;
}
#colophon.site-footer {
  background: url('/wp-content/uploads/bg-footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
}
@media (max-width: 500px) {
  #colophon.site-footer {
    padding-bottom: 20px;
  }
}
#colophon.site-footer * {
  color: #fff;
  text-decoration: none;
  background: none;
}
#colophon.site-footer * a:hover {
  color: #64C8DC;
}
#colophon.site-footer * a:hover strong {
  color: #64C8DC;
}
#colophon.site-footer aside.widget-area {
  margin: auto;
  grid-template-columns: repeat(1, 1fr);
  padding-top: 50px;
}
@media (max-width: 1023px) {
  #colophon.site-footer aside.widget-area {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#colophon.site-footer aside.widget-area .widget {
  margin: 0;
}
#colophon.site-footer aside.widget-area .widget:first-child {
  min-height: 375px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  #colophon.site-footer aside.widget-area .widget:first-child {
    padding-bottom: 30px;
  }
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top {
  border-bottom: 1px solid #9A9A9A;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  #colophon.site-footer aside.widget-area .widget:first-child .w-row_top {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  #colophon.site-footer aside.widget-area .widget:first-child .w-row_top {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-address {
  max-width: 282px;
}
@media (max-width: 1239px) {
  #colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-address {
    max-width: 250px;
  }
}
@media (max-width: 1023px) {
  #colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-address {
    border-bottom: 1px solid #9A9A9A;
    max-width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-address * {
  text-align: left;
  font-size: 14px;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-address .container-rrss {
  display: flex;
  align-items: center;
  gap: 20px;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-address .container-rrss .wp-block-image {
  margin: 0;
  padding: 10px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: end;
  justify-content: center;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-address .container-rrss .wp-block-image img {
  max-width: 20px;
  height: auto!important;
  transition: 0.3s ease-in-out;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-address .container-rrss .wp-block-image:hover {
  border-color: #64C8DC;
  transition: 0.3s ease-in-out;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-address .container-rrss .wp-block-image:hover img {
  filter: brightness(0) invert(80%) sepia(12%) saturate(1593%) hue-rotate(146deg) brightness(90%) contrast(91%);
  transition: 0.3s ease-in-out;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu {
  position: relative;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu {
  display: flex;
  flex-direction: column;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu a {
  line-height: 28px;
  margin-bottom: 5px;
  display: block;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item {
  width: 25%;
}
@media (max-width: 781px) {
  #colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item {
    width: 100%;
  }
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item > a {
  font-size: 15px;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item:first-child .sub-menu a {
  opacity: 0.8;
  font-size: 14px;
  font-family: "Spartan-Light";
  font-weight: 300;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item:nth-child(2) {
  position: absolute;
  width: 75%;
  left: 25%;
  top: 0;
  order: 2;
}
@media (max-width: 1239px) {
  #colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item:nth-child(2) {
    position: relative;
    margin-top: -230px;
  }
}
@media (max-width: 767px) {
  #colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item:nth-child(2) {
    margin: 0;
    left: unset;
    top: unset;
    padding-top: 10px;
    width: 100%;
  }
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item:nth-child(2)::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #ffffff4d;
  position: absolute;
  left: -25px;
}
@media (max-width: 767px) {
  #colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item:nth-child(2)::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
  }
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item:nth-child(2) > .sub-menu {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item:nth-child(2) > .sub-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
    column-gap: 25px;
  }
}
@media (max-width: 500px) {
  #colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item:nth-child(2) > .sub-menu {
    flex-direction: column;
  }
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item:nth-child(2) > .sub-menu > li a {
  font-size: 14px;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item:nth-child(2) > .sub-menu > li .sub-menu {
  margin: 0;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item:nth-child(2) > .sub-menu > li .sub-menu a {
  opacity: 0.8;
  font-family: "Spartan-Light";
  font-weight: 300;
}
#colophon.site-footer aside.widget-area .widget:first-child .w-row_top .c-menu .menu > .menu-item.wpml-ls-item {
  display: none;
}
#colophon.site-footer aside.widget-area .widget:last-child * {
  font-size: 12px;
  font-family: "Spartan-Light";
  font-weight: 300;
}
@media (max-width: 781px) {
  #colophon.site-footer aside.widget-area .widget:last-child .wp-block-columns {
    gap: 0;
    text-align: center;
  }
}
#colophon.site-footer aside.widget-area .widget:last-child .wp-block-columns .c-legales {
  display: flex;
  justify-content: end;
  gap: 30px;
}
@media (max-width: 781px) {
  #colophon.site-footer aside.widget-area .widget:last-child .wp-block-columns .c-legales {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  #colophon.site-footer aside.widget-area .widget:last-child .wp-block-columns .c-legales {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
}
/* PAGES */
.home #content .s-cabecera .container-slider {
  position: relative;
}
@media (max-width: 781px) {
  .home #content .s-cabecera .container-slider {
    height: 700px;
  }
}
.home #content .s-cabecera .container-slider .c-scroll {
  position: absolute;
  left: 100px;
  bottom: 60px;
}
@media (max-width: 781px) {
  .home #content .s-cabecera .container-slider .c-scroll {
    display: none;
  }
}
.home #content .s-cabecera .container-slider .rrss {
  position: absolute;
  right: 100px;
  bottom: 50px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 781px) {
  .home #content .s-cabecera .container-slider .rrss {
    right: unset;
    left: 10px;
    bottom: 20px;
  }
}
.home #content .s-cabecera .container-slider .rrss a {
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home #content .s-cabecera .container-slider .rrss a img {
  width: 20px;
  transition: 0.3s ease-in-out;
}
.home #content .s-cabecera .container-slider .rrss a:hover {
  border-color: #64C8DC;
  transition: 0.3s ease-in-out;
}
.home #content .s-cabecera .container-slider .rrss a:hover img {
  filter: brightness(0) invert(80%) sepia(12%) saturate(1593%) hue-rotate(146deg) brightness(90%) contrast(91%);
  transition: 0.3s ease-in-out;
}
.home #content .s-cabecera .container-slider .rrss a:focus {
  background: transparent!important;
}
.home #content .s-cabecera .container-slider .slide-bg {
  width: 100%;
  height: 100%;
  max-height: 800px;
  object-fit: cover;
}
.home #content .s-cabecera .container-slider .slider {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 781px) {
  .home #content .s-cabecera .container-slider .slider {
    gap: 20px;
  }
}
.home #content .s-cabecera .container-slider .slider .swiper-slide p {
  color: #fff;
  letter-spacing: 12px;
}
.home #content .s-cabecera .container-slider .swiper-pagination {
  bottom: 50px;
  top: unset;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
.home #content .s-cabecera .container-slider .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 100%;
}
.home #content .s-cabecera .container-slider .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home #content .s-cabecera .container-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
}
.home #content .s-custom_section h2 {
  max-width: 450px;
  text-transform: none;
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-especialistas .w-custom_wrap > div {
    gap: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home #content .s-custom_section.s-especialistas .w-custom_wrap > div .c-custom_column.column-left {
  margin-bottom: 0;
}
.home #content .s-custom_section.s-especialistas .w-custom_wrap > div .c-custom_column.column-right {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-especialistas .w-custom_wrap > div .c-custom_column.column-right {
    gap: 28px;
  }
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-especialistas .w-custom_wrap > div .c-custom_column.column-right p {
    order: 2;
  }
}
.home #content .s-custom_section.s-especialistas .w-custom_wrap > div .c-custom_column.column-right figure {
  margin: 0;
}
.home #content .s-custom_section.s-especialistas .w-custom_wrap > div .c-custom_column.column-right figure.wp-block-gallery {
  flex-wrap: nowrap;
}
.home #content .s-custom_section.s-nuestras_cifras {
  background: url('/wp-content/uploads/bg-cifras.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.home #content .s-custom_section.s-nuestras_cifras .c-container {
  gap: 75px;
}
@media (min-width: 425px) and (max-width: 781px) {
  .home #content .s-custom_section.s-nuestras_cifras .c-container {
    gap: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home #content .s-custom_section.s-nuestras_cifras .c-container .c-custom_column.column-right .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-nuestras_cifras .c-container .c-custom_column.column-right .wp-block-columns {
    gap: 20px;
  }
}
.home #content .s-custom_section.s-nuestras_cifras .c-container .c-custom_column.column-right .wp-block-columns .counter p {
  font-family: "Spartan-Light";
  font-weight: 300;
  margin: 0;
}
.home #content .s-custom_section.s-nuestras_cifras .c-container .c-custom_column.column-right .wp-block-columns .counter p strong {
  font-family: "Spartan-Bold";
  font-weight: 700;
}
.home #content .s-custom_section.s-nuestras_cifras .c-container .c-custom_column.column-right .wp-block-columns .counter p.count {
  font-size: 55px;
  letter-spacing: 5.5px;
}
.home #content .s-custom_section.s-nuestras_cifras .c-container .c-custom_column.column-right .wp-block-columns .counter p.count kbd {
  font-family: "Spartan-Light";
  font-weight: 300;
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-nuestras_cifras .c-container .c-custom_column.column-right .wp-block-columns .counter p.count {
    font-size: 40px;
  }
}
@media (max-width: 475px) {
  .home #content .s-custom_section.s-nuestras_cifras .c-container .c-custom_column.column-right .wp-block-columns .counter p.count {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .home #content .s-custom_section.s-nuestras_cifras .c-container .c-custom_column.column-right .wp-block-columns .counter p.count {
    font-size: 25px;
  }
}
.home #content .s-custom_section.s-vocacion_internacional {
  position: relative;
}
@media (min-width: 782px) {
  .home #content .s-custom_section.s-vocacion_internacional {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
.home #content .s-custom_section.s-vocacion_internacional .w-custom_wrap .c-custom_column .column-left {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-vocacion_internacional .w-custom_wrap .c-custom_column .column-left {
    order: 2;
    gap: 30px;
    margin-bottom: 0;
  }
}
.home #content .s-custom_section.s-vocacion_internacional::before {
  content: '';
  width: 70%;
  height: calc(100% - 35px);
  background-color: #F4F4F4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-vocacion_internacional::before {
    width: 100%;
    height: 80%;
    top: 20%;
  }
}
.home #content .s-custom_section.s-areas_practicas .w-custom_wrap .c-box {
  margin: 0;
}
.home #content .s-custom_section.s-areas_practicas .w-custom_wrap .c-custom_column {
  margin-bottom: 40px;
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-areas_practicas .w-custom_wrap .c-custom_column {
    margin-bottom: 30px !important;
  }
}
.home #content .s-custom_section.s-areas_practicas .w-custom_wrap .c-custom_column .wp-block-column {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.home #content .s-custom_section.s-areas_practicas .w-custom_wrap .c-custom_column .wp-block-column .areas-tabs {
  flex-wrap: nowrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .home #content .s-custom_section.s-areas_practicas .w-custom_wrap .c-custom_column .wp-block-column .areas-tabs {
    gap: 10px;
  }
}
.home #content .s-custom_section.s-areas_practicas .w-custom_wrap .c-custom_column .wp-block-column .areas-tabs .tab {
  width: 50%;
}
.home #content .s-custom_section.s-areas_practicas .w-custom_wrap .c-custom_column .wp-block-column .areas-tabs .tab a.wp-element-button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Spartan";
  font-weight: 400;
  font-size: 18px;
  background: transparent;
  border: 1px solid #0A64AA !important;
  color: #0A64AA;
  padding: 0;
}
.home #content .s-custom_section.s-areas_practicas .w-custom_wrap .c-custom_column .wp-block-column .areas-tabs .tab a.wp-element-button:hover {
  background-color: #0A64AA !important;
  color: #fff !important;
  border: 1px solid #0A64AA;
}
.home #content .s-custom_section.s-areas_practicas .w-custom_wrap .c-custom_column .wp-block-column .areas-tabs .tab a.wp-element-button::after,
.home #content .s-custom_section.s-areas_practicas .w-custom_wrap .c-custom_column .wp-block-column .areas-tabs .tab a.wp-element-button::before {
  display: none;
}
.home #content .s-custom_section.s-areas_practicas .w-custom_wrap .c-custom_column .wp-block-column .areas-tabs .tab.active a.wp-element-button {
  background-color: #0A64AA;
  color: #fff;
  border: 1px solid #0A64AA;
}
.home #content .s-custom_section.s-areas_practicas .w-custom_wrap #s-sectores_content {
  display: none;
}
.home #content .s-custom_section.s-latam_desk {
  background: #043050;
  background: linear-gradient(180deg, #043050 50%, #f4f4f4 50%);
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-latam_desk {
    background: linear-gradient(180deg, #043050 35%, #f4f4f4 35%);
  }
}
.home #content .s-custom_section.s-latam_desk .w-custom_wrap .c-custom_column {
  gap: 0;
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-latam_desk .w-custom_wrap .c-custom_column .column-left {
    margin-bottom: 0;
  }
}
.home #content .s-custom_section.s-latam_desk .w-custom_wrap .c-custom_column .column-left figure {
  height: 100%;
}
.home #content .s-custom_section.s-latam_desk .w-custom_wrap .c-custom_column .column-left figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home #content .s-custom_section.s-latam_desk .w-custom_wrap .c-custom_column .column-right {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-latam_desk .w-custom_wrap .c-custom_column .column-right {
    padding: 20px !important;
  }
}
.home #content .s-custom_section.s-form {
  background: linear-gradient(0deg, rgba(10, 100, 170, 0.45) 0%, rgba(10, 100, 170, 0.45) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) -9.49%, rgba(0, 0, 0, 0) 43.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url('/wp-content/uploads/bg-form.jpg'), lightgray -113.183px -308.827px / 115.698% 223.039% no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home #content .s-custom_section.s-form .w-custom_wrap {
  max-width: 1178px;
}
.home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-top {
  margin-bottom: 40px;
}
.home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-top > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-middle {
  margin-bottom: 50px;
}
.home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-middle > div {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-middle > div {
    flex-direction: column;
  }
}
.home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-middle > div p a,
.home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-middle > div p a img {
  text-decoration: none;
  background: transparent;
}
.home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-middle > div p img {
  margin-right: 10px;
}
.home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-middle > div p:last-of-type img {
  width: 28px!important;
}
.home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-bottom > div p.show-form {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-bottom > div p.show-form img {
  transition: 0.3s ease-in-out;
}
.home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-bottom > div p.show-form::after {
  content: url('/wp-content/uploads/ico-arrow.svg');
  position: absolute;
  right: 0;
  transition: 0.3s ease-in-out;
  transform: rotate(0);
}
.home #content .s-custom_section.s-form .w-custom_wrap .c-custom_column.row-bottom > div .wpcf7 {
  display: none;
}
.home #content .s-custom_section.s-form.showing .w-custom_wrap .c-custom_column.row-bottom p.show-form img {
  opacity: 0;
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
.home #content .s-custom_section.s-form.showing .w-custom_wrap .c-custom_column.row-bottom p.show-form::after {
  content: url('/wp-content/uploads/close-form.svg');
  transition: 0.3s ease-in-out;
  transform: rotate(180deg);
}
@media (max-width: 781px) {
  .home #content .s-custom_section.s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
  }
}
.home #content .s-custom_section.s-logos {
  padding-top: 35px;
  padding-bottom: 35px;
}
.home #content .s-custom_section.s-logos .wp-block-gallery .wp-block-image {
  width: auto;
  margin: 0;
}
.home #content .s-custom_section.s-logos .wp-block-gallery .wp-block-image img {
  width: fit-content;
  margin: auto;
}
.error404 #content .s-cabecera_custom {
  display: none;
}
.error404 #content .s-custom_section {
  padding: 250px 0;
  background: linear-gradient(0deg, rgba(10, 100, 170, 0.45) 0%, rgba(10, 100, 170, 0.45) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) -9.49%, rgba(0, 0, 0, 0) 43.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url('/wp-content/uploads/bg-404.jpg'), lightgray 50% / cover no-repeat;
}
@media (max-width: 781px) {
  .error404 #content .s-custom_section {
    padding: 200px 0;
    padding-bottom: 100px;
  }
}
.error404 #content .s-custom_section .c-custom_column > .column-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.error404 #content .s-custom_section h1,
.error404 #content .s-custom_section p {
  color: #fff;
  margin: 0!important;
}
.error404 #content .s-custom_section h1 {
  font-family: "Spartan-Bold";
  font-weight: 700;
}
.error404 #content .s-custom_section a.wp-element-button {
  color: #fff !important;
  border-color: #fff;
}
.error404 #content .s-custom_section a.wp-element-button::before {
  background: #fff;
}
.error404 #content .s-custom_section a.wp-element-button::after {
  border-color: #fff;
}
@media (min-width: 782px) {
  .page-id-18 #content .s-quienes_somos .c-custom_column.row-top,
  .page-id-1709 #content .s-quienes_somos .c-custom_column.row-top {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-id-18 #content .s-quienes_somos .c-custom_column.row-bottom,
.page-id-1709 #content .s-quienes_somos .c-custom_column.row-bottom {
  justify-content: end;
}
.page-id-18 #content .s-destacamos,
.page-id-1709 #content .s-destacamos {
  background: linear-gradient(0deg, rgba(10, 100, 170, 0.4) 0%, rgba(10, 100, 170, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), url('/wp-content/uploads/descatamos-la-firma.jpg'), lightgray 0px -230.259px / 100% 299.627% no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 321px;
}
.page-id-18 #content .s-destacamos h4,
.page-id-1709 #content .s-destacamos h4 {
  color: #fff;
  font-size: var(--26-22);
  font-family: "Spartan-Medium";
  font-weight: 500;
}
.page-id-18 #content .s-staff,
.page-id-1709 #content .s-staff {
  padding-top: 140px;
}
.page-id-18 #content .s-staff .c-custom_column,
.page-id-1709 #content .s-staff .c-custom_column {
  position: relative;
}
.page-id-18 #content .s-staff .c-custom_column p,
.page-id-1709 #content .s-staff .c-custom_column p {
  margin-bottom: 10px;
}
@media (max-width: 781px) {
  .page-id-18 #content .s-staff .c-custom_column,
  .page-id-1709 #content .s-staff .c-custom_column {
    gap: 0;
  }
}
.page-id-18 #content .s-staff .c-custom_column .column-right .box-float,
.page-id-1709 #content .s-staff .c-custom_column .column-right .box-float {
  position: absolute;
  top: -40%;
  right: 0;
  width: 342px;
  height: 342px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-18 #content .s-staff .c-custom_column .column-right .box-float img,
.page-id-1709 #content .s-staff .c-custom_column .column-right .box-float img {
  width: 100%;
  max-width: 170px;
}
@media (max-width: 1239px) {
  .page-id-18 #content .s-staff .c-custom_column .column-right .box-float,
  .page-id-1709 #content .s-staff .c-custom_column .column-right .box-float {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 959px) {
  .page-id-18 #content .s-staff .c-custom_column .column-right .box-float,
  .page-id-1709 #content .s-staff .c-custom_column .column-right .box-float {
    width: 200px;
    height: 200px;
  }
  .page-id-18 #content .s-staff .c-custom_column .column-right .box-float img,
  .page-id-1709 #content .s-staff .c-custom_column .column-right .box-float img {
    width: 60%;
  }
}
@media (max-width: 781px) {
  .page-id-18 #content .s-staff .c-custom_column .column-right .box-float,
  .page-id-1709 #content .s-staff .c-custom_column .column-right .box-float {
    display: none;
  }
}
.page-id-18 #content .s-vision *,
.page-id-1709 #content .s-vision * {
  color: #fff;
}
.page-id-18 #content .s-vision .row-top,
.page-id-1709 #content .s-vision .row-top {
  margin-bottom: 60px;
}
.page-id-18 #content .s-vision .row-bottom .column-left h3,
.page-id-1709 #content .s-vision .row-bottom .column-left h3 {
  margin-bottom: 40px;
}
.page-id-18 #content .s-vision .row-bottom .column-left p,
.page-id-1709 #content .s-vision .row-bottom .column-left p {
  max-width: 400px;
}
.page-id-18 #content .s-vision .row-bottom .column-right *,
.page-id-1709 #content .s-vision .row-bottom .column-right * {
  font-family: "Spartan-Light";
  font-weight: 300;
}
.page-id-18 #content .s-vision .row-bottom .column-right .wp-block-media-text,
.page-id-1709 #content .s-vision .row-bottom .column-right .wp-block-media-text {
  margin-bottom: 70px;
}
.page-id-18 #content .s-vision .row-bottom .column-right .wp-block-media-text:last-child,
.page-id-1709 #content .s-vision .row-bottom .column-right .wp-block-media-text:last-child {
  margin-bottom: 0;
}
.page-id-18 #content .s-vision .row-bottom .column-right .wp-block-media-text figure,
.page-id-1709 #content .s-vision .row-bottom .column-right .wp-block-media-text figure {
  max-width: 80px;
}
@media (max-width: 600px) {
  .page-id-18 #content .s-vision .row-bottom .column-right .wp-block-media-text figure,
  .page-id-1709 #content .s-vision .row-bottom .column-right .wp-block-media-text figure {
    max-width: 50px;
    margin-bottom: 20px;
  }
}
.page-id-18 #content .s-vision .row-bottom .column-right .wp-block-media-text .wp-block-media-text__content,
.page-id-1709 #content .s-vision .row-bottom .column-right .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  padding-left: 60px;
}
@media (max-width: 600px) {
  .page-id-18 #content .s-vision .row-bottom .column-right .wp-block-media-text .wp-block-media-text__content,
  .page-id-1709 #content .s-vision .row-bottom .column-right .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.page-id-18 #content .s-vision .row-bottom .column-right p,
.page-id-1709 #content .s-vision .row-bottom .column-right p {
  margin: 0;
}
.page-id-18 #content .s-vision .row-bottom .column-right p:first-of-type,
.page-id-1709 #content .s-vision .row-bottom .column-right p:first-of-type {
  margin-bottom: 20px;
}
.page-id-18 #content .s-valores .c-custom_column .column-left h3,
.page-id-1709 #content .s-valores .c-custom_column .column-left h3 {
  margin-bottom: 40px;
}
.page-id-18 #content .s-equipo h3,
.page-id-1709 #content .s-equipo h3 {
  margin-bottom: 50px;
}
.page-id-18 #content .s-equipo .c-equipo_list,
.page-id-1709 #content .s-equipo .c-equipo_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  column-gap: 30px;
}
@media (max-width: 781px) {
  .page-id-18 #content .s-equipo .c-equipo_list,
  .page-id-1709 #content .s-equipo .c-equipo_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 475px) {
  .page-id-18 #content .s-equipo .c-equipo_list,
  .page-id-1709 #content .s-equipo .c-equipo_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-id-18 #content .s-equipo .c-equipo_list .post .content-img img,
.page-id-1709 #content .s-equipo .c-equipo_list .post .content-img img {
  width: 100%;
  max-height: 439px;
  object-fit: cover;
  margin-bottom: 20px;
}
.page-id-18 #content .s-equipo .c-equipo_list .post .content-post,
.page-id-1709 #content .s-equipo .c-equipo_list .post .content-post {
  border-left: 3px solid #64C8DC;
  padding-left: 20px;
  position: relative;
}
.page-id-18 #content .s-equipo .c-equipo_list .post .content-post h5,
.page-id-1709 #content .s-equipo .c-equipo_list .post .content-post h5 {
  padding: 0;
  font-size: 20px;
  font-family: "Spartan-Bold";
  font-weight: 700;
}
.page-id-18 #content .s-equipo .c-equipo_list .post .content-post .ver-mas,
.page-id-1709 #content .s-equipo .c-equipo_list .post .content-post .ver-mas {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.page-id-18 #content .s-equipo .c-equipo_list .post:hover .content-post .ver-mas,
.page-id-1709 #content .s-equipo .c-equipo_list .post:hover .content-post .ver-mas {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s ease-in-out;
}
.single-post .post-navigation {
  display: none;
}
.single-post #content .s-custom_section .w-custom_wrap {
  max-width: 1170px;
  padding: 0;
}
.single-post #content .entry-header {
  padding-top: 200px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border: none;
}
@media (max-width: 959px) {
  .single-post #content .entry-header {
    padding-top: 170px;
  }
}
@media (max-width: 781px) {
  .single-post #content .entry-header {
    padding-top: 70px;
  }
}
.single-post #content .entry-header .s-custom_section .w-custom_wrap .c-custom_column {
  gap: 80px;
}
@media (max-width: 1239px) {
  .single-post #content .entry-header .s-custom_section .w-custom_wrap .c-custom_column {
    gap: 30px;
  }
}
@media (max-width: 959px) {
  .single-post #content .entry-header .s-custom_section .w-custom_wrap .c-custom_column {
    flex-wrap: wrap;
  }
}
.single-post #content .entry-header .s-custom_section .w-custom_wrap .c-custom_column .left {
  max-width: 320px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 959px) {
  .single-post #content .entry-header .s-custom_section .w-custom_wrap .c-custom_column .left {
    max-width: 100%;
  }
}
.single-post #content .entry-header .s-custom_section .w-custom_wrap .c-custom_column .left .category {
  color: #fff;
  font-size: var(--14-12);
  font-style: normal;
  line-height: 1.4;
  background-color: #64C8DC;
  border-radius: 3px;
  padding: 5px 15px;
  width: fit-content;
  font-family: "Spartan";
  font-weight: 400;
}
@media (max-width: 959px) {
  .single-post #content .entry-header .s-custom_section .w-custom_wrap .c-custom_column .left .category {
    margin-bottom: 20px;
  }
}
.single-post #content .entry-header .s-custom_section .w-custom_wrap .c-custom_column .left .date {
  margin-top: auto;
  color: #9c9c9c;
  font-family: "Spartan-Light";
  font-weight: 300;
  font-size: var(--14-12);
  margin-bottom: 20px;
  line-height: normal;
}
.single-post #content .entry-header .s-custom_section .w-custom_wrap .c-custom_column .left h1 {
  font-size: var(--26-22);
  font-family: "Spartan-Bold";
  font-weight: 700;
}
.single-post #content .entry-header .s-custom_section .w-custom_wrap .c-custom_column .right {
  position: relative;
}
.single-post #content .entry-header .s-custom_section .w-custom_wrap .c-custom_column .right .img-thumbnail {
  width: 100%;
  margin: 0;
}
.single-post #content .entry-header .s-custom_section .w-custom_wrap .c-custom_column .right a.back {
  position: absolute;
  bottom: -40px;
  right: 0;
  color: #0A64AA;
  text-decoration: none;
}
.single-post #content .entry-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-post #content .entry-content .w-custom_wrap .c-custom_column {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
}
.single-post #content .entry-content .w-custom_wrap .c-custom_column ul,
.single-post #content .entry-content .w-custom_wrap .c-custom_column ol {
  line-height: normal;
}
.single-post #content .entry-content .w-custom_wrap .c-custom_column ul li,
.single-post #content .entry-content .w-custom_wrap .c-custom_column ol li {
  margin-bottom: 10px;
}
.single-post #content .entry-content .w-custom_wrap .c-custom_column h4 {
  margin-bottom: 20px;
  letter-spacing: normal;
  text-transform: unset;
  font-family: "Spartan-SemiBold";
  font-weight: 600;
}
.single-post #content .entry-content .w-custom_wrap .c-custom_column h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: normal;
  text-transform: unset;
  font-family: "Spartan-SemiBold";
  font-weight: 600;
}
@media (max-width: 781px) {
  .single-post #content .entry-content .w-custom_wrap .c-custom_column {
    padding: 30px;
  }
}
.single-post #content .footer-single {
  margin: 0;
}
.single-post #content .footer-single .w-custom_wrap {
  padding-left: 80px;
  padding-right: 80px;
}
.single-post #content .footer-single .w-custom_wrap .c-rrss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.single-post #content .footer-single .w-custom_wrap .c-rrss p {
  color: #64C8DC;
  font-size: var(--14-12);
  font-family: "Spartan";
  font-weight: 400;
  margin: 0;
}
.single-post #content .footer-single .w-custom_wrap .c-rrss .rrss {
  display: flex;
  align-items: center;
  gap: 30px;
}
.single-post #content .footer-single .w-custom_wrap .c-rrss .rrss span {
  font-size: var(--14-12);
  font-family: "Spartan-Medium";
  font-weight: 500;
}
@media (max-width: 781px) {
  .single-post #content .footer-single .w-custom_wrap .c-sign {
    padding: 20px;
  }
}
.single-post #content .footer-single .w-custom_wrap .c-sign p {
  font-family: "Spartan-Medium";
  font-weight: 500;
}
.single-post #content .footer-single .w-custom_wrap .c-sign a:hover {
  text-decoration: underline;
}
.single-post #content .c-post_list {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 781px) {
  .single-post #content .c-post_list {
    display: flex;
    overflow-x: auto;
    gap: 10px;
  }
}
.single-equipo #content {
  margin-top: 0;
  padding-bottom: 100px;
}
.single-equipo #content .s-custom_section .w-custom_wrap {
  max-width: 1170px;
}
.single-equipo #content .s-custom_section.s-persona .w-custom_wrap > div {
  gap: 70px;
}
.single-equipo #content .s-custom_section.s-persona .w-custom_wrap > div .column-left img {
  width: 100%;
}
.single-equipo #content .s-custom_section.s-persona .w-custom_wrap > div .column-right > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-equipo #content .s-custom_section.s-persona .w-custom_wrap > div .column-right > div .title {
  border-left: 3px solid #64C8DC;
  margin: 0;
  padding-left: 30px;
}
.single-equipo #content .s-custom_section.s-persona .w-custom_wrap > div .column-right > div .title h1 {
  font-size: var(--26-22);
}
.single-equipo #content .s-custom_section.s-persona .w-custom_wrap > div .column-right > div .title h2 {
  text-transform: none;
  letter-spacing: normal;
}
.single-equipo #content .s-custom_section.s-persona .w-custom_wrap > div .column-right > div .title h2::before {
  display: none;
}
.single-equipo #content .s-custom_section.s-persona .w-custom_wrap > div .column-right > div .linkedin {
  margin: 0;
}
.single-equipo #content .s-custom_section.s-persona .w-custom_wrap > div .column-right > div .content {
  margin: 0;
}
.single-equipo #content .s-custom_section.s-persona .w-custom_wrap > div .column-right > div .content p,
.single-equipo #content .s-custom_section.s-persona .w-custom_wrap > div .column-right > div .content ul li {
  font-size: var(--14-12);
  font-weight: 300;
  line-height: 150%;
}
.single-equipo #content .s-custom_section.s-persona .w-custom_wrap > div .column-right > div .content ul {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-equipo #content .s-custom_section.s-ranked .w-custom_wrap > div {
  border-top: 1px solid rgba(29, 29, 27, 0.3);
}
.single-equipo #content .s-custom_section.s-ranked .w-custom_wrap > div .column-left .ranked {
  display: flex;
  align-items: center;
  gap: 35px;
}
.single-equipo #content .s-custom_section.s-ranked .w-custom_wrap > div .column-left .ranked p {
  font-size: var(--14-12);
  font-weight: 300;
}
.single-equipo #content .s-custom_section.s-ranked .w-custom_wrap > div .column-right .cita {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  gap: 20px;
}
.single-equipo #content .s-custom_section.s-ranked .w-custom_wrap > div .column-right .cita svg {
  height: auto;
}
.single-equipo #content .s-custom_section.s-ranked .w-custom_wrap > div .column-right .cita p {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
.page-id-20 #content .s-custom_section .w-custom_wrap,
.page-id-1892 #content .s-custom_section .w-custom_wrap {
  max-width: 1170px;
  padding: 0;
}
.page-id-20 #content .s-custom_section.s-intro .w-custom_wrap,
.page-id-1892 #content .s-custom_section.s-intro .w-custom_wrap {
  max-width: 830px;
}
.page-id-20 #content .s-custom_section.s-vocacion_internacional h4,
.page-id-1892 #content .s-custom_section.s-vocacion_internacional h4 {
  margin-bottom: 50px;
}
.page-id-20 #content .s-custom_section.s-vocacion_internacional p,
.page-id-1892 #content .s-custom_section.s-vocacion_internacional p {
  line-height: 1.65;
}
.page-id-20 #content .s-custom_section.s-vocacion_internacional figure,
.page-id-1892 #content .s-custom_section.s-vocacion_internacional figure {
  height: 100%;
}
.page-id-20 #content .s-custom_section.s-vocacion_internacional figure img,
.page-id-1892 #content .s-custom_section.s-vocacion_internacional figure img {
  max-height: 550px;
  object-fit: cover;
}
.page-id-20 #content .s-custom_section.s-xlnc_workforce .wp-block-column,
.page-id-1892 #content .s-custom_section.s-xlnc_workforce .wp-block-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.page-id-20 #content .s-custom_section.s-xlnc_workforce .wp-block-column::before,
.page-id-1892 #content .s-custom_section.s-xlnc_workforce .wp-block-column::before {
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(154, 154, 154, 0.3);
  position: absolute;
  left: -25px;
}
.page-id-20 #content .s-custom_section.s-xlnc_workforce .wp-block-column:first-child::before,
.page-id-1892 #content .s-custom_section.s-xlnc_workforce .wp-block-column:first-child::before {
  display: none;
}
.page-id-20 #content .s-custom_section.s-xlnc_workforce .wp-block-column h3,
.page-id-1892 #content .s-custom_section.s-xlnc_workforce .wp-block-column h3 {
  text-transform: none;
  letter-spacing: normal;
  font-family: "Spartan-Bold";
  font-weight: 700;
}
.page-id-20 #content .s-custom_section.s-xlnc_workforce .wp-block-column a,
.page-id-1892 #content .s-custom_section.s-xlnc_workforce .wp-block-column a {
  color: #64C8DC;
  text-decoration: underline;
}
.page-id-20 #content .s-custom_section.s-xlnc_workforce .wp-block-column p,
.page-id-1892 #content .s-custom_section.s-xlnc_workforce .wp-block-column p {
  margin: 0;
}
.page-id-20 #content .s-custom_section.s-workforce,
.page-id-1892 #content .s-custom_section.s-workforce {
  display: none;
}
.page-id-20 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column,
.page-id-1892 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column {
  background: linear-gradient(0deg, rgba(10, 100, 170, 0.45) 0%, rgba(10, 100, 170, 0.45) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) -9.49%, rgba(0, 0, 0, 0) 43.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url("/wp-content/uploads/empowering-people.jpg"), lightgray 50% / cover no-repeat;
  padding-left: 135px;
  padding-right: 135px;
}
@media (max-width: 781px) {
  .page-id-20 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column,
  .page-id-1892 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-id-20 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column > div,
.page-id-1892 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 784px;
}
.page-id-20 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column > div .wp-block-image,
.page-id-1892 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column > div .wp-block-image {
  margin: 0;
}
.page-id-20 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column > div .wp-block-image figure,
.page-id-1892 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column > div .wp-block-image figure {
  margin: 0;
}
.page-id-20 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column > div h4,
.page-id-1892 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column > div h4 {
  font-size: 46px;
}
@media (max-width: 1139px) {
  .page-id-20 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column > div h4,
  .page-id-1892 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column > div h4 {
    font-size: var(--40-36);
  }
}
.page-id-20 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column > div p,
.page-id-1892 #content .s-custom_section.s-workforce .w-custom_wrap .c-custom_column > div p {
  font-size: var(--20-14);
}
.page-id-20 #content .s-custom_section.s-mwc_global,
.page-id-1892 #content .s-custom_section.s-mwc_global {
  display: none;
}
.page-id-20 #content .s-custom_section.s-mwc_global .w-custom_wrap > div,
.page-id-1892 #content .s-custom_section.s-mwc_global .w-custom_wrap > div {
  margin-bottom: 50px;
}
.page-id-20 #content .s-custom_section.s-mwc_global .c-mwc_global > div,
.page-id-1892 #content .s-custom_section.s-mwc_global .c-mwc_global > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-id-20 #content .s-custom_section.s-mwc_global .c-mwc_global > div .wp-block-media-text__content,
.page-id-1892 #content .s-custom_section.s-mwc_global .c-mwc_global > div .wp-block-media-text__content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-id-20 #content .s-custom_section.s-mwc_global .c-mwc_global > div h3,
.page-id-1892 #content .s-custom_section.s-mwc_global .c-mwc_global > div h3 {
  text-transform: none;
  color: #0A64AA;
  letter-spacing: normal;
}
.page-id-20 #content .s-custom_section.s-mwc_global .c-mwc_global > div p,
.page-id-1892 #content .s-custom_section.s-mwc_global .c-mwc_global > div p {
  font-size: var(--16-14);
}
.page-id-871 .w-custom_wrap .wp-block-columns,
.page-id-1902 .w-custom_wrap .wp-block-columns {
  max-width: 1170px;
  margin: auto;
}
.page-id-871 .s-intro-latam .c-intro,
.page-id-1902 .s-intro-latam .c-intro {
  max-width: 850px;
  margin: auto;
}
.page-id-871 .s-intro-latam .c-intro p:last-child,
.page-id-1902 .s-intro-latam .c-intro p:last-child {
  margin: 0;
}
.page-id-871 .s-areas_custom .w-custom_wrap > div,
.page-id-1902 .s-areas_custom .w-custom_wrap > div {
  max-width: 1280px;
}
.page-id-871 .s-areas_custom .w-custom_wrap > div .c-area_custom .content .wp-block-column,
.page-id-1902 .s-areas_custom .w-custom_wrap > div .c-area_custom .content .wp-block-column {
  padding: 50px;
}
@media (max-width: 781px) {
  .page-id-871 .s-areas_custom .w-custom_wrap > div .c-area_custom .content .wp-block-column,
  .page-id-1902 .s-areas_custom .w-custom_wrap > div .c-area_custom .content .wp-block-column {
    padding: 20px !important;
  }
}
.page-id-871 .s-areas_custom .w-custom_wrap > div .c-area_custom a,
.page-id-1902 .s-areas_custom .w-custom_wrap > div .c-area_custom a {
  pointer-events: none;
}
.page-id-871 .s-areas_custom .w-custom_wrap > div .c-area_custom .wp-block-buttons,
.page-id-1902 .s-areas_custom .w-custom_wrap > div .c-area_custom .wp-block-buttons {
  display: none;
}
.page-id-871 .s-areas_custom .w-custom_wrap > div .c-area_custom:last-child,
.page-id-1902 .s-areas_custom .w-custom_wrap > div .c-area_custom:last-child {
  grid-column: 2 / 3;
}
@media (max-width: 781px) {
  .page-id-871 .s-areas_custom .w-custom_wrap > div .c-area_custom,
  .page-id-1902 .s-areas_custom .w-custom_wrap > div .c-area_custom {
    grid-area: auto;
    grid-column: auto;
  }
}
.page-id-22 #content .s-blog .w-custom_wrap .c-custom_column .inner-column {
  gap: 35px;
}
@media (max-width: 781px) {
  .page-id-22 #content .s-blog .w-custom_wrap .c-custom_column .inner-column .c-post_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.page-id-1546 #content .entry-content,
.page-id-1932 #content .entry-content,
.page-id-1933 #content .entry-content,
.page-id-3 #content .entry-content {
  padding-top: 150px;
}
@media (max-width: 781px) {
  .page-id-1546 #content .entry-content,
  .page-id-1932 #content .entry-content,
  .page-id-1933 #content .entry-content,
  .page-id-3 #content .entry-content {
    padding-top: 50px !important;
  }
}
.page-id-1546 #content .entry-content .wp-block-heading,
.page-id-1932 #content .entry-content .wp-block-heading,
.page-id-1933 #content .entry-content .wp-block-heading,
.page-id-3 #content .entry-content .wp-block-heading {
  position: relative;
  margin-bottom: 50px;
}
.page-id-1546 #content .entry-content .wp-block-heading::before,
.page-id-1932 #content .entry-content .wp-block-heading::before,
.page-id-1933 #content .entry-content .wp-block-heading::before,
.page-id-3 #content .entry-content .wp-block-heading::before {
  content: '';
  width: 40px;
  height: 3px;
  position: absolute;
  background-color: #64C8DC;
  left: 0;
  bottom: -10px;
}
.page-id-1546 #content .entry-content .wp-block-heading.center::before,
.page-id-1932 #content .entry-content .wp-block-heading.center::before,
.page-id-1933 #content .entry-content .wp-block-heading.center::before,
.page-id-3 #content .entry-content .wp-block-heading.center::before {
  left: 50%;
  transform: translateX(-50%);
}
.page-id-28112 #content h2,
.page-id-28165 #content h2 {
  font-size: var(--30-24);
}
.page-id-28112 #content .s-canal-etico .c-custom_column.row-top,
.page-id-28165 #content .s-canal-etico .c-custom_column.row-top {
  gap: 32px;
}
.page-id-28112 #content .s-canal-etico .c-custom_column.row-bottom,
.page-id-28165 #content .s-canal-etico .c-custom_column.row-bottom {
  justify-content: end;
}
.page-id-28112 #content .s-comunicacion .wp-block-column,
.page-id-28165 #content .s-comunicacion .wp-block-column {
  border-left: 1px solid #d3d3d3;
  padding-left: 35px;
}
.page-id-28112 #content .s-comunicacion ul.wp-block-list,
.page-id-28165 #content .s-comunicacion ul.wp-block-list {
  list-style: disc;
  padding-left: 20px;
}
.page-id-28112 #content .s-comunicacion ul.wp-block-list li,
.page-id-28165 #content .s-comunicacion ul.wp-block-list li {
  color: #000;
  font-family: Spartan;
  font-size: 16px;
  line-height: 125%;
}
.page-id-28112 #content .s-comunicacion ul.wp-block-list li strong a,
.page-id-28165 #content .s-comunicacion ul.wp-block-list li strong a {
  color: #0A64AA;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
