/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
   a {
      text-decoration: none !important;
   }
   .body {
    width: 100%;  
    height: 100vh;
    background-color: #d0b8a3;
  }
  
  .btn-up {
    position: fixed;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .home-container {
    width: 100%;
    height: 100%;
    min-width: 310px;
    max-width: 480px;
    min-height: 100vh;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 5px solid #004c7b;

    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    margin:0px auto;
  }
  
  .sections-main-container {
    width: 100%;
    min-width: 310px;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    background-color: #dcd4ca;
  }
  
  .section-image-decoration-wraper {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  
  .logo {
    width: 30%;
    height: 100px;
  }
  
  .section-menu-container {
    padding-bottom: 40px;
  }
  
  .brand {
    display: none;
  }
  
  .nav-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .section-menu-wrapper {
    background-color: transparent;
  }
  
  .section-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  
  .nav-menu-link {
    padding: 0px;
    font-family: Barlow, sans-serif;
    color: #024e7c;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  
  .section-description {
    position: relative;
    padding: 50px 10px;
  }
  
  .link-wrapper {
    padding: 5px 0px;
  }
  .menu-separator{
    color:#024e7c; 
    padding: 0px 5px;
  }
  .title-section {
    position: static;
    left: 0%;
    top: -15px;
    right: 0%;
    bottom: auto;
    display: inline-block;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dcd4ca;
    font-family: Barlow, sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    font-weight: bold;
    max-width: 320px;
  }
  
  .section-title-wrapper {
    position: absolute;
    left: 0%;
    top: -20px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  
  .section-item-title-amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .title-item {
    width: 100%;
    font-family: Montserrat, sans-serif;
    color: #004c7b;
    font-size: 15px;
    font-weight: 600;
    padding-right: 20px;
  }
  
  .amount-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  
  .acurrecy-item {
    font-family: Montserrat, sans-serif;
    color: #004c7b;
    font-size: 18px;
  }
  
  .amount-item {
    max-width: 100px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    color: #004c7b;
    font-size: 18px;
  }
  
  .paragraph {
    width: 75%;
    color: #004c7b;
    font-size: 14px;
    text-align: left;
    font-family: Barlow, sans-serif;
  }
  
  .item-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .home-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 310px;
    max-width: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d0b8a3;
  }
  
  .header-image-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
  
  .home-image {
    height: 150px; 
  }
  .home-image-bottom {
    height: 90px;
  }
  
  .home-logo-wrapper {
    text-align: center;
  }
  
  .home-logo {
    width: 100%;
    max-width: 60%;
    min-width: 250px;
  }
  
  .home-language-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .home-language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 470px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .language_link {
    position: static;
    font-family: Barlow, sans-serif;
    color: #b68d39;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
  }
  
  .language-separator {
    padding-right: 10px;
    padding-left: 10px;
    color: #b68d39;
  }
  
  .home-separator {
    width: 100%;
    height: 100px;
  }
  
  .home-sub-logo-wrapper {
    width: 100%;
    text-align: center;
  }
  
  .image {
    width: 100px;
    height: 100px;
  }
  
  .footer-image-wrapper {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  
  .section-wrapper-content {
    position: relative;
    padding: 20px;
    border: 2px solid #c8b184;
  }
  
  .section-margin-wrapper {
    position: relative;
    padding: 20px;
    background-color: #dcd4ca;
  }
  
  .items-wrapper {
    padding-top: 40px;
  }
  
  .secton-image-decoration {
    width: 70px !important;
    /*height: 35px;*/
  }
  .separator-menu{
    padding: 0px;
    font-family: Barlow, sans-serif;
    color: #024e7c;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 0px 5px;
  }

  .footer{
    padding: 20px 20px;
    text-align: center;
    color: #024e7c!important
  }

  .btn-up {
    position: fixed;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.75;    
}
.language-selector{
  width: 100%;
  text-align: center;
  align-items: center;
  padding: 0px;
  font-family: Barlow, sans-serif;
  color: #024e7c;
  
}
.language-item{
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  color: #024e7c;
}
.language-selector a:visited{
  text-decoration: none!important;
  color: #024e7c;
}
  
.section-sub-nodo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  padding-right: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sub-nodo-amount-item {
  max-width: 100px;
  /*padding-right: 10px;*/
  font-family: Montserrat, sans-serif;
  color: #004c7b;
  font-size: 18px;
}

.sub-nodo-acurrecy-item {
  font-family: Montserrat, sans-serif;
  color: #004c7b;
  font-size: 18px;
}

.sub-nodo-title-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Barlow, sans-serif;
  color: #004c7b;
  font-size: 16px;
  font-weight: 400;
}
.section-note-wrapper{
  width: 100%;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #004c7b;
  font-size: 15px;
  font-weight: 600;
  
}
.paragraph-notes {
    width: 100%;
    padding: 5px 20px;
    color: #004c7b;
    font-size: 14px;
    text-align: left;
    font-family: Barlow, sans-serif;
    text-align: center;
}

  @media screen and (max-width: 479px) {
    .nav-menu-wrapper{
      width: 320px !important;
    }
    .home-separator{
      height: 50px;
    }
    .image {
      width: 70px;
      height: 70px;
    }
    .home-image {
      height: 150px; 
    }
    .home-image-bottom {
     
      height: 100px;
    }
  }
  @media screen and (max-width: 430px) {
    .home-image {
      height: 150px; 
    }
    .home-image-bottom {
     
      height: 100px;
    }
    .btn-up {
      position: fixed;
      left: auto;
      top: auto;
      right: 20px;
      bottom: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 70px;
      height: 70px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      
    }
    .nav-menu-wrapper{
      width: 320px !important;
    }
    .home-separator{
      height: 50px;
    }
  }
  @media screen and (max-width: 350px) {
    .nav-menu-wrapper{
      width: 320px !important;
    }
    .home-separator{
      height: 50px;
    }
    .home-image {
      height: 150px; 
    }
    .home-image-bottom {
     
      height: 100px;
    }
  }
  @font-face {
    font-family: 'Ocrb';
    src: url('https://uploads-ssl.webflow.com/5ece94e3d645614df183e6f2/5ed5be7905af1dea9b58dbf9_OCRB-Regular.ttf') format('truetype'), url('https://uploads-ssl.webflow.com/5ece94e3d645614df183e6f2/5ed5bdf36456318240a5b24c_OCRB.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }