@charset "UTF-8";

.left{float:left; margin-left:122px;}
.clear{clear:both;}
.br {line-heigth:19px;}

body {
	background-color: #fff;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	color:#050E2B;
	word-break:keep-all;
}

strong{font-weight: 600;}

header{
	width:100%;
	background-color:#0D1A31;
	color:#fff;
	height:auto;
	text-align:center;
	padding-bottom:40px;
}
header a{color:#fff; text-decoration:none;}



section#wrapper{
	width:100%;
	margin:0 auto 35px auto;
}

a#linkedin{width:80px; height:30px; position:absolute; top:10px; right:10px;}


section#quote{
	width:80%;
	height:auto;
	padding:10%;
	text-align:center;
	color:#050E2B;
	font-size:20px;
	margin-bottom:24px;
}
/*section#quote p {width:820px; margin:0 auto;}*/

hr{display:block; width:45px; margin-bottom:30px;}

.linea{border-bottom:1px solid #fff; width:250px; margin:-10px auto 3px auto; line-height:19px;}

article{width:100%;}

article p{
	line-height:16px;
	text-align:left;
	margin-bottom:20px;
	padding:0 30px;
}

article p:first-child{
	font-size:15px;
	line-height:16px;
	text-align:left;
	margin-bottom:29px;
}

blockquote {
    display: block;
	text-transform:uppercase;
	font-size:13px;
	line-height:19px;
	font-weight:600;
	font-stretch:semi-condensed;
	text-align:center;
	width:195px;
	margin:5px auto;
}
blockquote br{margin-bottom:10px;}
blockquote em{font-size:30px; font-weight:400; font-style:italic;}

@media all and (min-width: 768px) {

header{
	height:224px;
}

header a{color:#fff; text-decoration:none;}

a#linkedin{width:149px; height:57px; position:absolute; top:20px; right:23px;}

section#wrapper{
	width:820px;
	margin:0 auto 35px auto;
}

section#quote{
	width:100%;
	height:20px;
	text-align:center;
	color:#050E2B;
	padding:37px 0;
	font-size:20px;
	margin-bottom:24px;
}

article{
	-webkit-columns: 3 246px;
  	-moz-columns: 3 246px;
  	columns: 3 246px;
	-webkit-column-gap: 25px; /* Chrome, Safari, Opera */
    -moz-column-gap: 25px; /* Firefox */
    column-gap: 25px;
	-webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: solid;
	-webkit-column-rule-width: 1px; /* Chrome, Safari, Opera */
    -moz-column-rule-width: 1px; /* Firefox */
    column-rule-width: 1px;
	/*padding:10% 0 0 10%;*/
	/*padding-top:34px;
	padding-bottom:53px;*/
}
article p{
	line-height:16px;
	text-align:left;
	margin-bottom:20px;
}

article p:first-child{
	font-size:15px;
	line-height:16px;
	text-align:left;
	margin-bottom:29px;
}


blockquote {
    display: block;
	text-transform:uppercase;
	font-size:13px;
	line-height:19px;
	font-weight:600;
	font-stretch:semi-condensed;
	text-align:center;
	width:195px;
	margin:5px auto;
}
blockquote br{margin-bottom:10px;}
blockquote em{font-size:30px; font-weight:400; font-style:italic;}

h1{
	width:228px;
	height:179px;
	margin:0 auto;
}
footer{
	width:100%;
	height:123px;
	-ms-display: flex;
  	display: flex;
  	/* alineacion vertical */
  	align-items: center;
   	/* alineacion horizontal */
  	justify-content: center;
	background-color:#0D1424;
	position:relative;
	background-image:url(images/Footer1.jpg);
	/*padding:40px 0;*/
}

a#instagram_link{width:140px; height:59px; z-index:10;}

#rotador{
	width:100%;
	/*left:50%;*/
	height:123px;
	z-index:1;
	
}
}



footer{
	width:100%;
	height:123px;
	 -ms-display: flex;
 display: flex;
  /* alineacion vertical */
  align-items: center;
   /* alineacion horizontal*/
  justify-content: center;
	background-color:#0D1424;
	background-image:url(/images/Footer1.jpg);
	/*padding:40px 0;*/
}

#rotador{
	width:100%;
	height:123px;
	/*left:50%;*/

	z-index:1;
	
}

a#instagram_link{width:140px; height:59px; z-index:10;}

