.container-sucursales {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    padding: 30px 20px;
    min-height: 500px;
    width: 100%;
}

.container-img-txt-sucursales {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 35px;
    width: 100%;
    max-width: 1050px;
    margin: 30px 0px;
    border-radius: 10px;
}

.txt-sucursales {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 350px;
    max-width: 600px;
    margin-bottom: 20px;
    gap: 10px;
    color: #002b5c;
}

.container-img-txt-sucursales .txt-sucursales .icon-text i {
    font-size: 25px;
}

.txt-sucursales h2 {
    font-weight: 600;
}

.txt-sucursales p {
    margin-top: 10px;
}

.txt-sucursales .icon-text p {
    margin: 0px;
}

.container-img-txt-sucursales .image img {
    height: 100%;
    min-height: 565px;
    width: 100%;
    min-width: 250px;
}


.container-nav-sucursales {
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-sucursales {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #ddd;
    gap: 10px;
    justify-content: center;
    font-size: large;
}

.nav-item-custom {
    margin: 0;
}

.nav-link-custom {
    text-decoration: none;
    color: #007bff;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-link-custom::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #002b5c;
    transition: width 0.3s ease;
}

.nav-link-custom:hover::after,
.nav-link-custom.active-custom::after {
    width: 100%;
}

.nav-link-custom.active-custom {
    font-weight: bold;
    color: #002b5c;
}

.contenido-sucursales {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    color: #002b5c;
}

.div-tit-sucursales {
    margin: 20px;
}

.txt-contenido-sucursales {
    display: flex;
    justify-content: center;
    /* Centrar verticalmente */
    align-items: center;
    /* Centrar horizontalmente */
    text-align: justify;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 10px;
    gap: 40px;
}

.txt-inf-sucursales {
    max-width: 350px;
}


.icon-txt-sucursales {
    display: flex;
    justify-content: center;
    /* Centrar verticalmente */
    align-items: center;
    /* Centrar horizontalmente */
    margin-left: 20px;
    margin-top: 10px;
    gap: 20px;
}

.icon-txt-sucursales i {
    font-size: 35px;
    color: #ff0000;

}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.container-sucursales .div-horarios {
    color: #002b5c;
}

.container-sucursales .div-mapa {
    margin: 25px;
}

.container-txt-map-sucursales {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centrar verticalmente */
    align-items: center;
    /* Centrar horizontalmente */
    width: 100%;
}

@media screen and (max-width:675px) {
    .container-img-txt-sucursales{
        flex-direction: column;
    }
}
