hr{
    margin: 1rem auto;
}

.main-title {
    text-shadow: 2px 2px 4px black;
    color: white !important;
}

.header-logo {
    height: 80px !important;
}

@media all and (min-width: 769px) {
    .header-logo {
        height: 150px !important;
    }
}

/** LEGAL TEXTS **/

.legal-card-title {
    color: var(--primary);
    margin-bottom: 20px;
}

/** CUSTOM CARD **/

.custom-card {
    background: #fff;
    border: 5px solid var(--primary);
    border-radius: 10px;
    padding: 20px;
}

.custom-card-title {
    color: var(--primary);
    margin-bottom: 20px;
    text-align: center;
}

/** CENTER HORIZONTALLY AND VERTICALLY **/

.center-all {
    padding: 50px 5px 5px 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}

.center-all.center-special {
    height: 100%;
}

@media only screen and (orientation: landscape) {
    .center-all {
        height: 100%;
    }
}

@media all and (min-width: 768px) {
    .center-all{
        padding: unset !important;
        height: unset !important;
        width: 600px !important;
    }

    .center-all.more-wide {
        padding: unset !important;
        height: unset !important;
        width: 900px !important;
    }
}

#main-navbar{
    border-left: 50px solid transparent;
    background-color: var(--navbars);
    width: 260px;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:hover{
    background-color: var(--secondary)!important;
    border-color: var(--secondary)!important;
}

.sidebar-hidden #main-container:before, .sidebar-hidden #section-home .box2 > .blur-image:before, .sidebar-hidden #section-home .box3 > .blur-image:before{
    width:100vw!important;
}

#btn-home-reservar{
    left: calc(50vw + 130px);
    transition: .3s ease;
}

.sidebar-hidden #btn-home-reservar{
    left: 50vw!important;
}

.blur-image{
    filter: blur(5px);
    min-height: 100vh;
    position: absolute;
    height: unset;
    min-width: 100vw;
}

#section-home .box2 > .blur-image{
    left: 0;
    top: 0;
}
#section-home .box3 > .blur-image{
    bottom:0;
    right:0;
}

@media (max-width: 768px) {
    #main-container:before, #section-home .box2 > .blur-image:before, #section-home .box3 > .blur-image:before{
        background: none!important;
    }

    #main-navbar{
        width: 100vw;
    }

    #menu-toggle-btn{
        font-size: 3em!important;
    }

    .sidebar-hidden .sidebar{
        left: -100vw;
    }

    .sidebar .sidebar-navigation .menu{
        align-items: center!important;
    }

    .sidebar .sidebar-header span.logo{
        text-align: center;
    }

    #section-home .box2, #section-home .box-3{
        width: 100vw!important;
    }
    #section-home .box1{
        width: 0!important;
        left: -500px !important;
    }

    #main-container, #section-home .box2 > div, #section-home .box3 > div{
        background-position-x: right!important;
    }
}

@media (min-width: 769px) {
    #mobile-bg{
        display: none;
    }
    #main-container{
        background: none!important;
    }
    .more-boxes.box-up {
        margin-bottom: 400px;
    }

    .more-boxes.box-down {
        margin-top: 400px;
    }
}

.sidebar .sidebar-navigation .menu{
    align-items: flex-end;
    margin-top: 20px;
}

#menu-toggle-btn{
    position:absolute;
    right:0;
    left:unset;
    background: transparent;
    color: var(--primary);
    border:none;
    outline:none;
    font-size: 2em;
    cursor: pointer;
}

.sidebar-hidden #menu-toggle-btn{
    left:100%!important;
    right:unset!important;
}

#menu-toggle-btn:focus{
    outline:none;
}

.sidebar-header{
    background-color: var(--navbars);
    justify-content: center;
    height: unset;
}

.sidebar-header .logo img{
    width: 100%;
}

#main-navbar .sidebar-navigation .menu-item .menu-link{
    height: 42px;
    color: var(--primary);
    font-weight: bold;
    font-size: large;
    font-family: 'intro_regular';
}

.sidebar-hidden .home-sections-container, .sidebar-hidden .blur-image{
    width:100vw!important;
}

.home-sections-container, .blur-image{
    width: calc(100vw - 260px);
    overflow-x: hidden;
    background-size: cover;
}

.home-sections-container > div{
    width: 100%;
}

#section-home > div{
    overflow: hidden;
    position: absolute;
    z-index:10
}

#section-home > div > div:not(.blur-image){
    background-size: cover;
    height: 100%;
    width:100%;
}

#section-home .box1{
    width: 75%;
    height: 75%;
    position: absolute;
    bottom: 0;
    left:0;
    background: transparent;
    border-right: 5px solid var(--navbars);
    border-top: 5px solid var(--navbars);
    border-top-right-radius: 100px;
}

#section-home .box2{
    width: 50%;
    height: 50%;
    background: transparent;
    border-right: 5px solid var(--navbars);
    border-bottom: 5px solid var(--navbars);
    border-bottom-right-radius: 100px;
}

#section-home .box3{
    width: 75%;
    height: 40%;
    position: absolute;
    bottom: 0;
    right:0;
    background: transparent;
    border-left: 5px solid var(--navbars);
    border-top: 5px solid var(--navbars);
    border-top-left-radius: 100px;
}

#section-home .box2 > span.title{
    position: absolute;
    top: 50%;
    transform: translate(0,-100%);
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: xx-large;
    line-height: 120%;
    color: var(--navbars);
}

#section-home .box2 > span.subtitle{
    position: absolute;
    top: 50%;
    transform: translate(0,20%);
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: xx-large;
    color: var(--navbars);
}
#section-home .box2 > span.subtitle > span{
    color: var(--primary);
    font-size: x-large;
    margin: 5px;
}

#section-home img.home-icon{
    width:100px;
}

#section-home .icon-maletin{
    position: absolute;
    left: 50%;
    top:65%;
    transform:translate(-50%)
}

#section-home .icon-wifi{
    position: absolute;
    left: 5%;
    top:45%;
}

#section-home .icon-maleta{
    position: absolute;
    left: 20%;
    top:60%;
}


#section-home > span.title{
    position: absolute;
    top: 40%;
    transform: translate(0,-100%);
    z-index: 10;
    width: 80%;
    text-align: center;
    font-size: xx-large;
    line-height: 120%;
    color: var(--navbars);
}

#section-home > span.subtitle{
    position: absolute;
    top: 40%;
    transform: translate(0,20%);
    z-index: 10;
    width: 80%;
    text-align: center;
    font-size: xx-large;
    color: var(--navbars);
}
#section-home > span.subtitle > span{
    color: var(--primary);
    font-size: x-large;
    margin: 5px;
}

.sizes-boxes{
    margin-top: 10px;
    background-color: var(--navbars);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.size-card {
    margin-top: 10px;
}

@media all and (min-width: 1025px) {
    .size-card{
        margin-top: 0;
    }
}

#benefits-home {
    margin-top: 20px;
    margin-bottom: 50px;
}

.benefit-item {
    width: 50%;
    padding: 10px;
}

@media all and (min-width: 1025px) {
    .benefit-item {
        width: 20%;
    }
}

.benefit-item .content {
    padding: 10px;
    background: #edf1ec;
    height: 100%;
    width: 100%;
    border: 5px solid var(--primary);
    border-radius: 10px;
}

.benefit-item .content > p {
    margin-top: 10px;
}


.how-to-item {
    width: 50%;
    padding: 10px;
}

@media all and (min-width: 1025px) {
    .how-to-item {
        width: 20%;
        padding: 10px;
    }
}

.how-to-item .content {
    padding: 10px;
    background: #edf1ec;
    height: 100%;
    width: 100%;
    border: 5px solid var(--primary);
    border-radius: 10px;
}

.how-to-item .content > p {
    margin-top: 10px;
}

.how-to-item .content > h1 {
    font-family: 'intro_regular';
}

#bookings-home {
    margin-bottom: 50px;
}

.sizes-boxes {
    border: 5px solid var(--primary);
    border-radius: 10px;
    padding: 15px;
}

.sizes-boxes .size-name{
    margin: 0 !important;
    line-height: 1;
    color: var(--primary);
    font-family: 'intro_regular';
}

.sizes-boxes .size-price{
    color: var(--primary);
    font-family: 'intro_regular';
}

.sizes-boxes .size-price small{
    color: var(--primary);
    text-decoration: line-through;
    font-family: 'intro_regular';
}

.size-name-box {
    display: table;
    min-height: 70px;
}

.size-name {
    display: table-cell;
    vertical-align: middle;
}

.pasos-reserva{
    background-color: var(--navbars);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pasos-reserva > div {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pasos-reserva > div > span{
    color: var(--primary);
    font-size: x-large;
    margin-right: 10px;
}

#where-home {
    margin-bottom: 50px;
}

.where-icons{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.where-icons > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2px 0;
    background-color: white;
    padding: .5rem;
}

.where-icons img{
    height: 50px;
}

.where-icons img.left{
    margin-right: 10px;
}

.where-icons img.right{
    margin-left:10px;
}

.close-spans > div > span {
    margin: 0 .25rem;
}


#map-panel {
    margin-top: 10px;
}

@media all and (min-width: 768px) {
    #map-panel {
        margin-top: 0;
        padding-left: 10px !important;
    }
}

.info-card {
    background: var(--navbars);
    border: 5px solid var(--primary);
    border-radius: 10px;
}

.info-card > h2 {
    font-family: "intro_regular";
}

#more-information-btn {
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 5px;
    color: white;
    font-size: 11pt;
    margin-top: 10px;
    height: 40px;
    width: 100%;
    font-family: "intro_regular";
}

#how-to-home {
    margin-bottom: 50px;
}

#discounts-home {
    margin-bottom: 50px;
}

#discounts-home > div:first-child, #discounts-home > div:nth-child(3), #more-home > div:first-child{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.discount-card {
    margin-top: 10px;
}

@media all and (min-width: 1025px) {
    .discount-card{
        margin-top: 0;
    }
}

#more-home {
    margin-bottom: 65px;
}

.text-title{
    color: var(--primary);
    font-family: 'intro_regular';
    margin-bottom: 1rem;
}

.full-width-text{
    background: var(--navbars);
    width: 100%;
    padding: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    text-align: center;
}

.text {
    font-size: 12pt;
}

.text-map {
    text-align: center;
    font-size: 20pt;
    margin-bottom: 10px;
    font-family: 'intro_regular';
}

.title {
    margin-bottom: 20px;
}

.discount-boxes {
    background: var(--navbars);
    border: 5px solid var(--primary);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 350px;
}

.discount-boxes > img {
    height: 120px;
    width: 120px;
}

.discount-boxes > h2 {
    text-align: center;
    color: var(--primary);
    line-height: 1.1;
    font-family: 'intro_regular';
}

.more-boxes{
    background-color: var(--navbars);
    border: 5px solid var(--primary);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    height: 400px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.more-boxes h2{
    color: var(--primary);
    font-family: 'intro_regular';
    line-height: 1;
}

.swiper-slide {
    width: 100% !important;
}

.qr-ticket {
    background: var(--navbars);
    border: 5px solid var(--primary);
    border-radius: 10px;
    height: 100%;
    margin: 50px;
    width: 100%;
}

.qr-ticket-content {
    padding: 25px;
}

.qr-ticket-title {
    font-weight: 700;
}

@media (min-width: 231px) and (max-width: 767px) {
    .qr-ticket-title {
        font-size: 14pt;
        padding-top: 10px;
    }

    .qr-ticket-text {
        font-size: 10pt;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .qr-ticket-title {
        font-size: 15pt;
    }

    .qr-ticket-text {
        font-size: 12pt;
    }
}

@media all and (min-width: 1025px) {
    .qr-ticket-title {
        font-size: 20pt;
    }

    .qr-ticket-text {
        font-size: 14pt;
    }
}

.qr-ticket-content .subtitle {
    padding: 0 !important;
    font-weight: 600;
}

#section-home{
    position: relative;
    height: 100vh;
    min-height: 100vh;
    min-width: 100vw;
}

/** COOKIE DIALOG **/

.cookie-dialog {
    display: table;
    position: fixed;
    bottom: 0;
    height: 75px;
    width: 100%;
    z-index: 999;
    padding: 0 20px 0 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(211, 211, 211, 0.75);
    box-shadow: 0 0 15px 0 rgba(211, 211, 211, 0.75);
}

.cookie-dialog-content-item {
    display: table-cell;
    font-size: 12pt;
    height: 40px;
    vertical-align: middle;
    width: 100%;
}

/** PROFILE **/
#profile-profile {
    margin-bottom: 20px;
}

@media all and (min-width: 768px) {
    #profile-profile {
        margin-bottom: unset !important;
    }
}

/** MY BOOKINGS LIST **/
#bookings-list th {
    font-weight: bold;
}

/** ALL IMAGES **/
.responsive-image {
    max-height: 160px;
}

/** FIX TABLE OVERFLOW **/
.overflow-fix {
    overflow: auto;
}

@media all and (min-width: 768px) {
    .overflow-fix {
        overflow: unset;
    }
}

/** FIX DAY INPUT PADDING **/
#days-input {
    padding-left: 0;
}

@media all and (min-width: 991px) {
    #days-input {
        padding-left: 20px !important;
    }
}

/** MAKE TEXT BOLD **/

.make-bold {
    font-weight: bold;
}

/** FIX REGISTER FIELDS **/

#register_form .control-label {
    left: 16px !important;
}

/** FIX MAX SIZE IMAGE **/

.fix-max-size-img-120 {
    display: block;
    max-width: 120px;
    width: 100%;
    height: auto;
    margin: auto;
}

.fix-max-size-img-150 {
    display: block;
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: auto;
}

/** DATATABLE PLUS BUTTON CHANGE COLOR **/

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    background-color: var(--primary) !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #ff0000 !important;
}