

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;
}
.container
{
    position: relative;
    width: 1440px;
    margin: 0 auto;
    padding: 0;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
    float:left
}

.col-0, .col-12 {
    width: 100%
}

.col-11 {
    width: 91.66666667%
}

.col-10 {
    width: 83.33333333%
}

.col-9 {
    width: 75%
}

.col-8 {
    width: 66.66666667%
}

.col-7 {
    width: 58.33333333%
}

.col-6 {
    width: 50%
}

.col-5 {
    width: 41.66666667%
}

.col-4 {
    width: 33.33333333%
}

.col-3 {
    width: 25%
}

.col-2 {
    width: 16.66666667%
}

.col-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;
}

/* Escritorio con mucha resolucion */
@media only screen and (min-width: 1450px){
    .container{
        max-width: 1200px;
    }
}

/* Escritorio con poca resolucion */
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .container{
        width: 1200px;
    }
}


/* Escritorio con poca resolucion */
@media only screen and (min-width: 960px) and (max-width: 1210px) {
    .container{
        width: 960px;

    }

    .mainmenu nav a {
        padding-right: 11px !important;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .container {
        width: 768px;
    }

    .hiden-tablet{
        display: none !important;
    }
}

/* Telefono */
@media only screen and (max-width: 768px) {

    .container {
        max-width: 768px;
        width: 100%;
    }

    .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: 768px;
        width: 100%;
    }
    .fil-1, .fil-2, .fil-3, .fil-4{
        height: auto;
    }

    .hiden-tablet{
        display: none !important;
    }

    .hiden-mobile,
    .hiden-phone{
        display: none !important;
    }
}


.Secciones
{
    background-color: #333;
}
.Secciones ul
{
    text-align: left;
    background-color: #333;
    padding-left: 10px;
}

.Secciones ul li
{
    display: inline-block;
    padding: 5px 0;
}

.Secciones ul li a
{
    padding: 8px 12px;
    display: inline-block;
    font-weight: normal;
    background-color: transparent;
    color: #EEE;
    transition: .15s;
}



.Secciones ul li a:hover
{
    text-decoration: none;
    background-color: #EEE;
    color: #333;
}

.bodyContainer{
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

.bodyContainer2{
    width: 980px;
    margin: 0 auto;
}

.notasderecha{
    width: 678px;
}

.notasizquierda{
    width: 300px;
}

.notasizquierda img{
    width: 100%;
}

#ContainerBody{
    padding-top: 5px;
}

/*
    Hack!
*/
.fb-comments, .fb-comments span, .fb-comments iframe[style] {
    width: 100% !important;
}

#TT_RyG111EkE888WQIUKfqzDzzzDWlU1Yc2rdkYEZCoKkz1E11kk{
    margin: 0 auto;
}


.barra-navegacion {
    text-align: left;
    color: #89B4D4;
    margin: 2px auto;
}

.barra-navegacion nav.container{
    padding: 10px;
    box-sizing: border-box;
}

.barra-navegacion a {
    font-weight: normal;
    color: #59A0D7;
}
.barra-navegacion a:hover {
    color: #98C7EB;
}

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;
}

/*
button{
    transition: 0.15s;
    background-color: #00AEFF;
    border: none;
    color: #FFF;
    box-shadow: none;
    padding: 8px 18px;
}

button:hover{
    background-color: #62CDFF;
    box-shadow: 1px 1px 6px #0083ca;
}
*/
.BL_LoadingBox_Dialog, .BL_MessageBox_Dialog, .BL_WindowBox_Dialog{
    border-radius: 0;
    border: none;
    box-shadow: 1px 1px 45px #979797;
    text-align: center;
}

.BL_MessageBox_Title, .BL_WindowBox_Title{
    color: #000;
    padding-bottom: 10px;
    border-radius: 0;
    border-bottom: 1px solid #0083ca;
    background-color: transparent;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
}

.BL_WindowBox_Content
{
    padding: 10px;
}

.BL_WindowBox_Icon{
    opacity: .5;
    top: 8px;
    right: 8px;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
    transition: .15s;
    display: none;
}
button.btn-close {
    float: right;
}
button.btn-close {
    float: right;
}

.BL_WindowBox_Icon:hover{
    opacity: 1;
}

.BL_LoadingBox_Icon{
    height: auto;
}

#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////////////*/

.BL_WindowBox_Title {
    text-align: left;
    cursor: move;
    padding-right:2em;
}

.BL_WindowBox_Dialog.CActiveWindow .BL_WindowBox_TitleBar, .BL_WindowBox_Dialog.CActiveWindow .BL_WindowBox_ActionBar {
    background-color: transparent;

}
.BL_WindowBox_Dialog .BL_WindowBox_TitleBar, .BL_WindowBox_Dialog .BL_WindowBox_ActionBar {
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 18px;
}

.BL_WindowBox_Dialog .BL_WindowBox_TitleBar button, .BL_WindowBox_Dialog .BL_WindowBox_ActionBar button {
    background-color: transparent;
    border: 0;
    padding: 0 10px;
    transition: all 0.2s;
    font-size: 30px;
    color: rgba(1,1,1,.8);
    top: 10px;
    right: 5px;
    position: relative;
}

.txt-left{
    text-align: left;
}

.pad-left-22{
    padding-left: 22px !important;
}

.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: 768px) {


    .desktop-whatsapp{
        display:none;
    }
    .movil-whatsapp{
        display:inline-block !important;
    }

}		

.facebook,
.twitter,
.linkedin,
.mail,
.desktop-whatsapp,
.telegram
{
    display:inline-block;
}
.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"]{
    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-3,
.lastest-content article.col-sm-3,
.lastest-content article.col-sm-4, 
.lastest-content article.col-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:768px){
    .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:768px){

    .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;
    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: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 8;
    font-size: 1.5em;
}

/***********************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:768px){
    [data-type="100"] img{
        max-width: 100%;
    }
    .pr-content{
        width:95%;
    }
}
/************************FIN PUBLICIDAD*************************************/

/*****************************HOROSCOPO*************************************/
.t-date{
    border-top:1px solid #eaeaea;
    text-align:center
}
.t-date>p {
    font-size:12px;
    cursor:pointer;
    color:#1e73be;
    margin-top:2px;
    font-weight:600;
}

.t-date>p:hover{
    opacity:0.8;
}

.char-sign{
    color:#1e73be;
    font-size:6em;
    font-family:GE Zodiac;
    text-align:center
}

.sign-1:before{
    content:"v";
}
.sign-2:before{
    content:"d";
}
.sign-3:before{
    content:"p";
}
.sign-4:before{
    content:"t";
}
.sign-5:before{
    content:"n";
}
.sign-6:before{
    content:"b";
}
.sign-7:before{
    content:"l";
}
.sign-8:before{
    content:"f";
}
.sign-9:before{
    content:"h";
}
.sign-10:before{
    content:"r";
}
.sign-11:before{
    content:"x";
}
.sign-12:before{
    content:"j";
}


#horoscope-data{
    padding:10px 15px;
}
#horoscope-data .titular{
    border-bottom: 1px solid #aeaeae55;
    margin-bottom: 10px;
}
#horoscope-data .horoscope-text{
    font-size: 19px;
    margin: 30px 0;
    line-height: 29px;
}

@media (max-width:768px){
    #horoscope-data .horoscope-text{
        font-size: 14px;
        margin: 10px 0;
        line-height: 20px;
        padding:5px;
    }

    .titulo-seccion{
        font-size:26px;
        padding-top: 15px;
    }
    .char-sign {
        font-size: 4em;
    }
}

.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    padding: 2px;
    font-size:20px;
    width:30px;
    height:30px;
    border:none;
    background-color: #1e73be;
    z-index: 2;

}
.slick-next{
    right: 0px;
}
slick-prev {
    left: 0px;
}
.slick-next:before{

    content:">";
}
.slick-prev:before {
    content:"<";
}
.slick-prev:before,
.slick-next:before{
    font-weight: 900;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}


@media (min-width:768px){
    #horoscope-data>div{
        display:flex;
        padding: 30px; 
        min-height: 350px;
    }
    #horoscope-data .titular{
        align-self: center;
        border:none;
        position:relative;

    }
    #horoscope-data .titular:after{
        content: "";
        border-right: 2px solid #aeaeae55;
        margin-right: 10px;
        margin-top: -10px;
        margin-bottom: -10px;
        position: absolute;
        right: 0px;
        top: -60px;
        bottom: -60px;
    }
}
/*************************FIN HOROSCOPO*************************************/
/*
.verMas-contenedor {
    display:none;
}
*/

main{
    margin-bottom:20px;

}

.flex{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;    
}
.flex-column{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-justify-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-justify-end{
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.flex-justify-space-between{
    -webkit-box-pack:space-between;
    -ms-flex-pack: space-between;
    justify-content:space-between;
}
.flex-justify-space-around{
    -webkit-box-pack:space-around;
    -ms-flex-pack: space-around;
    justify-content:space-around;
}
.flex-justify-space-evenly{
    -webkit-box-pack:space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content:space-evenly;
}
.flex-align-items-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
}
.flex-align-items-start{
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
}
.flex-align-items-end{
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: flex-end;
}
.flex-align-items-baseline{
    -webkit-box-pack:baseline;
    -ms-flex-pack: baseline;
    align-items:baseline;
}

.flex-wrap{
    -webkit-flex: wrap;
    -moz-flex: wrap;
    flex-wrap: wrap;
}
.float-right{
    float:right;
}
.float-left{
    float:left;
}
.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:769px)
{
    .bannerCookie,
    .botonera-bannerCookie button{
        font-size: 1.2em!important;
    }
}




picture{
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    transition: all .2s ease-in-out;
    color:#333;
}
picture:before{
    content:"DN";
    color: #d9d9d9;
    font-size: 4.22em;
    font-weight: 400;
    text-transform: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
picture img{
    width: 100%; 
    height:100%;
    object-fit:cover
}