@font-face {
  font-family: Blisspro;
  src: url('../fonts/BlissPro-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Blisspro;
  src: url('../fonts/BlissPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Blisspro;
  src: url('../fonts/BlissPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Blisspro;
  src: url('../fonts/BlissPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
  --gold: #ddc144;
}

.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;
  }
}

body {
  color: #333;
  font-family: Blisspro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 36px;
}

h2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 28px;
}

h3 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  font-size: 16px;
  line-height: 15px;
}

p {
  text-align: justify;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: #8f682f;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  text-align: justify;
  margin-bottom: 10px;
}

em {
  font-style: italic;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.wrap {
  color: #252e5e;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrap.statement-ro {
  justify-content: center;
  width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 300;
  display: block;
}

.wrap.adh-logo-ro {
  z-index: 100;
  text-align: center;
  width: 80%;
  max-width: 400px;
}

.wrap.adh-logo-ro-copy {
  z-index: 100;
  text-align: center;
  max-width: 523px;
}

.wrap.statement-ro-copy {
  color: #000;
  justify-content: center;
  width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 300;
  display: block;
}

.sticky-menu {
  z-index: 9000;
  float: none;
  background-color: #000000b3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: block;
  position: fixed;
  inset: -60px 0% auto;
}

.vert-divider {
  background-color: #fff;
  width: 1px;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
}

.vert-divider.alt {
  border: 1px solid #252e5e;
  margin-left: 0;
  margin-right: 0;
}

.vert-divider.alt.nav {
  height: 20px;
}

.back-up {
  z-index: 9000;
  color: #252e5e;
  text-align: center;
  text-shadow: 0 1px 10px #000;
  border: 1px #000;
  width: 150px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  font-size: 40px;
  text-decoration: none;
  display: block;
}

.back-up.w--current {
  color: #252e5e;
}

.back-up-arrow {
  text-shadow: none;
  text-decoration: none;
  transform: rotate(-90deg);
}

.back-to-tag {
  text-transform: uppercase;
  text-shadow: none;
  font-size: 14px;
  line-height: 16px;
}

.card {
  background-color: #eaebea;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 20px;
}

.image {
  width: 38%;
}

.centrado {
  text-align: center;
  margin-top: 10px;
}

.bold-text {
  color: #252e5e;
}

.link-text {
  color: #252e5e;
  font-size: 16px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.link-text:hover {
  color: #b68845;
}

.web-adh {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.footersection {
  color: #fff;
  background-image: linear-gradient(#072f4b, #072f4b);
  padding: 40px;
  font-size: 12px;
}

.containerfooter {
  color: #fff;
  text-align: center;
}

.footertxt {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.container {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  display: flex;
}

.navbar_adh {
  background-color: #fff0;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}

.panoramic {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.imagen {
  background-color: #eaebea;
  background-image: url('../images/FLB-VD.jpg');
  background-position: 50%;
  background-size: auto;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.terms {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.div_terms {
  margin-top: 40px;
}

.paragraph-black {
  font-size: 15px;
  line-height: 20px;
}

.list_number {
  margin-top: 10px;
  list-style-type: decimal;
}

.link-text-copy {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
}

.link-text-copy:hover {
  color: #b68845;
}

.div-block {
  width: 530px;
  margin: 60px auto 59px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  p {
    margin-bottom: 30px;
  }

  .section.center {
    flex-direction: column;
  }

  .wrap.statement-ro {
    font-size: 16px;
    line-height: 22px;
  }

  .wrap.adh-logo-ro, .wrap.adh-logo-ro-copy {
    max-width: 300px;
  }

  .wrap.statement-ro-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .sticky-menu {
    padding-left: 10%;
    padding-right: 10%;
  }

  .vert-divider {
    width: 40px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .vert-divider.alt {
    width: 1px;
    height: 35px;
  }

  .card {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
    line-height: 20px;
  }

  h3 {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }

  p {
    margin-bottom: 20px;
  }

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

  .wrap.statement-ro {
    font-size: 14px;
    line-height: 20px;
  }

  .wrap.adh-logo-ro, .wrap.adh-logo-ro-copy {
    max-width: 200px;
    margin-top: 2vh;
    margin-bottom: 3vh;
  }

  .wrap.statement-ro-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .sticky-menu {
    height: 60px;
    padding-left: 0%;
    padding-right: 0%;
    top: -60px;
  }

  .vert-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .vert-divider.alt {
    margin-top: 0;
    margin-bottom: 0;
  }

  .back-up {
    width: auto;
    height: 60px;
    padding-top: 12px;
    font-size: 34px;
    bottom: 10px;
    right: 10px;
  }

  .back-up.w--current {
    width: auto;
  }

  .image {
    width: 55%;
  }

  .bold-text {
    font-size: 20px;
  }

  .navbar_adh {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 15px;
  }

  p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .wrap.adh-logo-ro, .wrap.adh-logo-ro-copy {
    margin-top: 1vh;
  }

  .footersection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list_number {
    padding-left: 30px;
  }
}


@font-face {
  font-family: 'Blisspro';
  src: url('../fonts/BlissPro-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Blisspro';
  src: url('../fonts/BlissPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Blisspro';
  src: url('../fonts/BlissPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Blisspro';
  src: url('../fonts/BlissPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}