﻿.he_header img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
.nav-link.active {
    font-weight: 600;
    cursor: default;
}
.d-none {
 display:none!important
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (min-width:768px) {
 .d-md-none {
  display:none!important
 }
 .d-md-inline {
  display:inline!important
 }
 .d-md-block {
  display:block!important
 }
}
@media (min-width:992px) {
 .d-lg-none {
  display:none!important
 }
 .d-lg-block {
  display:block!important
 }
}

.he_header{
	background: #3366cc;
	background: -moz-linear-gradient(left,  #3366cc 50%, #e5eefb 50%);
	background: -webkit-linear-gradient(left,  #3366cc 50%,#e5eefb 50%);
	background: linear-gradient(to right,  #3366cc 50%,#e5eefb 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3366cc', endColorstr='#e5eefb',GradientType=1 );
	font-family: 'Montserrat';
	font-size: 0.7rem;
	font-weight: 400;
	line-height: 1.5rem;
	letter-spacing: 0;
	color: #0B457F;
	opacity: 1;
}

.he_header p{
	margin: 0;
}
.he_logo img, .he_menu img{
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

.he_logo{
	background: #3366CC;
	opacity: 1;
}
.he_menu{
	background: #E5EEFB;
	opacity: 1;
}

.he_menu .nav-link{
	padding: 0px 12px;
}

.he_menu .nav-item a{
	text-transform: uppercase;
	color: #0B457F;
}

.he_menu .nav-item a:hover{
	font-weight: 600;
}

.he_footer{
	background: #3366CC;
	padding: 35px;
	font-family: 'Montserrat';
	font-size: 0.7rem;
	font-weight: 400;
	line-height: 1.1rem;
	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 {
	margin: 0;
	padding: 0;
	display: flex;
	justify-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;
	}
}

#inner2 {
   
	
	background: #f5d42e;
    padding: 10px 25px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0px;
	-webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
#inner2 a:hover {
    opacity:0.8;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

@media screen and (min-width: 480px) {
    #inner2 {
        width: 50%;
    }
}

@media screen and (min-width: 780px) {
    #inner2 {
        width: 33%;
    }
}
@media screen and (min-width: 1280px) {
    #inner2 {
        width: 90%;
    }
}