

:root{
    --container-background:tranparent;
    --caption-background:transparent;
    --main-font-color:#333;
    --caption-font-color:--main-font-color;
    --caption-font-size:30px;
}
body
{
    font-family: Open Sans, sans-serif !important;
    font-size: 16px;
    line-height: inherit;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    color:--main-font-color;
}

.container
{
    position: relative;
}
.hidden{
    display:none!important;
}
a,a:hover,a:active{
    text-decoration: none;
}

element.style {
}
section[data-element="container"], article[data-type="1000"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
section[data-element="container"] {
   background-color: var(--container-background);
    color:var(--main-font-color);
    
}
section[data-element="container"]>header,
section[data-element="container"]>header>*{
    width:100%;
    background: var(--caption-background);
    color:var(--caption-font-color);
    font-size: var(--caption-font-size);
}
.col-xs-0, .col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}


.fil-1{
    height: 160px;
}

.fil-2{
    height: 320px;
}

.fil-3{
    height: 480px;
}

.fil-4{
    height: 640px;
}

.fil-5{
    height: 800px;
}

.fil-6{
    height: 960px;
}

.fil-7{
    height: 1120px;
}


/* Telefono */
@media only screen and (max-width: 767px) {

    /*
     .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
         max-width: 767px;
         width: 100%;
     }
    */
    .fil-1, .fil-2, .fil-3, .fil-4{
        height: auto;
    }

}


/*
    Hack!
*/
.fb-comments, .fb-comments span, .fb-comments iframe[style] {
    width: 100% !important;
}

#TT_RyG111EkE888WQIUKfqzDzzzDWlU1Yc2rdkYEZCoKkz1E11kk{
    margin: 0 auto;
}

html, body {
    height:100%;
}

#wrapper {
    height:100%;
    min-height:100%;
    height:auto!important;
}

#corte {
    clear:both;
    padding-top:100px;
}

#footer {
    margin-top:-100px;
    box-sizing: border-box;
    text-align: center;
    padding: 40px 0;
    background-color: #F8F8F8;
    color: #333;
    border-top: 2px solid #DADADA;
    height: 100px;
}
.video-galery-classic iframe{
    z-index: 3;
    padding: 0;
}

button.btn-close {
    float: right;
}
button.btn-close {
    float: right;
}

.BL_WindowBox_Icon:hover{
    opacity: 1;
}

#ID_DLG_ADD_CONTAINER button{
    margin: 5px;
}

.Herramientas{
    display: none;
}

.Prinipal{
    width: 100%;
    height: 100%;
}

section.style-ultimo-momento>header
{
    padding: 10px;
    background-color: #2980b9;
    color: #ecf0f1;
    font-size: 28px;
}

section.style-ultimo-momento
{
    background-color: #ecf0f1;
}

ul.dropdown-menu
{
    overflow: auto;
    max-height: 600px;
    max-width: 350px;
}


ul.dropdown-menu>li>a
{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

/*
ul.dropdown-menu>li>a:hover
{
    background-color: #D9EDF7;
}
*/
i
{
    vertical-align: text-top;
}

/*/////////NUEVO DIALOGO////////////*/



.btn-delete-credential:hover{
    color:#FF0000;
}

.btn-delete-credential{
    cursor:pointer;
    transition: .3s;
}

div[data-form="notify-GFcustom"]{
    background-color: rgba(66, 66, 66, 1);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 5px;
    color: rgba(255,255,255,0.90);
    padding: 15px;
    text-align: center;
    border: 3px solid rgba(188, 188, 188, 0.60);
}

div.orange[data-form="notify-GFcustom"]{
    background-color: rgba(241,141,0,.9);
    border-radius: 5px;
    color: rgba(255,255,255,.95);
    padding: 5px;
    text-align: center;
    border: 3px solid rgba(188, 188, 188, 0.60);
}


div.preview[data-form="notify-GFcustom"]{
    background-color: rgba(33, 150, 240, 0.8);
    border-color: rgba(0, 0, 0, 0.68);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    text-align: center;
    border: 3px solid rgba(188, 188, 188, 0.60);
}

.notify-delete-object{
    left: 60px !important;
    top: 120px !important;
    bottom: inherit !important;
    right: inherit !important;
}

.notify-wire-action{
    left: 60px !important;
    top: 120px !important;
    bottom: inherit !important;
    right: inherit !important;
}


/*Visibilidad de las redes sociales para compartir*/
@media only screen and (max-width: 767px) {


    .desktop-whatsapp{
        display:none;
    }
    .movil-whatsapp{
        display:inline-flex !important;
    }

}

.facebook,
.twitter,
.linkedin,
.mail,
.desktop-whatsapp,
.telegram
{
    display:inline-flex;
}
.movil-whatsapp{
    display:none;
}



.ContentSelect{
    display:grid;
    overflow: auto;
    border-bottom: 1px solid #0083ca;
    margin-bottom: 5px;
    max-height: 60%;
}

.ContentSelect label{
    text-align: left;
}

.boxSelectionSection{
    max-width:20em;
}
.boxSelectionSection p{
    padding-bottom: 0.5em;
    text-align: justify;
    font-weight: 600;
}


[data-format="RESALTADO"]{
    background-color: #f3f3f3;
    border-left: red 2px solid;
    padding-left: 1em;
    color: #333;
    font-weight: 400;
    font-size: 1.2em;
    padding:10px 5px;
}

[data-format="CITA"],
[data-format="FRASE-DESTACADA"]{
    color:#0e6fb9;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
}
[data-format="CITA"]:before{
    content: "\f10d";
}
[data-format="CITA"]:after{
    content: "\f10e";
    ;
}


[data-format="CITA"]:before,
[data-format="CITA"]:after{
    font: normal normal normal 14px/1 'Font Awesome 5 Brands';
    color:#0e6fb9;
    display: inline-block;
    text-align: left;
    padding: 5px;
    opacity: .8;
    font-size: 1em;
    line-height: 15px;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-top: 5px;
    background-color: transparent;
    vertical-align: bottom;
}

.imagen{
    position:relative;
}

.video-portada{
    position: absolute;
    top: 10%;
    right: 4%;
    background: #aaaaaa82;
    padding: 5px;
    color: whitesmoke;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 3;
}
.video-portada>i{
    font-size:0.8em;
    margin-right: 5px;
}

.firma-portada{
    position: absolute;
    background: #aaaaaaa8;
    padding: 5px;
    color: whitesmoke;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 3;
}

.firma-portada a{
    color: whitesmoke;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;

}


/**************  ESTILOS DEL ULTIMAS NOTICIAS EN CUADRADO *******************/
#lastest{
    display: flex;

}

[data-tempalte="content-latest-post"] #lastest{
    padding:0px;
    display: flex;
}
#lastest>div{

    padding: 10px;
    float:left;
    width:100%;
    position:relative;
    display: flex;
    flex-direction: column;

}
.lastest-title{
    background-color: #1e73be;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color:white;
    margin-top: 0;
    margin-bottom: 26px;
    padding: 11px 0;
    line-height: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid transparent;
    ;
}
.lastest-content {
    display:flex;
    justify-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;

}
.lastest-content .titular,
.lastest-content article{
    padding:0;
    margin-bottom: 5px;
}

.lastest-content article:nth-child(2n+1):not(:last-child){
    padding-right: 10px;
}
.lastest-content article:nth-child(2n){
    padding-left: 10px;
}

.lastest-content article.col-md-3,
.lastest-content article.col-md-3,
.lastest-content article.col-md-4,
.lastest-content article.col-md-4{
    padding-right: 10px;
    padding-left: 10px;
}
.lastest-content .titular a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    height: 3.3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #555;
}
.lastest-content .portada
{
    margin-bottom:3px!important;
}
.lastest-content .titular{
    margin-top:3px!important;
}

.lastest-content .video-portada,
.lastest-content .firma-portada{
    display:none;
}
.lastest-arrow span{
    display: inline-block;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    color: #ffffff;
    background-color: #0e71b4;
}
.lastest-arrow span i{
    vertical-align:middle;
}
.lastest-arrow .disable{
    opacity:0.5;
}
.lastest-arrow span:hover{
    background-color: #3190d8;
}
.lastest-loading{
    position:absolute!important;
    top:0;
    left:0;
    bottom:0;
    right:0;
    display:none;
}
.lastest-loading.show{
    display:block;
    background-color:white;
    z-index:1;
    opacity:0.4;
}
.lastest-loading.show img{
    position: absolute;
    top: 50%;
    left: 50%;
    opacity:0.4;
    transform: translate(-50%, -50%);
}

.lastest-flecha-top-centrada .lastest-arrow {
    position: absolute;
    top: 50%;
    left: -5px;
    right: -5px;

}

.lastest-sin-titulo .lastest-title{
    display:none;
}

.lastest-sin-relleno .lastest-title,
.lastest-sin-relleno .lastest-arrow span{
    background-color: transparent;
    border: solid 1px;
}

.lastest-flecha-top-centrada .lastest-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    right: -5px;
    z-index:5;
}
.lastest-flecha-top-centrada .lastest-arrow span {
    background-color: #1d73be;
}
.lastest-flecha-top-centrada [data-lastest="right"] {
    float: right;
}


@media (min-width:767px){
    .lastest-carrousel{
        display:flex;

        justify-content: space-around;
        flex-wrap: nowrap;
    }
    .lastest-carrousel>div:first-child{
        align-self: center;
        width: 25%;
    }
    .lastest-carrousel>div:first-child h2{
        margin: 0px;
    }
    .lastest-carrousel .carousel{
        width: 75%;
        display: flex;
    }

    .lastest-carrousel .carousel>div:last-child{
        position: relative;
        align-self: center;
        text-align: center;
        width:5em;
    }
}

@media (max-width:767px){

    .lastest-carrousel .carousel .item{
        height: 200px;
        overflow:hidden;
    }
    .lastest-carrousel .carousel>div:last-child{
        display: none;
    }
}



.go-up:hover {
    background-color:#005893;
}
.go-up {
    display: none;
    opacity:0;
    position: fixed;
    bottom: 30px;
    right: 20px;
    color: white;
    background-color: #00589394;
    height: 50px;
    width: 50px;
    border-radius: 3px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer;
    z-index: 8;
    font-size: 1.5em;
}
.go-up.active{
    display: block;
    opacity: 1;
}
/***********************PUBLICIDAD************************************/

/******POPUP******/
.pr-close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    text-shadow: 0px 0px 3px #6d6d6d;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
    z-index: 1000;
}

.pr-close::before,
.pr-close:after {
    content: "";
    height: 4px;
    width: 32px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.pr-close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pr-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pr-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pr-content {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)!important;

}

[id^="p-"] {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(102, 102, 102, 0.8);
    z-index: 2000;

}

.pr-content img{
    max-width: 100% !important;
    max-height: 97vh;
}


.pr-content {
    transform: scale(1);

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;

}
.pr-content> article{
    max-height: 97vh;
}
/****************************************/

/****************FIXED*******************/
.Ad-fixed{
    position:fixed;
    left:0;
    right: 0;
    background-color: lightgray;
    z-index: 9;
    padding: 10px;
    transition:  all 1s cubic-bezier(0.4, 0, 1, 1);
    border-top:1px solid black;
    border-radius:4px 4px 0px 0px;
}
.Ad-fixed.bottom{
    bottom: -100px;
}
.Ad-fixed.bottom.show{
    bottom: 0px;
}
.Ad-fixed.top{
    top:-100px;
}
.Ad-fixed.top-show{
    top:0px;
}
.Ad-fixed span{
    position: absolute;
    right: 15px;
    background-color: lightgray;
    width: 26px;
    height: 26px;
    border-radius: 4px 4px 0px 0px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.Ad-fixed.top span{
    bottom: -26px;
    border-bottom: 1px solid black;
}
.Ad-fixed.bottom span{
    top:-26px;
    border-top: 1px solid black;
}
.Ad-fixed span:after,
.Ad-fixed span:before{
    content: "";
    width: 24px;
    height: 4px;
    background-color: #333;
    position: absolute;
    left: 0px;
    top: 47%;
}
.Ad-fixed span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Ad-fixed span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/**************FIN FIXED*****************/
[id^="Ad-"]{
    padding: 0px;
    text-align: center;
}
@media (max-width:767px){
    [data-type="100"] img{
        max-width: 100%;
    }
    .pr-content{
        width:95%;
    }
}
/************************FIN PUBLICIDAD*************************************/

/*
.verMas-contenedor {
    display:none;
}
*/

main{
    margin-bottom:20px;

}

.row-reverse{
    flex-direction: row-reverse;
}

.bannerCookie{
    position:fixed;
    bottom:0px;
    left:0px;
    display:flex;
    align-items: center;
    justify-content: space-around;
    padding:10px;
    max-height: 30vh;
    min-height: 10vh;
    width: 100vw;
    background-color: #005893;
    color: #FFF;
    font-size: 14px;
    z-index: 20000;
}
.texto-bannerCookie{
    text-align: justify;
}

.botonera-bannerCookie{
    text-align: center;
}

.botonera-bannerCookie button{
    margin:10px;
    border-radius:0;
}

@media (max-width:520px){
    .bannerCookie{
        flex-direction: column;
        justify-content: center;
    }
}


@media (min-width:768px)
{
    .bannerCookie,
    .botonera-bannerCookie button{
        font-size: 1.2em!important;
    }
}


picture{
    position:relative;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    transition: all .2s ease-in-out;
    color:#333;
    position:relative;
}
picture:before{
    content:"DN";
    color: #d9d9d9;
    font-size: 4.22em;
    font-weight: 400;
    text-transform: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
p picture img{
    z-index: 1;
}
    
picture img{
    width: 100%;
    height:100%;
    object-fit:cover;
}
.date .input-group>span:last-child{
    position:absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.date .input-group input[type="date"]::-webkit-calendar-picker-indicator{
    min-width:35px;

    font-size:1.3rem;
    margin:0;
    padding:0;
    margin-right:-10px;
}
.modal-open .tooltip{
    z-index: 9999;
}

.form-group{
    margin-bottom: 1rem;
}

.swiper:not(.swiper-initialized):not([data-amountDisplay="1"]) .swiper-slide
{
    flex-shrink: 1;
}