body
{
    font-family: "Outfit", serif !important;
}



.contenedor_1440
{
    width: 1440px;
    margin: 0 auto;
}
.fuente_400 { font-weight: 400; }

#contenedor_grande
{
    /*border: 1px solid black;*/
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* -------------------------------------------------------------------------------- */

/* home_001.php */
.boton_home
{
    border-radius: 56px;
    width: 309px;
    height: 60px;
}

.caja_principal
{
    margin: 0 auto;
    width: 1072px;
    height: 1428px;
}

.boton_ver_detalles
{
    background-color: #C9FC1E;
}

.boton_sin_marcar {
    background-color: var(--color-azul-claro) !important;
    color: var(--color-azul-menos-oscuro) !important;
}

.boton_marcado {
    background-color: var(--color-azul-oscuro) !important;
    color: white !important;
}




/* fin home_001.php */


.d_block { display: block !important; }
.f_flex { display: flex !important; }
.d_none { display: none !important; }