﻿@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap");
@import url("owl.carousel.min.css");
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: none; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes bounceMarker {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    filter: none;
    transform: translateY(30px) rotate(-45deg); }
  80% {
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

html {
  height: 100%;
  min-height: 100%; }

body {
  height: 100%;
  min-height: 100%;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  background: #f3f3f3 !important; }
  body.general {
    display: block;
    position: relative;
    background: url(../Images/svg/btc-white.svg) no-repeat center/40% fixed, #254469 !important; }

h1 {
  font-size: 26px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  font-size: 16px; }

.btn-lg {
  line-height: 100%; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    outline: 0;
    text-decoration: none; }

.header {
  display: block;
  width: 100%;
  background-color: #254469;
  z-index: 33; }
  .header .nav-header {
    display: flex;
    align-items: center; }
    .header .nav-header .brand {
      padding: 10px;
      vertical-align: middle; }
      .header .nav-header .brand img {
        display: block;
        position: relative;
        height: 60px;
        width: auto;
        margin: 0; }
    .header .nav-header h1 {
      width: 90%;
      padding-right: 10%;
      margin: 0;
      vertical-align: middle;
      color: #fff; }
      .header .nav-header h1 .timer {
        position: absolute;
        top: 15px;
        right: 15px; }
  .header ul {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px; }
  .header .banner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
    .header .banner.full {
      display: block; }
    .header .banner.mobile {
      display: none; }

.hotel-selection {
  display: block;
  position: absolute;
  top: 0px;
  width: 31%;
  left: 5%;
  z-index: 99; }

.section {
  padding: 2% 0; }
  .section.home .map {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px; }
  .section.home .hotel-cards {
    padding: 80px 0 0; }
    .section.home .hotel-cards .hotel-carousel {
      position: relative;
      padding: 0 60px; }
      .section.home .hotel-cards .hotel-carousel .owl-stage {
        display: flex;
        justify-content: space-between; }
        .section.home .hotel-cards .hotel-carousel .owl-stage .owl-item {
          margin-left: 2px; }
      .section.home .hotel-cards .hotel-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #254469;
        color: white;
        position: absolute;
        top: 50%;
        font-size: 44px; }
        .section.home .hotel-cards .hotel-carousel .owl-nav button span {
          display: block;
          margin: -10px auto 0; }
        .section.home .hotel-cards .hotel-carousel .owl-nav button:focus {
          outline: none;
          border: 0; }
        .section.home .hotel-cards .hotel-carousel .owl-nav button:hover {
          background-color: #234f84; }
        .section.home .hotel-cards .hotel-carousel .owl-nav button.owl-prev {
          left: 10px; }
        .section.home .hotel-cards .hotel-carousel .owl-nav button.owl-next {
          right: 10px; }
        .section.home .hotel-cards .hotel-carousel .owl-nav button.disabled {
          display: none; }
      .section.home .hotel-cards .hotel-carousel .owl-dots {
        width: 100%;
        max-width: 250px;
        text-align: center;
        margin: 15px auto; }
        .section.home .hotel-cards .hotel-carousel .owl-dots .owl-dot {
          width: 10px;
          height: 10px;
          margin: 4px;
          background-color: #254469;
          border-radius: 50%; }
  .section.home .btn-submit {
    margin: 15px auto; }
  .section.contact-info {
    width: 100%;
    padding: 2% 0; }
    .section.contact-info .alert {
      margin: 0;
      border-radius: 6px;
      box-shadow: 1px 1px 8px -4px rgba(0, 0, 0, 0.6);
      color: #17a2b8; }
      .section.contact-info .alert p {
        margin: 0; }
      .section.contact-info .alert i {
        margin: 0 5px 0 10px; }
        .section.contact-info .alert i.fa-2x {
          margin: 0 15px 0 0; }
      .section.contact-info .alert a {
        color: inherit; }
        .section.contact-info .alert a:hover, .section.contact-info .alert a:focus {
          color: #0f6674; }
  .section .steps {
    width: 100%;
    margin: 20px auto; }
    .section .steps .step-indicator {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; }
      .section .steps .step-indicator li {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 200px; }
        .section .steps .step-indicator li::before {
          content: "";
          width: 100%;
          height: 1px;
          background-color: #bdbdbd;
          position: absolute;
          top: 50%;
          left: 50%; }
        .section .steps .step-indicator li:last-of-type::before {
          display: none; }
        .section .steps .step-indicator li .step {
          text-align: center;
          background-color: #fafafa;
          border: 1px solid #bdbdbd;
          color: #ccc;
          font-size: 25px;
          width: 50px;
          height: 50px;
          line-height: 48px;
          border-radius: 50px;
          margin: 0 auto;
          position: relative; }
          .section .steps .step-indicator li .step.complete {
            border-color: #4caf50 !important;
            color: #05ae0e; }
            .section .steps .step-indicator li .step.complete ~ .caption {
              color: #05ae0e; }
          .section .steps .step-indicator li .step.stepActive {
            border-color: #ffb74d;
            color: #ffb74d; }
            .section .steps .step-indicator li .step.stepActive ~ .caption {
              color: #ffb74d; }
        .section .steps .step-indicator li .caption {
          margin: 5px 0 0;
          color: #ccc; }
  .section .card {
    margin: 0 auto;
    height: 100%; }
    .section .card .card-img-top {
      height: 0;
      padding-bottom: 56.25%;
      position: relative;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .section .card .card-img-top::before {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 40, 85, 0.35);
        content: ""; }
    .section .card .hotel-price {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      padding: 10px 20px 10px 15px;
      background: rgba(255, 164, 0, 0.8);
      color: #fff;
      text-shadow: 0px 1px 1px #000; }
      .section .card .hotel-price h5 {
        margin: 0;
        font-weight: 700; }
      .section .card .hotel-price small {
        font-weight: 700; }
    .section .card .hotel-name {
      display: block;
      position: absolute;
      top: 130px;
      left: 0;
      right: 0;
      margin: auto auto;
      width: 100%;
      text-align: center;
      color: #fff;
      text-shadow: 0px 1px 1px #000; }
    .section .card .hotel-ranking {
      position: relative;
      z-index: 4;
      color: #ffd400;
      font-size: 24px;
      width: 100%;
      margin: -50px auto 25px;
      text-align: center;
      text-shadow: 0px 1px 1px #000; }
    .section .card .hotel-info {
      display: block;
      width: 100%;
      margin: 0;
      padding: 15px;
      text-align: center;
      font-size: 16px;
      color: #8a8989; }
      .section .card .hotel-info i {
        color: #f8c10a;
        margin-right: 8px;
        font-size: 18px; }
    .section .card .hotel-extrainfo {
      position: relative;
      display: block;
      width: 100%;
      max-width: 580px;
      background-color: #f8c10a;
      margin: 0 auto;
      padding: 15px 15px 15px 50px;
      text-align: left;
      font-size: 16px;
      color: white; }
      .section .card .hotel-extrainfo i {
        position: absolute;
        top: 20px;
        left: 15px;
        color: white;
        font-size: 20px; }
    .section .card .list-group .list-group-item {
      padding-left: 60px;
      position: relative;
      color: #002855;
      padding: 15px 15px 15px 60px; }
      .section .card .list-group .list-group-item i {
        position: absolute;
        left: 20px;
        top: 17px;
        font-size: 120%;
        color: #05ae0e; }
    .section .card .table {
      color: #002855;
      text-align: center; }
      .section .card .table thead th {
        padding: .65rem !important; }
    .section .card .subtitle {
      margin: 10px 0 25px; }
    .section .card .text-help {
      font-size: 90%;
      color: #17a2b8;
      margin: 10px 0; }
    .section .card .costs {
      display: flex;
      width: 100%;
      text-align: center;
      color: #002855; }
      .section .card .costs .items {
        width: 25%; }
        .section .card .costs .items p {
          margin: 0;
          padding: 10px 5px;
          border-bottom: 1px solid #dee2e6; }
    .section .card .total {
      text-align: center;
      color: #05ae0e;
      margin: 0;
      padding: 15px; }
    .section .card .taxData {
      height: 0px;
      overflow: hidden;
      transition: all 0.3s linear; }

footer {
  clear: both;
  position: relative;
  width: 100%;
  background-color: #002855;
  padding: 1% 0; }
  footer img {
    display: block;
    margin: 0px auto; }

.gm-style .gm-style-iw-c {
  padding: 0; }

.gm-style .gm-style-iw-chr {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0; }
  .gm-style .gm-style-iw-chr button {
    width: 34px !important;
    height: 34px !important;
    background: #FFF !important; }
    .gm-style .gm-style-iw-chr button span {
      margin: 0 auto !important; }
  .gm-style .gm-style-iw-chr button:focus {
    outline: none; }

.gm-style .gm-style-iw-d {
  padding: 15px;
  max-width: 430px;
  overflow-y: auto !important;
  overflow-x: hidden !important; }
  .gm-style .gm-style-iw-d:after {
    content: " ";
    height: 0;
    display: block;
    width: 300px; }
  .gm-style .gm-style-iw-d > div {
    width: 100%;
    margin: 0 auto; }
  .gm-style .gm-style-iw-d .image-container {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    margin: -15px -15px 10px; }
    .gm-style .gm-style-iw-d .image-container img {
      margin: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      object-position: center; }
  .gm-style .gm-style-iw-d .info h3 {
    color: #002855;
    font-weight: 700; }
  .gm-style .gm-style-iw-d .info p {
    color: #17a2b8;
    margin-bottom: 4px; }
  .gm-style .gm-style-iw-d .info i {
    color: #e4002b; }

.gm-style img {
  margin: 0 auto; }

.btc {
  background: url(../Images/svg/btc-white.svg) no-repeat center center; }

.btcBlue {
  color: #002855 !important; }

.btcBgBlue {
  background: #002855 !important; }

.btcRed {
  color: #E4002B !important; }

.btcBgRed {
  background: #E4002B !important; }

.hide {
  display: none; }

.form-control {
  border-radius: 0; }
  .form-control.is-valid {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>") no-repeat 98% center;
    background-size: 2.5%; }
  .form-control.is-invalid {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 7 7'><path stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/></svg>") no-repeat 98% center;
    background-size: 3.5%; }
  .form-control:focus {
    box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.25); }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f1f1f1; }

select.form-control.is-valid {
  background: none; }

select.form-control.is-invalid {
  background: none;
  background-size: 3.5%; }

.custom-select {
  border-radius: 0; }

em.is-invalid {
  color: #dc3545; }

.message-map {
  position: absolute;
  display: block;
  width: 100%;
  top: 0px;
  left: 0;
  padding: 15px; }

.markerVenue {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #e4002b;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  animation-name: bounceMarker;
  animation-fill-mode: both;
  animation-duration: 1s; }
  .markerVenue:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #fff;
    position: absolute;
    border-radius: 50%; }

.pulseMarkerVenue {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0 0 -12px;
  transform: rotateX(55deg);
  z-index: -2; }
  .pulseMarkerVenue:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 1px 2px #89849b;
    animation-delay: 1.1s; }

.markerAvailability {
  display: inline-block;
  cursor: pointer;
  position: relative; }
  .markerAvailability .marker-wrapper {
    position: relative;
    max-width: 250px;
    /*
            border-radius: 5px;
            border: 2px solid $color;
            top: 0;
            left: 0;
            background-size: cover;
            .image {
                padding: 8px;
                border-radius: 5px;
                background-color: rgba($color, 0.7);
                box-shadow: 0 0 2px $color, inset 0 0 0 2px white;
                background-size: cover;
                height: 100%;
                width: 100%;
                position: relative;
                z-index: 2;

                &:after {
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 8px 4px 0 4px;
                    border-color: $color transparent transparent transparent;
                    content: "";
                    position: absolute;
                    bottom: -8px;
                    left: 0;
                    right: 0;
                    margin: auto;
                }

                h6 {
                    padding: 0px 0px;
                    text-align: left;
                    font-size: 16px;
                    margin-bottom: 0;
                    color: #FFF;
                }

                h5 {
                    font-size: 14px;
                    color: #000;
                    margin-bottom: 0;
                }*/ }
    .markerAvailability .marker-wrapper .pinH {
      width: 24px;
      height: 24px;
      background-color: #219125;
      border-radius: 50% 50% 50% 0;
      position: relative;
      transform: rotate(-45deg);
      font-size: 14px;
      border: 1px solid #FFF; }
      .markerAvailability .marker-wrapper .pinH i.mdi {
        color: #FFF;
        display: block;
        line-height: 22px;
        text-align: center;
        transform: rotate(45deg); }
    .markerAvailability .marker-wrapper h6 {
      position: absolute;
      max-width: 400px;
      width: max-content;
      left: 26px;
      top: 5px;
      font-size: 14px;
      color: #219125;
      margin-bottom: 0;
      text-shadow: -1.5px -1.5px 0 #fff, 1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px 1.5px 0 #fff; }

.markerSoldOut {
  display: inline-block;
  cursor: pointer;
  position: relative; }
  .markerSoldOut .marker-wrapper {
    position: relative;
    max-width: 250px;
    /*
            border-radius: 5px;
            border: 2px solid $color;
            top: 0;
            left: 0;
            background-size: cover;
            .image {
                padding: 8px;
                border-radius: 5px;
                background-color: rgba($color, 0.7);
                box-shadow: 0 0 2px $color, inset 0 0 0 2px white;
                background-size: cover;
                height: 100%;
                width: 100%;
                position: relative;
                z-index: 2;

                &:after {
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 8px 4px 0 4px;
                    border-color: $color transparent transparent transparent;
                    content: "";
                    position: absolute;
                    bottom: -8px;
                    left: 0;
                    right: 0;
                    margin: auto;
                }

                h6 {
                    padding: 0px 0px;
                    text-align: left;
                    font-size: 16px;
                    margin-bottom: 0;
                    color: #FFF;
                }

                h5 {
                    font-size: 14px;
                    color: #000;
                    margin-bottom: 0;
                }*/ }
    .markerSoldOut .marker-wrapper .pinH {
      width: 24px;
      height: 24px;
      background-color: #999;
      border-radius: 50% 50% 50% 0;
      position: relative;
      transform: rotate(-45deg);
      font-size: 14px;
      border: 1px solid #FFF; }
      .markerSoldOut .marker-wrapper .pinH i.mdi {
        color: #FFF;
        display: block;
        line-height: 22px;
        text-align: center;
        transform: rotate(45deg); }
    .markerSoldOut .marker-wrapper h6 {
      position: absolute;
      max-width: 400px;
      width: max-content;
      left: 26px;
      top: 5px;
      font-size: 14px;
      color: #999;
      margin-bottom: 0;
      text-shadow: -1.5px -1.5px 0 #fff, 1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px 1.5px 0 #fff; }

#mapHousing {
  display: block;
  width: 100%;
  height: 400px !important; }

#map .infoW {
  padding: 15px !important; }
  #map .infoW li {
    display: inline-block; }
    #map .infoW li:first-child {
      margin-right: 5px; }

.modal .modal-content .modal-header .modal-title {
  color: #dc3545;
  font-weight: 700; }

.modal .modal-content .modal-body h4 {
  color: #569ff5;
  font-weight: 700; }

.modal .modal-content .modal-body ul li {
  text-align: justify;
  line-height: 120%; }

.modal .modal-content .modal-body a {
  color: inherit;
  text-decoration: underline; }

.modal .modal-content .modal-body .text-timer {
  padding: 15px;
  font-size: 18px;
  text-align: center;
  margin: 0; }
  .modal .modal-content .modal-body .text-timer .timer {
    font-weight: 700; }

.modal .modal-content .modal-footer {
  justify-content: center !important; }

.ui-state-hover {
  background: #254469 !important; }

.ui-widget-content .ui-state-hover {
  background: #254469 !important; }

.ui-widget-content .ui-state-focus {
  background: #254469 !important; }

.ui-widget-header .ui-state-hover {
  background: #254469 !important; }

.ui-widget-header .ui-state-focus {
  background: #254469 !important; }

.ui-state-focus {
  background: #254469 !important; }

#Hotel {
  width: 90%;
  height: auto;
  padding: 20px 10px 10px 20px;
  margin: 0px auto; }
  #Hotel #infoHotel {
    width: 100%;
    height: auto;
    margin-bottom: 3%; }
    #Hotel #infoHotel h1 {
      padding: 20px 0px 0% 0%; }
  #Hotel #imgHotel {
    display: inline-block;
    vertical-align: top;
    min-width: 600px;
    width: 70%;
    min-height: 400px;
    height: auto; }
    #Hotel #imgHotel img {
      display: block;
      position: relative;
      width: 75%;
      height: auto;
      margin: 0px auto; }
  #Hotel #textHotel {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    height: auto;
    padding: 20px 10px 30px 10px; }
    #Hotel #textHotel p {
      font-size: 130%;
      text-align: justify;
      line-height: 160%; }
  #Hotel > ul {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px auto; }
    #Hotel > ul > li {
      display: block;
      width: 80%;
      height: auto;
      padding: 1.5% 1%;
      margin: 20px auto;
      transition: all .3s ease-in-out; }
      #Hotel > ul > li:hover {
        box-shadow: 0px 5px 10px #8d8d8d;
        height: 190px; }
      #Hotel > ul > li > h3 {
        text-align: left;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 180%; }
      #Hotel > ul > li > h4 {
        text-align: left;
        margin-bottom: 10px;
        font-size: 180%; }
      #Hotel > ul > li > h5 {
        text-align: left;
        margin-bottom: 5px;
        font-size: 140%; }
      #Hotel > ul > li > p {
        text-align: justify; }
      #Hotel > ul > li > a {
        display: block;
        position: relative;
        width: 150px;
        height: 50px;
        line-height: 47px;
        color: #fff;
        text-align: center;
        font-size: 120%;
        margin: 10px auto; }
      #Hotel > ul > li > a.active {
        background: #DFF3C3; }
      #Hotel > ul > li > a.disabled {
        background: #ffdede; }

#RoomW #Room > .Grid {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 5px auto; }
  #RoomW #Room > .Grid > li {
    display: inline-block;
    vertical-align: top;
    height: auto;
    text-align: center; }
  #RoomW #Room > .Grid > .head {
    font-size: 125%;
    padding: 10px 14px; }
  #RoomW #Room > .Grid > .available {
    padding: 20px 9px;
    color: #539200;
    background: #DFF3C3;
    border: 1px solid #539200;
    font-size: 110%; }
    #RoomW #Room > .Grid > .available small {
      font-size: 75%; }
  #RoomW #Room > .Grid > .notAvailable {
    padding: 19px 38px;
    color: #ff0000;
    background: #ffdede;
    border: 1px solid #ff0000; }

#RoomW #Room > #noAvailability {
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  padding: 2% 3%;
  margin: 50px auto;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  text-align: center; }

#RoomW #payment {
  display: none; }

#RoomW #accompanyingPerson .card {
  margin: 10px 0px; }

#RoomW #accompanyingPerson h1.display-4 {
  font-size: 24px !important; }

#RoomW p.text-info.text-right {
  margin-bottom: 0px; }

#tours {
  margin-top: 3%; }

#transfer {
  margin-top: 3%; }

#meeting-139 {
  background: url(../Images/ExpoNacionalFerretera.jpg) no-repeat center center; }

.meeting-139 {
  background: url(../Images/ExpoNacionalFerretera.jpg) no-repeat center top, white;
  background-size: 80%; }

#meeting-141 {
  background: url(../Images/intermoda.jpg) no-repeat top center; }

.meeting-141 {
  background: url(../Images/intermoda.jpg) no-repeat center top, white;
  background-size: 100%; }

#meeting-144 {
  background: url(../Images/UBM-02.jpg) no-repeat top center; }

.meeting-144 {
  background: url(../Images/UBM-02.jpg) no-repeat center top, white;
  background-size: 100%; }

#sponsors {
  height: 200px; }

#video {
  height: 400px; }

#modalTour .display-4 {
  font-size: 32px; }
  #modalTour .display-4 sup {
    font-size: 12px;
    top: -15px; }

.amenities-content {
  margin-bottom: 10px; }
  .amenities-content .amenities-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
  .amenities-content .amenities-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    color: #17a2b8;
    font-size: 20px; }
    .amenities-content .amenities-block .amenity {
      margin: 0 10px; }

.region-container {
  margin-bottom: 1rem; }

.region-title {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem; }

.region-options {
  display: flex;
  align-items: center;
  justify-content: center; }
  .region-options .item-region {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.25rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: solid 1px #e7e7e7;
    background-color: #e7e7e7;
    cursor: pointer;
    transition: all 0.2s linear;
    outline: transparent 2px solid; }
    .region-options .item-region img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: solid 2px #808080;
      padding: 0.15rem;
      background-color: #ffffff;
      display: block;
      transition: transform 0.5s ease;
      transform-style: preserve-3d; }
    .region-options .item-region:focus {
      outline: solid 2px #cccccc;
      background-color: #dddddd; }
    .region-options .item-region:hover {
      background-color: #dddddd; }
      .region-options .item-region:hover img {
        transform: rotateY(360deg); }
    .region-options .item-region.item-mx {
      border-top-left-radius: 2rem;
      border-bottom-left-radius: 2rem; }
      .region-options .item-region.item-mx img {
        margin-right: 0.5rem; }
    .region-options .item-region.item-world {
      flex-direction: row-reverse;
      border-top-right-radius: 2rem;
      border-bottom-right-radius: 2rem; }
      .region-options .item-region.item-world img {
        margin-left: 0.5rem; }

@media (max-width: 1199px) {
  body {
    font-size: 14px; }
  h1 {
    font-size: 25px; }
  h2 {
    font-size: 23px; }
  h3 {
    font-size: 21px; }
  h4 {
    font-size: 19px; }
  h5 {
    font-size: 17px; }
  h6 {
    font-size: 15px; }
  p {
    font-size: 15px; }
  .hotel-selection {
    width: 40%; } }

@media (max-width: 991px) {
  h1 {
    font-size: 24px; }
  h2 {
    font-size: 22px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 16px; }
  h6 {
    font-size: 14px; }
  p {
    font-size: 14px; }
  .hotel-selection {
    width: 70%;
    left: 15%; }
  .section .steps .step-indicator li .step {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 38px; }
  .section .steps .step-indicator li .caption {
    font-size: 14px; }
  .section.home .hotel-cards .hotel-carousel {
    padding: 0 40px; }
    .section.home .hotel-cards .hotel-carousel .owl-nav button {
      width: 30px;
      height: 30px;
      font-size: 28px; }
      .section.home .hotel-cards .hotel-carousel .owl-nav button.owl-prev {
        left: 5px; }
      .section.home .hotel-cards .hotel-carousel .owl-nav button.owl-next {
        right: 5px; }
      .section.home .hotel-cards .hotel-carousel .owl-nav button span {
        margin: -5px auto 0; }
  .section.contact-info .alert i.fa-2x {
    margin: 5px auto;
    display: block; }
  .section.contact-info .alert a {
    display: block;
    margin: 2px auto; } }

@media (max-width: 767px) {
  .header .nav-header .brand img {
    height: 40px; }
  .header .nav-header h1 {
    font-size: 20px; }
  .header .banner.full {
    display: none; }
  .header .banner.mobile {
    display: block; }
  .modal .modal-content .modal-body {
    word-break: break-word; }
    .modal .modal-content .modal-body ul {
      padding-left: 20px; }
  .section.home .map {
    height: 1px;
    padding-top: 76%;
    margin: 15px 0; }
  .section .steps {
    display: none; }
  .gm-style .gm-style-iw-d .image-container {
    height: auto; } }

@media (max-width: 575px) {
  h1 {
    font-size: 23px; }
  h2 {
    font-size: 21px; }
  h3 {
    font-size: 19px; }
  h4 {
    font-size: 17px; }
  h5 {
    font-size: 15px; }
  h6 {
    font-size: 14px; }
  p {
    font-size: 14px; }
  .header .nav-header .brand img {
    height: 30px; }
  .header .nav-header h1 {
    font-size: 16px; }
  .section .card .costs {
    flex-direction: column; }
    .section .card .costs .items {
      width: 100%;
      display: flex; }
      .section .card .costs .items p {
        width: 50%;
        text-align: right; }
        .section .card .costs .items p:last-of-type {
          text-align: left; }
  .section.home .hotel-cards .hotel-carousel {
    padding: 0 30px; }
    .section.home .hotel-cards .hotel-carousel .owl-nav button {
      width: 25px;
      height: 25px; }
      .section.home .hotel-cards .hotel-carousel .owl-nav button.owl-prev {
        left: 2px; }
      .section.home .hotel-cards .hotel-carousel .owl-nav button.owl-next {
        right: 2px; } }

@media (max-width: 419px) {
  body {
    font-size: 14px; }
  h1 {
    font-size: 22px; }
  h2 {
    font-size: 20px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 16px; }
  h5 {
    font-size: 14px; }
  .header .nav-header h1 {
    font-size: 12px; }
  .section.contact-info .alert {
    word-break: break-word; } }