.tituloQuienesSomos {
    margin-bottom: 50px;
}

.tituloQuienesSomos h1 {
    color: #76777A;
    text-align: center;
    font-family: 'WorkSans-Regular';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tituloQuienesSomos p {
    color: #142749;
    text-align: center;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}

#quienes-somos-tabs .row {
    margin: 0;
}

#quienes-somos-tabs .tab-content {
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    border-top: 0;
}

#quienes-somos-tabs .nav.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: none;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    border-top: 0;
    border-bottom: 0;
}


#quienes-somos-tabs .nav.nav-tabs li {
    width: 100%;
    text-align: center;
}

#quienes-somos-tabs .nav.nav-tabs li a {
    background: #f8f8f8;
    color: #4B4B4B;
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    border: 1px solid #e2e2e2;
    border-right: 0;
    border-radius: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#quienes-somos-tabs .nav.nav-tabs li:last-child a {
    border-right: 1px;
}

#quienes-somos-tabs .nav.nav-tabs li:first-child a {
    border-left: 0;
}

#quienes-somos-tabs .nav.nav-tabs li a.active {
    background: white;
    color: #006937;
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    border-bottom: 4px solid #006937;
    bottom: 0 !important;
}

#quienes-somos-tabs #titulo,
#quienes-somos-tabs #texto {
    padding: 20px;
    margin: 0;
}

#quienes-somos-tabs #titulo h1 {
    color: #316649;
    text-align: center;
    font-family: 'WorkSans-Regular';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#quienes-somos-tabs #titulo h1::before {
    content: "";
    width: 220px;
    display: block;
    border: 1px solid #316649;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;

}

#quienes-somos-unidades #quienes-somos-tabs #titulo h1::before {

    margin-top: 20px;
}

#quienes-somos-unidades #quienes-somos-tabs .mision,
.drag-and-drop-section .mision {
    color: #142749;

    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#quienes-somos-unidades #quienes-somos-tabs .views-field.views-field-field-organigrama img {
    margin: 0 auto;
}

#quienes-somos-tabs #titulo #mega h1::before {
    top: 33%;
}

#quienes-somos-tabs #titulo h2 {
    color: #316649;
    text-align: center;
    font-family: 'WorkSans-Regular';
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

#quienes-somos-tabs #texto h3 {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

#quienes-somos-tabs #texto p,
#quienes-somos-tabs #texto a,
#quienes-somos-tabs #texto li {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

#quienes-somos-tabs #texto a {
    text-decoration: underline;
}

#quienes-somos-tabs #texto li {
    margin-bottom: 10px;
}

#quienes-somos-tabs #texto .az-element.az-html #right p,
#quienes-somos-tabs #texto .az-element.az-html #right h3,
#quienes-somos-tabs #texto .az-element.az-html #right li {
    font-style: italic;
}

#quienes-somos-tabs #texto .az-element.az-html {
    display: flex;
}

#quienes-somos-tabs #texto .az-element.az-html #left,
#quienes-somos-tabs #texto .az-element.az-html #right {
    padding: 5px;
    width: 50%;
}


#historia #historiaTab {
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#historia #historiaTab li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#historia #historiaTab li::after {
    content: "";
    height: 3px;
    background: #D9D9D9;
    width: 76%;
    position: absolute;
    left: 62%;
    z-index: -1;
}

#historia #historiaTab li:last-child:after {
    width: 0;
}

#historia #historiaTab li button {
    height: 76px;
    width: 76px;
    background: #134759;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #134759;
}

#historia #historiaTab li button.active {
    border: 5px solid #A8D42E;
    padding: 0;

}

#historia #historiaTab li button span::after {
    content: "";
    width: 44px;
    position: absolute;
    border: 1px solid white;
    top: 49%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;

}


#historia #historiaTabContent .tab-pane {
    padding: 20px;
    margin: 20px;
}

#historia #historiaTabContent .tab-pane h1 {
    color: #142749;
    text-align: center;
    font-family: 'WorkSans-Regular';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#historia #historiaTabContent .tab-pane p {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#simbolos #quienes-somos-tabs #titulo h1::before {
    top: 100%;
}

#botonFunciones,
#botonDescargaSimbolos {
    justify-content: center;
    margin: 30px;
}


#botonFunciones a {
    width: 200px !important;
}

#botonDescargaSimbolos svg {
    transform: rotate(90deg);
}


@media (max-width: 767px) {
    #quienes-somos-tabs .nav.nav-tabs {
        display: none;
    }
}