.bloqueLegalCookies
{
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #666;
    /*    height: 90px;*/
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    position:fixed;
    bottom:0;
    width:100%;
    z-index: 1000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
}
.bloqueLegalCookiesTexto
{
    padding: 0 80px;
    line-height: 140%;
    margin-bottom: 10px !important;
    font-size: 1rem;
}
.bloqueLegalCookies span
{
    margin: 0 5px;
    display: block;
}
/*a
{
    color: #8D1535;
	text-decoration:none;
}*/
.bloqueLegalCookies a:not(.btnStandard)
{
    margin: 0 10px;
    color: #91D4C4;
    text-decoration: underline;
    font-family: RubikRegular;
    font-size: 1rem;
}
a.bloqueLegalCookiesEnlaceMasInfo
{
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
.bloqueLegalCookies .btnStandard
{
    display: inline-block;
    margin-right: 0;
    min-width: 26px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 20px !important;
}
/*.bloqueLegalCookies .btnStandard:before, .bloqueLegalCookies .btnStandard:after,
#cookiesWeb .btnStandard:before, #cookiesWeb .btnStandard:after
{
    display: none;
}*/
#overlay-cookies
{
    background: rgba(0,0,0,0.5);
    z-index: 8000000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}
#overlay-cookies.open
{
    opacity: 1;
    visibility: visible;
}
#cookiesWeb
{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 588px;
    max-width: 100%;
    height: 100vh;
    min-height: 100%;
    -webkit-box-shadow: 0px 2px 10px -3px #000;
    -moz-box-shadow: 0px 2px 10px -3px #000;
    box-shadow: 0px 2px 10px -3px #000;
    z-index: 9000000000;
    transform: translateX(-100%);
    transition: transform 0.40s ease-in-out;
    opacity: 0;
}
#cookiesWeb.open {
    transform: none;
    opacity: 1;
}
#cookiesWebTop
{
    padding: 10px 10px 24px;
    text-align: right;
}
#cerrarCookies {
    width: 20px;
    height: 20px;
    font-size: 0;
    background-image: url(../img/iconos/cerrar.svg);
    display: block;
    margin-left: auto;
    cursor: pointer;
}
#cookiesWebContenido
{
    padding: 15px;
    height: calc(100vh - 137px);
    overflow: auto;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.activasSiempre
{
    color: #91D4C4;
    font-size: 0.9375rem;
    line-height: 130%;
}
.tituloCookie
{
    color: #91D4C4;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
#cookiesWebContenido > .tituloCookie:first-child
{
    font-family: NunitoBold;
    font-size: 20px;
    line-height: 27px;
    top: 14px;
    position: absolute;
    width: 100%;
    left: 15px;
    text-align: left;
    pointer-events: none;
}
.masInfoCookie
{
    font-family: RubikRegular;
    display: block;
    margin-top: 25px;
    font-size: 15px;
    color: #91D4C4;
}
.masInfoCookie:hover
{
    color: #91D4C4;
}
#btnsHabRech
{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
#btnsHabRech #rechazarTodasCookies
{
    display: block !important;
}
#rechazarCookies{display: none}
#cookiesWebBotones
{
    padding: 15px;
    font-size: 0;
    text-align: center;
}
#cookiesWeb .textoSeccion
{
    font-size: 15px;
    line-height: 200%;
    color: #666;
}
.itemCookie
{
    font-size: 0;
    border: 1px solid #CCC;
}
.itemCookie + .itemCookie
{
    border-top: none;
}
.itemCookieDatos
{
    background-color: #FFF;
    padding: 10px 20px;
}
.itemCookieTitulo,
.itemCookieBoton
{
    display: inline-block;
    vertical-align: middle;
}
.itemCookieTitulo
{
    width: calc(100% - 60px);
    padding-right: 15px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
}
.itemCookieBoton
{
    width: 60px;
}
.itemCookie_1 .itemCookieTitulo
{
    width: calc(100% - 131px);
}
.itemCookie_1 .itemCookieBoton
{
    width: 131px;
    text-align: right;
    height: 20px;
}
.itemCookieTexto
{
    padding: 10px 20px;
    background-color: #F8F8F8;
    display: none;
}
#btnRechazarCookies, #btnRechazarCookies:hover
{
    background: #EBEBEB none repeat scroll 0 0;
    color: #91D4C4;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-bottom: 0;
    vertical-align: top;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #91D4C4;
}

input:focus + .slider {
    box-shadow: 0 0 1px #91D4C4;
}

input:checked + .slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


@media (max-width: 588px)
{
    #cookiesWeb{width: 100%;}
    #cookiesWebContenido {height: calc(100vh - 141px);}
    #cookiesWebBotones .btnStandard{padding: 14px 35px;}
    #cookiesWebContenido > .tituloCookie:first-child{font-size: 1.125rem}
    #cookiesWebContenido > .tituloCookie:first-child {font-size: 1.1rem;}

    #btnsHabRech .btnStandard{letter-spacing: 0;padding: 12px 20px;}
}
@media (max-width: 380px)
{
    .bloqueLegalCookies a.btnStandard{
        margin: 5px;
    }
}
@media (max-width: 800px) {
    .bloqueLegalCookies a:not(.btnStandard){display: block;margin: 10px 0;}
}
@media (max-width: 992px) {
    .bloqueLegalCookiesTexto{padding: 0;}
}