

.nxBlockDynamicLayout1 a {
    transition: all 0.25s ease-in;
    display: inline-block;
}
.nxBlockDynamicLayout1 a .title {
    color: var(--color-text);
    font-size: 1em;
    width: auto;
    display: block;
}
.nxBlockDynamicLayout1 a .mediaPosition {
    display: block;
    color: var(--color-primary);
    font-size: 3em;
    height: 1.375em;
    line-height: 1.2;
    min-height: 1.375em;
    width: auto;
}
.nxBlockDynamicLayout1 a:hover {
    background-color: var(--color-primary);
}
.nxBlockDynamicLayout1 a:hover .mediaPosition {
    color: #fff;
}
.nxBlockDynamicLayout1 a:hover .title {
    color: #fff;
}
.nxBlockDynamicLayout1 a .fa.fa-1x {
    font-size: 1.5em;
    height: 2em;
    line-height: 1.4em;
}
.nxBlockDynamicLayout1 a .fa.fa-2x {
    font-size: 2.5em;
    height: 1.7em;
    line-height: 1.3em;
}
.nxBlockDynamicLayout1 a .fa.fa-3x {
    font-size: 3.2em;
    height: 1.6em;
    line-height: 1.175em;
}
.nxBlockDynamicLayout1.nxBlockDesign2 {
    background-color: var(--color-primary);
}
.nxBlockDynamicLayout1.nxBlockDesign2 a .title,
.nxBlockDynamicLayout1.nxBlockDesign2 a .mediaPosition {
    color: #fff;
}
.nxBlockDynamicLayout1.nxBlockDesign2 a:focus {
    outline: none;
}
.nxBlockDynamicLayout1.nxBlockDesign2 a:hover {
    background-color: #fff;
}
.nxBlockDynamicLayout1.nxBlockDesign2 a:hover .mediaPosition,
.nxBlockDynamicLayout1.nxBlockDesign2 a:hover .title {
    color: var(--color-primary);
}
.nxBlockDynamicLayout2 .item {
    text-align: center;
}
.nxBlockDynamicLayout2 .item a .image {
    border: 3px solid rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: block;
    height: 100px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    width: 100px;
}
.nxBlockDynamicLayout2 .item a .image img {
    height: 100px;
    min-width: 100px;
    width: auto;
}
.nxBlockDynamicLayout2 .item a .title,
.nxBlockDynamicLayout2 .item a .description {
    display: block;
    margin-bottom: 1.1em;
    padding: 0 1em;
}
.nxBlockDynamicLayout2 .item a .title {
    font-size: 1.5em;
}
.nxBlockDynamicLayout2 .item a:hover .image {
    border-color: var(--color-primary);
}
.nxBlockDynamicLayout2 .btn-primary {
    background-color: transparent;
    border-color: #fff;
}
.nxBlockDynamicLayout2.nxBlockDesign2 {
    background-color: var(--color-primary);
}
.nxBlockDynamicLayout2.nxBlockDesign2 a {
    color: #fff;
}
.nxBlockDynamicLayout2.nxBlockDesign2 a:hover,
.nxBlockDynamicLayout2.nxBlockDesign2 a .slick-prev:before,
.nxBlockDynamicLayout2.nxBlockDesign2 a slick-next:before,
.nxBlockDynamicLayout2.nxBlockDesign2 a .title,
.nxBlockDynamicLayout2.nxBlockDesign2 a h2 {
    color: #fff;
}
.nxBlockDynamicLayout2.nxBlockDesign2 a:hover .image,
.nxBlockDynamicLayout2.nxBlockDesign2 a .image {
    border-color: #fff;
}
.nxBlockDynamicLayout2.nxBlockDesign2 .slick-prev,
.nxBlockDynamicLayout2.nxBlockDesign2 .slick-next {
    background-color: rgba(0, 0, 0, 0.35);
}
.nxBlockDynamicLayout2.nxBlockDesign2 .slick-prev:hover,
.nxBlockDynamicLayout2.nxBlockDesign2 .slick-next:hover {
    background-color: #fff;
}
.nxBlockDynamicLayout2.nxBlockDesign2 .slick-prev:hover:before,
.nxBlockDynamicLayout2.nxBlockDesign2 .slick-next:hover:before {
    color: var(--color-primary);
}
.nxBlockDynamicLayout3 a {
    padding: 0 1em;
    display: block;
    width: 100%;
    overflow: hidden;
}
.nxBlockDynamicLayout3 a .date {
    color: var(--color-primary);
    float: left;
    width: 25%;
    padding: 1em;
    text-align: center;
    height: 6.25em;
}
.nxBlockDynamicLayout3 a .date span {
    display: block;
    line-height: 1.125em;
}
.nxBlockDynamicLayout3 a .date .day {
    font-size: 2.25em;
}
.nxBlockDynamicLayout3 a .date .month {
    font-size: 1.25em;
    font-weight: 400;
}
.nxBlockDynamicLayout3 a .image {
    width: 100%;
    height: 270px;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.nxBlockDynamicLayout3 a .image:after {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 0.875rem/1 FontAwesome;
    font-size: inherit;
    margin-right: 0.3em;
    content: "\f002";
    font-size: 30px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 3;
}
.nxBlockDynamicLayout3 a .image img {
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
    min-width: initial;
    width: auto;
}
.nxBlockDynamicLayout3 a .title {
    color: var(--color-text);
    font-size: 1.2em;
    line-height: 1.125em;
    padding: 1em;
    width: 75%;
    height: 6.25em;
    overflow: hidden;
    display: block;
    float: right;
}
.nxBlockDynamicLayout3 a:hover .date {
    background-color: var(--color-primary);
    color: #fff;
}
.nxBlockDynamicLayout3 a:hover .image:before {
    background: rgba(33, 90, 154, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}
.nxBlockDynamicLayout3 a:hover .title {
    color: var(--color-primary);
}
.nxBlockDynamicLayout4 a {
    display: block;
    margin: 0 1em;
    overflow: hidden;
    position: relative;
}
.nxBlockDynamicLayout4 a .image {
    display: block;
    font-size: 0;
    height: 350px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.nxBlockDynamicLayout4 a .image img {
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
    min-width: initial;
    width: auto;
}
.nxBlockDynamicLayout4 a .title {
    display: block;
    font-size: 1.25em;
    min-height: 100px;
    margin-bottom: 1.8em;
}
.nxBlockDynamicLayout4 a .rollover-box {
    width: 100%;
    position: absolute;
    top: 15em;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    height: 8.35em;
    padding: 1em;
    overflow: hidden;
    transition: all 0.25s;
}
.nxBlockDynamicLayout4 a:hover .rollover-box {
    top: 0;
    background: rgba(33, 90, 154, 0.8);
    height: 350px;
    transition: all 0.25s;
}
.nxBlockDynamicLayout4 a:hover .rollover-box .title {
    display: block;
    margin-bottom: 2em;
    min-height: 4.5em;
}
.nxBlockDynamicLayout4 .new-tools-box {
    color: var(--color-text);
    background-color: #fff;
    font-size: 0.875em;
    padding: 1em 1.2em;
    overflow: hidden;
}
.nxBlockDynamicLayout4 .new-tools-box .category {
    float: left;
}
.nxBlockDynamicLayout4 .new-tools-box .date {
    float: right;
}
/*VISTA ALTERNATIVA LAYOUT4 - STYLE2*/
.nxBlockDynamicLayout4 .dynamicStyle2 .item {
    position: relative;
}
.nxBlockDynamicLayout4 .dynamicStyle2 .item a .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nxBlockDynamicLayout4 .dynamicStyle2 .item a .image img {
    width: 100%;
    object-fit: cover;
}
.nxBlockDynamicLayout4 .dynamicStyle2 .item a.content-box + a.content-box {
    position: absolute;
    top: 15em;
    width: 100%;
    height: calc(100% - 15em);
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.25s;
}
.nxBlockDynamicLayout4 .dynamicStyle2 .item a.content-box .rollover-box {
    position: relative;
    top: 0;
    height: 100%;
    background: none;
}
.nxBlockDynamicLayout4 .dynamicStyle2 .item a.content-box .rollover-box .title {
    min-height: inherit;
    height: calc(100% - 30pt);
}
.nxBlockDynamicLayout4 .dynamicStyle2 .item a.content-box + a.content-box {
    position: absolute;
    top: 15em;
    height: calc(100% - 15em);
    background: rgba(0, 0, 0, 0.6);
}
.nxBlockDynamicLayout4 .dynamicStyle2 .item a.content-box + a.content-box:hover,
.nxBlockDynamicLayout4 .dynamicStyle2 .item a.content-box:hover + a.content-box {
    position: absolute;
    top: 0;
    height: 100%;
    background: var(--color-secondary-8);
    transition: all 0.25s;
    text-decoration: none;
}
.nxBlockDynamicLayout4 .dynamicStyle2 .item a.content-box + a.content-box:hover .rollover-box .title,
.nxBlockDynamicLayout4 .dynamicStyle2 .item a.content-box:hover + a.content-box .rollover-box .title {
    height: auto;
}

.nxBlockDynamicLayout5 .slick-track {
    display: flex;
}
.nxBlockDynamicLayout5 .item a {
    display: inline-block;
    height: 200px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.nxBlockDynamicLayout5 .item a .image img {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    transform: scale(1) rotate 0;
    transition: all 0.25s ease-in-out;
    width: auto;
}
.nxBlockDynamicLayout5 .item a .rollover-box {
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: inline-flex;
    font-size: 1.2em;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    overflow: hidden;
    padding: 0.8em;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.25s ease-in-out;
    width: 100%;
}
.nxBlockDynamicLayout5 .item a:hover .image img {
    transform: scale(1.1) rotate(3deg);
    transition: all 0.25s ease-in-out;
}
.nxBlockDynamicLayout5 .item a:hover .image:after,
.nxBlockDynamicLayout5 .item a:hover .image:before {
    content: "";
    background: transparent;
}
.nxBlockDynamicLayout5 .item a:hover .rollover-box {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    opacity: 1;
    filter: none;
    top: 0;
    transition: all 0.25s ease-in-out;
}
.nxBlockDynamicLayout6 .slick-slide img {
    width: inherit;
}
.item.dynamicYoutube > div:nth-child(1) {
    height: 300px;
    overflow: hidden;
}
.item.dynamicYoutube > div:nth-child(1) iframe {
    width: 100%;
    height: 100%;
}
.slick-prev,
.slick-next {
    background-color: rgba(0, 0, 0, 0.3);
    height: 40px;
    width: 40px;
    font-size: inherit;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}
[class*="slider_main"] .slick-prev, [class*="slider_main"] .slick-next,
[class*="slider-main"] .slick-prev, [class*="slider-main"] .slick-next {
    width: 1.5rem;
    height: 1.5rem;
    background-color: transparent;
}
.slick-prev:before,
.slick-next:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 0.875rem/1 FontAwesome;
    font-size: inherit;
    color: #fff;
    font-size: 1.5em;
    display: inline-block;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    width: 100%;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background-color: var(--color-primary);
}
[class*="slider_main"] .slick-prev:hover, [class*="slider_main"] .slick-next:hover,
[class*="slider-main"] .slick-prev:hover, [class*="slider-main"] .slick-next:hover,
[class*="slider_main"] .slick-prev:focus, [class*="slider_main"] .slick-next:focus,
[class*="slider-main"] .slick-prev:focus, [class*="slider-main"] .slick-next:focus {
    background-color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
    color: #fff;
}
[class*="slider_main"] .slick-prev:hover:before, [class*="slider_main"] .slick-next:hover:before,
[class*="slider-main"] .slick-prev:hover:before, [class*="slider-main"] .slick-next:hover:before {
    color: var(--color-primary);
}
.slick-prev:before {
    content: "\f053";
}
.slick-next:before {
    content: "\f054";
}
.slick-prev,
.defaultDynamic .slick-prev {
    left: 5px;
}
.slick-next,
.defaultDynamic .slick-next {
    right: 5px;
}
@media screen and (min-width: 992px) {
    [class*="slider_main"] .slick-prev, [class*="slider_main"] .defaultDynamic .slick-prev
    [class*="slider-main"] .slick-prev, [class*="slider-main"] .defaultDynamic .slick-prev {
        left: 5.250rem;
    }
    [class*="slider_main"] .slick-next, [class*="slider_main"] .defaultDynamic .slick-next,
    [class*="slider-main"] .slick-next, [class*="slider-main"] .defaultDynamic .slick-next {
        right: 5.250rem;
    }
}

/*** PAGINADOR - BULLETS ***/
.nxBlockDynamicLinks ul {
    padding: 0;
    margin: 2em 0 1rem 0;
    list-style-type: none;
    text-align: center;
}
.nxBlockDynamicLinks ul li {
    list-style: none;
    display: inline-block;
    margin: 0.4em 1em;
}
.nxBlockDynamicLinks ul li a {
    color: #fff;
    display: block;
}
.textPosition6 {
    float: left;
}
.textPosition6 a {
    text-align: left;
}
.textPosition6 a .fa {
    text-align: center;
    float: left;
    margin-right: 7px;
}
.textPosition6 a .title {
    width: 82.5%;
    margin-bottom: 10px;
}
.dotsDynamic {
    bottom: -1.250rem;
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
[class*="slider_main"] .dotsDynamic,
[class*="slider-main"] .dotsDynamic {
    bottom: 1.750rem;
}
.dotsDynamic li {
    cursor: pointer;
    display: inline-block;
    width: 0.750rem;
    height: 0.750rem;
    margin: 0 0.375rem;
    padding: 0;
    position: relative;
}
.dotsDynamic li button {
    background: none;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    border-radius: 50%;
    overflow: hidden;
}
.dotsDynamic li button:before {
    background-color: var(--color-Silver);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    opacity: 1;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    outline: 1px solid rgba(255,255,255,.25);
}
.dotsDynamic li button:hover:before {
    background-color: var(--color-secondary);
}
.dotsDynamic li.slick-active button:before {
    background-color: var(--color-primary);
    opacity: 1;
}
.nxBlockDesign2 .dotsDynamic li button::before,
[class*="slider_main"] .dotsDynamic li button:before,
[class*="slider-main"] .dotsDynamic li button:before {
    background-color: rgba(255,255,255,.5);
    box-shadow: 0 0.188rem 0.25rem var(--color-form-shadow);
}
[class*="slider_main"] .dotsDynamic li button:hover:before,
[class*="slider_main"] .dotsDynamic li.slick-active button:before,
[class*="slider-main"] .dotsDynamic li button:hover:before,
[class*="slider-main"] .dotsDynamic li.slick-active button:before,
.nxBlockDesign2 .dotsDynamic li button:hover:before,
.nxBlockDesign2 .dotsDynamic li.slick-active button:before {
    background-color: rgba(255,255,255,1);
}
.new-tools-box {
    padding: 1.1em;
}
.new-tools-box .title {
    font-size: 1.5em;
}
.new-tools-box.position4 {
    padding-left: 50px;
}
.new-tools-box.position6 {
    padding-right: 50px;
}

.no-fecha .item .new-tools-box .date,
.no-date .item .new-tools-box .date {
    display: none !important;
}
.no-descripcion .item a .description,
.no-description .item a .description {
    display: none !important;
}

.nxBlockDynamicLayout7 .item {
    position: relative;
}

.nxBlockDynamicLayout7 .new-tools-box {
    position: absolute;
    background-color: white;
    width: 50%;
    height: 33%;
}

.nxBlockDynamicLayout7 .new-tools-box.position1 {
    top: 0;
    left: 0;
}

.nxBlockDynamicLayout7 .new-tools-box.position2 {
    top: 0;
    left: 25%;
}

.nxBlockDynamicLayout7 .new-tools-box.position3 {
    top: 0;
    left: 50%;
}

.nxBlockDynamicLayout7 .new-tools-box.position4 {
    top: 33%;
    left: 0;
}

.nxBlockDynamicLayout7 .new-tools-box.position5 {
    top: 33%;
    left: 25%;
}

.nxBlockDynamicLayout7 .new-tools-box.position6 {
    top: 33%;
    left: 50%;
}

.nxBlockDynamicLayout7 .new-tools-box.position7 {
    top: 66%;
    left: 0;
}

.nxBlockDynamicLayout7 .new-tools-box.position8 {
    top: 66%;
    left: 25%;
}

.nxBlockDynamicLayout7 .new-tools-box.position9 {
    top: 66%;
    left: 50%;
}

.dynamicYoutube > div > a {
    min-width: 100%;
    min-height: 100%;
}

.dynamicYoutube > div > a > img {
    margin: auto;
}

.nxBlockDynamicLayout8 {
}

.nxBlockDynamicLayout8 a {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    width: 100%;
}

.nxBlockDynamicLayout8 a .title {
    background: #ffffff none repeat scroll 0 0;
    color: #555555;
    display: block;
    float: right;
    font-size: 1em;
    font-weight: 400;
    height: 120px;
    line-height: 1.125em;
    overflow: hidden;
    padding: 15px;
    width: 75%;
}

.nxBlockDynamicLayout8 a:hover .title {
    color: #215a9a;
}

.nxBlockDynamicLayout8 a .date {
    background: #ffffff none repeat scroll 0 0;
    color: #215a9a;
    float: left;
    height: 100px;
    padding: 15px;
    text-align: center;
    width: 25%;
}

.nxBlockDynamicLayout8 a .date span {
    display: block;
    line-height: 1.125em;
}

.nxBlockDynamicLayout8 a .date .day {
    font-size: 2.25em;
}

.nxBlockDynamicLayout8 a .date .month {
    font-size: 1.25em;
    font-weight: 400;
}

.nxBlockDynamicLayout8 a:hover .date {
    background: #215a9a none repeat scroll 0 0;
    color: #ffffff;
}

/* Slick Animations */
.slick-slider [data-animation-in] {
    z-index: 0;
}

.nxFxHover {
    animation-duration: 0.3s
}

.nxParallax {
    background-attachment: fixed !important; /* TODO cambiar en media/css/user.min.css L40: .nxBlock { background-COLOR: #FFFFFF;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Ajuste de la imagen en el contenedor */
.item.nxImgAdjustHeight > a > .image > img, .item.nxImgAdjustHeight > div > a > img.youtube-player {
    height: 100%;
    width: auto;
    min-height: 100%;
    min-width: initial;
    margin: 0 auto;
}

.item.nxImgAdjustWidth > a > .image > img, .item.nxImgAdjustWidth  > div > a > img.youtube-player {
    height: auto;
    width: 100%;
    /*TODO Center vertically*/
}

.item.nxImgAdjustContainer > a > .image > img, .item.nxImgAdjustContainer  > div > a > img.youtube-player {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    /*TODO Center vertically*/
}

.item.nxImgAdjustExpand > a > .image > img, .item.nxImgAdjustExpand  > div > a > img.youtube-player {
    height: 100%;
    width: 100%;
}

.documentos .icono .icon_class {
    display: block;
    height: 58px;
    width: 46px;
    margin: auto;
}

.documentos .pdf.background-img {
    background: url(mod/Documentos/img/pdf.png) center no-repeat;
}
.documentos .doc.background-img {
    background: url(mod/Documentos/img/doc.png) center no-repeat;
}
.documentos .rar.background-img{
    background: url(mod/Documentos/img/rar.png) center no-repeat;
}
.documentos .zip.background-img{
    background: url(mod/Documentos/img/zip.png) center no-repeat;
}
.documentos .xls.background-img{
    background: url(mod/Documentos/img/xls.png) center no-repeat;
}
.documentos .ppt.background-img{
    background: url(mod/Documentos/img/ppt.png) center no-repeat;
}
.documentos .default.background-img{
    background: url(mod/Documentos/img/default.png) center no-repeat;
}
@media only screen and (min-width: 768px) {
    .imgAdjustLayout7{
        height: 1px !important;
    }
}
img[data-lazy]{
    width:0 !important;
    height:0 !important;
}


/** VISTA CALENDARIO CON HORA */
.nxBlockDynamicLayout9 a {
    padding:0 1em;
    display:block;
    width:100%;
    overflow:hidden;
    text-decoration: none;
}
.nxBlockDynamicLayout9 a.content-box {
    background: #FFFFFF;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem 0;
    margin: 0 1rem;
    width: auto;
    display: flex;
    align-items: flex-start;
}
.nxBlockDynamicLayout9 a .date {
    color:#215a9a;
    width: 93px;
    text-align:center;
    height: 82px;
}
.nxBlockDynamicLayout9 a .date span {
    display:block;
    line-height:1.125em
}
.nxBlockDynamicLayout9 a .date .day {
    font-size:1.25em;
    line-height: 1.25;
    margin-bottom: 0;
}
.nxBlockDynamicLayout9 a .date .month {
    font-size:1.25em;
    font-weight:400
}
.nxBlockDynamicLayout9 a .title {
    color:#262626;
    font-size:1.1em;
    line-height:1.125em;
    padding: 0 1em;
    margin-bottom: 0;
    width: calc(100% - 80px);
    overflow:hidden;
}
.nxBlockDynamicLayout9 a .title .time-data {
    display: block;
    margin-top: .5rem;
    font-weight: bold;
}

.nxBlockDynamicLayout9 .item:hover a.content-box {
    background: #215a9a;
    color: #FFFFFF;
}
.nxBlockDynamicLayout9 .item:hover a.content-box .date,
.nxBlockDynamicLayout9 .item:hover a.content-box .title {
    color: #FFFFFF;
}

.nxBlockDynamicLayout9 a.content-image {
    padding: 0;
    margin: 0 1rem;
    border-radius: 1rem 1rem 0 0;
    width: auto;
}
.nxBlockDynamicLayout9 a .image {
    width:100%;
    height:270px;
    display:flex;
    overflow:hidden;
    position:relative;
    font-size:0;
    background-color: #F2F2F2;
    justify-content: center;
    align-items: center;
}
.nxBlockDynamicLayout9 a .image img {
    height:100%;
    width:100%;
    object-fit: cover;
    transition: 0.25s ease-in-out all;
    transform: scale(1);
}
.nxBlockDynamicLayout9 .item:hover a .date {
    background-color:#215a9a;
    color:#fff
}
.nxBlockDynamicLayout9 .item:hover a .image:before {
    background:rgba(33,90,154,0.5);
    content:"";
    display:block;
    height:100%;
    left:0;
    overflow:hidden;
    position:absolute;
    text-align:center;
    top:0;
    width:100%;
    z-index:2
}
.nxBlockDynamicLayout9 .item:hover a .image img {
    transition: 0.25s ease-in-out all;
    transform: scale(1.125);
}
.nxBlockDynamicLayout9 .itme:hover a .title {
    color:#215a9a
}

.nxBlockDynamicLayout9 a .dateFormatHour {
    margin-top: 15px;
}
/** PRESENTACION CALENDARIO CON IMAGEN Y TÍTULO HORIZONTAL */
.nxBlockDynamicLayout9.nxBlockDesign2 .item {
    display: inline-flex !important;
    flex-flow: row;
}
.nxBlockDynamicLayout9.nxBlockDesign2 a.content-image {
    width: 30%;
    min-width: 220px;
    border-radius: 1rem 0 0 1rem;
    margin-right: 0;
}
.nxBlockDynamicLayout9.nxBlockDesign2 a.content-box {
    width: 100%;
    border-radius: 0 1rem 1rem 0;
    margin-left: 0;
}

.contenido{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 40%;
    margin-left: 31%; 
}

.itemsCalendario{
    display: grid;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    text-align: justify;
}


/*AJUSTES RESPONSIVE BLOQUE DINAMICO Y TABS*/
/*@media (min-width: 480px) and (max-width: 767px) {
  .nxBlockDynamicLayout2 .slick-slider .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .nxBlockDynamicLayout2 .slick-slider .slick-track > .slick-slide:not(.slick-cloned) {
    width: 100% !important;
  }
  .nxBlockDynamicLayout2 .slick-slider .slick-track > .slick-cloned {
    display: none !important;
  }
  .nxBlockDynamicLayout2 .slick-dots {
    display: none !important;
  }
  .nxBlockDynamicLayout4 .slick-slider .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .nxBlockDynamicLayout4 .slick-slider .slick-track > .slick-slide:not(.slick-cloned) {
    width: 100% !important;
  }
  .nxBlockDynamicLayout4 .slick-slider .slick-track > .slick-slide:not(.slick-cloned) .item {
    width: 100% !important;
  }
  .nxBlockDynamicLayout4 .slick-slider .slick-track > .slick-cloned {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .nxBlockDynamicLayout1 .slick-slider .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .nxBlockDynamicLayout1 .slick-slider .slick-track > .slick-slide:not(.slick-cloned) {
    width: 100% !important;
  }
  .nxBlockDynamicLayout1 .slick-slider .slick-track > .slick-cloned {
    display: none !important;
  }
  .nxBlockDynamicLayout1 .slick-dots {
    display: none !important;
  }
  .tab-center .ui-tabs .ui-tabs-nav {
    flex-flow: column;
  }
  .tab-center .ui-tabs .ui-tabs-nav li {
    margin-bottom: 2px !important;
  }
  .tab-center .ui-tabs .ui-tabs-nav li a {
    width: 100%;
  }
  .tab-center .ui-tabs .ui-tabs-panel {
    border-radius: 0.75rem;
  }
}*/