body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
:root{
    --primary-color: #015694;
    --secundary-color: #006D4E;
    --skyblue-color: #2AB5DF;
    --wet-asphalt-color: #4f4f4f;
    --light-color: #F0F6FD;
    --white-smoke-color: #F1F2F7;
}
h2{
    text-align: center;
    color: var(--primary-color);
    font-size: 32px;
    margin-top: 32px;
}
a{
    color: var(--primary-color) !important;
}
img{
    width: fit-content;
}
.nav{
    flex-wrap: initial !important;
}

.nav-pills .nav-link.active{
    color: #006D4E !important;
    background-color: white !important;
    text-decoration: underline;
}
.nav-link{
    color: var(--wet-asphalt-color) !important;
}
.nav-link.active{
    color: var(--secundary-color) !important;
}

#horarios{
    width: 550px;
    align-items: center;
    text-align: center;
}
.banner-container{
    margin-bottom: 32px;
}
.icono-ubicacion{
    width: 25px;
    margin-right: 18px;
}
.icono-logo{
    margin-right: 18px;
    width: 20px;
}
.accordion-button:not(.collapsed){
    color: var(--wet-asphalt-color) !important;
    background-color: white !important;
}
.btn-agenda {
    --bs-btn-color: var(--secundary-color) !important;
    --bs-btn-border-color: var(--secundary-color) !important;
    --bs-btn-hover-bg: var(--secundary-color) !important;
    --bs-btn-hover-border-color: var(--secundary-color) !important;
    --bs-btn-active-bg: var(--secundary-color) !important;
    --bs-btn-active-border-color: var(--secundary-color) !important;
    --bs-btn-disabled-color: var(--secundary-color) !important;
    --bs-btn-disabled-border-color: var(--secundary-color) !important;
}
.accordion-body{
    text-align: start;
}
.mapa{
    width: 100%;
    margin-top: 32px;
}
.tip-titulo{
    font-size: 18px;
    color: var(--wet-asphalt-color);
    display: block;
}
.tip-texto{
    font-size: 16px;
    color: var(--wet-asphalt-color);
    text-align: start;
}
.agenda-tips-style{
    text-align: start;
    margin: 0px;
}
.nav-agenda{
    display: inline-flex !important;
}
.nav-tabs{
    --bs-nav-tabs-border-width: 0px !important;
    margin: auto;
    text-align: center;
    align-items: center;
    align-content: center;
}

/*--.accordion-button::after{
    background-image: url("https://icons.getbootstrap.com/icons/dash/");
    
}--*/
@media (max-width: 430px){
    #horarios{
        width: 380px;
        align-items: center;
        text-align: center;
    }
};
@media (max-width: 768px) {
    #horarios{
        width: 380px;
        align-items: center;
        text-align: center;
    }    
};

