
.GobiernoCorporativo .container{
    padding-top: 40px;
    padding-bottom: 40px;
}

.GobiernoCorporativo .titulo{
    font-family: AddingtonCF;
    font-size: 2.8125em;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.58px;
    text-align: center;
    color: #000;
}

.GobiernoCorporativo .titulo_cargo{
    font-family: AddingtonCF;
    font-size: 1.875em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.93;
    letter-spacing: -0.35px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #979797;
    padding-bottom: 15px;
}

.GobiernoCorporativo .persona_cargo{
    font-family: CircularStd;
    font-size: 0.75em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.1px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.GobiernoCorporativo .persona_nombre{
    font-family: AddingtonCF;
    font-size: 1.3125em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.25px;
    text-align: center;
    color: #fff;
}

.GobiernoCorporativo .persona_enlace{
    margin: 0 auto;
    text-align: center;
}
.GobiernoCorporativo .persona_enlace a{
    font-family: CircularStd;
    font-size: 0.75em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: 0.1px;
    text-align: center;
    color: #fff;
}

.GobiernoCorporativo .persona_nombre_modal{
    font-family: AddingtonCF;
    font-size: 2.8125em;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: -0.44px;
    color: #000;
}

.GobiernoCorporativo .persona_cargo_modal{
    font-family: AddingtonCF;
    font-size: 1.75em;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -0.25px;
    color: #000;
}

.GobiernoCorporativo .persona_descripcion_modal{
    font-family: CircularStd;
    font-size: 1.125em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1d1b;
}

.GobiernoCorporativo .persona_actualizacion_modal{
    font-family: CircularStd;
    font-size: 1.125em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: right;
    color: rgba(29, 29, 27, 0.7);
}

.GobiernoCorporativo .persona_imagen_modal{
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.18);
    width: 153px;
    overflow: hidden;
    height: auto;
    padding: 0px !important;
    margin: 0px;
}

.GobiernoCorporativo .persona_imagen_modal_wrapper {
    width: 153px;
    padding-left: 10px !important;
}

.accordion-item{
    border: none;
}

.accordion-button{
    font-family: CircularStd;
    font-size: 0.75em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 2.17; */
    letter-spacing: 0.1px;
    color: #000 !important;
    background-color: var(--light-blue);
    box-shadow: none !important;
    border-radius: 24px !important;
}

.modal-header{
    border-bottom: none;
    padding-top: 30px;
    padding-right: 30px;
}

.modal-body{
    padding-top: initial;
    padding-bottom: initial;
    padding-left: initial;
    padding-right: initial;
}



@media (min-width: 576px) { /* sm */  }
@media (min-width: 768px) { /* md */ }
@media (min-width: 992px) { /* lg */
    .modal-body{
        padding-top: 80px;
        padding-bottom: 30px;
        padding-left: 150px;
        padding-right: 150px;
    }

    .GobiernoCorporativo .container{
        padding-top: 80px;
        padding-bottom: 80px;
    }


}
@media (min-width: 1200px) { /* xl */ }
@media (min-width: 1400px) { /* xxl */ }