footer {
    background-color: #fff;
    padding: 40px 0 0 0;
    border-top: 1px solid #ddd;
}

footer .popular-cities {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 150px 50px 150px;
}

.cont-cities {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

footer .cont-cities h3 {
    display: flex;
    align-items: center;
    font-size: 16px;
}

footer .cont-cities p {
    padding: 0 12px;
    font-weight: 700;
}

.cities-enlace {
    color: #0000ee;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.cities-enlace i {
    font-size: 28px;
    margin-left: 0; /* Espacio entre el texto y el icono */
}

footer .cities-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-left: 20px;
}

footer .cities-grids {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-left: 20px;
}

footer .cities-grid-mobile {
    display: none;
}

footer .city-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-basis: 20%; /* Cada columna ocupa 25% del ancho */
}

footer .city-column a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

footer .city-column a:hover {
    font-size: 14px;
    color: #000;
}

footer .cities-grid:after {
    content: "";
    flex: auto;
}

.cont-redes-links {
    max-width: 1270px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 150px 45px 150px;
    background-color: #f1f3f5;
}

.contactanos {
    margin-top: 20px;
    padding: 15px 25px;
    background-color: #FEF708;
    color: #000;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.newsletter {
    flex-basis: 45%; /* Ajusta según sea necesario */
    padding: 20px;
    display: block
}

.newsletter img {
    width: 35px;
}

.newsletter h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.newsletter .app-rating {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    font-weight: 700;
    gap: 10px;
}

.newsletter button {
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
}

.newsletter-mobile {
    display: none;
}

.cont-newsletter-mobile {
    display: flex;
}

.contact-footer {
    padding: 0 15px;
    margin-bottom: 40px;
}

.newsletter-mobile img {
    width: 35px;
}

.newsletter-mobile h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.newsletter-mobile .app-rating {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    font-weight: 700;
    gap: 10px;
}

.newsletter-mobile button {
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
}

.social-media, .app-links {
    margin-top: 40px;
}

.social-media .icons {
    display: flex;
    gap: 10px;
    justify-content: left;
}

.social-media a {
    display: inline-block;
    width: 36px;
    height: 36px;
}

/* Footer links in a 2x2 grid */

.footer-links-grid {
    flex-basis: 50%; /* Ajusta según sea necesario */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
}

.footer-section {
    padding: 0 10px;
}

.footer-section h4 {
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    padding-left: 10px;
}

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-section ul li a {
    color: #0000ee;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.footer-links-grid-mobile {
    display: none;
    padding-top: 10px;
}

.footer-links-grid-mobile hr {
    margin-bottom: 0;
}

.footer-links-grid-mobile ul {
    list-style: none;
    padding: 0;
    padding-left: 20px;
}

.footer-links-grid-mobile ul li {
    margin-bottom: 5px;
}

.footer-links-grid-mobile ul li a {
    color: #0000ee;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

/* Footer Bottom Section */
footer .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding-top: 20px;
}

.legal {
    text-align: center;
}

footer .footer-bottom .legal ul {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}

.legal span {
    color: #fff;
    font-weight: 600;
}

.legal a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

footer .footer-bottom .legal p {
    margin: 0;
    padding-bottom: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
