@charset "UTF-8";

/**
 * Gov.co (https://www.gov.co) - Gobierno de Colombia
 *  - Componente: Footer
 *  - Version: 4.0.0
 */

/*** FUENTE ICONOS ***/

.row > * {
    padding-left: 0 !important;
    margin-left: unset !important;
}

.row {
    margin-left: 0 !important;
}

.row.col-xs-12.col-lg-7.govco-texto-sedes,
.row.col-xs-12.col-lg-7.govco-network {
    padding-left: 0 !important;
    width: 100% !important;
}

[class^="govco-"]:before,
[class*=" govco-"]:before {
    font-style: normal;
    font-weight: normal;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


/*** MODAL 1 ***/
.govco-co {
    height: 48px;
    margin-top: 24px;
    display: inline-block;
    content: url(https://cdn.www.gov.co/v4/assets/images/logo-colombia.svg);
}

.govco-separator {
    border-left: 1px solid #e5eefb;
    height: 44px;
    margin-left: 10px;
    margin-right: 5px;
    display: inline-block;
}

.govco-logo {
    height: 30px;
    display: inline-block;
    content: url(https://cdn.www.gov.co/v4/assets/images/logo.svg);
    vertical-align: super;
}

.govco-footer-logo {
    height: 96px;
    background-color: #3366cc;
    width: 100%;
}

.gov-co-footer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #fff), color-stop(30%, #069169), color-stop(85%, #069169), color-stop(85%, #069169));
    background-image: linear-gradient(to bottom, #fff, #fff 30%, #069169 30%, #069169 85%, #069169 85%);
}

.govco-data-front {
    width: calc(70%);
    margin-left: 15% !important;
    border: 2px solid #069169;
    border-radius: 10px;
    opacity: 1;
    background-color: #FFFFFF;
}

.govco-text-header-1 {
    color: #3366cc;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}

.govco-logo-container {
    margin-left: 80px !important;
}

.govco-footer-text {
    margin-right: 80px !important;
    margin-top: 50px !important;
    margin-left: 80px !important;
}

.govco-texto-sedes h6 {
    color: #343A40;
    font-weight: bold;
    margin: 0;
}

.govco-texto-sedes p {
    color: #343A40;
    margin: 0;
}

.link-enlaces-interes {
    color: #343A40 !important;
    margin: 0 !important;
    font-size: .875rem !important;
    display: block !important;
}

#iconos-redes {
    margin: 3rem 0;
}

#iconos-redes a {
    font-size: 0.875rem;
    color: #3366cc;
    margin: 0 1rem;
}

.icon-redes {
    color: #FFFFFF;
    background-color: #56A807;
    padding: 5px;
    margin-right: 5px;
}

.margin-text > p{
    margin: 0;
}

.icon-redes-gap{
    gap: 40px;
}

@media (max-width: 991px) {

    .govco-text-header-1 {
        margin-left: 15px !important;
    }

    .govco-footer-text {
        margin: 0 !important;
        margin-top: 50px !important;
    }

    .govco-nombre-entidad {
        width: 100% !important;
    }

    .govco-logo-container {
        text-align: center !important;
        margin-left: unset !important;
    }

    .govco-texto-sedes {
        padding-right: 20px !important;
    }
}

.abs-logo-footer {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 410px;
    width: 290px !important;
}