/* publica Colombia informacion*/
/*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: #00a2c7 !important;
    line-height: 1.4;
    font-size: 25px;
    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: #000000;
}

/*Baner top */
#banner-top{
    background: url('../../../img/publica/colombia/informacion/banner-f.png') center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-color: #05add4;
}
#banner-top .titulos-principal-white{
    font-size: 37px;
    letter-spacing: 0px;
}
#banner-top #banner-text-container{
    margin-bottom: 56px;
    margin-top: 10px;
}
/*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;
}
#banner-2 .title-entidad{
    font-size: 17px !important; 
    letter-spacing: 0px;  
}
#banner-2 #title-principal{
    font-size: 29px;
}
#banner-2 .text-blue-b{
    font-family: SourceSansPro-extralight !important;
    font-size: 24px;
}
#banner-3 {
    background-color: #EDF2F3;
}
#registro-head-planes ul{
    font-size: 18px !important;
    font-family: SourceSansPro-regular;
    line-height: 24px !important;
    letter-spacing: 0.4px;
}
#registro-head-planes ul > li{
    color: #505050;
}
#registro-head-planes ul > li > i{
    font-size: 19px;
    top: 5px;
    color: rgb(36, 172, 222);
    left: -25px;
}
#banner-4 .titulos-principal-blue {
    font-size: 27px;
    font-family: SourceSansPro-light !important;
}
#banner-5{
    background-color: #27b7ec;
    background: url('../../../img/publica/fondo-azul-col.png') center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#banner-5 .titulos-principal-white{
    font-size: 38px;
    line-height: 1.5;
    font-family: SourceSansPro-extraLight !important;
    font-weight: inherit;
}
#banner-5 a{
    font-size: 19px;
    background: transparent;
    border-color: white;
    padding: 9px 46px !important;
}
#banner-5 a:hover{
    background-color: #ffffff;
    border-color: #00a2c7;
    color: #00a2c7;
}

@media only screen and (min-width: 2200px){
    #banner-top .container {
        max-width: 1450px!important;
    }
    #banner-top #breadcrumb-publica{
        padding-top: 55px !important;
        padding-bottom: 75px !important;
    }
}
@media  screen and (max-width: 2199px) and (min-width: 1600px){
    #banner-top .container {
        max-width: 1450px!important;
    }
    #banner-top #breadcrumb-publica{
        padding-top: 55px !important;
        padding-bottom: 75px !important;
    }
    
}
@media  screen and (max-width: 1599px) and (min-width: 1200px){
    #banner-top .container{
        max-width: 1230px !important;
    }
    #contenidos-inicio-col .container {
        max-width: 1300px;
    }
    #banner-2 .container{
        max-width: 934px;
    }
    #contenidos-inicio-col .container {
        max-width: 1175px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px){
    #contenidos-inicio-col .container {
        max-width: 1030px;
    }
    #banner-2 .container {
        max-width: 934px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    #contenidos-inicio-col .container {
        max-width: 850px;
    }
}
@media screen and (max-width: 767px) and (min-width: 593px){
    #banner-top #banner-text-container{
        margin-bottom: 36px;
        margin-top: 13px;
    }
}
@media screen and (max-width: 592px){
    #banner-top .titulos-principal-white {
        font-size: 27px !important;
    }
    #banner-top #banner-text-container{
        margin-bottom: 36px;
        margin-top: 13px;
    }
    #banner-2 .text-blue-b{
        font-size: 19px !important;
    }
    #banner-2 .title-entidad{
        font-size: 16px !important;
    }
    #banner-4 img{
        max-width: 100% !important; 
    }
}
/*** --- FIN --- **