.blog__slide__label { color: #fff !important; background-color: #339eaa; padding: 10px; display: inline-block; border-radius: 5px; text-decoration: none; transition: background-color 0.3s ease, color 0.3s ease; } .navbar-nav .nav-link { color: #fff; transition: color 0.3s ease; } .navbar-nav .nav-link:hover { color: #339eaa !important; } .navbar-nav .nav-item.active .nav-link { color: #339eaa !important; } @media (max-width: 768px) { .navbar-nav .nav-link { color: #000000; } .navbar-toggler .icon-bar { background-color: #000000; } } .navbar { background-color: #ffffff !important; } .hero-banner { background: url(../img/banner/presentation.jpeg) left center no-repeat; } .card:hover { transform: scale(1.05); transition: all 0.3s ease; } .card-img-top { transition: transform 0.3s ease; } .card:hover .card-img-top { transform: scale(1.1); } html { scroll-behavior: smooth; } .btn-wsp { position: fixed; width: 80px; height: 80px; line-height: 83px; bottom: 25px; right: 25px; background: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 35px; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3); z-index: 100; transition: all 300ms ease; } .btn-wsp:hover { background: #20ba5a; } @media only screen and (min-width:320px) and (max-width:768px) { .btn-wsp { width: 63px; height: 63px; line-height: 66px; } } .footer-area { background-color: #000000; padding: 40px 0; color: #fff; } .footer-bottom { border-top: 1px solid #ffffff; margin-top: 20px; padding-top: 20px; } .footer-bottom p { margin: 0; color: #fff; font-size: 14px; } @media (max-width: 768px) { .footer-bottom { text-align: center; } } .footer-area h1, .footer-area h2, .footer-area h3, .footer-area p, .footer-area a, .footer-area address, .footer-area ul li a { color: #fff !important; /* Color blanco para todos los elementos de texto del footer */ }