/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {
    display: flex;
    position: fixed;
    justify-content: center;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 13px;
    z-index: 99999;
    text-align: center;
    background: #fff;
    color: #000;
    font-weight: 300;
    text-shadow: none;
    align-content: center;
    align-items: center;
    padding: 2em;
    box-shadow: 0 0 13px rgba(0,0,0,.6);
}

.cc-cookies a, .cc-cookies a:hover {
    color: #000;
    text-decoration: underline;
}

.cc-cookies a:hover {
    text-decoration: none;
}

.cc-overlay {
    height: 100%;
    padding: 25%;
}

.cc-cookies-error {
    float: left;
    width: 90%;
    text-align: center;
    margin: 1em 0 2em 0;
    background: #fff;
    padding: 2em 5%;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #333;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    display: inline-block;
    color: #000;
    text-decoration: none;
    background: #dcecdf;
    padding: 0.5em 0.75em;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    transition: background 0.25s ease-in;
}

.cc-cookies a.cc-cookie-config{
    display: inline-block;
    color: #000;
    text-decoration: none;
    background: #fff;
    padding: 0.5em 0.75em;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    transition: background 0.25s ease-in;
}

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
    background: #fff;
    margin-left: 0.5em;
}

.cc-cookies a.cc-cookie-reset {
    background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset, .cc-cookies a:hover.cc-cookie-config {
    background: #000;
    color: #fff;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    transition: background 0.25s ease-in;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
    display: block;
    margin-top: 1em;
}

.cc-cookies.cc-discreet {
    width: auto;
    padding: 0.5em 1em;
    left: auto;
    top: auto;
}

.cc-cookies.cc-discreet a.cc-cookie-reset {
    background: none;
    text-shadow: none;
    padding: 0;
    text-decoration: underline;
}

.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        display: block;
        margin: 1em 0;
    }
}

@media screen and (max-width: 480px) {
    .cc-cookies {
        /*position: relative;*/
        float: left;
    }
}

@media (max-width: 767px){
    .cc-cookies {
        flex-wrap: wrap;
        text-align: center;
    }
    .cc-cookies div:nth-child(2){
        width: 100%;
    }
    .cc-textcontainer {
        max-width: 100% !important;
    }
}
/*estilos para configuracion de cookies*/

.custom-radio {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.radio-label {
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #cacaca;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.decline-radio:checked+label {
    background-color: #ff4d4d;
}

.accept-radio:checked+label {
    background-color: #8fd18f;
}

.radio-label:hover {
    background-color: #bababa;
}

.cookie-title, .radio-label {
    cursor: pointer;
}

.cookie-description {
    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;
}

.cookie-description.active {
    max-height: 3000px;
    opacity: 1;
    visibility: visible;
    padding-bottom: 10px;
    transition-property: opacity, max-height, transform, visibility;
}

.cookie-icon {
    float: right;
    padding-top: 4px;
}

.cookie-title {
    width: 100%;
}

.widget-cookiecuttr-widget .modal-dialog * {
    color: #2d2d2d;
}

.widget-cookiecuttr-widget .modal-content {
    background: #fff;
}

div.cc-cookies-centered {
    width: 350px;
    margin: auto;
    left: 40%;
    top: 40%;
    bottom: auto;
    padding: 20px;
}

.cookie-exit {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background-color: #7DAF3B;
    border-radius: 3px;
}

.cookie-exit:focus {
    outline: none;
}

#cookie-config {
    z-index: 100000;
}

.cc-textcontainer{
    max-width: 75%;
    font-size: 16px;
    padding: 1em;
}