/* ----------------------------------------------------------------
	Custom CSS

	Todos los estilos capturados de https://framework.digital.gob.cl/
	están recopilados en este archivo de estilos
-----------------------------------------------------------------*/

@font-face {
    font-family: gobclregular;
    src: url(fonts/gobCL_Regular.otf);
}
@font-face {
    font-family: gobclheavy;
    src: url(fonts/gobCL_Heavy.otf);
}

.bg-azul{
	background-color: #093f75;
	color: #fff !important;
}

/* Boton estilo de base */
.btn-cu {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
}

/*Icono ClaveÚnica*/
.btn-cu .cl-claveunica {
    display: inline;
    float: left;
    text-indent: -9999px;
}
/*Texto ClaveÚnica*/
    .btn-cu .texto {
    padding-left: 3px;
    text-decoration: underline;
}

/* Tamaño M */
.btn-cu.btn-m {
    width: 160px;
    min-width: 160px;
    max-height: 42px;
    padding: 8px 18px 8px 15px !important;
    font-size: 16px;
    line-height: 1.6em;
}
.btn-cu.btn-m .cl-claveunica {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

.btn-cu.btn-color-estandar {
    background-color: #0F69C4;
    color: #FFF;
}
.btn-cu.btn-color-estandar:hover {
    background-color: #0C549C;
    color: #FFF;
}
.btn-cu.btn-color-estandar:active {
    background-color: #093F75;
    color: #FFF;
}

.btn-cu.btn-m .ico-claveunica {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    vertical-align: middle;
    margin-right: 3px;
}

.btn-cu .ico-claveunica {
    background-image: url(/caj/img/claveunica.svg);
}

.div-noticia:hover > div > div > h3{
    text-decoration: underline;
}

html body main .jumbotron .jb-left h2 {
    line-height: 61px;
}

html body .typ-xxl {
    font-size: 3rem;
}

html body main .jumbotron .jb-left .cls-p {
    font-family: "Roboto";
    font-size: 18px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.font-weight-bold {
    font-weight: 700!important;
}
html body main .jumbotron .jb-left, .text-roboto-slab {
    font-family: "Roboto Slab" !important;
}
html body main .jumbotron .jb-left, .font-gobcl-heavy {
    font-family: "gobclheavy" !important;
}
html body main .jumbotron .jb-left, .font-gobcl-regular {
    font-family: "gobclregular" !important;
}

.line{
	
	position:relative;
	display:inline-block;
	min-width:100%;
	margin-bottom:30px;
	text-align:center
}

.line::after{
	position:absolute;
	right:0;
	bottom:-10px;
	left:0;
	height:5px;
	content:"";
	background:linear-gradient(to right,#0f69b4 0,#0f69b4 50%,#e22c2c 50%,#e22c2c 100%)
}

.banner .line::after {
    width: 6.25rem;
    height: 0.625rem;
}

@media (min-width:768px){
	.line{
		min-width:600px
	}
}

.banner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.625rem 1rem 1rem;
    border: 1px solid #eee;
    border-radius: 0.25rem;
}

.banner, .text-normal {
    text-decoration: none!important;
    text-transform: none!important;
}

.banner .line {
    position: absolute;
    border-top: 0px;
    top: -1px;
    left: 1rem;
    min-width: 0;
    margin: 0;
}

.cl.banner-icon, .cl.cl-2x {
    font-size: 2rem;
}
.banner-icon {
    margin-right: 1rem;
}

.cl {
    font-family: gob-cl!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner-text {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.counter2 {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.text-justify{
    text-align: justify;
}