﻿.cookie-aviso-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    justify-content: center;
    left: 0;
}

.cookie-preferencia-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    justify-content: center;
    left: 0;
}

.cookie-aviso-box-assist {
    background-color: rgba(74 74 74 / 95%);
}

.cookie-preferencia-check-input input{margin:0!important;}

.cookie-aviso-desktop {
    flex-direction: row;
    bottom: 24px;
    /*height: 84px;*/
    width: 85vw;
    padding: 20px;
}

#cookie-preferencia-top h3 {
    color: #ffffff;
}

#cookie-preferencia-top {
    text-align: center;
    border-bottom: solid 1px #ffffff;
    margin-bottom: 20px;
    width:100%;
}

.cookie-preferencia-desktop {
    flex-direction: column;
    bottom: 150px;
    /*height: 480px;*/
    /*width: 45vw;*/
    width: 700px;
    padding: 20px;
}

.cookie-aviso-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 10000000;
    position: fixed;
    align-items: center;
    /*opacity: 0.95;*/
    border-radius: 8px;
    font-size: 14px;
    /*font-family: 'sans-serif', 'Arial', 'Helvetica Neue', 'HelveticaNeue', 'Helvetica';*/
    /*font-weight: 400;*/
    /*animation-name: cookie-notice-fade-up;*/
    /*animation-duration: 0.5s;*/
}

.cookie-preferencia-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 100000000;
    position: fixed;
    align-items: center;
    /*opacity: 0.95;*/
    border-radius: 8px;
    font-size: 14px;
    /*font-family: 'sans-serif', 'Arial', 'Helvetica Neue', 'HelveticaNeue', 'Helvetica';*/
    /*font-weight: 400;*/
    /*animation-name: cookie-notice-fade-up;*/
    /*animation-duration: 0.5s;*/
}

.cookie-aviso-legal-desktop {
    height: 32px;
    margin-right: 16px;
    padding: 16px 0 16px 0;
}

.cookie-aviso-legal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    color: #ffffff;
}

.cookie-aviso-ok-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*height: 32px;*/
    color: #ffffff;
    /*border-radius: 100px;*/
    /*font-family: 'sans-serif', 'Arial', 'Helvetica Neue', 'HelveticaNeue', 'Helvetica';*/
    font-style: normal;
    /*font-weight: 500;*/
    font-size: 14px;
    line-height: 20px;
    /*border: 1px solid transparent;*/
    border: 0;
    flex: none;
    order: 0;
    align-self: center;
    flex-grow: 0;
    cursor: pointer;
    margin-left:15px;
    padding:5px 15px;
}

.cookie-aviso-ok-button-desktop {
    width: 81px;
    margin: 10px 0px;
}

.cookie-notice-ok-button-assist {
    background-color: #337ab7;
}

.cookie-notice-ok-button-assist:hover {
    background-color: #00abe0;
    transition: all .20s;
}

.cookie-button-box {
    display: flex;
    flex-direction: row;
    margin-top:15px;
}

.cookie-button-preferencia-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0 5px 0;
}

:first-child.cookie-button-preferencia-box{margin-top:0;}

.cookie-preferencia-check-input {
    display: flex;
    gap: 5px;
}

.cookie-preferencia-check-text {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.cookie-preferencia-check-text:hover{color:#ffffff;text-decoration:none;}

.cookie-aviso-link {
    color: #0089ff;
    /*font-weight: 300;*/
}

.cookie-aviso-p {
    margin: 0;
    /*font-family: 'sans-serif', 'Arial', 'Helvetica Neue', 'HelveticaNeue', 'Helvetica';*/
    font-style: normal;
    /*font-weight: 400;*/
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.cookie-aviso-p .cookie-aviso-link{
    color:#ffffff;
}

@media screen and (max-width:767px) {
    .cookie-aviso-desktop{
        display:block;
        padding:15px;
        width:95%;
    }

    #cookie-aviso-disclaimer {
        width:100%;
        margin-bottom:10px;
    }

    .cookie-aviso-ok-button {
        margin-left: 0;
        font-size: 13px;
        float: left;
        padding: 5px 10px;
    }

    #cookie-aviso-box .cookie-aviso-ok-button:last-child {
        float: right;
    }

    .cookie-preferencia-desktop{
        bottom:0;
        top:0;
        width:100%;
        display:block;
        border-radius:0;
        padding:0;
    }

    #cookie-preferencia-top {
        text-align: center;
        border-bottom: solid 1px #ffffff;
        margin-bottom: 20px;
    }

    #cookie-preferencia-top h3{
        color:#ffffff;
    }

    #cookie-preferencia-disclaimer {
        max-height: 75vh;
        overflow-y: scroll;
        padding-right: 20px;
        margin-right: 5px;
        padding-left: 20px;
    }

    #cookie-preferencia-disclaimer p{
        text-align:justify;
    }

    .cookie-button-box {
        justify-content: space-evenly;
    }
}


@media screen and (min-width:768px) and (max-width:1023px) {
    .cookie-aviso-desktop {
        display: block;
        padding: 15px;
        width: 95%;
    }

    #cookie-aviso-disclaimer {
        width: 100%;
        margin-bottom: 10px;
    }

    .cookie-aviso-ok-button {
        margin-left: 0;
        font-size: 13px;
        float: left;
        padding: 5px 10px;
    }

    #cookie-aviso-box .cookie-aviso-ok-button:last-child {
        margin-left: 15px;
    }

    .cookie-preferencia-desktop {
        bottom: 0;
        top: 0;
        width: 100%;
        display: block;
        border-radius: 0;
        padding: 0;
    }

    #cookie-preferencia-top {
        text-align: center;
        border-bottom: solid 1px #ffffff;
        margin-bottom: 20px;
    }

        #cookie-preferencia-top h3 {
            color: #ffffff;
        }

    #cookie-preferencia-disclaimer {
        padding: 20px;
        text-align: justify;
    }

    .cookie-button-box {
        margin: 0 15px;
    }

        .cookie-button-box .cookie-aviso-ok-button {
            margin-right: 15px;
        }
}
