.cookies *.novedad::before {
            content: "cookie"!important;
        }
        
        .cookies h4 input {
            width: 20px;
            height: 20px;
            float: right;
        }

.cookies a sup{
	position:absolute;
	margin-left: 2px;
	top: 5px;
	text-decoration: none;
}

.cookies a {
	text-decoration: none;
}

.popup-overlay .cabeceraLogo {
            background: rgb(242,222,196);
            background: -moz-linear-gradient(top, rgba(242,222,196,1) 0%, rgba(254,244,231,1) 14%, rgba(242,222,196,1) 38%,     rgba(242,222,196,1) 100%);
            background: -webkit-linear-gradient(top, rgba(242,222,196,1) 0%,rgba(254,244,231,1) 14%,rgba(242,222,196,1) 38%,    rgba(242,222,196,1) 100%);
            background: linear-gradient(to bottom, rgba(242,222,196,1) 0%,rgba(254,244,231,1) 14%,rgba(242,222,196,1) 38%,  rgba(242,222,196,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dec4', endColorstr='#f2dec4',GradientType=0   );
            -webkit-box-shadow: 1px 2px 5px 0px rgba(48,48,48,0.31);
            -moz-box-shadow: 1px 2px 5px 0px rgba(48,48,48,0.31);
            box-shadow: 1px 2px 5px 0px rgba(48,48,48,0.31);

            width: 100%;
            padding: 10px 20px 10px 20px;
            position: relative;
        }
        
        .popup-overlay .cabeceraLogo label {
            font-family: Bebas Neue, sans-serif;
            font-size: 40px;
            color: #423222;
            float: right;
            right: 20px;
            position: absolute;
            top: 10px;
            text-shadow: 1px 1px 0 #FFFFFF;
        }
        
        .popup-overlay .cabeceraLogo img {
            width: 225px;
        }
        
        .popup-overlay .contenedorCookies .cajaInfoCookies p {
            text-align: justify;
			font-size: 1rem;
        }
        
        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.95);
            width: 100%;
            height: 100%;
            align-items: center;
            font-size: 14px;
			z-index:1000000;
			overflow-y:scroll;
        }

        .popup-overlay .popup {
            min-height: 200px;
            background-color: white;            
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 18px rgba(0, 0, 0, .2);
            width: 60%;
            max-width: 650px;
            border-radius: 2.5px;
            left: 1em;
            margin: 0 auto;
            font-size: 14px;
            border-radius: 6px;
            border: 2px solid #c5ba9f;
        }

        .popup-overlay p {
            padding: 0 40px;
            margin: 0px;
            margin-top: 20px;
            font-family: sans-serif;
        }

        .cookies .botones {
            text-align: center;
			justify-content: center;
			margin: 20px auto;
			gap: 20px;
        }
        
        .popup-overlay .cajaInfoCookies, .cajaSetting {
            text-align: left;
        }
        
        .popup-overlay .cambiarDislay {
            margin: 20px;
        }
        
        .popup-overlay .cajaSetting .optionCookie ul {
            display: block;
            margin: 15px 30px;
            font-size: 15px;
        }
        
        .popup-overlay .cajaSetting .optionCookie a:hover {
            cursor: pointer;
        }
        
        .popup-overlay .cajaSetting .optionCookie a {
            font-family: Roboto, sans-serif;
            font-size: 20px;
            color: #0580bf;
        }
        
        .popup-overlay .contenedorCookies .cajaInfoCookies p a {
            font-family: Roboto, sans-serif;
            color: #0580bf;
			font-size: 1rem;
        }
        
        .popup-overlay .cajaSetting .optionCookie a:hover {
            text-decoration: underline;
            color: #0580bf;
        }
        
        .popup-overlay .accordion-container {
            position: relative;
        }
        
        .popup-overlay .accordion-content p {
            margin-bottom: 15px;
            text-align: justify;
            padding: 20px;
            margin-top: 8px;
            background-color: #fdf4eb;
            border-bottom: 3px solid #f2dec4;
            line-height: 20px;
			font-size: 1rem;
        }
		
		.popup-overlay .accordion-content p a {
			font-size: 1rem !important;
		}
        
        .popup-overlay .cjCookies,
		.cookies.politica .cjCookies{
            margin: 10px 30px;
            padding: 15px;
            text-align: justify;
            background-color: #fdf4eb;
            border-bottom: 3px solid #f2dec4;
        }
        
		.popup-overlay .cookies {
			display: flex;
		}
		
        .popup-overlay .cookies span {
            width: 67%;
			font-size: 1rem !important;
        }
        
        .popup-overlay .cookies span:first-child {
            width: 25%;
        }
                
        .popup-overlay .cajaInfoCookies p {
           line-height: 20px; 
        }
        
        .popup-overlay .optionCookie  {
            overflow-y: auto;
            height: 355px;
            padding-right: 20px;
        }

        .accordion-container input{
            width: 20px;
            height: 20px;
            float: right;
            right: 15px;
            position: absolute;
        }

        a.setting:focus {
            outline: none;
        }
        
        a.setting.preferencias:focus {
            outline: none;
        }

        .cjCookies {
            line-height: 20px;
        }

        .cookiesInfo {
            margin-bottom: 30px;
        }
        
        .cookiesInfo .cjCookies .cookies span:first-child {
            font-weight: bold;
        }
        
        @media only screen and (max-width: 400px) {
          .popup-overlay .botones a {
            font-size: 20px;
          }
            .popup-overlay .cookies span {
                float: static;
            }
        }
        
        @media only screen and (max-width: 360px) {
          .popup-overlay .botones a {
            font-size: 15px;
          }
        }
        
        @media only screen and (max-width: 990px) {
          .popup-overlay .popup {
              width: auto!important;
          }
        }
        
        @media only screen and (max-width: 570px) {
            /*.popup-overlay .cabeceraLogo {
                text-align: center;
            }*/
            
            .botones a {
                margin: 0px!important;
            }
        }

        @media only screen and (max-width: 571px) {
            /*.popup-overlay .cabeceraLogo {
                text-align: center;
            }*/
            
            .botones a {
                margin: 15px 0px!important;
            }
        }

        @media only screen and (max-width: 486px) {
            .botones a {
                margin: 0px!important;
            }
        }

        @media only screen and (max-width: 538px) {
            .botones {
                margin: 15px 0px;
            }
        }

        @media screen and (max-width: 570px) {
            .cabeceraLogo img {
                content: url(/img/index/img_icon_barra.png)!important;
                width: auto!important;
            }
            
            .cabeceraLogo img, label {
                display: inline-block;
            }
            
            .popup-overlay .cabeceraLogo label {
                float: right;
                font-size: 35px;
                line-height: 35px;
                /*position: static;*/
            }
            
            .cabeceraLogo br {
                display: none;
            }
        }

        @media screen and (max-width: 345px) {
            .cabeceraLogo img {
                content: url(/img/index/img_icon_barra.png)!important;
                width: auto!important;
            }
            
            .cabeceraLogo img, label {
                display: ?;
                line-height: 35px;
            }
            
            .popup-overlay .cabeceraLogo {
                text-align: center;
            }
            
            .popup-overlay .cabeceraLogo label {
                float: none;
                font-size: 35px;
                line-height: 35px;
                position: static;
            }
            
            .cabeceraLogo br {
                display: ?;
            }
        }
