#overcookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: none;
    padding-left: 0px;
    padding-right: 0px;
}

#infocookie {
    position: relative;
    top: 0;
    min-height: 58px;
    max-height: 600px;
    width: 100%;
    background-color: #0d0f13;
    color: #fff;
    padding: 15px 0;
    font-family: "Scania Sans", Arial, Helvetica, sans-serif;
}

.cookieTable {
    margin: auto;
    max-width: 95%;
}

.link-cookies-policy {
    color: #fff;
    margin-right: 5px;
}

    .link-cookies-policy:hover {
        text-decoration: none !important;
        outline: none !important;
        color: #fff;
    }

    .link-cookies-policy:visited {
        text-decoration: none !important;
        outline: none !important;
        color: #fff;
    }

    .link-cookies-policy:link {
        text-decoration: none !important;
        outline: none !important;
        color: #fff;
    }

.btn-cookie {
    padding: 5px 15px;
    font-size: 13px;
}

    .btn-cookie.btn-transparent {
        border-color: transparent;
    }

a.btn-cookie.btn-submit {
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
}

    a.btn-cookie.btn-submit:active,
    a.btn-cookie.btn-submit:hover {
        background: transparent;
        color: #fff;
        text-decoration: none;
    }

a.btn-cookie.btn-transparent:active,
a.btn-cookie.btn-transparent:hover {
    background-color: transparent;
    color: #fff;
}

.color-white {
    color: white !important;
}

.infocookieTable {
    text-align: center;
}

    .infocookieTable td {
        vertical-align: top;
        text-align: left;
        font-size: 13px;
    }

    .infocookieTable tr {
        vertical-align: central;
        height: 35px;
    }

.btn-save-tr {
    height: 50px !important;
}

    .btn-save-tr td {
        vertical-align: middle;
    }

.first-column-td {
    width: 180px !important;
}

.btn-save-td {
    width: 180px !important;
}

.infoCookieBtn {
    font-size: 13px !important;
}

.mr-xl-5 {
    margin-right: 50px !important;
}

.ml-xl-5 {
    margin-left: 50px !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.header-title {
    font-size: 30px;
    font-weight: 500;
    font-family: "Scania Sans", Arial, Helvetica, sans-serif;
    color: #71CC98;
    padding-bottom: 20px;
}

.content-zone {
    font-family: "Scania Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #2D2926;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .content-zone a {
        color: #71CC98;
    }

.container-cookies {
    padding-left: 8.56%;
    padding-right: 7.75%;
}

ul > .uldisc {
    list-style-type: disc;
}

ul > .uldiscnone {
    list-style-type: none;
}

.bold-title {
    font-weight: bold;
}

.h3-title {
    font-family: 'Scania Sans', Arial, Helvetica, sans-serif !important;
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0 24px;
    text-decoration: none !important;
    letter-spacing: -0.32px;
    line-height: 16px;
}

#infocookie p {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    line-height: 1.5;
    padding-right: 16px;
    padding: 0 24px;
}

.p-padding {
    padding-top: 10px;
}

.titles-color {
    color: #71CC98;
}

.table-cookies {
    border-spacing: 3px;
    border-collapse: separate;
    border: 0;
    background-color: #fff;
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
}

    .table-cookies td, .table-cookies th {
        vertical-align: top;
        font-size: 1.6rem;
        color: #041e42;
        border: 0;
        height: auto;
        min-width: 80px !important;
        padding: 10px 2rem;
        vertical-align: middle;
        font-weight: 500;
    }
    .table-cookies th {
        background-color: #fff;
        text-align: left;
        color: #0d0f13;
        white-space: nowrap;
        word-break: break-word;
    }
    .table-cookies tbody tr:nth-of-type(odd) {
        background-color: rgba(0,0,0,0.05);
    }
    .table-cookies tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }
    .table-cookies tbody tr:nth-of-type(even) {
        background-color: rgba(255,255,255,0.05);
    }
.col-w-10 {
    width: 10%;
}

.col-w-15 {
    width: 15%;
}

.col-w-20 {
    width: 20%;
}

.col-w-25 {
    width: 25%;
}

.col-w-35 {
    width: 35%;
}

.col-w-40 {
    width: 40%;
}
.cookie {
    flex-direction: column;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0d0f13;
    color: #cdd1db;
    min-height: 35vh;
    max-height: 35vh;
    z-index: 1040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    box-sizing: border-box
    /*overflow-y: hidden;
    -webkit-transition: max-height .7s ease-in-out;
    transition: max-height .7s ease-in-out;
    align-items: center;
    opacity: 0;
    justify-content: center;
    */
}
.cookie-consent {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 24px 2rem
}
.cookie .btn-primary400 {
    color: #fff;
    background-color: #2b70d3;
    white-space: nowrap;
    cursor: pointer;
    text-transform: none;
    border: 1px solid transparent;
    padding: 10px 2rem;
    line-height: 1.5;
    width: 100%;
    margin-left: 0;
    text-align: center
}

    .cookie .btn-primary400:hover, .cookie .btn-primary400:focus {
        cursor: pointer;
        outline: 0
    }

    .cookie .btn-primary400:hover {
        color: #fff;
        background-color: #4a89f3;
        border-color: transparent
    }

    .cookie .btn-primary400:focus {
        color: #fff;
        background-color: #87afe8;
        border-color: #16417f
    }

.cookie .btns {
    width: 100%;
    margin: 8px 0;
    text-align: center;
    padding: 1.6rem 0;
}
.cookie .btn {
    padding: 20px 4rem;
    border-radius: 0 !important;
    font-family: "Scania Sans",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;    
    line-height: 1.5;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}
.cookie .btn-transparent {
    width: 100%;
    margin-left: 0;
    white-space: nowrap;
    color: #c8c9c7;
    cursor: pointer;
    text-transform: none;
    border: 1px solid #cdcdcd;    
    text-align: center;
    line-height: 1.5
}

    .cookie .btn-transparent:hover, .cookie .btn-transparent:focus {
        cursor: pointer;
        outline: 0
    }

    .cookie .btn-transparent:hover {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
        color: #041e42
    }

    .cookie .btn-transparent:focus {
        color: #c8c9c7;
        border-color: #cdcdcd
    }

.cookie-consent-btns {
    width: 100%;
    margin-bottom: 0;
    padding: 0
}
@media (max-width: 900px) {
    #infocookie p {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .cookieTable {
        max-width: 95%;
    }
}
@media (min-width: 992px) {
    .cookie-consent {
        max-width: 1176px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        align-items: center;
        padding: 0;
    }
    .cookie {
        -ms-flex-direction: row;
        flex-direction: row;
        height: 300px;
    }
    .cookie-consent-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 25%;
        padding-left: 2rem
    }
}
@media(min-width: 992px) {
    #infocookie p {
        font-size: 1.6rem;
    }
}
@media(min-width: 992px) and (max-width:1199px) {
    
    .cookie {
        max-height: 50vh
    }

    .cookie-consent {
        max-width: 100%;
        padding: 32px
    }

    .cookie-consent-text {
        width: calc(70% - 32px);
        padding-right: 32px
    }
}
    @media (min-width: 768px) and (max-width:991px) {
        .cookie {
            max-height: 150em;
        }

        #infocookie {
            max-height: 400px;
            overflow: hidden;
            overflow-y: scroll;
            /*Estilos estándar experimentales (Principalmente Firefox)*/
            scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
            scrollbar-width: thin;
        }

            #infocookie::-webkit-scrollbar {
                -webkit-appearance: none;
            }

                #infocookie::-webkit-scrollbar:vertical {
                    width: 10px;
                }

            #infocookie::-webkit-scrollbar-button:increment, #infocookie::-webkit-scrollbar-button {
                display: none;
            }

            #infocookie::-webkit-scrollbar:horizontal {
                height: 10px;
            }

            #infocookie::-webkit-scrollbar-thumb {
                background-color: #9DDBDF;
                border-radius: 20px;
                border: 1px solid #9DDBDF;
            }

            #infocookie::-webkit-scrollbar-track {
                border-radius: 10px;
            }
    }

    @media (max-width: 576px) {
        .cookie {
            max-height: 100em;
            width: 100%;
            height: 300px;
            min-height: 59vh;
            overflow-y: auto;
            overflow-x: hidden;
        }
        .cookie-consent
        {
            padding-top:5em;
        }
        .cookie-consent-btns {
            width: 100%;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .cookie .btns {
            margin-right: 0;
            margin-bottom: 10px
        }

        .text-sm-end {
            text-align: right !important;
        }

        .text-sm-start {
            text-align: left !important;
        }
    }

    .d-none {
        display: none !important;
    }

    .form-check {
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5em;
        margin-bottom: 0.125rem;
    }

    .form-check-input {
        float: left;
        margin-left: -1.5em;
        width: 22px;
        height: 22px;
        padding: 0 !important;
        opacity: 0.1 !important;
    }

    .me-3 {
        margin-right: 1rem !important;
    }

    .mb-1 {
        margin-bottom: 0.25rem !important;
    }

    .pt-1 {
        padding-top: 0.55rem !important;
    }

    .h1Cookies {
        font-family: "Scania Sans Headline",Helvetica,Arial,sans-serif;
        text-rendering: optimizeLegibility;
        white-space: normal;
        padding: 0;
        margin: 0;
        word-wrap: break-word;
        text-align: center;
        display: inline-block;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        color: #041e42;
        font-size: 8rem;
        text-transform: uppercase;
        line-height: 1.15;
    }

    .portlet-cookies {
        font-family: "Scania Sans", Helvetica, Arial, sans-serif;
        font-size: 16px;
    }

    .h3Cookies {
        font-size: 40px;
        font-family: "Scania Sans Headline",Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #041e42;
    }

    .h4Cookies {
        font-size: 30px;
        font-family: "Scania Sans Headline",Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #041e42;
    }
