/*

Theme Name: Imagen Consulting
Version: 1.0
Author: Imagen Consulting

*/

/************************ TAGS ************************/

.double-bounce1, .double-bounce2 {
	background-color: #00546E;
}


body{
	font-family: 'Source Sans Pro', sans-serif;
}

p, h2, h3, a{
	color: #fff;
	font-size: 14px;
}

h2{
	font-size: 40px;
	font-size: 2.5em;
	font-weight: 700;
	padding-right: 75px;
}

h3{
	font-size: 16px;
	font-weight: 600;
}

a,
a:link,
a:visited,
a:active{
	display: block;
	font-size: 14px;
	font-weight: 300;
}

a:hover{
	color: #fff;
}


/************************ SLIDER ************************/

/************************ HEADER ************************/

/************************ MENU ************************/

/************************ CONTENT ************************/

#box-content,
.bg-blue{
	background-color: #00546E;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
		justify-content: space-around;
	padding: 15px 5em;
}

#box-content{
	background-color: transparent;
}

.bg-cover{
	background-image: url('images/bg-welcome.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.ic-border{
	position: relative;
	padding-bottom: 3rem;
}

.ic-border:after{
	content: '';
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: white;
}

.logo{
	margin: 0 auto;
	width: 264px;
	height: 47px;
	background-image: url('images/logotipo-quintessence@2x.png');
	background-size: 264px 47px;
	background-repeat: no-repeat;
	background-position: center center;
}

.box-info div{
	margin-bottom: 3em;
}

.item-prom{
	min-height: 180px;
}

.item-prom a{
	display: block;
	background-color: #0092A0;
	color: #fff;
	font-weight: 300;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	padding: .5rem 1rem;
}

.item-prom a strong{
	font-weight: 700;
}

.item-prom > a:first-child{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
}

.comercializa{
	font-family: 'Source Sans Pro';
	font-size: 16px;
	font-weight: 400;
	color: #00546E;
}

/************************ FOOTER ************************/

footer{
	background-color: #0092A0;
}

footer p{
	color: #fff;
	font-weight: 400;
	font-size: 10px;
}
