.bgc-primary {
  background-color: #5ab9b9; }

.color-primary,
.color-primary a {
  color: #5ab9b9; }

.bgc-secondary {
  background-color: #ec9bad; }

.color-secondary,
.color-secondary a {
  color: #ec9bad; }

.bgc-primary-light {
  background-color: #c0e8e8; }

.color-primary-light,
.color-primary-light a {
  color: #c0e8e8; }

.bgc-white {
  background-color: #fff; }

.color-white,
.color-white a {
  color: #fff; }

.bgc-black {
  background-color: #000; }

.color-black,
.color-black a {
  color: #000; }

.bgc-danger {
  background-color: #d00; }

.color-danger,
.color-danger a {
  color: #d00; }

.op-6 {
  opacity: 0.6; }

body {
  overflow-x: hidden; }

section {
  padding: 70px 0;
  position: relative;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px); }

.anchor-section {
  display: block;
  height: 0;
  width: 100%;
  position: absolute;
  top: 0; }

@media screen and (max-width: 1400px) {
  section {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); } }

.main-header {
  height: 100px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff; }
  .main-header .main-header-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px 0 10px; }
  .main-header .main-row {
    height: 100px; }

.menu-toggler {
  display: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center; }

.main-logo {
  display: block;
  height: 70px; }
  .main-logo img {
    display: block;
    width: auto;
    height: 100%; }

.main-menu {
  margin: 0;
  padding: 0; }
  .main-menu .main-menu_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .main-menu ul {
    list-style: inside none none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .main-menu ul li a {
      padding: 0.5em 0.8em;
      font-size: 17px;
      display: block;
      font-weight: bold;
      color: #5ab9b9;
      text-decoration: none; }
    .main-menu ul li.li-btn {
      margin-right: 1em; }
      .main-menu ul li.li-btn a {
        background-color: #5ab9b9;
        color: #fff;
        border-radius: 2em;
        text-decoration: none;
        padding: 0.5em 1.3em; }
    .main-menu ul li.ic {
      margin-right: 1em; }
      .main-menu ul li.ic a {
        padding: 0;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-color: #ddd;
        overflow: hidden;
        text-indent: -999px; }
      .main-menu ul li.ic.linked-in a {
        background-color: #00f; }
      .main-menu ul li.ic.linked-in a {
        background-color: #00f; }

@media screen and (max-width: 1400px) {
  .main-header {
    height: 50px; }
    .main-header .main-row {
      height: 50px; }
  .main-logo {
    height: 35px; }
  .menu-toggler {
    display: block;
    margin-left: auto;
    font-size: 20px; }
  .main-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 360px;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    padding: 0 20px; }
    .main-menu .main-menu_row {
      display: block; }
      .main-menu .main-menu_row .main-menu_col {
        margin-bottom: 15px; }
    .main-menu ul {
      display: block; }
      .main-menu ul li a {
        padding: 0.8em 0; }
    .main-menu.mobile-visible {
      display: block; } }

.main-footer {
  background-color: #5ab9b9;
  color: #fff;
  padding: 25px 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px); }
  .main-footer a {
    color: #fff; }
  .main-footer .footer-title {
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 1em; }
  .main-footer .footer-phone,
  .main-footer .footer-email {
    font-size: 20px; }
  .main-footer .footer-email {
    margin-bottom: 15px; }
  .main-footer .footer-copy {
    font-size: 20px;
    margin-bottom: 20px; }

@media screen and (max-width: 1400px) {
  .main-footer {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); } }

.btn {
  border-radius: 24px;
  font-weight: bold;
  padding: 10px 18px; }
  .btn.btn-white {
    background-color: #fff;
    color: #5ab9b9; }
  .btn.btn-primary {
    background-color: #5ab9b9;
    border-color: transparent; }
    .btn.btn-primary:hover {
      background-color: #90d0d0; }

.wpforms-submit {
  border-radius: 24px !important;
  font-weight: bold !important;
  padding: 10px 32px !important;
  background-color: #5ab9b9 !important;
  border-color: transparent !important; }
  .wpforms-submit:hover {
    background-color: #90d0d0 !important; }

body {
  font-family: "Montserrat", sans-serif; }

h1,
.h1 {
  font-size: 48px; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  color: #5ab9b9; }
  h1 mark,
  .h1 mark,
  h2 mark,
  .h2 mark,
  h3 mark,
  .h3 mark,
  h4 mark,
  .h4 mark {
    font-weight: bold; }

p strong {
  font-weight: bold; }

@media screen and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 36px; } }

.wp-block-lazyblock-img-bg,
.img-bg {
  width: 100%;
  height: 100%; }

.img-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ccc; }
  .img-bg.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

.bg-content {
  position: relative;
  z-index: 4; }

.pres-text-content {
  width: 100%;
  height: 100%;
  background-color: #5ab9b9;
  color: #fff;
  padding: 160px 20%; }
  .pres-text-content h1 {
    color: #fff; }
  .pres-text-content h2 {
    color: #c0e8e8;
    font-weight: bold; }

@media screen and (max-width: 1200px) {
  .pres-text-content {
    padding: 60px 15%; } }

.gestion-item {
  padding: 0 30px 40px; }
  .gestion-item img {
    margin-bottom: 20px; }
  .gestion-item h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px; }
  .gestion-item p {
    font-size: 14px;
    font-weight: bold; }

.section-disegno {
  background-color: #c0e8e8; }
  .section-disegno .disegno-content {
    padding: 0 2% 0 38%; }
  .section-disegno h2 {
    color: #324158;
    font-weight: bold; }
  .section-disegno img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto; }

@media screen and (max-width: 1200px) {
  .section-disegno .disegno-content {
    padding: 0 40px 30px; } }

.feature-item {
  padding: 0 20px 40px; }
  .feature-item h3 {
    margin: 0;
    font-weight: bold;
    color: #000;
    font-size: 20px; }
  .feature-item .feature-item-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    position: relative; }
    .feature-item .feature-item-icon figure {
      position: absolute;
      top: 50%;
      left: 20%;
      display: block;
      width: 100%;
      height: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0; }

.post-box {
  position: relative;
  margin-bottom: 30px; }
  .post-box .post-box-image {
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    position: relative;
    overflow: hidden;
    background-color: #ccc;
    background-color: #5ab9b9; }
    .post-box .post-box-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
  .post-box .post-box-text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #5ab9b9;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s; }
    .post-box .post-box-text h3 {
      color: #fff;
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 4px; }
  .post-box:hover .post-box-text {
    padding-bottom: 80px; }

.hexagon-graph img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto; }

.faq-box {
  background: rgba(90, 185, 185, 0.07);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px; }
  .faq-box h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px; }

section.section-form {
  -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1); }

.form-container {
  max-width: 600px;
  margin: 0 auto; }

.logro-box {
  text-align: center;
  padding: 30px 25% 50px;
  position: relative; }
  .logro-box .logro-box-content {
    position: relative;
    z-index: 5; }
  .logro-box h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1em; }
  .logro-box p {
    font-size: 18px;
    margin-bottom: 1.4em; }
  .logro-box .img-bg {
    opacity: 0.4; }
  .logro-box.logro-box-left {
    background-color: #373f50;
    color: #c0e8e8; }
    .logro-box.logro-box-left h2 {
      color: #c0e8e8; }
  .logro-box.logro-box-right h2 {
    color: #000; }
  .logro-box.logro-box-right img {
    max-width: 100px; }

@media screen and (max-width: 768px) {
  .logro-box {
    padding: 30px 25px; } }

.impacto-content {
  text-align: center;
  color: #fff;
  padding: 180px 0; }
  .impacto-content h2 {
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.8em; }
  .impacto-content p {
    margin-bottom: 2.2em; }
