.container_gov_co {
  display: block;
  background: #eeeeee;
  width: 100%;
  min-height: auto;
}

.logo-presidencia {
  width: 160px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Estilos base */
.bodygovcobase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  padding: 0;
}

/* Estilos del header */
.govcobaseheader {
  display: grid;
  grid-template-rows: auto auto;
  width: 100%;
}

.govcobaseheader__container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3366cc;
}

.govcobaseheader_container_maxwith {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  width: 75%;
}

.govcobaseheader_container_link {
  color: white;
}

.govcobaseheader__logosbar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.govcobaseheader_logosbar_maxwith {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  height: 68px;
  width: 75%;
}

.govcobaseheader_logosbar_title {
  margin: auto;
}

.govcobaseheader_logosbartitle_texto {
  color: #2a2d83;
  font-family: "Montserrat", sans-serif;
  font-size: calc(0.4em + 0.4vw + 0.4vmin);
}
.govcobaseheader_logosbar_superintendencia {
  text-align: right;
}
.govcobaseheader_logosbar_superintendencia-img {
  width: 20vw;
  max-width: 228px;
  min-width: 80px;
}
.govcobaseheader_containerbrand_img {
  width: 20vw;
  max-width: 139px;
  min-width: 90px;
}

.govcobaseheader_logosbarpresidencia_img {
  width: 20vw;
  max-width: 148px;
  min-width: 60px;
}

/* Estilos del footer */

footer .govcobasefooter {
  margin-top: 128px;
  width: 100%;
  min-height: 535px;
  background-color: #2a2d83;
}

footer .govcobasefooter__container {
  background-color: white;
  margin: auto;
  width: 75%;
  min-height: 550px;
  height: auto;
  border: solid 2px #eef4fc;
  border-radius: 20px;
  box-shadow: none;
  position: relative;
  top: -3em;
  padding: 30px 30px 10px;
  box-sizing: border-box;
}

footer .govcobasefooter_contentinfo_head {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  width: 100%;
  align-items: center;
}

footer .govcobasefooter_contentinfohead_name {
  grid-column: 1/4;
  width: auto;
}

footer .govcobasefooter_contentinfoheadname_titulo {
  font-family: "Montserrat", sans-serif;
  font-size: calc(0.4em + 0.4vw + 0.4vmin);
  color: #2a2d83;
}

footer .govcobasefooter_contentinfosede_texto {
  font-family: "Montserrat", sans-serif;
  font-size: calc(0.4em + 0.4vw + 0.4vmin);
  color: #2a2d83;
}

footer .govcobasefooter_contentinfo_contact-line {
  margin: 3px;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 1.875em;
  font-size: calc(0.4em + 0.4vw + 0.4vmin);
}

footer .govcobasefooter_contentinfohead_logo {
  text-align: left;
}

footer .govcobasefooter_contentinfo_network {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  margin-top: 10px;
  row-gap: 10px;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  width: 100%;
}

footer .govcobasefooter_contentinfo_network-link {
  text-decoration: none;
  color: #004884;
  display: flex;
  align-items: center;
  font-size: calc(0.3em + 0.3vw + 0.3vmin);
}

footer .govcobasefooter_contentinfo_policies {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  row-gap: 10px;
  align-items: center;
  justify-content: space-between;
  font-size: calc(0.4em + 0.4vw + 0.4vmin);
}

footer .govcobasefooter_contentinfopolicies_link {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #007bff;
}

/* Estilos del footer botton bar */

footer .govcobasefooter_content_bottombar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3366cc;
}

footer .govcobasefooter_content_bottombar_maxwith {
  display: grid;
  align-items: center;
  height: 88px;
  width: 75%;
}

footer .govcobasefooter_content_bottombar_maxwith--logos {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: left;
  align-items: center;
}

footer .govcobasefooter_contentinfoheadlogo_img {
  width: 20vw;
  max-width: 250px;
  min-width: 100px;
}

footer .govcobasefooter_content_bottombar_maxwith--logos--img1colombia {
  width: 20vw;
  max-width: 48px;
  min-width: 20px;
}

footer .govcobasefooter_content_bottombar_maxwith--logos--img2govco {
  width: 20vw;
  max-width: 223px;
  min-width: 200px;
}

footer h2, h3{
    text-align: inherit;
    font-weight: bold !important;
}