#cookieConsent
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;

}
#cookieConsent::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.contenedor_cc
{
    width: 520px;
    height: auto;
    background: #fff;
    padding: 25px;
}
.contenedor_cc h3
{
    font-size: 20px;
    font-family: "ITC New Baskerville", Sans-serif;
    font-weight: 600;
}
.contenedor_cc .contenedor_textos p
{
    font-size: 14px;
    font-family: "ITC New Baskerville", Sans-serif;
    font-weight: 300;
    text-align:justify;
}
.contenedor_botones
{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.boton-principal, .boton-secundario
{
    cursor: pointer;
    padding: 7px 0px;
    /*border-radius: 8px;*/
    margin-right: 5px;
    margin-top: 15px;
    font-size: 14px;    
    font-family: "ITC New Baskerville", Sans-serif;
    font-weight: 300;
    width: 32%;
}
.boton-tema-sitio
{
    border: solid 2px transparent;
    background-color: #D3B5A4;
    color: #44443D;
}
.boton-tema-sitio:hover
{
    background: #44443D;
    border: solid 2px #44443D;
    color: #fff;
    transition: all .5s ;
}
.boton-tema-sitio:focus
{
    outline: none;
    background: #D3B5A4;
    border: solid 2px #D3B5A4;
    color: #44443D;
    transition: all .5s ;
}
.contenedor_acciones
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    grid-template-columns: 1fr 1fr;
    transition: all .5s;
}
.item_checkbox
{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0px;
}
.item_checkbox p
{
    font-size: 14px;
    font-family: "ITC New Baskerville", Sans-serif;
    font-weight: 300;
    margin-left: 5px;
    margin: 0;
}
.input_checkbox
{
   accent-color:#D3B5A4;
   transform: scale(1.5);   
}
.display
{
    display: flex;
}


#img_cookie
{
    width: 70%;
    object-fit: contain;
}
#registro_cookies
{
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
#content_edit
{
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
}
#content_buttons_edit
{
    width: 100%;
    height: 20%;
    flex-direction: row;
}
.w_40
{
    width: 45%;
}
.w_50
{
    width: 50%;
}
.active
{
    display: flex;
}
.inactive
{
    display: none;
}
.modal_editar_activo
{
    cursor:default;
    width:300px;
    height:260px;
    border-radius:10px;
    background:#fff;
    border:solid 1px #44443D;
    padding:20px;
}
.modal_editar_inactivo
{
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #44443D;
    border:solid 1px transparent;
}
.modal_edit_theme
{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.head_content_edit
{
    width: 100%;
    height: 15%;
}
.check_preferencias
{
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
}
.item_check_preference  
{
    width: 100%;
    height: 30px;
    padding: 5px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.item_check_preference img
{
    width: 24px;
    height: 24px;
}
.item_check_preference p
{
    font-family: "ITC New Baskerville", Sans-serif;
    font-size: 16px;
    padding-left: 7px;
}
.no-margin
{
    margin-bottom: 0px;
    margin-top: 0px;
}
.head_content_edit p
{
    font-family: "ITC New Baskerville", Sans-serif;
    font-size: 18px;
    margin-top: 0 !important;
}
@media screen and (max-width:480px) {
    .contenedor_cc
    {
        width: 80%;
        align-items: center;
        justify-content: center;
    }
    .boton-principal,.boton-secundario
    {
        width: 100%;
        margin-right: 0;
    }
}
@font-face {
    font-family: 'Gopher';
    src: url(GopherDisplay-Regular.ttf);
}
@font-face {
    font-family: "ITC New Baskerville", Sans-serif;
    src: url(SourceSans-Regular.ttf);
}