/* Minification failed. Returning unminified contents.
(5,32): run-time error CSS1034: 
(5,32): run-time error CSS1042: Expected function, found ','
(5,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */

.cookie-consent-modal {
    height: 100vh;
    width: 100%;
    background-color: rgb(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display:none;
    align-items: flex-end;
}

    .cookie-consent-modal.active {
        display: flex;
    }

.content {
    background-color: #fff;
    padding: 5vw 3vw;
    border-radius: 10px 10px 0 0;
}

.btns {
    display: flex;
    justify-content: flex-end;
    margin-top: 2em;
}

.btn {
    border: none;
    outline: none;
    /*padding: .8em 1.5em;*/
    /*width: 100px;*/
    margin-right: 1em;
    border-radius: 3px;
    text-transform: uppercase;
}

    .btn.accept {
        background-color: #003075;
        color: #fff;
        cursor: pointer;
        text-align: center;
    }





    .btn.cancel {
        background-color: #865DBD;
        color: #fff;
        cursor: pointer;
        text-align: center;
    }

.politicaint {
    /*max-width: 100%;*/
    width: auto;
    margin: 15px 15px;
}

.politica {
    /*max-width: 100%;*/
    width:auto;
    margin: 15px 15px;
}


.policyh1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
}


.policyh2 {
    font-size: 2rem;
    margin-bottom: 25px !important;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
    text-transform: uppercase;
    font-size: initial;
    color: inherit;
    font-weight: initial;
    width: initial;
    margin: initial;
    border-bottom: initial;
    padding: initial;
    text-align: initial;
}


.policyh2italic {
    font-size: 1.5rem !important;
    font-style: italic;
    margin-bottom: 25px !important;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
    text-transform: uppercase;
    font-size: initial;
    color: inherit;
    font-weight: initial;
    width: initial;
    margin: initial;
    border-bottom: initial;
    padding: initial;
    text-align: initial;
}

ul.mi {
    list-style-type : none;
}


.tamniofuente {
    font-size: 15px !important;
}

.colorlink {
    color: #337ab7 !important;
}


.internal-template h2 {
    position: relative;
    top: 0px !important;
    z-index: 2;
    margin: initial;
    text-transform: capitalize;
    border-bottom: 0;
    color: inherit !important;
    font-family: inherit !important;
    font-size: 2rem !important;
    letter-spacing: 0;
    line-height: 44px;
    width: 30%;
}



.internal-template ul li {
    color: black !important;
    font-size: inherit !important;
}
