.cookie-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #00b5e2;
    border: 1px solid #00b5e2;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.cookie-button-prefencia{
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #00b5e2; /* Borde de 2px con color */
    border-radius: 5px;
    color: #00b5e2;
    cursor: pointer;
}

.modal-cookies{
    background-color: #f1f5f9;
}

.titulos-cookies{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
}

.text-ref-cookies {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    color: #00b5e2;
    text-decoration: none;
}

.text-ref-cookies:hover {
    color: #00b5e2;
    text-decoration: underline;
}

.modal-footer-cookies {
    display: flex;
    justify-content: center; /* Alinear los botones al centro horizontalmente */
    gap: 10px; /* Espacio entre los botones */
}

@media screen and (min-width: 320px) and (max-width: 766px) {
    .titulos-cookies{
        font-size: 16px;
    }
    .modal-footer-cookies {
        flex-direction: column;
        gap: 5px;
    }
}

/*.section-cookies {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100vw;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 32px 48px 64px 48px;
    color: white;
    z-index: 1000;
    box-sizing: border-box;
    overflow-x: hidden;
}

.cookie-content {
    margin: 0 auto; 
    position: relative;
    box-sizing: border-box;
}

.title-cookies {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.text-cookies {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.text-ref-cookies {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    color: #00b5e2;
    text-decoration: none;
}

.text-ref-cookies:hover {
    color: #00b5e2;
    text-decoration: underline;
}

.cookie-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #00b5e2;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.cookie-button:hover {
    background-color: #fff;
    color: #00b5e2;
}

.cookie-button-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: white !important;
    border: none;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .title-cookies {
        font-size: 20px;
    }
    
    .text-cookies,
    .text-ref-cookies {
        font-size: 12px;
    }
    
    .section-cookies {
        padding: 16px;
    }
}

@media screen and (min-width: 320px) and (max-width: 766px) {
    .title-cookies {
        font-size: 18px;
    }
    
    .text-cookies,
    .text-ref-cookies {
        font-size: 12px;
    }
    
    .cookie-button {
        padding: 8px 16px;
    }
}*/
