/* --------------------------------------
    GERERAL STYLES 
-------------------------------------- */

.express-2dia {
  display: none;
}

.universal-message-22,
.universal-message-32 {
  display: none;
}
.universal-message-14 {
  display: none;
}

.universal-after-may25 {
  display: none;
}

.parent-pageid-11 .general-pagewrap {
  background-color: #f7f7f7;
}

.page-parques:after {
  content: "";
  display: block;
  clear: both;
}

.calc-title {
  text-align: center;
  padding: 30px;
  padding-top: 15px;
  border-bottom: solid 1px #f7f7f7;
}

.logos-list {
  text-align: center;
  display: inline;
}

.logos-list li {
  display: inline;
}

.tile {
  background-color: #f7f7f7;
}

.tile p {
  margin: 0;
}

.parques-calc {
  padding: 0px 20px;
}

.select {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 120px;
  vertical-align: top;
}

.block-inside {
  display: flex;
  align-items: center;
  justify-content: center;
}

.disney-mesuso,
.universal-mesuso,
.universal-promo-block {
  display: none;
}

.disney-mesuso.show,
.universal-mesuso.show {
  display: block;
}

/* Parques Switcher */

.parques-switcher {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .parques-switcher {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.parques-switcher .col {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.parques-switcher .col-xs-4 {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
}

.parques-switcher__item {
  border-radius: 10px;
  display: block;
  border: 1px solid #f7f7f7;
  background: #fff;
  box-shadow: 1px 1px 4px 0px rgba(184, 184, 184, 0.5);
  padding: 5px 30px;
  text-align: center;
}

.parques-switcher__item.active,
.parques-switcher__item:hover {
  border: 1px solid #1b509d;
}

.parques-switcher__item img {
  max-height: 80px;
  display: inline;
}

/* --------------------------------------
    GERAL 
-------------------------------------- */

.page-parques__content {
  border-radius: 11px;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 1px 1px 4px 0px rgba(184, 184, 184, 0.5);
}

.page-parques .calc-title h2.park-title {
  color: #1b509d;
  text-align: center;
  font-size: 30px;
}

.page-parques .calc-title p {
  color: #616161;
  text-align: center;
  font-size: 16px;
}

.page-parques .parques-calc h3.item-title {
  color: #1b509d;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.page-parques .parques-calc p.item-subtitle {
  color: #616161;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.page-parques h4 {
  font-size: 22px;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #1b509d;
}

.parques-calc .tile p {
  color: #989898;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.page-parques
  .radio
  input.custom-radio[type="radio"]:checked
  + .icons
  .icon-checked {
  color: #1b509d;
  filter: none;
  opacity: 1;
}

.page-parques .radio span.icons {
  margin-top: 4px;
}

/* --------------------------------------
    DISNEY 
-------------------------------------- */
#parques-express-pass {
  margin-top: 40px;
}

#parques-express-pass .calc-title h2.park-title {
  color: #1b509d;
}

#parques-express-pass .parques-calc h3.item-title {
  color: #1b509d;
}

#parques-express-pass h4 {
  color: #1b509d;
}

#parques-express-pass .select-primary .select2-choice {
  color: #fff;
  background-color: #1b509d;
}

#parques-express-pass
  .radio
  input.custom-radio[type="radio"]:checked
  + .icons
  .icon-checked {
  color: #1b509d;
}

/* --------------------------------------------------------------------------- */

#results-pk01 h3 {
  color: #1b509d;
}

#results-pk01 h5 {
  color: #1b509d;
}

#results-pk01 p.subtotal {
  color: #1b509d;
  border-bottom: 1px solid #1b509d;
}

input#ep-termos {
  width: 16px;
  display: inline;
}

#express-pass-termos {
  background: #fffd8f8f;
  border: solid 1px orange;
}

#express-pass-termos label.checkbox {
  text-align: left;
  font-size: 18px;
}

#express-pass-termos strong {
  color: black;
  text-decoration: underline;
}

#express-pass-termos
  .checkbox
  input[type="checkbox"].custom-checkbox:checked
  + .icons
  .icon-checked {
  color: orange;
}

/* MODAL */

div#modal-express-pass {
  background: #00000080;
}

div#modal-express-pass h3 {
  margin: 0;
  font-size: 22px;
  color: #1b509d;
}
div#modal-express-pass Ul {
  list-style: disc !important;
  padding-left: 20px;
  margin-top: 7px;
  margin-bottom: 32px;
  font-size: 16px;
}

.expresspass-janela-uso p {
  margin: 0;
  color: #1b509d !important;
  font-weight: 900 !important;
  line-height: 16px;
}

.expresspass-janela-uso p span {
    margin: 0;
    color: #1b509d !important;
    font-weight: 700 !important;
    line-height: 16px;
  }

.expresspass-janela-uso {
    background: white;
    border-radius: 5px;
    margin: 10px 0 0 0;
    padding: 10px;
    border: solid 1px #ccc;
}
