/* Fuentes de Google */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/* Estilos base */
:root {
    --font-family-base-gs: "Nunito Sans", sans-serif;
    --color-sector-gs: #962d46;
    --color-govCo-gs: #3366CC;
    --color-govCo--dark-gs: #004884;
}
/* Estilos base */
.bodygovcobase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    font-family: var(--font-family-base-gs);
    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:var(--color-govCo-gs);
}

.govcobaseheader_container_maxwith {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    width: 75%;
}

.govcobaseheader_container_link {
    color: white;
}

.govcobaseheader__logosbar {
    margin: auto;
    width: 100%;
    padding: 1em 0;
}

.govcobaseheader_logosbar_maxwith {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    height: 68px;
}

.govcobaseheader_logosbar_title {
    margin: auto;
}

.govcobaseheader_logosbartitle_texto {

    color: black;
    font-family: var(--font-family-base-gs);
    font-size: calc(0.4em + 0.4vw + 0.4vmin);

}
.govcobaseheader_logosbar_superintendencia {
    text-align: left;
}
.govcobaseheader_logosbar_superintendencia-img {
    width: 20vw;
    max-width: 228px;
    min-width: 80px;
}
.govcobaseheader_containerbrand_img {
    width: 20vw;
    max-width: 139px;
    min-width: 90px;
}

.govcobaseheader_logosbar_presidencia{
    text-align: right;
}

.govcobaseheader_logosbarpresidencia_img {
    width: 20vw;
    max-width: 250px;
    min-width: 60px;
}



/* Estilos del footer */

.govcobasefooter {
    margin-top: 128px;
    width: 100%;
    min-height: 535px;
    background-color: var(--color-sector-gs);
}

.govcobasefooter__container {
    background-color: white;
    margin: auto;
    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;
}

.govcobasefooter_contentinfo_head {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    width: 100%;
    align-items: center;

}

.govcobasefooter_contentinfohead_name {
    grid-column: 1/4;
    width: auto;
}
.govcobasefooter_contentinfoheadname_titulo {
    font-family: var(--font-family-base-gs);
    font-size: 24px;
    color: var(--color-sector-gs);
    font-weight: 600;
}

.govcobasefooter_contentinfosede_texto {
    font-family: var(--font-family-base-gs);
    font-size: 20px;
    color: var(--color-sector-gs);
    font-weight: 600;
}

.govcobasefooter_contentinfo_contact-line {
    margin: 3px;
    font-weight: 400;
    color: #4B4B4B;
    line-height: 24px;
    font-size: 16px;
}

.govcobasefooter_contentinfohead_logo {
    text-align: right;
}

.govcobasefooter_contentinfo_network {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
    margin-top: 3em;
    column-gap: 15px;
    justify-content: flex-start;
    height: 30px;
    width: 100%;
    align-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.govcobasefooter_contentinfo_network-link {
    text-decoration: underline;
    color: var(--color-govCo-gs);
    display: flex;
    align-items: center;
    font-size:16px;
    column-gap: 5px;
    font-weight: 400;
    max-width: 100%;
}
.govcobasefooter_contentinfo_network-link:hover {
    color: var(--color-govCo--dark-gs);
}
.govcobasefooter_contentinfo_contact-line a:hover {
    color:var(--color-govCo--dark-gs);
}
.govcobasefooter_contentinfo_policies {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    column-gap: 2rem;
    align-items: center;
    justify-content: flex-start;
    font-size: calc(0.4em + 0.4vw + 0.4vmin);
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    row-gap: 10px;
}

.govcobasefooter_contentinfopolicies_link {
    display: flex;
    align-items: center;
    color: var(--color-govCo-gs);
    font-family: var(--font-family-base-gs);
    text-decoration: underline;
    font-size: 14px;
}
.govcobasefooter_contentinfopolicies_link:hover {
    color: var(--color-govCo--dark-gs);
}
.govcobasefooter_contentinfo_network-link:hover .govcobasefooter--svg-redes rect{
    fill: var(--color-govCo--dark-gs);
}

/* Estilos del footer botton bar */

.govcobasefooter_content_bottombar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-govCo-gs);
}

.govcobasefooter_content_bottombar_maxwith {
    display: grid;
    align-items: center;
    height: 88px;
    width: 75%;
}

.govcobasefooter_content_bottombar_maxwith--logos {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: left;
    align-items: center;
}

.govcobasefooter_contentinfoheadlogo_img {
    width: 20vw;
    max-width: 148px;
    min-width: 100px;
}

.govcobasefooter_content_bottombar_maxwith--logos--img1colombia {
    width: 20vw;
    max-width: 48px;
    min-width: 20px;
}

.govcobasefooter_content_bottombar_maxwith--logos--img2govco {
    width: 20vw;
    max-width: 223px;
    min-width: 200px;
}
.govcobasefooter_contentinfo_sede_bootom{
    margin-top: 32px;
}
.govcobasefooter_contentinfo_contact-line a{
    color: var(--color-govCo-gs);
}
@media (min-width: 375px) {
    .govcobasefooter__container, .govcobaseheader__logosbar {
        max-width: 540px;
    }
    .govcobasefooter_contentinfo_network{
        margin-top: 8em;
        row-gap: 5px;
    }
}

@media (min-width: 576px) {
    .govcobasefooter__container, .govcobaseheader__logosbar {
        max-width: 540px;
    }
    .govcobasefooter_contentinfo_network{
        margin-top: 7em;
        row-gap: 5px;
    }
}
@media (max-width: 375px) {
    .govcobasefooter__container, .govcobaseheader__logosbar {
        max-width: 540px;
    }
    .govcobasefooter_contentinfo_network{
        margin-top: 8em;
        row-gap: 5px;
    }
    .govcobasefooter_contentinfo_network-link {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .govcobasefooter__container , .govcobaseheader__logosbar{
        max-width: 720px;
    }
    .govcobasefooter_contentinfo_network{
        margin-top: 9em;
        row-gap: 5px;
    }
}
@media (min-width: 992px) {
    .govcobasefooter__container, .govcobaseheader__logosbar {
        max-width: 960px;
    }
    .govcobasefooter_contentinfo_network{
        margin-top: 5em;
        row-gap: 5px;
    }
}
@media (min-width: 1200px) {
    .govcobasefooter__container, .govcobaseheader__logosbar{
        max-width: 1140px;
    }
    .govcobasefooter_contentinfo_network{
        margin-top: 3em;
        row-gap: 5px;
    }
}
@media (min-width: 1400px) {
    .govcobasefooter__container, .govcobaseheader__logosbar{
        max-width: 1320px;
    }
    .govcobasefooter_contentinfo_network{
        display: flex;
        margin-top: 1em;
    }
    .govcobasefooter_contentinfo_policies{
        display: flex;
        margin-top: 1em;
        margin-bottom: 2em;
    }
}