.showpcatlarge {
  display: block !important; }

.showmbatlarge {
  display: none !important; }

.showpcatlargeib {
  display: table-cell !important; }

.showmbatlargeib {
  display: none !important; }

.wrapremovestyle {
  text-align: right; }

.fakewrapbooking {
  height: 65px; }

.wrapbooking {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #2326e3;
  text-align: center; }
  .wrapbooking .wrptxtctn {
    font-size: 12px; }
  .wrapbooking .wrpscript {
    background-color: #FFF;
    width: 100%; }
  .wrapbooking p {
    display: none; }
  .wrapbooking .submit_link {
    margin: 0 !important;
    margin-left: 10px !important; }
  .wrapbooking .acessa_widget_block {
    width: calc(50% - 60px);
    float: left;
    margin: 0 !important;
    padding: 0 10px; }
    .wrapbooking .acessa_widget_block input {
      width: calc(100% - 20px) !important; }
  .wrapbooking .vertical-widget {
    background-color: #FFF;
    padding: 10px 0;
    width: 100% !important; }
  .wrapbooking .submit_link {
    width: 100px;
    float: left !important; }

.header {
  position: relative;
  z-index: 40; }
  .header .ulwrapmodel {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .header .loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 500; }
    .header .loading .wrpimg {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .header .loading .wrpimg img {
        width: 50px; }
  .header .hamberger {
    display: none;
    padding: 13px;
    background: #2326e3;
    border-radius: 10px; }
  .header .wrapsocialiconmb {
    text-align: left; }
    .header .wrapsocialiconmb .wrapsocialicon {
      margin-right: 10px;
      display: inline-block; }
  .header #nav-icon3 {
    width: 25px;
    height: 25px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .header #nav-icon3 span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #FFF;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    .header #nav-icon3 span:nth-child(1) {
      top: 0px; }
    .header #nav-icon3 span:nth-child(2), .header #nav-icon3 span:nth-child(3) {
      top: 10px; }
    .header #nav-icon3 span:nth-child(4) {
      top: 20px; }
    .header #nav-icon3.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    .header #nav-icon3.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header #nav-icon3.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .header #nav-icon3.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }
  .header a {
    text-decoration: none;
    color: #000; }
  .header .warpinheader {
    padding: 15px 0;
    overflow: hidden; }
    .header .warpinheader img {
      width: 70px; }
  .header ul.removestyle {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .header ul.removestyle li {
      display: table-cell;
      padding: 0 10px;
      height: 35px;
      vertical-align: middle; }
      .header ul.removestyle li a {
        font-size: 14px;
        -webkit-transition: .35s all ease-in-out;
        -moz-transition: .35s all ease-in-out;
        -ms-transition: .35s all ease-in-out;
        -o-transition: .35s all ease-in-out;
        transition: .35s all ease-in-out; }
      .header ul.removestyle li:hover a {
        color: #2326e3 !important; }
  .header .wrapsocialicon {
    width: 28px;
    font-size: 30px; }
    .header .wrapsocialicon img {
      width: 100%; }

/* Large Devices, Wide Screens */
/* iPad  Landscape*/
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media (max-width: 767px) {
  .showpcatlarge {
    display: none !important; }
  .showmbatlarge {
    display: block !important; }
  .showpcatlargeib {
    display: none !important; }
  .showmbatlargeib {
    display: table-cell !important; }
  .fakewrapbooking {
    display: none; }
  .header .wrapremovestyle {
    text-align: right; }
    .header .wrapremovestyle.wraptbl .tblcll {
      background-color: #2326e3;
      border-radius: 20px;
      margin: 40px 0 20px 0; }
    .header .wrapremovestyle.wraptbl ul.removestyle li a {
      color: #FFF;
      border-top: 1px solid #FFF; }
    .header .wrapremovestyle.wraptbl ul.removestyle li:first-child a {
      border-top: 1px solid rgba(0, 0, 0, 0); }
  .header .ulwrapmodel {
    position: absolute;
    top: 100%;
    right: 100%;
    background-color: #FFF;
    display: block;
    -webkit-transition: .35s all ease-in-out;
    -moz-transition: .35s all ease-in-out;
    -ms-transition: .35s all ease-in-out;
    -o-transition: .35s all ease-in-out;
    transition: .35s all ease-in-out; }
    .header .ulwrapmodel.active {
      right: 0; }
  .header .hamberger {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%); }
  .header a {
    display: block;
    padding: 10px; }
  .header .wrapimgcnt {
    text-align: center; }
  .header .warpinheader {
    max-width: 100%;
    width: 100% !important; }
  .header ul.removestyle {
    width: 100%; }
    .header ul.removestyle li {
      display: block;
      text-align: left;
      height: auto; } }

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
