.navbar-light {
    background-color: #29727c !important;
}


.navbar-default .navbar-nav>li>a {
    color: #ffffff !important;
    /* Color blanco para el texto */
}

.navbar-light .nav-link {
    color: #ffffff !important;
}

h1 {
    color: #29727c !important;
}

.nav-item.active {
    border-bottom: 1px solid #f48062 !important;
}

.btn {
    background-color: #29727c !important;
}

.web-footer {
    background-color: #29727c !important;
}

h1,
h2,
h3,
h4,
h5,
p,
.titulo-foto,
.blog-category,
.text-dark {
    color: #29727c !important;
    /* Color azul para títulos y enlaces */
}