@font-face {
  font-family: "flamebold";
  src: url("../fonts/flame-bold-webfont.woff2") format("woff2"), url("../fonts/flame-bold-webfont.woff") format("woff"), url("../fonts/flame-bold-webfont.ttf") format("truetype"), url("../fonts/flame-bold-webfont.svg#flamebold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "flameregular";
  src: url("../fonts/flame-regular-webfont.woff2") format("woff2"), url("../fonts/flame-regular-webfont.woff") format("woff"), url("../fonts/flame-regular-webfont.ttf") format("truetype"), url("../fonts/flame-regular-webfont.svg#flameregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "flame_sansregular";
  src: url("../fonts/flamesans-regular-webfont.woff2") format("woff2"), url("../fonts/flamesans-regular-webfont.woff") format("woff"), url("../fonts/flamesans-regular-webfont.ttf") format("truetype"), url("../fonts/flamesans-regular-webfont.svg#flame_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 1200px) {
  .boxs__container {
    max-width: 650px;
    padding: 150px 30px 0;
  }
  .boxs__container .item {
    max-width: 500px !important;
    padding: 35px 50px !important;
  }
  .boxs__container .item:before {
    width: 184px !important;
    height: 100px !important;
    top: -78px !important;
  }
  .boxs__container .item .title {
    font-size: 34px;
    line-height: 38px;
    font-weight: 400;
  }
  .boxs__container .item .text {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }
  .price__container {
    max-width: 90%;
  }
  .price__container--right:before {
    width: 130px;
  }
  .reservation__container {
    max-width: 90%;
    grid-template-columns: repeat(2, 1fr);
  }
  .reservation__container .title {
    font-size: 54px;
    line-height: 56px;
    font-weight: 400;
  }
  .btn {
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 990px) {
  .price__container {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .price__container--right:before {
    width: 100px;
  }
  .price__container--right ul li {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }
  .price__container--right .title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
  }
  .price__container--left, .price__container--left.es, .price__container--left.en {
    background-position: center left;
  }
  .content__container {
    max-width: 60%;
  }
  .content__container span {
    text-transform: uppercase;
  }
  .content__title {
    font-size: 38px;
    line-height: 42px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 768px) {
  .boxs__container {
    padding-top: 120px;
    max-width: 90%;
  }
  .boxs__container .item {
    padding: 35px 50px !important;
    max-width: 100% !important;
    width: 100%;
  }
  .boxs__container .item:before {
    width: 117px !important;
    height: 80px !important;
    top: -61px !important;
  }
  .boxs__container .item.item-left:before {
    left: -23px !important;
  }
  .boxs__container .item.item-right:before {
    right: -20px !important;
  }
  .boxs__container .item .title {
    font-size: 34px;
    line-height: 38px;
    font-weight: 400;
  }
  .boxs__container .item .text {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }
  .content {
    margin: 30px 0 0 0;
  }
  .content:after, .content:before {
    display: none;
  }
  .content__container {
    max-width: 90%;
  }
  .hero__desktop {
    display: none;
  }
  .hero__mobile {
    display: block;
  }
  .reservation {
    padding-bottom: 10px;
  }
  .reservation__mobile {
    display: block;
    margin-top: 10px;
  }
  .reservation .btn-desktop {
    display: none;
  }
  .reservation .title {
    font-size: 44px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .reservation .text {
    margin-bottom: 0;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .content__title {
    font-size: 8vw;
    line-height: 8.5vw;
    font-weight: 400;
  }
  .content__text {
    font-size: 5vw;
    line-height: 6vw;
    font-weight: 400;
  }
  .boxs__container .item {
    padding: 28px !important;
  }
  .price__container {
    display: flex;
    flex-direction: column;
  }
  .price__container--left {
    background: url(../../assets/images/price_mobile.png) no-repeat center bottom;
    height: 45vw;
    background-size: contain;
    order: 2;
  }
  .price__container--left.en {
    background: url(../../assets/images/price_mobile_en.png) no-repeat center bottom;
    height: 45vw;
    background-size: contain;
    order: 2;
  }
  .price__container--left.es {
    background: url(../../assets/images/price_mobile_es.png) no-repeat center bottom;
    height: 45vw;
    background-size: contain;
    order: 2;
  }
  .price__container--right {
    order: 1;
    padding: 30px 30px;
  }
  .price__container--right:before {
    display: none;
  }
  .price__container--right ul li {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
  }
  .price__container--right .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
  }
  .price__container--right .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  .price__container--right .title span {
    font-size: 16px;
  }
  .reservation {
    margin-top: 40px;
  }
  .reservation__container {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
  }
  .reservation__container .title {
    font-size: 5vw;
    line-height: 5.5vw;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .reservation__container .text {
    font-size: 3vw;
    line-height: 3.5vw;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .btn {
    padding: 10px 20px 9px 20px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .reservation__container .text {
    font-size: 3vw;
    line-height: 3.5vw;
    font-weight: 400;
    margin-bottom: 10px;
  }
}