/*--FONT RESET--*/

/*Tipografia govco*/ @import url('https://fonts.googleapis.com/css?family=Work+Sans&display=swap');


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    /*font-family: 'Work Sans', sans-serif !important;*/
    /*font-family: 'Work Sans';*/
    /*font-size: 1em;*/
}

/*--MAIN--*/

#PublicWrapper {
    padding: 0px;
}


/*--LOGOS--*/

.logo-fogafin a img {
    width: auto;
}

#top-bar {
    background-color: #F4F4F4;
    height: 0px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

/*--MAIN NAVIGATION--*/

#NavWrapper {
    background-color: #E6E6E6;
}


/*--FOOTER--*/
.footer-frame {
    background-color: #fff;
    box-shadow: 0 0 7px 3px rgb(0 0 0 / 20%);
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 6% !important;
    padding-right: 6% !important;
}

.footer-icons {
    width: 100%;
    /*background-color: #555;*/
    overflow: auto;
    padding-left: 15px;
}

    .footer-icons a {
        float: left;
        width: 100%;
        /*text-align: center;*/
        padding: 12px 0;
        transition: all 0.3s ease;
        /*color: white;*/
        /*font-size: 36px;*/
        text-decoration: underline;
    }

.footer-map {
    margin-left: 0px !important;
}

/*
ESTILOS PARA PLANTILLA CON GOVCO Y NUEVO MOCKUP
*/

/*govco*/

.top-govco {
    background-color: #3366cc;
    font-family: sans-serif;
    display: inline-block;
    padding: 0;
    width: 100%;
}

ul.list-govco {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.30em;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    padding: 0 .5em;
    margin: 1em .2em 0 0;
}

    ul.list-govco > li {
        float: right;
        padding: 0 .8em;
    }

a.link-govco {
    color: #fff !important;
    font-weight: 500;
    display: inline-block;
    border-bottom: 3px solid transparent;
}

.logo-govco {
    display: inline;
    height: auto;
    width: 140px;
    padding: .5em 1em;
    margin: .2em 0;
}

#FooterWrapper {
    /*background-color: #069169 !important;*/
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: 'Work Sans', sans-serif !important;
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, rgb(6, 132, 96) 15%, rgb(6, 132, 96) 100%);
}


#CopyrigthFooter {
    background-color: #3366CC;
    padding-top: 10px;
    padding-bottom: 10px;
}


#HeaderWrapper .row {
    width: 1157px;
}




#FooterWrapper .sf_cols {
    /*width: 1170px;*/
    width: 98%;
    min-width: 0px;
    margin: 0 auto;
}


#FooterWrapper .sf_colsOut.sf_2cols_1_75 {
    float: left;
    margin: 0;
    width: 75% !important;
}

#FooterWrapper .sf_colsOut .sf_2cols_2_25 {
    float: left;
    margin: 0;
    width: 25% !important;
}








/*Css para responsive a footer, miga de pan en banner y ancho de textos*/

/*Para iconos en responsive
*/
@media screen and (max-width:549px ) and (min-width:430px ) {
    .social-icons {
        width: 132% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:559px) {
    /*para footer
	*/
    .content-footer {
        width: 1170px !important;
        display: block;
        justify-content: space-between;
        margin: 0 auto;
    }

    #FooterWrapper .sf_colsOut .sf_2cols_2_25 {
        float: left;
        margin: 0;
        width: 100% !important;
        padding-left: 14px;
        margin-top: 10px;
        border-top: 1px solid aliceblue;
    }
}















/*
Para head govco
*/

#top-bar { /*franja azul gov.co*/
    background-color: #36C !important;
    height: 45px !important;
}

.sfContentBlock { /*Icono del fondo en el footer*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*imagenes*/
#HeaderWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:991px) {
    .nav-menu {
        display: none;
    }

    #social {
        padding-left: 40%;
    }
}



/*
Para footer
*/

.word-gral p, div {
    line-height: 1.52em;
}





/*iconos*/
.fa-facebook, .fa-youtube, .fa-youtube-play {
    /*margin-left:114px;*/
    /*margin-left:80px;*/
    color: white;
    padding-top: 6px;
    width: 25px;
    height: 25px;
    background: #3366CC;
    text-align: center;
    border-radius: 14px;
    margin-right: 5px;
}

.fa-twitter, .fa-instagram {
    /*margin-right:114px;*/
    /*margin-right:80px;*/
    color: white;
    padding-top: 6px;
    width: 25px;
    height: 25px;
    background: #3366CC;
    text-align: center;
    border-radius: 14px;
    margin-right: 5px;
}
/*responsive footer*/
@media screen and (min-width: 1500px) {
    /*iconos*/
    .fa-facebook, .fa-youtube {
        /*margin-left:114px;*/
        /*margin-left:93px;*/
    }

    .fa-twitter, .fa-instagram {
        /*margin-right:114px;*/
        /*margin-right:93px;*/
    }
}

@media screen and (min-width: 1700px) {
    /*iconos*/
    .fa-facebook, .fa-youtube {
        /*margin-left:114px;*/
        margin-left: 20px;
    }

    .fa-twitter, .fa-instagram {
        /*margin-right:114px;*/
        /*margin-right:126px;*/
    }
}

@media screen and (min-width:2000px) {
    /*iconos*/
    .fa-facebook, .fa-youtube {
        /*margin-left:114px;*/
        margin-left: 70px;
    }

    .fa-twitter, .fa-instagram {
        /*margin-right:114px;*/
        /*margin-right:178px;*/
    }
}

@media screen and (min-width:2400px) {
    /*iconos*/
    .fa-facebook, .fa-youtube {
        /*margin-left:114px;*/
        margin-left: 200px;
    }

    .fa-twitter, .fa-instagram {
        /*margin-right:114px;*/
        /*margin-right:200px;*/
    }
}

@media screen and (max-width:991px) {
    /*iconos*/
    .fa-facebook, .fa-youtube {
        /*margin-left:114px;*/
        margin-left: 0px;
    }

    .fa-twitter, .fa-instagram {
        /*margin-right:114px;*/
        margin-right: 0px;
    }
}


.listafooter {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}


.counter-div {
    padding-left: 15px;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
}
