.body {
  width: 100%;
  text-decoration: none;
}



.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;
  opacity: 0.75;
}

.home-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  min-width: 310px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("../img/home/fondo_portada.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.home-header-container {
  padding-top: 50px;
}

.home-logo-wrapper {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 200px;
}

.home-language-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 0px;
  -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;
}

.home-menu-letter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.menu-letters{
  color: #00466b;
  font-size: 24px;
  font-family: 'Saira Condensed';
  font-weight: 600;

}
.room-letters {
  color: #00466b;
  font-size: 32px;
  padding: 0px 0px 10px;
  font-family: 'Saira Condensed';
  font-weight: 600;
}

.language-wrapper {
  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;
}

.home-language-wrapper {
  position: relative;
  min-width: 300px;
  border: 1px solid #00466b;
}

.text-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.language-link {
  padding: 20px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #00466b;
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-family: 'Saira Condensed';
  text-decoration: none;
}

.home-menu-letter{
  font-family: "blair_itc_medium1";
}

.sections-container {
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  min-width: 310px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../img/section/bg.jpg');
}

.section-header-container {
  position: relative;
  background: #ebeae9;
}

.section-logo-wrapper {
  position: relative;
  padding-top: 50px;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.logo-section {
  width: 100%;
}

.home-lenguage-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.section-lenguage-link {
  padding: 10px 30px;
  border: solid 1px #77868e;
  color: #77868e;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Saira Condensed';
}

.section-nav-container {
  position: relative;
  padding-bottom: 50px;
}

.brand {
  display: none;
}

.navbar {
  background-color: transparent;
}

.nav-menu {
  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;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Saira Condensed';
  color: #00466b;
}

.nav-link-subtitle{
  padding-top: 10px;
  font-family: 'Saira Condensed';
  color: #00466b;
  font-size: 18px;
}

.section-container {
  padding: 20px 10px;
}

.section-wrapper {
  -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;
  border: 1px solid #0098d0;
}

.section-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px 15px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00466b;
}

.tilte-container {
  min-width: 70px;
}

.amount-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tilte {
  padding-right: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Saira Condensed';
}

.amount {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5f504d;
  font-size: 18px;
  font-weight: 700;
  font-family: 'AbadiMTCondensed';
}

.currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5f504d;
  font-size: 18px;
  font-weight: 700;
  font-family: 'AbadiMTCondensed';
}

.items-container {
  padding: 20px 15px;
  background: #FFFFFF;
}

.item-title-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
}

.item-amount-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-amount-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notes-title {
  display: block;
  color: #6a4935;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Barlow';
}

.item-body {
  padding-top: 5px;
}

.paragraph {
  width: 80%;
  color: #8c8889;
  font-family: 'Barlow';
}

.section-notes {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #0098d0;
}

.section-notes-title {
  width: 100%;
}

.note-title {
  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;
}

.notes-description {
  padding-bottom: 2px;
}

.notes-paragram {
  width: 80%;
  margin-bottom: 0px;
  padding-left: 10px;
  color: #8c8889;
}

.notes-btn {
  display: block;
  max-width: 200px;
  padding: 10px 20px;
  border: 1px solid #0098d0;
}

.section-btn-text {
  font-size: 16px;
  text-align: center;  
  color: #274f5d;
  font-weight: 700;
  font-family: 'AbadiMTCondensed';
}

.section-image {
  padding-top: 00px;
  padding-bottom: 0px;
}

.image-2 {
  width: 100%;
}

.image-decorations{
  width: 60px;
  margin: 30px auto;
}

.footer{
  
  padding: 40px;
  text-align: center;
}
.footer-msg{
  color: #0098d0;
  font-size: 20px;
  font-family: 'Barlow';
  padding-bottom: 10px;
}
.section-wrapper-title{
  width: 80%;
  margin: 40px auto;
  padding: 10px 20px;
  color: white;
  text-align: center;
  font-size: 28px;
  font-family:'Saira Condensed';
}

.nav-link,.nav-link-subtitle{
  color:#00466b!important;
}

@media screen and (min-width: 376px) and (max-width: 479px) {
  .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;
    border: 2px solid #473024;
    border-radius: 10px;
    background-color: rgba(240, 239, 231, 0.53);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .home-language-wrapper{
    width: 280px!important;
  }
  .language-link{
     font-family: 'Saira Condensed';
    padding: 20px 20px;
    font-size: 24px;
  }
  .home-language-container{
    margin-bottom: 20px;
  }
  .home-logo-wrapper {
    width: 170px;
    margin-right: auto;
    margin-left: auto;
  }
}



@font-face {
  font-family: 'abadi_condensed_light';
  src: url('../fonts/abadi-mt-condensed-light.ttf') format('truetype'), 
  url('../fonts/abadi-mt-condensed-light.ttf') format('opentype');  
}
@font-face {
  font-family: 'AbadiMTCondensed';
  src: url('../fonts/AbadiMTCondensed.ttf') format('truetype'), 
  url('../fonts/AbadiMTCondensed.ttf') format('opentype');  
}
@font-face {
  font-family: 'blair_itc_medium1';
  src: url('../fonts/blair_itc_medium1.ttf') format('truetype'), 
  url('../fonts/blair_itc_medium1.ttf') format('opentype');  
}