/* GLOBALES */
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 15px 'Open Sans', sans-serif;
    color: #1D332F;
    outline: none;
    padding: 0;
    margin: 0;
}
body{
  	background-color: #FFF;/*005D50*/
}
button{
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a, a:link, a:active, a:visited, a:hover{
    text-decoration:none;
}
b,strong{
    font-weight: bold;
}
i{
    font-style: italic;
}
u{
    text-decoration: underline;
}

img,textarea{
    display: block;
}
ul,ol{
    padding-left:30px;
}
.pointer{
    cursor: pointer !important;
}
.negrita{
    font-weight: bold;
}

.divoverflow{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.subrayado{
    text-decoration: underline !important;
}

.inline{
    display: inline-block;
    vertical-align: top;
}

.textoprimario,.textoprimario *{
    color: #1D332F !important;
}
.textosecundario,.textosecundario *{
    color: #4A5C59 !important;
}
.textodisabled,.textodisabled *{
    color: #687674 !important;
}
.textoprimario2,.textoprimario2 *{
    color: #FFFFFF !important;
}
.textosecundario2,.textosecundario2 *{
    color: #C2C4C4 !important;
}
.textodisabled2,.textodisabled2 *{
    color: #8A8B8B !important;
}

.textofondoprimario,.textofondoprimario *{
    color: #007867 !important;
}

.fondoprimario{
    background-color: #007867;
}
.fondoprimariohover{
    background-color: #005D50;
}
.fondoprimariopress{
    background-color: #00473D;
}
.fondoprimarioclaro{
    background-color: #B0E4DD;
}

h1{
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    letter-spacing: -1px;
    padding: 0 10px;
}
h2{
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -1px;
    margin: 48px 0 20px;
}
h3{
    font-size: 20px;
    font-weight: 700;
}

.solomovil{
    display: block;
}
.solopcinline{
    display: none;
}
@media (min-width: 1150px){
    .solomovil{
        display: none;
    }
    .solopcinline{
        display: inline-block;
    }
}

/* MENÚ */
.menup{
    display: none;
    width: 1110px;
    height: 48px;
    margin: 16px auto 0;
}
.menup *{
    font-size: 16px;
}
.logofoemenup{
    float: left;
    height: 48px;
    width: 48px;
    background-image: url(../img/logofoe.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px 48px;
    margin:0 47px 0 0;
}
.botondemenup{
    float: left;
    height: 48px;
    line-height: 48px;
    margin-right: 40px;
    transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.botondemenuppulsado{
    float: left;
    height: 48px;
    line-height: 48px;
    margin-right: 40px;
    font-weight: 700;
}
.botonacceso{
    float: right;
    width: 160px;
    height: 48px;
    line-height: 44px;
    border: 2px solid #FFF;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    text-align: center;
    background-image: url(../img/icologin.svg);
    background-repeat: no-repeat;
    background-position: 38px center;
    background-size: 15px auto;
    padding-left: 26px;
    transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.botonacceso:hover,.botondemenup:hover{
    font-weight: 700;
}
@media (min-width: 1150px){
    .menup{
        display: block;
    }
}

/* MENÚ MÓVIL */
header{
    position: absolute;
    width: 100%;
    z-index: 604;
}
.burger{
	z-index: 604;
	position: fixed;
    top: 0;
    right: 0;
	width: 60px;
	height: 60px;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
}
/*.fondoburger{
    background: rgba(0, 93, 80, 0.4);
}*/
.logofoemenu{
    z-index: 604;
    position: fixed;
    top: 10px;
    left: 10px;
    height: 48px;
    width: 48px;
    background-image: url(../img/logofoe.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px 48px;
}
.menu{
    width: 100%;
    height: 100%;
    padding-top: 40px;
    position: fixed;
    display: none;
    opacity: 0;
    z-index: 603;
    align-items: center;
    justify-content: center;
}
.botondemenupulsado{
    font-weight: 700;
}
.botondemenupulsado,.botondemenu{
    font-size: 16px;
    margin-bottom: 10px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.botonaccesom{
    margin-top: 30px;
    width: 160px;
    height: 48px;
    line-height: 44px;
    border: 2px solid #FFF;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    text-align: center;
    background-image: url(../img/icologin.svg);
    background-repeat: no-repeat;
    background-position: 38px center;
    background-size: 15px auto;
    padding-left: 26px;
    transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.botonaccesom:hover,.botondemenu:hover{
    font-weight: 700;
}
@media (min-width: 700px){
    .botondemenupulsado,.botonaccesom{
        font-size: 18px;
    }
}

/* INICIO PORTADA */
.portada{
    width: 100%;
    height: 768px;
    background-image: url(../img/portada.png);
    background-size: cover;
    background-position: center;
}
.fondoportada{
    width: 100%;
    height: 768px;
    background: rgba(0, 93, 80, 0.5);/*fondoprimariohover 50% */
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloqueportada{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 100%;
    max-width: 733px;
    height: auto;
}
.textoportada{
    width: 100%;
    max-width: 730px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 14px;
    padding: 0 10px;
}
@media (min-width: 1150px){
    .bloqueportada{
        width: 730px;
        height: 240px;
    }
    .textoportada{
        width: 730px;
        padding: 0 0;
    }
}

/* CABECERAS SECCIONES */
.cabeceraseccion{
    width: 100%;
    height: 384px;
}
.fondocabeceraseccion{
    width: 100%;
    height: 384px;
    background: linear-gradient(180deg, rgba(29, 51, 47, 0.5) 0%, rgba(19, 19, 19, 0) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloquecabeceraseccion{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 100%;
    max-width: 733px;
    height: auto;
}
.textocabeceraseccion{
    width: 100%;
    max-width: 730px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 14px;
    padding: 0 10px;
}
@media (min-width: 1150px){
    .bloquecabeceraseccion{
        width: 730px;
    }
    .textocabeceraseccion{
        width: 730px;
        padding: 0 0;
    }
}

/* CENTRO WEB E INICIO CONTENIDOS */
.centroweb{
    width: 100%;
    padding: 0 15px;
}
.subcentroweb{
    width: 100%;
    max-width: 1110px;
    margin: 20px auto 40px;
}

.cajalogoscom{
    margin-top: 20px;
    text-align: center;
}
.cajalogoscom div{
    margin: 10px 30px;
    font-weight: bold;
}
.cajalogoscom div img{
    max-height: 120px;
    margin: 0 auto 5px;
}

.cajaconcontenedores{
    display: block;
    padding-bottom: 30px;
}
.precontenedor{
    max-width: 350px;
    height: 326px;
    margin: 30px auto;
    cursor: pointer;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 71, 61, 0.15);
	-moz-box-shadow: 0px 5px 15px rgba(0, 71, 61, 0.15);
	box-shadow: 0px 5px 15px rgba(0, 71, 61, 0.15);
}
.imgcontenedor{
    width: 100%;
    height: 192px;
    -webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.textocontendor{
    max-width: 100%;
    padding: 17px;
}
.fechacontenedor{
    font-size: 12px;
    padding-left: 20px;
    color: #A9AFAE;
    background-image: url(../img/calendariogris.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    height: 19px;
    line-height: 19px;
}
.leermascontenedor{
    font-size: 14px;
}
.titulonoticia{
    overflow: hidden;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 44px;
    line-height: 22px;
    margin: 9px 0;
}
.vermas{
    width:100%;
    text-align: center;
}
.ultimarevista{
    margin: 40px 0 70px;
    width: 100%;
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 5px 25px rgba(0, 71, 61, 0.25);
	-moz-box-shadow: 0px 5px 25px rgba(0, 71, 61, 0.25);
	box-shadow: 0px 5px 25px rgba(0, 71, 61, 0.25);
    padding: 50px;
}
.portadarevista{
    width: 190px;
    height: 256px;
    background-size: cover;
    background-position: center;
    filter: drop-shadow(0px 5px 20px rgba(29, 51, 47, 0.25));
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    border: 2px solid #FFF;
    margin-left: 90px;
}
.titulorevista{
    font-size: 36px;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 10px 0;
}
.maxrevista{
    max-width: 730px;
}
@media (min-width: 778px){
    .precontenedor{
        width: 350px;
    }
    .cajaconcontenedores{
        display: flex;
        -ms-flex-pack: distribute;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}
@media (min-width: 1128px){
    .cajaconcontenedores{
        display: flex;
        -ms-flex-pack: distribute;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media (min-width: 1150px){
    .maxrevista{
        width: 730px;
    }
}
.botonmenucentro{
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    height: 48px;
    line-height: 48px;
    padding: 0 48px;
    font-size: 16px;
    font-weight: 700;
    transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.botonmenucentro:hover{
    background-color: #005D50;
}

.precontenedorg{
    position: relative;
    max-width: 350px;
    height: 270px;
    margin: 30px auto;
    cursor: pointer;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 71, 61, 0.15);
	-moz-box-shadow: 0px 5px 15px rgba(0, 71, 61, 0.15);
	box-shadow: 0px 5px 15px rgba(0, 71, 61, 0.15);
}
.preimggaleria{
    position: absolute;
    width: 100%;
    height: 192px;
    -webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    
}
.imgcontenedorg{
    width: 100%;
    height: 192px;
    -webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.preimggaleria:hover{
    background-blend-mode: lighten;
    backdrop-filter: blur(3px);
    background-image: url(../img/lupablanca.svg);
}
.textocontendorg{
    max-width: 100%;
    padding: 17px;
}
.titulogaleria{
    overflow: hidden;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 44px;
    line-height: 22px;
}
@media (min-width: 778px){
    .precontenedorg{
        width: 350px;
    }
}

/* PIE */
footer{
    padding: 80px 10px;
    max-width: 100%;
    background-color: #1D332F;
}
.subpie{
    margin: 0 auto;
    text-align: center;
    max-width: 1110px;
}
.bloquepie1{
    width: 100%;
    text-align: left;
}
.bloquepie2{
    width: 100%;
    text-align: left;
}
.bloquepie3{
    width: 100%;
    text-align: left;
}
.espaciopie{
    margin-top: 20px;
}
.espaciopie,.espaciopie*{
    font-size: 14px;
}
.separacionpie{
    margin-left: 0;
    margin-top: 30px;
}
@media (min-width: 1150px){
    .separacionpie{
        margin-left: 30px;
        margin-top: 0;
    }
    .bloquepie1{
        width: 540px;
    }
    .bloquepie2{
        width: 255px;
    }
    .bloquepie3{
        width: 255px;
    }
}

/* ARTICULO */
.fondonoticia{
    height: 400px;
    width: 100%;
    background-size: cover;
    top: 336px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.fechanoticia{
    font-size: 16px;
    padding-left: 30px;
    color: #A9AFAE;
    background-image: url(../img/calendariogris.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 48px;
}

.precontenedor-video{
    max-width: 600px;
    margin: 50px auto 0;
}
.precontenedor-video-max{
    max-width: 740px;
    margin: 0 auto 0;
}
.contiene-video{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
} 
.contiene-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.cajagaleria{
    max-width: 100%;
    margin-top: 50px;
}
.imgnoticia{
    max-width: 100%;
    display: none;
}
.imgnoticiaactiva{
    display: block !important;
    cursor: pointer;
}
.sobregaleria{
    padding-bottom: 10px;
}
.contadorgaleria{
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #1A1A1A;
}
#fotoactualmostrada{
    font-size: 16px;
    font-weight: 700;
    color: #1A1A1A;
}
.flechaizqgaleria{
    float: right;
    width: 30px;
    height: 20px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 18px;
    background-image: url(/foe/img/arrow_left.svg);
    cursor: pointer;
}
.flechadergaleria{
    float: right;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 18px;
    background-image: url(/foe/img/arrow_right.svg);
    cursor: pointer;
}
.flechaizqgaleriaoff{
    float: right;
    width: 30px;
    height: 20px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 18px;
    background-image: url(/foe/img/arrow_left_off.svg);
}
.flechadergaleriaoff{
    float: right;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 18px;
    background-image: url(/foe/img/arrow_right_off.svg);
}
#popupconmarco{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
    display: none;
	align-items: center;
	justify-content: center;
	z-index:9999989;
	background-color:rgba(26,26,26,0.7);
}
#subpopupconmarco{
	/*background-color:#FFF;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 109px -17px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 109px -17px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 109px -17px rgba(0,0,0,0.8);*/
    height: 100vh;
    width: 100%;
    /*margin: 10px;
	overflow-y: auto;
	overflow-x: hidden;*/
    display: flex;
	align-items: center;
	justify-content: center;
    cursor: pointer;
}
#contenidopopup{
    position: relative;
}
#contenidopopup img{
    max-height: 100vh;
    max-width: 100%;
}
#cierrapop{
	position: absolute;
    top: 0;
    right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-image: url(../imgnoticias/closebox.svg);
	background-position: center;
	background-size: 30px;
	background-repeat: no-repeat;
}
@media (min-width: 1128px){
    .fondonoticia{
        width: 1100px;
    }
}

/* CONCURSOS */
.bloqueconcurso{
    text-align: center;
    width: 100%;
    padding: 25px;
    margin: 10px 0 30px;
    border: 2px solid #B0E4DD;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 71, 61, 0.25);
	-moz-box-shadow: 0px 5px 15px rgba(0, 71, 61, 0.25);
	box-shadow: 0px 5px 15px rgba(0, 71, 61, 0.25);
}
.tituloconcurso{
    text-align: left;
    height: 68px;
    width: 100%;
    padding-left: 98px;
    background-position: left center;
	background-size: 68px;
	background-repeat: no-repeat;
}
.botonconcurso{
    margin: 20px 0 0;
}
@media (min-width: 1128px){
    .tituloconcurso{
        width: 842px;
    }
    .botonconcurso{
        margin: 10px 0 0 30px;
    }
}


/* CARGANDO */
.cargando{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#0e0e0ecc;
	z-index:99999;
	display:none;
}
.cs-loader{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.cs-loader-inner{
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: calc(100% - 0px);
    color: #FFF;
    padding: 0 100px;
    text-align: center;
}
.cs-loader-inner label{
    font-size:20px;
    opacity: 0;
    display:inline-block;
}
@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    40% {
        opacity: 1;
        transform: translateX(0px);
    }
    60% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}
@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }
    40% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}
.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 2s infinite ease-in-out;
    animation: lol 2s infinite ease-in-out;
}
.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 2s 100ms infinite ease-in-out;
    animation: lol 2s 100ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 2s 200ms infinite ease-in-out;
    animation: lol 2s 200ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 2s 300ms infinite ease-in-out;
    animation: lol 2s 300ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 2s 400ms infinite ease-in-out;
    animation: lol 2s 400ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 2s 500ms infinite ease-in-out;
    animation: lol 2s 500ms infinite ease-in-out;
}

/* COOKIES */
.cc-window *{user-select:none;outline:0}.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-btn,.cc-deny,.cc-revoke.cc-bottom{text-decoration:none}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{display:none !important;padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;right:1em;border-top-left-radius:.5em;border-top-right-radius:.5em;border:1px solid #333;border-bottom:0;padding:.5em 1em;font-family:'Open Sans',Arial,sans-serif;-webkit-box-shadow:0 6px 50px 0 rgba(0,0,0,.4);box-shadow:0 6px 50px 0 rgba(0,0,0,.4)}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0;-webkit-box-shadow:0 6px 50px 0 rgba(0,0,0,.4);box-shadow:0 6px 50px 0 rgba(0,0,0,.4)}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}.aceptbt{color:#fff!important}