/*Color del texto del boton de cookies y politica de privacidad*/
#cookie-notice .cn-button:not(.cn-buton-custom){
color: #000 !important;
}

/*Color de texto de cookies*/
.cn-text-container{
color: #fff !important;
}

/*.edn-custom-template.edn-notify-bar .edn-social-icon-buttons a i {
    color: #32378f !important;
    background: #fff !important;
    border-radius: 50px !important;
}*/

.edn-custom-template.edn-notify-bar .edn-social-icon-buttons a:hover {
    background-color: #32378f !important;
}

/*.edn-custom-template.edn-notify-bar .edn-social-icon-buttons a {
    background-color: #32378f !important;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    width: 35px;
    z-index: 0;
}*/