.model-ID .mediasection .item-video,
.model-DI .mediasection .item-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


.model-ID .item-wrapper,
.model-DI .item-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.model-ID .item-wrapper .calltoaction,
.model-DI .item-wrapper .calltoaction,
.model-ID .item-wrapper .mediasection,
.model-DI .item-wrapper .mediasection{
    width: 50%;
}

.whole-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.enlace.btn{
    position: relative;
    z-index: 1;
}

.owl-carousel {
    height: 100%;
}

.owl-stage-outer, .owl-stage, .owl-item, .owl-item .item-media, .owl-item .img-container {
    height: 100%;
}

.owl-item .img-container img {
    height: 100%!important;
    object-fit: cover;
}

/*.owl-stage{*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.owl-nav{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    transform: translatey(-50%);*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    pointer-events: none;*/
/*}*/

/*.owl-nav button{*/
/*	pointer-events: all;*/
/*}*/

/*.owl-nav span{*/
/*    font-size: 80px;*/
/*}*/

/*.owl-dots{*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 20px;*/
/*}*/

/*.owl-dots span{*/
/*    width:10px;*/
/*    height:10px;*/
/*    background: lightgrey;*/
/*    display: block;*/
/*    border-radius: 100%;*/
/*    border: 1px solid grey;*/
/*}*/

/*.owl-dots .active span{*/
/*    background: grey;*/
/*}*/

.content-block a.cBoxElement{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.model-ID.option-7030 .item-wrapper .calltoaction,
.model-DI.option-7030 .item-wrapper .calltoaction{
    width: 70%;
}

.model-ID.option-7030 .item-wrapper .mediasection,
.model-DI.option-7030 .item-wrapper .mediasection{
    width: 30%;
}

.model-CE .item-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
}

.model-CE .item-wrapper .calltoaction,
.model-CE .item-wrapper .mediasection{
    width: 100%;
    text-align: center;
    z-index: 1;
}

.content-block.layout-standard,
.tarjeta-container.layout-standard{
    width: 100%;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}

.content-block.full-layout,
.tarjeta-container.full-layout{
    width: 100vw;
    max-width: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.tarjeta-container{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
}

.tarjeta-container .content-block{
    width: 33%;
	box-sizing: border-box;
}

.galeria-multimedia{
	display: flex;
	flex-wrap: wrap;
}

.content-block a.cBoxElement.video:before{
    width: 80px;
    height: 80px;
    border: 0px;
    content: "";
    background-image: url("/modules/custom/content_block/assets/play-button.png");
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content-block:not(.model-SL):not(.model-TJ){
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    
}

.field--name-field-altura-fija{
    display: none;
}

.content-block > .contextual-region{
    max-width: 100%;
    width: 100%;
}
/**
 * Colorbox Core Style:
 * The following CSS is consistent between example themes and should not be altered.
 */
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**
 * These elements are buttons, and may need to have additional
 * styles reset to avoid unwanted base styles.
 */
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
}
/**
 * Avoid outlines on :active (mouseclick),
 * but preserve outlines on :focus (tabbed navigating)
 */
#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
    outline: 0;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
/* Reset box sizing to content-box if theme is using border-box. */
#colorbox,
#cboxContent,
#cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/**
 * Colorbox module default style:
 * The styles are ordered & tabbed in a way that represents
 * the nesting of the generated HTML.
 */
#cboxOverlay {
    background: #000;
}
#colorbox {
    outline: 0;
}
#cboxWrapper {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#cboxTopLeft {
    width: 15px;
    height: 15px;
}
#cboxTopCenter {
    height: 15px;
}
#cboxTopRight {
    width: 15px;
    height: 15px;
}
#cboxBottomLeft {
    width: 15px;
    height: 10px;
}
#cboxBottomCenter {
    height: 10px;
}
#cboxBottomRight {
    width: 15px;
    height: 10px;
}
#cboxMiddleLeft {
    width: 15px;
}
#cboxMiddleRight {
    width: 15px;
}
#cboxContent {
    background: #fff;
    overflow: hidden;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    margin-bottom: 28px;
}
#cboxTitle {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    bottom: 28px;
    left: 0;
    color: #535353;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #949494;
}
.cboxSlideshow_on #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(images/controls.png) no-repeat -75px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -101px -50px;
}
.cboxSlideshow_off #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(images/controls.png) no-repeat -25px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -49px -50px;
}
#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/controls.png) no-repeat -75px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxPrevious:hover {
    background-position: -75px -25px;
}
#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(images/controls.png) no-repeat -50px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxNext:hover {
    background-position: -50px -25px;
}
#cboxLoadingOverlay {
    background: #fff;
}
#cboxLoadingGraphic {
    background: url(images/loading_animation.gif) no-repeat center center;
}
#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/controls.png) no-repeat -25px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxClose:hover {
    background-position: -25px -25px;
}
.model-AC .ui-accordion-content {
    border: 0;
}
.model-AC .calltoaction.ui-accordion i.fa-plus {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    color: black;
}
.model-AC .calltoaction.ui-accordion .ui-state-active i.fa-plus {
    transform: translateY(-50%) rotate(225deg);
}
.model-AC .ui-accordion-header-icon {
    display: none;
}
.model-AC h2.field-titulo-cb {
    margin-bottom: 0;
    /*text-transform: uppercase;*/
}
.model-AC h3.field-subtitulo-cb {
    text-transform: uppercase;
    font-size: 20px;
}
.model-AC .ui-accordion-header {
    background: none;
}
.model-AC .ui-accordion-header {
    border: 0;
    border-bottom: 3px solid #EDEDED;
}
.entity-browser-bloquecontenidoaccordeoncontent-form [for="edit-inline-entity-form-field-modelo-visual-tax-13"] {
    display: none;
}
.content-block.layout-standard.model-AC {
    padding-top: 0!important;
    padding-bottom: 20px!important;
}
.model-MQ .owl-carousel {
    display: block!important;
}
.model-MQ .img-container {
    overflow: hidden;
}
.model-MQ .mediasection .toCarousel .item-media {
    /*min-height: 100%;*/
    width: 100%;
    align-self: stretch;
}
.model-MQ .mediasection .toCarousel .item-media .img-container {
    height: 100%;
}
.model-MQ .mediasection .toCarousel .item-media .img-container img {
    min-height: 100%;
    object-fit: cover;
}
.model-MQ .mediasection .toCarousel {
    min-width: 100%;
    display: flex!important;
    gap: 30px;
    align-items: center;
    animation : slide 10s linear infinite;
}
@keyframes slide {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(100%)
    }
}
.accordion-container {
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 0 10px -3px rgb(0 0 0 / 75%);
}


.model-DD50 .bita-container-double {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.model-DD50 .bita-container-double > div {
    min-width: 250px;
    max-width: 100%;
}

.model-DD50 .bita-container-double {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.model-DD50 .bita-container-double > div {
    min-width: 250px;
    max-width: 100%;
    flex: 0.5;
}
.model-DD50 .bita-container-double > div img {
    max-width: 100%;
}
.content-block img {
    max-width: 100%;
}