@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600,700,300i,600i,700i|Raleway:600,800");


html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: #5ea1ff;
	font-family: "Montserrat", sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
	background: #5ea1ff;
	font-family: "Montserrat", sans-serif;	
	color: #fff
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
section, footer, .copyright {
	padding: 0 10%;
}
header {
	margin-top:30px;
}
footer {
	padding-bottom:5%;
}
h1 {
	font-size: 44px;
	font-weight: bold;
	height: 135px;
}
header	{
	max-width: 40%;
}
header h3 {
	font-size: 26px;
	font-weight: 600;
}
.content  {
	background: #f5e326;
	border: 4px dashed #191970;
	max-width: 40%;
	float: right;
	padding: 10px 20px;
	text-align: center;
	transition: all 0.2s ease;
	margin-top: -20px;
}
.content:hover  {
	border: 4px dashed #f5e326;
}
.content a, .content p, .content p strong {
	background: #f5e326;
	transition: all 0.2s ease;
	text-decoration: none;
	color: #191970;
}
.content:hover, .content a:hover, .content p:hover, .content strong:hover, .content a h3:hover, .content:hover > a h3, .content:hover > a, .content:hover > strong, .content:hover p strong, .content:hover p {
	text-decoration: none;
	background: #fff;
	border-color: #fff;
}
.content a h3 {
	background: #f5e326;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	transition: all 0.2s ease;
}

.content p {
	text-decoration: none;
	font-weight: 600;
}
.content p strong {
	font-size: 28px;
}
img.imagen {
  max-height: 100px;
  display: inline;
  float: right;
  margin-top: -130px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  margin-top: 30px;
  left: 10%;
  width: 80%;
  height: 80%;
}
footer {
	display: inline-block;
	float: left;
	margin-top: 20px;
}
footer a {
	float: left;
  	padding-left: 60px;
}
footer a.programa {
  	background: url('../../images/icons8-docs.svg') 0 0 no-repeat;
}
footer a {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	transition: all 0.2s ease;
	text-decoration: none;
}
footer a:hover {
	color: #f5e326;
}
footer a img.logo {
	max-width: 400px;
	display: inline;
	float: right;
	margin-left: 980px;
	margin-top: -80px;
}

.mobile, .web {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 160px;
  display: block;
}
.mobile {display: none}

  
@media (max-width: 1860px) {
	header	{
		max-width: 50%;
	}
	h1 {
		font-size: 44px;
		margin-right: 40px;
		height: 135px;
	}
	.content {
		margin-top: 0px;
	}
	.content a h3 {
		font-size: 26px;
	}
	footer a img.logo {
		margin-left: 800px;
		margin-top: -60px;
	}
 }
@media (max-width: 1590px) {
	header	{
		max-width: 50%;
	}
	h1 {
		font-size: 38px;
		margin-right: 40px;
		height: 120px;
	}
	.content {
	}
	.content a h3 {
		font-size: 26px;
	}
	.content p strong {
		font-size: 20px;
	}
	.content p  {
		font-size: 12px;
	}
	footer a img.logo {
		margin-top: -70px;
		margin-left: 700px;
	}
 }
  
@media (max-width: 1400px) {
	header	{
		max-width: 50%;
	}
	h1 {
		font-size: 28px;
		margin-right: 40px;
		height: 86px;
	}
	.content {
		float: left;
	}
	.content a h3 {
		font-size: 26px;
	}
	img.imagen {
	  max-height: 80px;
	  margin-top: -100px;
	}
	footer a img.logo {
		margin-top: -70px;
		margin-left: 440px;
	}
 }
@media (max-width: 1296px) {
	.content a h3 {
		font-size: 20px;
	}
 }


  
@media (max-width: 1140px) {
	header	{
		max-width: 40%;
	}
	h1 {
		font-size: 26px;
		margin-right: 0px;
		height: 80px;
	}
	.content {
		float: left;
		max-width: 80%;
	}
	header h3 {
		font-size: 18px;
	}
	.content a h3 {
		font-size: 24px;
	}
	.mobile {display: inline;}
	.web {display: none;}
	img.imagen {
	  max-height: 70px;
	  margin-top: -90px;
	}
	footer {
		display: block;
		float: left;
	}
	footer a {
		float: left;
	}
	footer p a {
		font-size: 22px;
	}
	footer p {
		margin-top: 20px;
	}
	footer a img.logo {
		margin-left: 0px;
		margin-top: 80px;
		max-width: 340px;
		float: left;
		display: inline;
		position: absolute;
		left: 80px;
	}
 }

  
@media (max-width: 1104px) {
	header	{
		max-width: 50%;
	}
	h1 {
		font-size: 22px;
		margin-right: 0px;
	}
	.mobile {
		margin-bottom: 20px;
	}
 }
  
@media (max-width: 938px) {
	header	{
		max-width: 70%;
	}
	h1 {
		font-size: 22px;
		margin-right: 0px;
		height: 70px;
	}
	img.imagen {
		display: none;
	}
	header h3 {
		font-size: 18px;
	}
	footer a {
		font-size: 22px;
	}
 }
  
@media (max-width: 768px) {
	header	{
		max-width: 80%;
	}
	h1 {
		font-size: 26px;
		margin-right: 0px;
		height: 80px;
	}
 }

  
@media (max-width: 600px) {
	header	{
		max-width: 100%;
	}
	.content a h3 {
		font-size: 18px;
	}
	.content p strong {
		font-size: 16px;
	}
	h1 {
		font-size: 22px;
		margin-right: 0px;
		height: 70px;
	}
	footer a {
		font-size: 17px;
		line-height: 22px;
  		padding-left: 48px;
	}
	footer a img.logo {
		margin-left: 0px;
		margin-top: 56px;
		left: 46px;
		max-width: 300px;
	}
 }
