body {
    background-color: whitesmoke;
    background-image: url(https://post.akelita.com/uploads/bg-lines.webp) !important;
    background-repeat: no-repeat !important;
    background-position-x: 0 !important;
    background-position-y: bottom !important;
    background-attachment: fixed !important;
    background-size: 100% !important;
}
.azulRey {
    /* background: #404077; */
}
.azulLogo{
    /* background: #29b6f6; */
}
.menu1 b {
    display: block;
}

.menu1 b i {
    vertical-align: bottom;
}

.menu1 {
    margin: 0;
}

.menuHome {
    position: absolute;
    margin-top: 10px;
    z-index: 10;
    max-width: initial !important;
}
.transition {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.parallax {
    position: initial !important;
}
.parallax-container {
    height: initial;
    min-height: 100px;
}
.parallax-container .container {
    position: relative;
}
.parallax-home > div {
    padding: 10px 0;
}
.menu1 .col {
    border-right: 1px solid #beb3b3;
    height: 90px;
    text-align: center;
}
.menu1 .col:last-child {
    border-right:none;
}
.title-home {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.iconBig .material-icons {
    font-size: 30px;
    vertical-align: super;
    line-height: 110%;
    margin: 1.52rem 0 .912rem 0;
    border: 3px solid #00368a;
    padding: 10px;
}

.iconBig {
    text-align: center;
}
.aboutArea > div {
    height: 400px;
}

.videoPlayerHome {
    height: 100%;
}
.aboutArea .parallax-container {
    height: 100%;
}

.parallax-home .parallax:after	{
    content:"";
    background: #0000009c;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.row.row-nomargin {
    margin: 0;
}
.tableFooter td {
    padding: 5px 5px;
}

.tableFooter span {
    color: gray;
}

.tableFooter .material-icons {
    font-size: 30px;
    vertical-align: bottom;
}
.redsocial > * {
    width: 26px !important;
    height: 26px !important;
}

.redsocial {
    background: #2f2f2f;
    width: 35px;
    height: 35px;
    margin: 4px;
    display: inline-block;
    padding: 5px;
    border-radius: 9px;
}
.header-img > div {
    /* position: absolute; */
    /* bottom: 10px; */
    width: 100%;
}

.header-img {
    position: relative;
}

.subTitle-home {
    margin-top: -11px;
    display: block;
}
.all-white input, .all-white textArea {
    color: #FFF !important;
}
.datepicker-modal input {
    color: initial !important;
}
.card-title.price span {
    float: right;
}
.card-title.price {
    width: 100%;
    padding: 0 !important;
}
.btn-style {
    border-radius: 6px;
    background: #29b6f6!important;
    padding: 0 20px;
}
.block {
    display: block !important;
    width: 100%;
}
.logo-galria {
    width: 100%;
    height: 100%;
    background-image: url(https://post.akelita.com/uploads/1558750155logo%20mimetic.png);
    display: block;
    padding: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}
td:not(.is-disabled) .datepicker-day-button {
    color: #000;
}
.header {
    /* margin-top: 100px; */
}

.datepicker-controls * {
    color: #000 !important;
}
.radioBig label span {
    font-size: 30px !important;
    display: block;
    width: 100%;
}

.radioBig {
    margin: 9px !important;
}



.radioBig label span:before {
    height: 20px !important;
    width: 20px !important;
}
.radioBig label span:after {
    height: 20px !important;
    width: 20px !important;
}

.radioBig label span:hover {
    background: #bcea86;
}
.loaderCont {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #29b6f6;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 10% auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.modal.sm {
    width: 400px;
    max-width: 95%;
}
.loginiconBig > * {
    font-size: 80px;
}
.justified {
    text-align: justify;
}
.bg-style {
    background-color: #29b6f6!important;
}
/**
        Booking Engine
*/
@media only screen and (max-width :500px){
    .booking-default {
        width: 100%;
        left: 0;
    }
}
.ui-autocomplete {
    background: #FFF;
    width: 95% !important;
    z-index: 2;
    box-shadow: 1px 1px 3px 0px;
    padding: 10px !important;
    overflow: auto;
    max-height: 330px;
    max-width: 400px;
}
.ui-autocomplete li {
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
}
.ui-autocomplete span {
    font-size: 11px;
    color: #03A9F4;
    font-style: italic;
}
.ui-autocomplete li:hover, .ui-focused, .ui-state-active {
    background: #d4d4d4;
}
.ui-helper-hidden-accessible {
    display: none;
}
.ui-autocomplete-loading {
    background: white url("https://post.akelita.com/uploads/1577302523ajax-loader.gif") right center no-repeat;
}
@media only screen and (max-width:500px){
    #logo-header {
        width: 45%;
    }
    .menu1 .col {
        border-right: none;
    }
    .header-img {
        position: relative;
        /* margin-top: 174px; */
    }
    .img-about {
        max-width: 100%;
    }
    .ui-autocomplete {

        left: 12px !important;
    }
}
ul#menuBooking {
    padding: 0 5px;
    margin:  auto;
    width: 100%;
    display: table;
    margin-bottom: -10px;
}
ul#menuBooking li {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    margin: 0px auto;
}

form#bookingEngine {
    padding: 0 5px;
    margin: 0;
}
ul#menuBooking li:first-child a {
    background: #29b6f6;
    color: #FFF;
    cursor: default;
}
div#preloaderFrom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.83);
    width: 100%;
    height: 100%;
    display: none;
}

div#preloaderFromCotainer {
    margin: 20% auto;
    width: 64px;
}
tbody.showHowToScroll:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(https://post.akelita.com/uploads/158543438674559-200.png);
    background-position: center;
    background-size: 85%;
    background-repeat: no-repeat;
    left: 90%;
    z-index: 10;
    background-color: #03A9F4;
    border-radius: 50%;
    box-shadow: 1px 1px 37px 20px;
    top: 10%;
}
ul#topMenuSocial li {
    display: inline-block;
}
.no-margin {
    margin: 0;
}
ul#topMenuSocial li a {
    padding: 5px;
}
nav {
    box-shadow: 0px 3px 8px -6px #000;
}

.print {
    display: none;
}
@media print {
    .print {
        display: inherit;
    }
    iframe {
        display: none;
    }
    .no-print,.btn-style {
        display: none !important;
    }
    .areaPrint .card {
        box-shadow: none;
        border: 1px solid;
        margin: 3px auto;
    }

    .col {
        width: 100% !important;
    }

    .areaPrint input {
        height: 18px !important;
        border: 0 !important;
    }

    .s6 {
        width: 50% !important;
    }

    .areaPrint .card .card-content {
        padding: 0px 10px !important;
        font-size: 11px !important;
    }
    .areaPrint .card-title {
        margin-bottom: 1px !important;
    }
    .areaPrint td,
    .areaPrint th
    {
        padding:0px;
        border: none;
    }

    .areaPrint tr {
        border: none;
    }

    .terminos h5 {
        font-size: 16px;
    }

    .terminos {
        font-size: 10px;
        font-family: monospace;
        background: #f9ff9d;
        padding: 1px;
    }
    .header-print {
        margin: 0;
        padding: 0 !important;
        /* background: red; */
    }
    .areaPrint .card .card-content .row {
        margin: 0;
    }
    .stateReservation-0 {
        display: none;
    }
    #fb-root {
        display: none;
    }
}