
body {background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 48%, rgba(226,238,253,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 48%, rgba(226,238,253,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 48%, rgba(226,238,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e2eefd",GradientType=1);
background: url(https://links.trycore.co/assets/bg-circle.png) #F0F5FB center center repeat-x;
font-family: 'Poppins','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}
.maincolor {color:#1a265a;}
.seconcolor {color:#8590b2;}
.complementarycolor{color:#27c5fb;}

h1 {color: #1a265a; font-weight: 500;}

f-900 {font-weight: 900 !important;}
f-500 {font-weight: 500;}
f-200 {font-weight: 200;}

/** iCONOS **/
.social {
	background-color: #d7e6f5ea;
	margin-top: -35px;
	z-index: 9999;
	display: block;
	width: 100%;
	text-align: right;
	padding-right: 10px;
}

.social i:hover{
	color:#27c5fb
}


.social i {
	color: #0077b5;
	margin: 10px 8px;
}

ul.iconos-cta {
	padding: 0;
}


li {
	
    text-align: center;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}

li img {
	max-width: 30px;
    max-height: 30px;
}

h6.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}
.profile{
	margin-top: 25px;
	text-align: left;
	background-color: #fff;
}
.profile h1{
	font-weight: normal;
	font-size: 20px;
	margin:10px 0 0 0;
	color: #1a265a;
}
.profile h2{
	font-size: 15px;
	font-weight: lighter;
	margin-top: 5px;
	color: #217e79;
}
.profile p{
	font-size: 13px;
	font-weight: lighter;
	margin-top: 5px;
	color: #8590b2;
}
.profile .avatar {
	width: 285px;
height: 300px;
}

.img-box a{
	color:#fff;
}

a{
    color:#2545c4;
}
a:hover{
    text-decoration:none;
    color:#0d226e;
}

.copy {color: #8590b2;}

.sub-copy {color: #5b688e; font-weight: 200;}
.xs {font-size: x-small;}