:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #02356e;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  margin-top: 20px;
  margin-bottom: 0%;
  margin-right: 10px;
  padding: 10px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.lang {
  color: #fff;
  background-color: #02356e;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #fff0;
  background-image: url('../images/profile-back.webp');
  background-position: 50%;
  background-size: auto;
  min-height: 550px;
  max-height: 550px;
  padding-top: 0;
  padding-bottom: 0;
}

.section._4r {
  padding-left: 0;
  padding-right: 0;
}

.section.t {
  background-color: #a8c4e4;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section._3p {
  padding-top: 60px;
}

.section.r {
  background-color: #dfedfd;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  max-height: 550px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.footer {
  background-color: #02356e;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #02356e1f;
  border-radius: 5px;
  height: auto;
  min-height: auto;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.white-box.rev {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  margin-left: 75px;
  margin-right: 75px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#091633bf, #091633bf), url('../images/Banner-Alberto-Toranzo-600.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 4px solid #02356e;
  width: 100vw;
  min-height: 550px;
  max-height: 600px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #02356e;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered._1 {
  text-align: center;
}

.section-heading.centered._1.rev {
  margin-bottom: 15px;
}

.section-heading.centered._1.foot {
  color: #fff;
  max-width: 100%;
  margin-bottom: 10px;
}

.section-subheading.center {
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-subheading.center._1 {
  text-align: center;
}

.section-subheading.center._1.foot {
  color: #fff;
  max-width: 100%;
}

.section-title-group {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #02356e;
  border-top: 1px solid #dbdbdb;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto Condensed, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
}

.grid-image {
  background-color: #69b9ff00;
  border: 0 #fff;
  border-radius: 0%;
  width: 35%;
  margin: 20px auto;
  padding: 0;
  display: block;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.container {
  position: static;
}

.image {
  margin-top: 5px;
  margin-bottom: 5px;
}

.heading {
  letter-spacing: 1px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4rem;
}

.heading.t1 {
  color: #fff;
  text-align: left;
  line-height: 1.5rem;
}

.heading.rev {
  font-weight: 200;
}

.paragraph {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.paragraph.t1 {
  color: #fff;
  text-align: left;
  font-size: 1rem;
}

.paragraph.rev {
  font-style: italic;
}

.paragraph.foot {
  color: #fff;
  max-width: 100%;
  margin-bottom: 15px;
}

.column {
  min-height: 100%;
}

.column._4r {
  padding-left: 5px;
  padding-right: 5px;
}

.column-2 {
  height: auto;
  min-height: auto;
  max-height: none;
}

.column-2._4r {
  padding-left: 5px;
  padding-right: 5px;
}

.column-3 {
  min-height: 100%;
}

.column-3._4r {
  padding-left: 5px;
  padding-right: 5px;
}

.columns {
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
}

.section-2 {
  background-image: url('../images/profile-back.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.column-4 {
  background-image: url('../images/Alberto-Toranzo.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 550px;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-5 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  text-align: left;
  background-color: #004490;
  align-self: flex-start;
  width: 100px;
  height: 2px;
  margin-left: 0;
}

.paragraph-2 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.container-3 {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.column-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.container-4 {
  background-image: url('../images/consulta1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
  max-height: 150px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.container-4._1 {
  background-image: url('../images/consulta1_1.webp');
  margin-bottom: 20px;
}

.container-4._1.rev {
  background-image: url('../images/user.svg');
  background-size: contain;
  width: 150px;
  max-width: none;
  height: 150px;
  min-height: auto;
  max-height: none;
}

.container-4._2 {
  background-image: url('../images/consulta2.webp');
  margin-bottom: 20px;
}

.container-4._3 {
  background-image: url('../images/consulta3.webp');
  margin-bottom: 20px;
}

.container-4._4 {
  background-image: url('../images/consulta4.webp');
  margin-bottom: 20px;
}

.container-5 {
  position: relative;
  top: -20px;
  box-shadow: 0 2px 5px #0003;
}

.column-7 {
  background-color: #6699d2;
  padding: 25px;
}

.column-8 {
  background-color: #5d90c9;
  padding: 25px;
}

.column-9 {
  background-color: #588bc4;
  padding: 25px;
}

.column-10 {
  background-color: #5285be;
}

.columns-3 {
  background-color: #6699d2;
}

.slider {
  background-color: #ddd0;
  min-width: 960px;
  max-width: 1200px;
}

.columns-4 {
  margin-left: 0;
  margin-right: 0;
}

.slide {
  padding-left: 5px;
  padding-right: 5px;
}

.icon {
  color: #8a2727;
}

.container-6 {
  max-width: 0;
}

.columns-5 {
  min-width: 960px;
  max-width: 1200px;
}

.columns-6 {
  width: 100%;
}

.slider-2 {
  background-color: #ddd0;
  width: 500px;
  height: 450px;
}

.container-7 {
  min-width: auto;
  max-width: none;
}

.columns-7 {
  align-self: center;
  max-height: none;
}

.columns-7.foot {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding: 35px 0 0%;
  display: flex;
}

.column-11.rev {
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 3%;
  padding-right: 50px;
}

.bold-text {
  font-weight: 400;
}

.icon-2 {
  color: #02356e;
  margin-right: 0;
}

.icon-3 {
  color: #556080;
  margin-left: 0;
}

.image-2 {
  width: 50%;
  margin-top: 8px;
}

.column-12 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: auto;
  max-height: none;
  padding: 0% 0;
  display: flex;
}

.code-embed {
  min-height: auto;
  max-height: none;
}

.slide-2 {
  mix-blend-mode: normal;
  position: static;
}

.slide-3, .slide-4, .slide-5 {
  position: static;
}

.code-embed-2 {
  margin-bottom: 0;
}

.code-embed-3 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.section-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.foot {
  max-width: 1200px;
}

.image-3 {
  margin-bottom: 15px;
}

.code-embed-4 {
  width: 90%;
  height: 300px;
  margin-top: 20px;
}

.container-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.mask {
  pointer-events: auto;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section-heading.centered._1.foot {
    aspect-ratio: auto;
    white-space: normal;
    word-break: normal;
    object-fit: fill;
    align-self: center;
    max-width: none;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .paragraph.foot {
    align-self: center;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns {
    max-width: 90%;
  }

  .column-5 {
    padding-left: 20px;
  }

  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-11 {
    white-space: pre-wrap;
    word-break: normal;
  }

  .code-embed-2 {
    margin-left: 0;
  }

  .container-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .section.accent {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    max-height: none;
  }

  .section.r {
    min-height: auto;
    max-height: none;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 4rem;
    line-height: 3.6rem;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 30%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .heading.t1, .paragraph.t1 {
    text-align: center;
  }

  .columns-2 {
    flex-flow: column;
  }

  .column-5 {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .paragraph-2 {
    text-align: center;
    max-width: 90%;
  }

  .columns-7.foot {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-11 {
    padding-bottom: 35px;
  }

  .code-embed-3 {
    width: 90%;
  }

  .foot {
    max-width: none;
  }

  .code-embed-4 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 10px;
  }

  .section._4r {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section._3p {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section.r {
    width: auto;
    min-width: 100%;
    max-width: 100%;
  }

  .white-box {
    margin-top: 10px;
  }

  .white-box.rev {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    font-size: 3rem;
    line-height: 2.7rem;
  }

  .section-heading.centered {
    text-align: center;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-subheading.center._1 {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2rem;
  }

  .grid-image {
    width: 60%;
    margin-top: 0;
    padding: 0;
  }

  .heading.t1, .paragraph.t1 {
    text-align: center;
  }

  .column-4 {
    min-height: 350px;
  }

  .container-2 {
    text-align: center;
    align-self: center;
  }

  .paragraph-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    max-width: 90%;
  }

  .slider-2 {
    width: 95%;
  }

  .columns-7 {
    max-width: 90%;
  }

  .column-11 {
    padding-top: 0;
  }

  .column-11.rev {
    padding-right: 0;
  }

  .code-embed-4 {
    height: 300px;
    margin-bottom: 20px;
  }
}


