.naranja {
    background-color: #ff6700 !important;
    border-color: #ff6700 !important;
}

.verde_claro {
    background-color: #8dc600 !important;
    border-color: #8dc600 !important;
}

.verde {
    background-color: #00a342 !important;
    border-color: #00a342 !important;
}

.gris {
    background-color: #363636 !important;
    border-color: #363636 !important;
}

nav ul li :hover {
    color: #ff6700 !important;
}

nav ul li ul li :hover {
    color: #ff6700 !important;
}

.texto-naranja {
    color: #ff6700 !important;
}

.portfolio-item {
    height: 400px;
    padding-bottom: 5px;
    padding-left: 5px;
}

/* Fix contenedor idiomas */
@media (max-width: 992px) {
    .p-dropdown .p-dropdown-content,
    .p-dropdown ul.p-dropdown-content {
        position: static;
    }
}

@media (min-width: 993px) {
    .p-dropdown .p-dropdown-content,
    .p-dropdown ul.p-dropdown-content {
        position: absolute;
    }
}
.widget-title  h4{
    font-size: 32px;
    font-weight: bold;
    color: #ff6700;
    text-align: center !important ;  /* Centra el texto horizontalmente */
    margin-bottom: 20px;
    display: flex;
    justify-content: center;  /* Alinea el texto horizontalmente con flex */
    align-items: center;  /* Alinea el texto verticalmente con flex (si es necesario un alto en el contenedor) */
}
