.body {
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  width: 100%;
}

body{
  position: relative;
}

.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-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 480px;
  min-height: 100vh;
  min-width: 310px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  -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;
  background-image: url("../img/home/fondo_portada.jpg");
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.home-main-container {
  width: 100%;
}

.home-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 100px;
  -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-logo {
  width: 70%;
}

.hoome-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*padding-top: 20px;*/
  padding-bottom: 20px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.home-title-letters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  -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: 'Saira Condensed', sans-serif;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 39px;
  font-weight: 500;
}

.title-room{
  font-size: 39px!important;
}

.home-language-container {
  padding-bottom: 0px;
  background: #c6a44a;
}

.div-block {
    
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -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: transparent;
}

.language-separator {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Saira Condensed', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
}

.home-link-language {
  font-family: 'Saira Condensed', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}

.container{
  padding-bottom: 70px;
}

.header-wrapper{
  position: relative;
  z-index: 1;
  background: #c6a44a;

}

.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 {
  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;
  padding-top: 100px;
}

.link-language {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 2px solid #FFFFFF;
  font-family: 'Saira Condensed', sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: none;
}

.section-language-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-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: 10px 0px;
  font-family: 'Saira Condensed', sans-serif;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 32px;
}

.nav-link-subtitle{
  padding-top: 10px;
  font-family: 'Saira Condensed';
  color: #ff7f3e;
  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 10px 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: #ff7f3e;
}

.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 10px 20px 10px;
  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-family: 'Barlow';
  width: 160px;
  width: 240px;
}

.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';
}

.presentation-title{
  font-size: 12px;
  color:white;
}
.tilte-container{
  padding-right: 10px;
}
@media screen and (min-width: 375px) and (max-width: 480px) {
  .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;
    text-align: center;
  }
  
  .language-separator{
      padding:0px 25px;
  }
}
@media screen and (min-width: 319px) and (max-width: 374px) {
  .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;
  }
  .item-title-wrapper{
    width: 160px;
  }
  .presentation-title{
    font-size: 12px;
    color:white;
  }
}