/* publica Colombia Entidades descentralizadas*/
/*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-Regular !important;
    line-height: 1.3;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #4F4F4F;
}

/*Baner top */
#banner-top{
    background: url('../../../img/publica/colombia/entidades/banner-entidades.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: #008baa;
}
#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;
}

/*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;
}

#registro-head-planes ul{
    font-size: 22px !important;
    font-family: SourceSansPro-Light;
    line-height: 22px !important;
    letter-spacing: 0.4px;
}
#registro-head-planes ul > li{
    color: #4e4e4e;
}
#registro-head-planes ul > li > i{
    font-size: 20px;
    top: 5px;
    color: rgb(36, 172, 222);
    left: -25px;
}
#banner-2 #contratos-vistos{
    position: absolute;
    max-width: 500px;
}
#banner-2 #contratos-vistos #contrato-detalle {
    max-height: 832px;
}
#banner-2 a{
    padding: 9px 120px !important;
}
#banner-3 {
    background-color: #EDF2F3;    
    padding-bottom: 195px;
}
#banner-3 #text-container{
    font-family: SourceSansPro-Light !important;
    font-size: 22px;
}
#banner-3 #form-title{
    font-size: 20px;
}
#banner-3 #form-entidades #form-input{
    font-family: SourceSansPro-light;
    font-size: 20px;
}
#banner-3 #form-entidades #form-submit{
    background-color: #57c700;
    padding: 10px 14px;
}

@media only screen and (min-width: 2200px){
    #banner-top .container{
        max-width: 1450px !important; 
    }
    #banner-top #breadcrumb-publica{
        padding-top: 58px !important;
    }
    #banner-top #breadcrumb-publica #text-1-bn{
        padding-bottom: 41px;
    }
    #contenidos-inicio-col .container{
        max-width: 1300px;
    }
    #banner-3 #phone-contratos{
        text-align: center !important;
    }
}
@media  screen and (max-width: 2199px) and (min-width: 1600px){
    #banner-top .container {
        max-width: 1450px !important;
    }
    #banner-top #breadcrumb-publica{
        padding-top: 58px !important;
    }
    #banner-top #breadcrumb-publica #text-1-bn{
        padding-bottom: 41px;
    }
    #contenidos-inicio-col .container {
        max-width: 1300px;
    }
}
@media screen and (max-width: 1599px) and (min-width: 1200px){
    #banner-top .container{
        max-width: 1281px !important;
    }
    #contenidos-inicio-col .container{
        max-width: 1100px;
    }
    #banner-3 #phone-contratos{
        text-align: center !important;
    }
    #banner-3 #text-instructivo{
        padding-top: 120px !important;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    #banner-top .container{
        max-width: 1300px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    #banner-top .container{
        max-width: 910px !important;
    }
    #banner-top  #banner-text-container{
        margin-bottom: 21px;
    }
    #contenidos-inicio-col .container{
        max-width: 800px;
    }
    #banner-2 .titulos-principal-blue{
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) and (min-width: 593px){
    #contenidos-inicio-col .container{
        max-width: 630px;
    }
    #contratos-vistos{
        position: relative !important;
    }
    #contratos-vistos #contrato-detalle{
        max-height: 580px !important;
    }
    #banner-3 {
        padding-bottom: 50px !important;
    }
    #registro-head-planes ul {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 592px){
    #contratos-vistos{
        position: relative !important;
    }
    #contratos-vistos #contrato-detalle{
        max-height: 560px !important;
    }
    #banner-3 {
        padding-bottom: 50px !important;
    }
    #registro-head-planes ul {
        font-size: 20px !important;
    }
}
/*** --- FIN --- **