/* ----------------------------------------------------------------
	Custom CSS

	Todos los estilos capturados de https://framework.digital.gob.cl/
	están recopilados en este archivo de estilos
-----------------------------------------------------------------*/

.bg-azul{
	background-color: #093f75;
	color: #fff !important;
}

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;
}

.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;
}