/* Generales */
.item-designblock {
    padding-bottom: 30px;
}
.item-designblock p {
    margin: 0;
}
/* / Generales */

/* Bloque texto imagen */
.item-designblock .texto-imagen {
    padding: 10px;
}
/* /Bloque texto imagen */

/* Bloque imagen */
.item-designblock .imagen {
    position: relative;
    background-clip: content-box;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.item-designblock .imagen .block-texto {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    right: 0;
    left: 0;
    padding: 10px;
}

.image-n-wartermark, .image-n-wartermark-cut {
    display: none;
}

.item-designblock .image-n-wartermark, .item-designblock .image-n-wartermark-cut {
    display: none;
}

@media (min-width: 991px) {
    .item-designblock.nh_n_watermark .image-n-wartermark {
        display: none;
    }
    .item-designblock.nh_n_watermark .image-n-wartermark-cut {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}
@media (max-width: 990px) {
    .item-designblock.nh_n_watermark .image-n-wartermark {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .item-designblock.nh_n_watermark .image-n-wartermark-cut {
        display: none;
    }
}

.item-designblock .cta {
    text-align: center;
}
/* /Bloque imagen */

/* Bloque carousel */
.item-designblock .owl-prev {
    background-image: url('./img/arrow-slider.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 30px;
}

.item-designblock .owl-next {
    background-image: url('./img/arrow-slider.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 30px;
}
/* /Bloque carousel */

/* Bloque grid */
.grid .item-grid {
    margin-bottom: 10px;
}
/* /Bloque grid */

/* Bloque listado post */
.item-designblock .item-listado-posts {
    position: relative;
    background-clip: content-box;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-bottom: 10px;
}

.item-designblock .item-listado-posts .block-texto {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    right: 0;
    left: 0;
    padding: 10px;
}

.item-designblock .item-listado-posts.item-grid-imagenes h3 {
    text-align: center;
}
/* /Bloque listado post */


/*.db-block-full-width {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: -50vw  !important;
    margin-left: -50vw  !important;
    clear: both;
}

.db-block-full-width  > row{
    margin-left: 0;
    margin-right: 0;
}*/


.item-designblock > .row{
    height: 100%;
}

.jc-fs{
    justify-content: flex-start;
    text-align: left;
}

.jc-fe{
    justify-content: flex-end;
    text-align: right;
}

.jc-c{
    justify-content: center;
    text-align: center;
}

.jc-sb{
    justify-content: space-between;
    text-align: center;
}

.jc-sa{
    justify-content: space-around;
    text-align: center;
}

.jc-se{
    justify-content: space-evenly;
    text-align: center;
}


.ai-fs{
    align-items: flex-start;
}

.ai-fe{
    align-items: flex-end;
}

.ai-c{
    align-items: center;
}

.ai-b{
    align-items: baseline;
}

.ai-s{
    align-items: stretch;
}

.reversed-align .ai-fs{
    justify-content: flex-start;
}

.reversed-align .ai-fe{
    justify-content: flex-end;
}

.reversed-align .ai-c{
    justify-content: center;
}

.reversed-align .ai-b{
    justify-content: baseline;
}

.reversed-align .ai-s{
    justify-content: stretch;
}


.color-type-light, .color-type-light:hover,.color-type-light .wave-content .color-primary, .color-type-light .wave-content  .color-primary:hover{
    color: #fff;
    fill: #fff; 
}

.color-type-alt, .color-type-alt:hover,.color-type-alt .wave-content .color-primary, .color-type-alt .wave-content  .color-primary:hover{
    color: #fff;
    fill: #fff; 
}

.color-type-dark, .color-type--dark:hover,.color-type-dark .wave-content .color-primary, .color-type-dark .wave-content  .color-primary:hover{
    color: rgb(32, 32, 32);
    fill: rgb(32, 32, 32); 
}

.color-type-light  .btn,.color-type-light  .btn:hover{
    color: #fff;
}

.color-type-alt  .btn,.color-type-alt  .btn:hover{
    color: #fff;
}

.wave-container{
    position: relative;
}

.wave-content{
    position: relative;
}
/*.wave-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}*/

.db-text-content{
    display: flex;
    flex-direction:column;
}

.block-content{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}


.slider_block-wrapper .block-content{
    display: block;
    height: auto;
}

.dg-actions{
    width: 100%;
    margin-top: 15px;
}

.btn.btn-primary.full-width-btn{
    margin-top: -15px;
    border-radius: 0;
}

.imagetext-principal {
    width: 100%;
}

.imagetext-image{
    vertical-align: top;
}

.text-text {
    width: 100%;
}

.border-secondary {
    border-color: #dedede !important;
}

.booking-form-block{
    width: 100%;
}

.booking-modal.modal .modal-content{
    background: #fff;
}
.overlap.booking_form_block-wrapper {
    z-index: 999;
}