.theme-color {
    color: var(--theme-color);
}

.btn-block{
    width: 100%;
    text-align: center;
}

.w-40px{
    width: 40px;
}

.sticky-header .logo{
    padding: 0;
}

.photos .image img, .photos .image-two img{
    width: 100%;
}

.image-a, .image-b{
    height: 270px;
}

.image-c, .image-d{
    height: 570px;
}

.section-seventeen .bg{
    background: url(../images/bg-contacto.jpg) center/cover no-repeat;
    min-height: 9em;
}

.section-seventeen .bg::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: '';
}

#modal{
    width: 20em;
    max-width: 100%;
}

.block-nine .image{
    background: #fff;
    width: 100%;
    height: 200px;
    display: block;
}

.block-nine .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-nine .inner-box{
    height: calc(100% - 200px);
}

@media (max-width: 1400px) {
    .block-twelve .image-two{
        display: none;
    }

    .block-thirteen .rating{
        position: relative;
        right: auto;
        bottom: auto;
        background: transparent;
        padding: 0;
    }

    #hero .check-availability{
        position: relative;
        bottom: auto;
        margin: 2em 0;
    }
}

@media (max-width: 990px) {
    .section-two{
        background: #222;
    }

    .block-thirteen{
        text-align: center;
    }

    .block-thirteen .text-two{
        padding-right: 0;
    }

    .block-seventeen{
        position: relative;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .block-seventeen a.theme-btn{
        width: 100%;
    }
}

@media (max-width: 770px) {
    .scroll-to-top{
        display: none !important;
    }

    .page-title{
        margin-bottom: -100px;
    }

    .section-two, .section-twelve, .main-footer{
        padding-top: 2em !important;
    }

    .photos .image, .photos .image-two{
        margin: 0 0 1em !important;
    }
}