/* publica Colombia funcionalidad*/
/*genericos*/
#contenidos-inicio-col strong {
    font-family: SourceSansPro-semibold !important;
    font-weight: inherit;
}
#contenidos-inicio-col .titulos-principal-white{
    font-family: SourceSansPro-bold !important;
    color: #ffffff !important;
    font-size: 27px;
    letter-spacing: 0.5px;
}
#contenidos-inicio-col .titulos-principal-blue{
    font-family: SourceSansPro-regular !important;
    color: #00aad6 !important;
    line-height: 1.4;
    font-size: 31px;
    letter-spacing: 0px;
}
#contenidos-inicio-col .textos-container{
    font-family: SourceSansPro-extraLight !important;
    line-height: 1.2;
    color: #ffffff !important;
}
#contenidos-inicio-col .textos-container-black{
    font-family: SourceSansPro-Light !important;
    line-height: 1.3;
    font-size: 21px;
    color: #4e4e4e;
}
/*Baner top */
#banner-top{
    /*background: url('../../../img/publica/colombia/funcionalidad/banner-f.jpg') center no-repeat;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 100% 68%;*/
    background-image: linear-gradient(#05add4, #047690);
}
#banner-top .titulos-principal-white{
    font-size: 28px;
}
#banner-top #text-1{
    font-size: 20px;
    line-height: 1.5;
}
#banner-top  #banner-text-container{
    margin-bottom: 54px;
    margin-top: 10px;
}
#banner-2 #title-2{
    font-size: 34px;
    line-height: 1.1;
}
#banner-2 #text-2{
    font-size: 22px;
    font-family: SourceSansPro-extraLight !important;
}
#banner-2 .textos-container-black{
    font-size: 21px;
}
#banner-3{
    background-color: #edf2f3;
}
#banner-3 .textos-container-black{
    font-size: 19px;
}
/*breadcud*/
#breadcrumb-publica a{
    color: #fff;
}
#breadcrumb-publica .breadcrumb{
    font-size: 16px;
    font-family: SourceSansPro-light;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;    
    padding-right: 5px;
    padding-left: 5px;
}
/*fondo grises*/
@media only screen and (min-width: 2200px){
    #banner-top .container{
        max-width: 1600px !important; 
    }
    #banner-2 .container{
        max-width: 1500px;
    }
    #banner-3 .container-fluid{
        max-width: 1500px;
    }
}
@media  screen and (max-width: 2199px) and (min-width: 1200px){
    #banner-top .container{
        max-width: 1500px !important;
    }
    #banner-2 .container{
        max-width: 1500px;
    }
    #banner-3 .container-fluid{
        max-width: 1500px;
    }
    #banner-2 #primer-col , #banner-2 #segundo-col {
        max-width: 1000px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    #banner-top .container{
        max-width: 1300px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    #banner-top .container{
        max-width: 910px;
    }
    #banner-top  #banner-text-container {
        margin-bottom: 21px;
    }
    #contenidos-inicio-col .titulos-principal-blue{
        font-size: 24px !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 593px){

}
@media screen and (max-width: 592px){
    .transition {
        width: 300px;
    }
    #banner-3 img{
        max-width: 32%;
    }
}


/*** --- FIN --- **