.gov_header {
    width: 100%;
    height: 24px;
    display: flex;
}

.gov_header_logo {
    width: 20%;
    height: 24px;
    padding: 4px;
    background: #3366cc;
    text-align: right;
}
.gov_header_logo > a {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.gov_header_logo > a > img{
    width: auto;
    height: 14px;
}

.gov_header_container {
    height: 24px;
    display: flex;
    align-items: center;
    flex: 1;
    background: #E5EEFB;
}

.gov_header_message {
    flex: 1;
    padding-left: 12px;
    font-family: 'Montserrat'!important;
    font-size: 11px!important;
    color: #000;
}

.gov_header_options {
    flex: 1;
}

.gov_header_nav {
    list-style: none;
    display: flex;
    margin: 0;
}

.gov_header_nav > li > a {
    display: list-item;
    text-decoration: none;
    text-transform: uppercase;
    color: #0B457F;
    padding: 0px 12px;
    background: transparent;
    
    font-family: 'Montserrat'!important;
    font-size: 11px!important;
}

.gov_header_nav > li > a.active, .gov_header_nav > li > a:hover {
    font-weight: 600!important;
}


@media (max-width: 768px) {
    .gov_header_active_msg_1 {
        display: none!important;
    }
    .gov_header_active_msg_2 {
        display: block!important;
    }
    .gov_header_active_msg_3 {
        display: none!important;
    }
    .gov_header_options {
        display: none;
    }
}

@media (min-width: 768px) {
    .gov_header_active_msg_1 {
        display: none!important;
    }
    .gov_header_active_msg_2 {
        display: none!important;
    }
    .gov_header_active_msg_3 {
        display: block!important;
    }
    .gov_header_message {
        flex: none;
        margin-right: 16px;
    }
    .gov_header_options {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .gov_header_active_msg_1 {
        display: block!important;
    }
    .gov_header_active_msg_2 {
        display: none!important;
    }
    .gov_header_active_msg_3 {
        display: none!important;
    }
    .gov_header_message {
        flex: 1;
        margin-right: 16px;
    }
    .gov_header_options {
        display: flex;
        justify-content: flex-start;
    }
}




.he_footer{
	background: #3366CC;
	padding: 35px;
	font-family: 'Montserrat';
    /* font-size: 0.7rem; */
    font-size: 11px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0;
	color: #FFFFFF;
	opacity: 1;
}

.he_footer p{
	margin: 0;
	color: #FFFFFF;
}

.he_footer h4{
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}

.he_footer a{
	color: #FFFFFF;
	text-decoration:none; 
}

.he_footer a:hover{
	font-weight: 600;
}

.he_footer .split{
	border-right: 1px solid #FFFFFF;
}

.he_footer .logos{
	text-align: center;
}

.he_footer .logos_movil .logo{
	float: left;
}

.he_footer .logos_movil .logo_co{
	float: right;
}

.he_footer .logo{
	margin-top: 10px;
	margin-bottom: 20px;
}

.he_footer .logo img{
	max-height: 30px;
}

.he_footer .logo_co img{
	max-height: 70px;
}

.he_footer .split,
.he_footer .no-split{
	padding: 15px 25px;
}

.he_footer .split-top{
	border-top: 1px solid #FFFFFF;
}

.he_footer ul.he_footer_redes li {
	float: left;
	margin: 35px 11px 0px 11px;
	list-style: none;
}

.he_footer ul.he_footer_redes li .fa_text {
	float: right;
	padding-top: 7px;
}

.he_footer ul.he_footer_redes li .fa-circle {
	border-radius: 50%;
	background: #ffffff;
	color: #3366CC;
	font-size: 20px;
	padding: 8px;
	margin-right: 8px;
	width: 35px;
	height: 35px;
}

.he_footer .fa-circulo {
	border-radius: 50%;
	background: #ffffff;
	color: #3366CC;
	font-size: 20px;
	padding: 8px;
	margin-right: 8px;
	width: 35px;
	height: 35px;
	text-align: center;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
}
.he_footer_redes, .he_footer_redes > a > li {
	margin: 0;
	padding: 0;
	display: flex;
    justify-content: center;
    align-content: center;
}

@media only screen and (min-width: 992px) {
	.screen-sm{
		display: none;
	}
	.screen-md{
		display: none;
	}
	.screen-lg{
		display: block;
	}
	.screen-md-sm{
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.screen-sm{
		display: none;
	}
	.screen-md{
		display: block;
	}
	.screen-lg{
		display: none;
	}
	.screen-md-sm{
		display: block;
	}
	.he_menu .nav-link {
		padding: 0px 5px;
	}
	.he_footer .split{
		border-right: none;
	}
	.he_footer .split{
		border-bottom: 1px solid #FFFFFF;
	}
	.he_footer .split,
	.he_footer .no-split{
		padding: 25px;
	}
}

@media only screen and (max-width: 768px) {
	.screen-sm{
		display: block;
	}
	.screen-md{
		display: none;
	}
	.screen-lg{
		display: none;
	}
	.screen-md-sm{
		display: block;
	}
	.he_header p{
		font-size: 0.5rem;
	}
	.he_menu .nav{
		display: none;
	}
	.he_footer ul.he_footer_redes li {
		margin: 35px 10px 0px 10px;
		text-align: center;
	}
	.he_footer ul.he_footer_redes li .fa_text {
	float: none;
	text-align: center;}
	.he_footer .fa-circulo {
		margin-right: 0;
	}
}

@media (max-width: 575.98px) {
	.he_footer .logos_movil .logo, .he_footer .logos_movil .logo_co {
		float: none;
		text-align: center;
	}
}