body {
  font-family: "Open Sans", sans-serif;
  /* General Utilities */
  /* LOGIN */
  /* Header */
  /* Footer */
  /* Main */
  /* Points */
  /* Home */
  /* Estado de Cuenta */
  /* Programa */
  /* Promozone */
  /* Modal */
  /* Promozone Modal */
  /* News */
  /* Password */
  /* Modal password success */
}
body .safe-area {
  width: 1280px;
  display: block;
  margin: 0 auto;
}
body .box-shadow {
  padding: 40px 90px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 35px;
}
body .button {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background-color: transparent;
  border: 1px solid #707070;
  border-radius: 13px;
  padding: 0px 20px;
  text-decoration: none;
  color: #313131;
  font-size: 15px;
  text-align: center;
  transition: all 0.35s;
}
body .button:hover {
  background-color: #1c99d4;
  color: #fff;
  border-color: #1c99d4;
}
body .flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body .back-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #313131;
  margin-bottom: 44px;
}
body .back-button i {
  margin-right: 15px;
}
body .select-holder {
  text-align: right;
}
body .select-holder .custom-select {
  display: inline-block;
  height: 45px;
  border-radius: 13px;
  border: solid 1px #d5d5d5;
  align-self: flex-end;
  padding: 0px 18px;
  width: 300px;
  position: relative;
}
body .select-holder .custom-select .select-overflow {
  overflow: hidden;
}
body .select-holder .custom-select .select-overflow select {
  width: 110%;
  height: 45px;
  border: none;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 200;
  background-color: transparent;
}

body .select-holder .custom-select i {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  z-index: 0;
}

body #login {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100vh;
  width: 100vw;
}
body #login .with-bg {
  background-image: url("../images/login/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  display: flex;
  background-color: #2a2a2a;
  width: 35%;
}
body #login .content {
  background-color: #313131;
  display: flex;
  width: 65%;
  flex-direction: row;
  align-items: center;
  padding-left: 204px;
  position: relative;
  color: #fff;
}
body #login .content .content-area {
  display: flex;
  flex-direction: column;
}
body #login .content .content-area img {
  width: 160px;
  height: 118px;
  margin-bottom: 38px;
}
body #login .content .content-area h1 {
  font-size: 32px;
  margin-bottom: 21px;
}
body #login .content .content-area p {
  font-size: 16px;
  margin-bottom: 21px;
}
body #login .content .content-area form fieldset {
  position: relative;
  display: flex;
  flex-direction: row;
  border-radius: 13px;
  height: 50px;
  background-color: #FFF;
  align-items: center;
  margin-bottom: 27px;
  padding: 0px 16px;
}
body #login .content .content-area form fieldset i {
  color: #313131;
  margin-right: 27px;
}
body #login .content .content-area form fieldset i.helper {
  color: #c1c1c1;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
body #login .content .content-area form fieldset input {
  color: #656565;
  font-size: 16px;
  width: 100%;
}
body #login .content .content-area form fieldset input::placeholder {
  color: #656565;
}
body #login .content .content-area form .btn-submit {
  display: block;
  text-decoration: none;
  background-color: transparent;
  border-radius: 13px;
  height: 50px;
  border: 1px solid #fff;
  width: 100%;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 65px;
}
body #login .content .content-area a {
  font-size: 16px;
  color: #FFF;
}
body #login .content legend {
  position: absolute;
  bottom: 43px;
  font-size: 16px;
  font-weight: 500;
}
body #header {
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body #header .safe-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body #header .safe-area a.logo {
  display: flex;
  margin-right: 105px;
}
body #header .safe-area a.logo img {
 /*
  width: 130px;
  height: 73px;
 */
  width: 110px;
  height: 95px;	
}
body #header .safe-area nav a {
  display: inline-block;
  color: #575757;
  font-size: 16px;
  margin-right: 24px;
  text-decoration: none;
  position: relative;
}
body #header .safe-area nav a i {
  margin-right: 8px;
}
body #header .safe-area nav a:hover, body #header .safe-area nav a.selected {
  color: #1c99d4;
  font-weight: 500;
}
body #header .safe-area nav a:hover::after, body #header .safe-area nav a.selected::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1c99d4;
  bottom: -4px;
  left: 0px;
}
body #header .safe-area nav a image {
  width: 80px;
  height: 80px;
}
body #header .safe-area nav a image path, body #header .safe-area nav a image rect {
  fill: #FF0000;
}
body #header .safe-area nav a image:hover path, body #header .safe-area nav a image:hover rect {
  fill: #FF0000;
}
body #header .safe-area nav a.back {
  display: none;
}
body #header .safe-area nav .social {
  display: none;
}
body #header .safe-area button[type=button] {
  display: none;
}
body #footer {
  background-color: #313131;
  color: #fff;
  padding: 29px 0px 43px 0px;
}
body #footer .safe-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body #footer .safe-area nav {
  display: flex;
  flex-direction: column;
  width: 307px;
}
body #footer .safe-area nav h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 27px;
}
body #footer .safe-area nav a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  position: relative;
}
body #footer .safe-area nav a::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  height: 1px;
  background-color: #d1d1d1;
  left: 0px;
  width: 100%;
}
body #footer .safe-area nav a:last-child::after {
  display: none;
}
body #footer .safe-area .social-bar {
  display: flex;
  width: 70%;
  justify-content: flex-end;
}
body #footer .safe-area .social-bar a {
  margin-left: 69px;
}
body #footer .safe-area .social-bar a i {
  color: #fff;
  font-size: 23px;
}
body main {
  background-color: #f8f8f8;
  padding: 31px 0px 36px 0px;
}
body #points h2 {
  color: #313131;
  font-size: 30px;
  text-align: center;
  margin-bottom: 37px;
}
body #points h2 b {
  color: #22833c;
  font-weight: 600;
}
body #points .block {
  display: flex;
  flex-direction: column;
}
body #points .block .img-card {
  width: 235px;
  height: 148px;
}
body #points .block label {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 8px;
}
body #points .block big {
  font-size: 73px;
  font-weight: 600;
  color: #22833c;
  margin-bottom: 12px;
}
body #points .block span {
  font-size: 22px;
}
body #points .block span b {
  font-weight: 600;
}
body #points.minified .flex-row {
  justify-content: center;
}
body #points.minified .flex-row .block:last-child {
  margin-left: 40px;
}
body #points.minified .flex-row .block big b {
  font-size: 36px;
  font-weight: 300;
  color: #000;
}
body #home .safe-area .content-row .box-shadow.force-50 {
  width: 32.5%;
}
body #home .safe-area .content-row .box-shadow.force-50 .img-gift {
  width: 117px;
  height: 74px;
}
body #home .safe-area .content-row .box-shadow.force-50 .img-bell {
  width: 80px;
  height: 85px;
}
body #home .safe-area .content-row .box-shadow.force-50 p {
  display: flex;
  font-size: 19px;
  font-weight: 300;
  color: #313131;
  margin-bottom: 5px;
}
body #home .safe-area .content-row .box-shadow.force-50 b {
  display: flex;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #313131;
}
body #home .safe-area .content-row .box-shadow.force-50 .button {
  margin-top: 20px;
  width: 120px;
}
body #home .safe-area .promozone {
  text-align: center;
  margin-top: 36px;
}
body #home .safe-area .promozone p {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 17px;
}
body #home .safe-area .promozone img {
  width: 90px;
  height: 27px;
}
body #account h2 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #313131;
  margin-bottom: 56px;
}
body #account .tabs-zone {
  position: relative;
}
body #account .tabs-zone nav {
  width: 100%;
  background-color: #f8f8f8;
  position: absolute;
  z-index: 1;
  border-bottom: 2px solid rgba(209, 209, 209, 0.35);
  height: 40px;
  top: -30px;
  text-align: center;
  vertical-align: baseline;
}
body #account .tabs-zone nav button {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  border: none;
  height: 40px;
  font-size: 15px;
  color: #8d8d8d;
  position: relative;
  margin: 0px 80px;
}
body #account .tabs-zone nav button.active {
  font-size: 15px;
  font-weight: bold;
  color: #1c99d4;
}
body #account .tabs-zone nav button.active::after {
  content: " ";
  position: absolute;
  bottom: -4px;
  height: 3px;
  background-color: #1c99d4;
  width: 100%;
  left: 0px;
  right: 0px;
}
body #account .tabs-zone .tab-holder {
  padding-left: 48px;
  padding-right: 48px;
}
body #account .tabs-zone .tab-holder .tab-content h3 {
  font-size: 17px;
  font-weight: bold;
  color: #313131;
  margin-bottom: 25px;
}
body #account .tabs-zone .tab-holder .tab-content.hidden {
  display: none;
}
body #account .tabs-zone .tab-holder .items {
  margin-bottom: 45px;
}
body #account .tabs-zone .tab-holder .items .empty {
  font-size: 17px;
  color: #000;
  font-weight: 200;
}
body #account .tabs-zone .tab-holder .items .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 14px 10px;
  transition: all 0.15s;
}
body #account .tabs-zone .tab-holder .items .item .icon-block {
  width: 3%;
}
body #account .tabs-zone .tab-holder .items .item .icon-block i {
  color: #22833c;
}
body #account .tabs-zone .tab-holder .items .item .texts-block {
  width: 82%;
}
body #account .tabs-zone .tab-holder .items .item .texts-block p {
  font-size: 17px;
  color: #000;
  font-weight: 200;
}
body #account .tabs-zone .tab-holder .items .item .texts-block span {
  font-size: 14px;
  font-weight: 200;
  color: #8d8d8d;
}
body #account .tabs-zone .tab-holder .items .item .points-block {
  width: 15%;
  display: flex;
  flex-direction: column;
}
body #account .tabs-zone .tab-holder .items .item .points-block b {
  text-align: right;
  font-size: 18px;
  color: #22833c;
  font-weight: 600;
}
body #account .tabs-zone .tab-holder .items .item .points-block small {
  text-align: right;
  font-size: 16px;
  color: #313131;
  font-weight: 200;
}
body #account .tabs-zone .tab-holder .items .item:nth-child(2n) {
  background-color: #f5f5f5;
}
body #program .box-shadow {
  padding: 20px;
  margin-bottom: 20px;
}
body #program .box-shadow.info-box {
  padding: 40px 20px;
}
body #program .top .card-block {
  width: 38%;
  text-align: center;
}
body #program .top .card-block h2 {
  font-size: 22px;
  font-weight: bold;
  color: #313131;
  margin-top: 22px;
}
body #program .top .card-block p {
  font-size: 15px;
  font-weight: 200;
  color: #000;
  margin-top: 12px;
}
body #program .top .card-block p b {
  font-weight: 400;
  color: #22833c;
}
body #program .top .general-block {
  width: 60%;
}
body #program .top .general-block h2 {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
}
body #program .top .general-block .box-shadow {
  padding: 40px 20px;
}
body #program .top .general-block .box-shadow .flex-row {
  margin-bottom: 35px;
}
body #program .top .general-block .box-shadow .flex-row .block {
  width: 50%;
}
body #program .top .general-block .box-shadow .flex-row:last-child {
  margin-bottom: 0px;
}
body #program .top .general-block .box-shadow .flex-row p {
  font-size: 17px;
  font-weight: 200;
  color: #000;
  display: block;
}
body #program .top .general-block .box-shadow .flex-row b {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
body #program .info-zones {
  align-items: flex-start;
}
body #program .info-zones h2 {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  margin-bottom: 16px;
}
body #program .info-zones .half {
  width: 49%;
}
body #program .info-zones .half .info-box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: relative;
  margin-bottom: 35px;
}
body #program .info-zones .half .info-box h2::after {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 50%;
  height: 2px;
  background-color: #1c99d4;
}
body #program .info-zones .half .info-box p {
  font-size: 17px;
  font-weight: 200;
  color: #000;
  margin-bottom: 15px;
}
body #program .info-zones .half .info-box p:last-child {
  margin-bottom: 0px;
}
body #program .info-zones .half .info-box h3 {
  font-size: 17px;
  font-weight: bold;
  color: #1c99d4;
  margin-bottom: 7px;
}
body #program .info-zones .half .table {
  padding: 15px 0px 15px 10px;
}
body #program .info-zones .half .table .flex-row {
  border-bottom: 1px solid #d1d1d1;
  padding: 4px 0px;
}
body #program .info-zones .half .table .flex-row .label {
  font-size: 17px;
  font-weight: 200;
}
body #program .info-zones .half .table .flex-row .col {
  font-size: 17px;
  padding-right: 20px;
}
body #program .info-zones .half .table:nth-child(2n) {
  background-color: #f5f5f5;
}
body #promozone .intro {
  display: block;
  margin-bottom: 37px;
}
body #promozone .intro img {
  display: inline-block;
}
body #promozone .intro p {
  font-size: 17px;
  font-weight: 200;
  color: #000;
  margin-top: 10px;
}
body #promozone .tickets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
body #promozone .tickets .ticket {
  display: flex;
  width: 32%;
  background-color: #fff;
  height: 190px; /* 180px */
  margin-bottom: 25px;
  border-radius: 12px;
  background-position: center 40%; /* 30%; */
  background-size: 65%; /* 40%; */
  background-repeat: no-repeat;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
body #promozone .tickets .ticket a {
  font-size: 17px;
  color: #575757;
  text-align: center;
  display: block;
  font-weight: 300;
  width: 100%;
  position: absolute;
  /* bottom: 20px; */
  bottom: 12px;
}
body #promozone .tickets .ticket::after {
  content: " ";
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 29px;
  background-color: #ea4b3b;
  height: 100%;
  position: absolute;
}
body #promozone .tickets .ticket::before {
  content: " ";
  left: 24px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  border-right: 4px dashed #ea4b3b;
  height: 100%;
  position: absolute;
}
body #modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  transition: all 0.15s;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #modal .modal-content {
  display: block;
  /* width: 450px; */
  width: 600px;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 60px;
  transition: all 0.25s;
  position: relative;
  margin-top: -100%;
}
body #modal .modal-content button.close {
  text-align: center;
  line-height: 27px;
  vertical-align: middle;
  text-align: center;
  background-color: transparent;
  border: none;
  position: absolute;
  right: -5px;
  top: -45px;
}
body #modal .modal-content button.close img {
  display: inline-block;
}
body #modal.visible {
  visibility: visible;
}
body #modal.visible .modal-content {
  margin-top: -100px;
}
body .modal-promozone {
  text-align: center;
}
body .modal-promozone .top-img {
  margin-bottom: 23px;
}
body .modal-promozone h2 {
  font-size: 15px;
  color: #d68636;
  margin-bottom: 18px;
}
body .modal-promozone h3 {
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 20px;
}
body .modal-promozone h3 b {
  font-weight: 600;
}
body .modal-promozone p {
  font-size: 17px;
  font-weight: 200;
  line-height: 22px;
}
body .modal-promozone span {
  display: block;
  margin-top: 30px;
  color: #8d8d8d;
  font-weight: 200;
  margin-bottom: 52px;
}
body .modal-promozone .bottom-img {
  display: inline-block;
}
	body .modal-promozone .pz_image {
	  width: 560px;
	  height: auto;
	  max-width: 560px;
	}

body #news .top-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 35px;
}
body #news .top-row .back-button {
  margin: 0px;
}
body #news .top-row .select-holder .custom-select {
  background-color: #fff;
}
body #news .items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
body #news .items .item {
  padding: 13px 19px;
  width: 29.5%;
}
body #news .items .item h2 {
  font-size: 17px;
  color: #1c99d4;
  margin-bottom: 5px;
}
body #news .items .item h3 {
  font-size: 17px;
  font-weight: 200;
  color: #000;
  margin-bottom: 12px;
}
body #news .items .item .img-holder {
  height: 381px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body #news .items .item a.button {
  display: block;
  margin-top: 18px;
}
body #news-detail {
  padding-bottom: 40px;
}
body #news-detail .breadcrumbs {
  flex-direction: row;
  margin-bottom: 24px;
}
body #news-detail .breadcrumbs a {
  font-size: 17px;
  font-weight: 200;
  color: #000;
  text-decoration: none;
  margin-right: 23px;
}
body #news-detail .breadcrumbs a i {
  color: #313131;
  margin-right: 20px;
}
body #news-detail .breadcrumbs a:first-child {
  color: #1c99d4;
}
body #news-detail .detail {
  text-align: center;
}
body #news-detail .detail img {
  width: 426px;
}
body #news-detail .detail .button {
  display: none;
}
body #password {
  padding-bottom: 100px;
}
body #password .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body #password .content .left-side {
  width: 30%;
}
body #password .content .left-side p {
  font-size: 17px;
  font-weight: 200;
  color: #000;
  margin-bottom: 20px;
}
body #password .content .right-side {
  width: 60%;
}
body #password .content .right-side form {
  display: block;
  width: 480px;
}
body #password .content .right-side form fieldset {
  display: block;
  position: relative;
}
body #password .content .right-side form fieldset label {
  font-size: 16px;
  font-weight: bold;
  color: #313131;
  display: block;
  margin-bottom: 8px;
}
body #password .content .right-side form fieldset input {
  display: block;
  height: 50px;
  border-radius: 13px;
  background-color: #fff;
  margin-bottom: 22px;
  width: 100%;
  padding: 0px 20px;
}
body #password .content .right-side form fieldset i {
  cursor: pointer;
  color: #c1c1c1;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: 35px;
  right: -10px;
}
body #password .content .right-side form .button {
  width: 300px;
}
body .password-success {
  width: 200px !important;
  text-align: center;
}
body .password-success img.success {
  display: inline-block;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
}
body .password-success p {
  font-size: 17px;
  font-weight: 200;
  color: #000;
  text-align: center;
  line-height: 24px;
}

/* 
// Small devices (landscape phones, 576px and up)
@media (max-width: 576px){
    body{
        border: 4px dashed red;
        min-width: 380px;
        .safe-area{
            width: 320px;
        }
    }
}

// Medium devices (tablets, 768px and up) 
@media (min-width: 577px) and (max-width: 768px) {
    body{
        border: 4px dashed orange;
        .safe-area{
            width: 748px;
        }
    }
}
*/

@media (max-width: 992px) {
  body {
    overflow-x: hidden;
    /* LOGIN */
    /* Header */
    /* Footer */
    /* Home */
    /* Points */
    /* Estado de Cuenta */
    /* Programa */
    /* Promozone */
    /* Modal */
    /* Promozone Modal */
    /* News */
    /* Password */
    /* Modal password success */
  }
  body .safe-area {
    width: 80%;
  }
  body .box-shadow {
    padding: 30px 30px;
  }
  body .select-holder .custom-select {
    width: calc(100% - 36px);
    margin-bottom: 18px;
  }
  body #login {
    flex-direction: column;
  }
  body #login .with-bg {
    	/* height: 400px; */
		height: 100%;
    width: 100%;
    background-position: 0px -200px;
    background-size: cover;
  }
  body #login .content {
    	width: 100%;
	  	/* height no declarado */
		height: auto;
    padding: unset;
    justify-content: center;
  }
  body #login .content .content-area {
    text-align: center;
    padding-bottom: 40px;
    max-width: 320px;
  }
  body #login .content .content-area img {
    margin: -50px auto 32px auto;
  }
  body #login .content .content-area form fieldset input {
    text-align: left;
  }
  body #login .content legend {
    display: none;
  }

  body #header .safe-area a.logo img {
    width: 83px;
    /* height: 46px; */
	height: 71px;
  }
  body #header .safe-area nav {
    transition: all 0.55s;
    position: fixed;
    top: 0px;
    right: -200%;
    bottom: 0px;
    background-color: #fff;
    padding: 75px 0px;
    z-index: 999;
  }
  body #header .safe-area nav.visible {
    right: 0px;
    left: 0px;
  }
  body #header .safe-area nav a {
    display: block;
    font-size: 16px;
    margin-right: unset;
    height: 60px;
    line-height: 60px;
    padding: 0px 39px;
  }
  body #header .safe-area nav a i {
    margin-right: 8px;
  }
  body #header .safe-area nav a:hover, body #header .safe-area nav a.selected {
    color: #1c99d4;
    font-weight: 500;
    background-color: #efefef;
  }
  body #header .safe-area nav a:hover::after, body #header .safe-area nav a.selected::after {
    display: none;
  }
  body #header .safe-area nav a image {
    width: 80px;
    height: 80px;
  }
  body #header .safe-area nav a image path, body #header .safe-area nav a image rect {
    fill: #FF0000;
  }
  body #header .safe-area nav a image:hover path, body #header .safe-area nav a image:hover rect {
    fill: #FF0000;
  }
  body #header .safe-area nav a.back {
    display: block;
  }
  body #header .safe-area nav .social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    position: absolute;
    bottom: 10px;
  }
  body #header .safe-area nav .social a {
    display: flex;
    flex-direction: row;
    padding: 0px;
    align-items: center;
    justify-content: center;
  }
  body #header .safe-area nav .social a i {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
  body #header .safe-area button[type=button] {
    display: flex;
    border: none;
    background-color: transparent;
    color: #1c99d4;
    font-size: 30px;
  }
  body #footer {
    padding: 29px 0px 43px 0px;
  }
  body #footer .safe-area {
    display: flex;
    flex-direction: column;
  }
  body #footer .safe-area nav {
    width: 100%;
    margin-bottom: 40px;
  }
  body #footer .safe-area .social-bar {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  body #footer .safe-area .social-bar a {
    display: flex;
    margin-left: unset;
    text-decoration: none;
  }
  body #footer .safe-area .social-bar a i {
    color: #fff;
    font-size: 23px;
  }
  body #home .safe-area .content-row .flex-row {
    flex-direction: column;
  }
  body #home .safe-area .content-row .flex-row .block {
    display: block;
    text-align: center;
  }
  body #home .safe-area .content-row .flex-row .block b {
    display: block;
    text-align: center;
  }
  body #home .safe-area .content-row .flex-row .block p {
    display: block;
    text-align: center;
  }
  body #home .safe-area .content-row .flex-row .block .img-gift {
    margin-bottom: 10px;
  }
  body #home .safe-area .content-row .flex-row .block .img-bell {
    margin-bottom: 20px;
  }
  body #home .safe-area .content-row .box-shadow {
    text-align: center;
  }
  body #home .safe-area .content-row .box-shadow.force-50 {
    width: calc(100% - 60px);
  }
  body #home .safe-area .promozone {
    text-align: center;
    margin-top: 36px;
  }
  body #home .safe-area .promozone p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 17px;
  }
  body #home .safe-area .promozone img {
    width: 90px;
    height: 27px;
  }
  body #points h2 b {
    display: block;
  }
  body #points .block .img-card {
    margin-bottom: 33px;
  }
  body #points .block label {
    display: block;
    margin-bottom: 15px;
  }
  body #points .block big {
    display: block;
    margin-bottom: 15px;
  }
  body #points .block span {
    display: block;
    font-size: 16px;
    font-weight: 300;
  }
  body #points .block span b {
    display: inline-block !important;
    margin-bottom: 20px;
  }
  body #points.minified .flex-row {
    justify-content: center;
  }
  body #points.minified .flex-row .block .img-card {
    width: 105px;
    height: 65px;
    margin-bottom: 0px;
  }
  body #points.minified .flex-row .block:last-child {
    margin-left: 20px;
  }
  body #points.minified .flex-row .block label {
    font-size: 15px;
  }
  body #points.minified .flex-row .block big {
    font-size: 25px;
  }
  body #points.minified .flex-row .block big b {
    font-size: 20px;
    color: #000;
  }
  body #account h2 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #313131;
    margin-bottom: 56px;
  }
  body #account .tabs-zone {
    position: relative;
  }
  body #account .tabs-zone nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body #account .tabs-zone nav button {
    margin: 0px;
    padding: 0px;
  }
  body #account .tabs-zone nav button.active {
    font-size: 15px;
    font-weight: bold;
    color: #1c99d4;
  }
  body #account .tabs-zone nav button.active::after {
    content: " ";
    position: absolute;
    bottom: -4px;
    height: 3px;
    background-color: #1c99d4;
    width: 100%;
    left: 0px;
    right: 0px;
  }
  body #account .tabs-zone .tab-holder {
    padding-left: 12px;
    padding-right: 12px;
  }
  body #account .tabs-zone .tab-holder .tab-content h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  body #account .tabs-zone .tab-holder .items {
    margin-bottom: 18px;
  }
  body #account .tabs-zone .tab-holder .items .empty {
    font-size: 15px;
  }
  body #account .tabs-zone .tab-holder .items .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 14px 10px;
    transition: all 0.15s;
  }
  body #account .tabs-zone .tab-holder .items .item .icon-block {
    width: 8%;
  }
  body #account .tabs-zone .tab-holder .items .item .icon-block i {
    color: #22833c;
  }
  body #account .tabs-zone .tab-holder .items .item .texts-block {
    width: 52%;
  }
  body #account .tabs-zone .tab-holder .items .item .texts-block p {
    font-size: 15px;
  }
  body #account .tabs-zone .tab-holder .items .item .texts-block span {
    font-size: 12px;
  }
  body #account .tabs-zone .tab-holder .items .item .points-block {
    width: 40%;
    display: flex;
    flex-direction: column;
  }
  body #account .tabs-zone .tab-holder .items .item .points-block b {
    text-align: right;
    font-size: 18px;
    color: #22833c;
    font-weight: 600;
  }
  body #account .tabs-zone .tab-holder .items .item .points-block small {
    text-align: right;
    font-size: 16px;
    color: #313131;
    font-weight: 200;
  }
  body #account .tabs-zone .tab-holder .items .item:nth-child(2n) {
    background-color: #f5f5f5;
  }
  body #program .top {
    display: flex;
    flex-direction: column;
  }
  body #program .top .card-block {
    width: 100%;
  }
  body #program .top .general-block {
    width: 100%;
  }
  body #program .top .general-block .box-shadow {
    padding: 20px 20px 10px 20px;
  }
  body #program .top .general-block .box-shadow .flex-row {
    margin-bottom: unset;
    flex-direction: column;
  }
  body #program .top .general-block .box-shadow .flex-row .block {
    width: 100%;
    margin-bottom: 16px;
  }
  body #program .top .general-block .box-shadow .flex-row p {
    font-size: 15px;
  }
  body #program .top .general-block .box-shadow .flex-row b {
    font-size: 15px;
  }
  body #program .info-zones {
    align-items: flex-start;
    flex-direction: column;
  }
  body #program .info-zones h2 {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-bottom: 16px;
  }
  body #program .info-zones .half {
    width: 100%;
  }
  body #program .info-zones .half .info-box h2 {
    font-size: 16px;
  }
  body #program .info-zones .half .info-box h2::after {
    width: 100%;
  }
  body #program .info-zones .half .info-box p {
    font-size: 15px;
  }
  body #program .info-zones .half .info-box p:last-child {
    margin-bottom: 0px;
  }
  body #program .info-zones .half .info-box h3 {
    font-size: 15px;
  }
  body #program .info-zones .half .table .flex-row .label {
    font-size: 15px;
  }
  body #program .info-zones .half .table .flex-row .col {
    font-size: 15px;
  }
  body #promozone .intro {
    text-align: center;
  }
  body #promozone .intro img {
    display: inline-block;
    width: 133px;
    height: 40px;
    margin-bottom: 12px;
  }
  body #promozone .intro p {
    font-size: 15px;
    text-align: left;
  }
  body #promozone .tickets {
    display: flex;
    flex-direction: column;
  }
  body #promozone .tickets .ticket {
    width: 100%;
    background-size: 60%;
  }
  body #modal .modal-content {
    width: calc(100% - 100px);
    padding: 20px 20px;
  }
  body .modal-promozone {
    text-align: center;
  }
  body .modal-promozone .top-img {
    margin-bottom: 23px;
  }
  body .modal-promozone h2 {
    font-size: 15px;
  }
  body .modal-promozone h3 {
    font-size: 15px;
  }
  body .modal-promozone p {
    font-size: 15px;
  }
  body .modal-promozone .bottom-img {
    margin-bottom: 20px;
  }
	body .modal-promozone .pz_image {
	  width: 280px;
	  height: auto;
	  max-width: 280px;
	}
	
  body #news .top-row {
    flex-direction: column;
    margin-bottom: 0px;
  }
  body #news .top-row .back-button {
    margin-bottom: 18px;
  }
  body #news .items {
    display: flex;
    flex-direction: column;
  }
  body #news .items .item {
    padding: 13px 19px;
    width: calc(100% - 38px);
  }
  body #news .items .item .img-holder {
    height: 300px;
  }
  body #news-detail .breadcrumbs {
    display: flex;
    flex-direction: column;
  }
  body #news-detail .breadcrumbs a {
    font-size: 15px;
    margin-bottom: 10px;
  }
  body #news-detail .breadcrumbs a i {
    margin-right: 5px;
  }
  body #news-detail .breadcrumbs a:first-child {
    color: #1c99d4;
  }
  body #news-detail .detail {
    text-align: center;
  }
  body #news-detail .detail img {
    width: 100%;
  }
  body #news-detail .detail .button {
    margin-top: 20px;
    display: inline-block;
  }
  body #password {
    padding-bottom: 0px;
  }
  body #password .content {
    flex-direction: column;
  }
  body #password .content .left-side {
    width: 100%;
    margin-bottom: 15px;
  }
  body #password .content .left-side p {
    font-size: 15px;
  }
  body #password .content .right-side {
    width: 100%;
  }
  body #password .content .right-side form {
    display: block;
    width: 100%;
  }
  body #password .content .right-side form fieldset input {
    width: calc(100% - 40px);
  }
  body #password .content .right-side form fieldset i {
    right: 15px;
  }
  body #password .content .right-side form .button {
    width: 100%;
  }
  body .password-success {
    width: 200px !important;
    text-align: center;
  }
  body .password-success img {
    margin-top: 10px;
  }
  body .password-success p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  body {
    /* Header */
    /* Home */
  }
  body .safe-area {
    width: 880px;
  }
  body .box-shadow {
    padding: 30px 30px;
  }
  body #header .safe-area a.logo {
    margin-right: 20px;
  }
  body #header .safe-area a.logo img {
    width: 83px;
    /* height: 46px; */
	height: 71px;
  }
  body #header .safe-area nav a {
    font-size: 13px;
  }
  body #header .safe-area nav a i {
    margin-right: 8px;
  }
  body #home .safe-area .content-row .box-shadow.force-50 {
    width: 41.5%;
  }
  body #home .safe-area .promozone {
    text-align: center;
    margin-top: 36px;
  }
  body #home .safe-area .promozone p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 17px;
  }
  body #home .safe-area .promozone img {
    width: 90px;
    height: 27px;
  }
}
/*
@media (min-width: 1201px) {
  body .safe-area {
    width: 1120px;
  }
}
@media (max-height: 680px) {
  #login legend {
    display: none;
  }
}
*/
/*# sourceMappingURL=styles.css.map */
