@charset "UTF-8";

@font-face {
    font-family: 'Cartero Regular';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Cartero/CarteroW01-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Cartero Light';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Cartero/CarteroW01-Light.woff") format("woff");
}

@font-face {
    font-family: 'Cartero Bold';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Cartero/CarteroW01-Bold.woff") format("woff");
}

@media (max-width: 768px) {

    .modal-content-cookies {
        max-height: 80vh;
        overflow-y: auto;
    }

    .modal-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .modal-actions .btn-cookie {
        width: 100%;
        text-align: center;
    }

    .modal-footer {
        flex-direction: column;

    }

    .cookie-policy-link {
        max-width: 100% !important;
        text-align: center;
        padding-bottom: 10px;
    }

    .btn-cookie {
        width: 100%;
    }

    .divCookies {
        color: #fff;
        text-align: center;
        width: inherit;
        bottom: 0;
        position: fixed;
        /*z-index: 100;*/
        width: 98%;
        height: 50;
        margin-left: 1%;
        border-radius: 10px;
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 0;
    }

    #msgInicialCookies {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px;
    }

    .cookiesInitialMsg {
        max-width: 98% !important;
        text-align: left;
        margin: 14px 0px 10px 4px;

    }

    .cookie-buttons {
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .cookie-buttons .btn-cookies {
        padding: 4px 32px;
        text-align: center;
    }

}

.modal-footer span {
    display: inline;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content-cookies {
    background-color: white !important;
    color: #333333;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
    max-width: 900px;
    width: 95%;
    border-radius: 20;
    font-family: 'Cartero Light' !important;
}

.cookie-policy-link a {
    font-weight: bold;
}


.modal-header {
    padding: 30px 40px 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffcc00;
}

.modal-header h2 {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
    color: #333333;
    font-family: 'Cartero Bold';
    font-size: 18px;
    padding: 15px;
    margin: 0;
}

.modal-header .close-btn-cookies {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #555;
    padding: 0;
}

.modal-body {
    padding: 10px 40px 30px 40px;
}

.modal-body p {
    text-align: left;
    max-width: 80%;
}

.cookie-section h3 {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 25px;
    margin-bottom: 5px;
    font-family: 'Cartero Regular';
    font-size: 13.2px;
}

.cookie-section {
    border-bottom: 1px solid #ddd;
}

.cookie-description {
    font-size: 0.95em;
    line-height: 1.5;
    font-size: 11.4px;
    margin: 0px 0px 10px 4px;

}

.cookie-policy-link {
    font-size: 0.95em;
    margin: 0;
    flex-shrink: 0;
    max-width: 30%;
    font-size: 11.4px;
}

.cookie-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-toggle {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    color: #777;
    margin-left: 20px;
    font-size: 10.8px;
}

.cookie-toggle.locked {
    padding: 5px 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: bold;
    font-size: 10.8px;
}

.cookie-toggle.locked .icon-lock {
    margin-right: 5px;
    font-size: 1.1em;
}

.cookie-toggle.switch span {
    font-weight: bold;
    color: #333;
    margin-left: 5px;
}

.modal-actions {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 10px !important;
}

.btn-cookie {
    /*background-color: #ffcc00;
    border: none;
    color: #002e6d;*/
    font-weight: bold;
    display: inline-block;
    background: #ffffff;
    color: #002e6d !important;
    padding: 12px;
    border: 0;
    font-size: 15px !important;
    -webkit-transition: .15s;
    transition: .15s;
    border: 1px solid #002e6d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'Cartero Light';
}

.modal-content-cookies .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px 40px 40px;
    border-top: 0px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

/**--------------------------------------------------------------------------*/
.divCookies {
    font-family: 'Cartero Light';
    color: #fff;
    text-align: center;
    bottom: 0;
    position: fixed;
    /*z-index: 100;*/
    border-radius: 10px;
    padding: 9px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 128px;
    background-color: #002e6d;
    width: 98%;
}

.btn-cookies {
    display: inline-block;
    background: #ffffff;
    color: #002e6d !important;
    padding: 12px;
    border: 0;
    font-size: 17px !important;
    border: 1px solid #002e6d;
    border-radius: 10px;
    padding: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

/** POLITICA COOKIES **/

.cookie-buttons {
    display: flex;
    vertical-align: middle;
    gap: 30px !important;
    padding: 10px;
    margin-left: 3%;
}

a {
    color: #002e69;
}

.CookiesPlaceholder {
    background-color: #fff;
    display: flex;
    position: absolute;
}

@media only screen and (max-width: 600px) {

    .cookie-buttons {
        display: inline-block;
        margin-right: 1%;
    }

    .CookiesPlaceholder {
        height: 300px;
    }
}

@media only screen and (max-width: 630px) {

    .cookie-buttons {
        display: inline-block;
        margin-right: 1%;
    }

    .CookiesPlaceholder {
        height: 300px;
    }
}

@media only screen and (max-width: 320px) {

    .boton_cookies {
        background-color: #002e6d;
        background-position: center left 10px;
        background-size: 15px;
        background-repeat: no-repeat;
        border: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 10px !important;
        color: #ffcd00;
        font-size: 15px;
        font-weight: normal;
        height: 35px;
        padding: 10px 10px;
        font-family: 'Cartero Light';
        display: inline-block;
        min-width: 120px;
    }

    .cookie-buttons {
        display: inline-block;
        margin-right: 1%;
    }

    .CookiesPlaceholder {
        height: 300px;
    }
}

@media only screen and (max-width: 320px) {

    .cookie-buttons {
        display: inline-block;
        margin-right: 1%;
    }

}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: dotted;
}

/** Fin POLITICA COOKIES **/


#cookiesPolicyLink {
    font-size: 17px;
    cursor: pointer;
    color: white;
    font-family: 'Cartero Bold';
    text-decoration: underline;
}

#msgInicialCookies {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cookiesInitialMsg {
    font-size: 14px !important;
    max-width: 61%;
    text-align: left;
    font-family: 'Cartero Light';
    font-weight: normal;
    line-height: 18px;
}

.msgInicialCookies p {
    margin: 14px 0 10px 4px;
}





/* Nuevo footer */
footer {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Cartero Light';
    width: 100%;
    z-index: 0;
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
    display: block;
    bottom: 0;
}

footer section {
    line-height: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

footer section .wrapper-main {
    display: block;
    width: 100%;
    padding: 40px 24px 0 24px;
    max-width: 85.375em;
    margin-left: auto;
    margin-right: auto;
}

footer li {
    font-size: 16px;
    line-height: 24px;
}

footer .pay__list__links {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12px;
}

footer .imageblock {
    width: 100%;
    min-height: 0;
}

footer .section__down {
    background-color: #333;
}

footer .section__down .wrapper-main {
    padding: 24px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer .section__down .section__imgs {
    width: 48px;
    height: 48px;
}

footer .footer__section__down__container {
    width: calc(100% - 48px);
    padding-left: 40px;
}

footer .section__down .contact__list__links {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

footer .section__down .text {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-weight: normal;
    color: #cbcbcb;
}

footer .section__down .contact__list__item {
    margin-right: 32px;
    padding-bottom: 0;
}

footer .section__down .contact__list__item__lnk {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}

footer .contact__list__item__lnk:hover {
    text-decoration: underline;
}

@media(max-width: 1024px) {

    footer {
        bottom: auto;
    }

    footer section .wrapper-main {
        padding-top: 40px;
    }

    footer .section__imgs,
    footer .section__down .wrapper-main,
    footer .footer__section__down__container,
    footer .section__down .contact__list__links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1em;
    }

    footer .section__down .contact__list__links {
        gap: 0.75em;
    }

    footer .section__imgs {
        padding-bottom: 15px;
    }

    footer .footer__section__down__container {
        padding-left: 0;
    }

    footer .section__down .section__imgs {
        width: 40px;
        height: 40px;
    }

    footer .section__down .contact__list__item__lnk {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 1024px) {

    footer .section__imgs {
        font-size: 1em;
        line-height: 1.5em;
    }

    footer .section__down .text {
        font-size: 0.875em;
        line-height: 1.25em;
    }
}