.cookie-consent {
    z-index: 1040;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    background-color: rgba(112, 112, 112, .9);
    color: #fff;
}

.js-cookie-consent .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.js-cookie-consent .container-fluid .caja-texto-cookies {
    margin: auto 0;
    height: auto;
    width: 75%;
    padding-right: 30px;
    display: inline-flex;
}

.js-cookie-consent .caja-botones-cookies {
    width: 20%;
    margin: auto 0;
    height: auto;
    display: inline-flex;
    float: right;
    position: relative;
    justify-content: flex-end;
}

.js-cookie-consent .container-fluid a.cookie-consent__agree {
    -webkit-appearance: none;
    color: white;
    font: inherit;
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 700;
    margin: auto 0;
    width: 45%;
    background-color: #222856;
    border-color: #222856;
}

.js-cookie-consent .container-fluid a.cookie-consent__configurar {
    -webkit-appearance: none;
    color: white;
    border: none;
    font: inherit;
    border-bottom: 0;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin: auto 0;
    width: 45%;
}

#cookies-popup {
    display: block;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
    max-width: 750px;
    margin: auto;
}

#cookies-popup .kando-consent-popup__dialog {
    background-color: #fff;
    opacity: 1;
    width: auto;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    -webkit-overflow-scrolling: touch;
}

#cookies-popup div {
    display: block;
}

#cookies-popup .kando-consent-popup-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 15px;
    font-weight: 700;
    position: relative;
    background-color: hsla(0, 0%, 93%, .4);
}

#cookies-popup .kando-consent-popup-body .kando-consent-popup-body__title {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    font-family: Arial, serif;
}

#cookies-popup .kando-consent-popup-header .kando-consent-popup-header-close {
    font-family: Arial, serif;
    opacity: .5;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    transition: .5s;
    position: absolute;
    right: 15px;
    top: 15px;
}

#cookies-popup .kando-consent-popup-body {
    padding: 0 15px 15px 15px;
}

#cookies-popup .kando-consent-popup-body {
    overflow-wrap: break-word !important;
    max-height: 500px !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
}

#cookies-popup .kando-components-accordion .trigger-icon {
    width: 15px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

#cookies-popup .kando-components-accordion {
    flex: 1;
    width: 480px;
    display: inline-block;
}

#cookies-popup .kando-components-accordion .kando-components-accordion-label-container {
    display: -webkit-box;
    display: flex;
    align-items: center;
}

#cookies-popup .kando-components-accordion .label-click {
    cursor: pointer;
}

#cookies-popup .kando-components-accordion .trigger-icon {
    width: 15px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

#cookies-popup a, #cookies-popup p, #cookies-popup span {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

#cookies-popup .kando-consent-popup-preferences .kando-consent-popup-data-processing, #cookies-popup .kando-consent-popup-preferences .kando-consent-popup-vendor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-align: center;
    -moz-align-items: center;
    padding: 7px 0;
}

#cookies-popup .kando-consent-popup-preferences .kando-consent-popup-data-processing__buttons {
    -webkit-flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-shrink: 0;
    margin-left: 15px;
    display: inline-block;
    width: auto;
}

#cookies-popup .kando-components-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#cookies-popup .kando-components-radio__option {
    margin-right: 5px;
    cursor: pointer;
    height: 25px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0 20px;
    line-height: 12px;
    font-size: 12px;
    color: #b3b3b3;
    font-weight: 700;
    transition: background-color .5s, border-color .5s;
    transition-timing-function: ease;
}

#cookies-popup .kando-components-radio__option:hover {
    color: gray;
    border-color: #bbb;
}

#cookies-popup .kando-components-radio__option.kando-components-radio__option--disagree {
    background-color: #f55;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 0 19px;
}

#cookies-popup .kando-consent-popup-actions.kando-buttons button {
    background-color: #222856;
    border-color: #222856;
    position: absolute;
    right: 0;
    top: 7px;
}

#cookies-popup button span {
    padding: 0;
    background: initial;
    height: auto;
}

#cookies-popup .kando-components-radio__option:last-child {
    margin-right: 0;
}

#cookies-popup .kando-consent-popup-footer .kando-consent-popup-actions .kando-components-button, #cookies-popup .kando-components-radio__option.kando-components-radio__option--agree {
    -webkit-text-fill-color: #fff !important;
    -webkit-text-stroke-color: #fff !important;
    color: #fff !important;
}

#cookies-popup .kando-consent-popup-footer {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: hsla(0, 0%, 93%, .4);
    height: 58px;
}

#cookies-popup .kando-components-radio__option.kando-components-radio__option--agree {
    background-color: #32404e !important;
    color: #fff;
    border: 0 !important;
}

#cookies-popup .kando-components-radio__option {
    margin-right: 5px;
    cursor: pointer;
    height: 25px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0 20px;
    line-height: 12px;
    font-size: 12px;
    color: #b3b3b3;
    font-weight: 700;
    transition: background-color .5s, border-color .5s;
    transition-timing-function: ease;
}

#cookies-popup .kando-components-accordion .content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    font-weight: 300;
    text-align: justify;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition-property: opacity, max-height, transform, visibility, padding-bottom;
}

#cookies-popup .kando-components-accordion .content.active {
    max-height: 3000px;
    opacity: 1;
    visibility: visible;
    padding-bottom: 10px;
    transition-property: opacity, max-height, transform, visibility;
}

#cookies-popup .kando-consent-popup-footer .kando-consent-popup-actions {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-flex-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
}

#cookies-popup .kando-consent-popup-footer .kando-consent-popup-actions button, #cookies-popup .kando-consent-popup-footer .kando-consent-popup-actions div {
    margin-right: 15px;
}

#cookies-popup .kando-consent-popup-body .kando-consent-popup-body__section {
    margin: 20px 0;
}

#cookies-popup .necesaria {
    cursor: auto !important;
}

#cookies-popup .necesaria.aceptar {
    background-color: #999999 !important;
}

#cookies-popup .necesaria.rechazar:hover {
    background-color: #fff !important;
    border: 1px solid #eee !important;
    color: #b3b3b3 !important;
}
