@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Muli');
*{
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
}
a:link
{
text-decoration:none;
}
body{
	margin: 0;
	font-family: 'Muli', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1.5px;
}
.myButton {
	background-color:#44c767;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}
.section__titulo{
	text-align: center;
    font-size: 75%;
    color: #fff;
	text-shadow: 1px 1px 2px black; 
}
.int-text{
	text-align: justify;
    color: #454545;
	padding: 2px 15px 15px 15px;
}
.contenedor{
	margin: auto;
	width: 99%;
}
/*header styles*/
.header{
	height: 60px;
	background-color: #264122;
}
.header .contenedor{
	display: flex;
	justify-content: space-between;
}
.logo, .icon-bars{
	margin: 5px;
	color: #fff;
	max-width:150px;
	width:100%;
}
.icon-bars{
	display: block;
	width: 40px;
	height: 40px;
	font-size: 30px;
	background: #499a00;
	color: #fff;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	margin-left: auto;
	cursor: pointer;
}
.info__txt{
	text-align: justify;
}
.cursos__txt{
	text-align: justify;
	font-size: 12px;
}
/*menu styles*/
.nav{
	position: absolute;
	top: 60px;
	left: -100%;
	width: 100%;
	transition: all 0.4s;
}

.menu{
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu__link{
	display: block;
	padding: 15px;
	background: #499a00;
	text-decoration: none;
	color: #fff;
}

.menu__link:hover, select{
	background: white;
	color: #499a00;
}

.mostrar{
	left: 0;
}
/*banner styles*/
.banner{
	margin-top: -15px;
	position: relative;
	z-index: -1000;
	margin-bottom: 150px;
}
.banner .contenedor{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	color: #fff;
	text-align: center;
}
.banner__txt{
	display:none;
}
/*info styles*/
.info__columna{
	background: #499a00;
	color: #fff;
	padding: 15px;
	margin-bottom: 30px;
}
/*cursos styles*/
.cursos__columna{
	position: relative;
	margin-bottom: 30px;
}
.cursos__descripcion{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: rgba(0,0,0,0.5);
	width: 60%;
	height: 100%;
	padding: 5px;
}
.cursos__titulo{
	font-size: 25px;
	margin: 5px 0;
}
.cursos__img{
	width:100%;
}
/*footer styles*/
.footer{
	background: #333;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.footer .social [class^="icon-"]{
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-size: 30px;
    padding: 10px;
	background: white;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 40px;
}
/*responsive styles*/
@media(min-width:375px){
	.logo{
		font-size: 30px;
		max-width:60px;
	    width:100%;
	}
	.banner{
	margin-top: -15px;
	position: relative;
	z-index: -1000;
	margin-bottom: 20px;
}
}	
@media(min-width:480px){
	.logo{
		font-size: 30px;
		max-width:150px;
	    width:100%;
	}
	.banner{
	margin-top: -15px;
	position: relative;
	z-index: -1000;
	margin-bottom: 150px;
	}
	.banner__titulo{
		font-size: 30px;
		margin: 5px 0;
	}
	.banner__txt{
		display:block;
		font-size: 18px;
		margin: 7px 0;
	}
	.info, .cursos{
		display: flex;
		justify-content: space-between;
		margin-top: -90px;
	}
	.pdf{
		display: flex;
		justify-content: space-between;
	}
	.info__columna{
		width: 32%;
	}
	.info__titulo{
		font-size: 30px;
		margin: 5px 0;
	}
	.section__titulo{
		width: 100%;
	}
	.cursos{
		flex-wrap: wrap;
		margin-top: 0;
	}
	.cursos__columna{
		width: 49%;
	}
}
@media(min-width:768px){
	.banner__titulo{
		font-size: 50%;
	}
	.banner{
	margin-top: -15px;
	position: relative;
	z-index: -1000;
	margin-bottom: 150px;
	}
	.cursos__titulo{
	font-size: 40px;
}
}
@media(min-width:1024px){
	.contenedor{
	width: 1000px;
    }
	.section__titulo{
	   font-size: 75px;
	   margin: 30px 0;
	}
	.nav{
		position: static;
		width: auto;
	}
	.menu{
		display: flex;
	}
	.icon-bars{
		display:none;
	}
	.menu__link{
		background: none;
		font-size: 20px;
	}
	.select{
		color: #fff;
		background: #499a00;
	}
	.banner__titulo{
		font-size: 60px;
	}
	.banner__txt{
		font-size: 18px;
	}
	.banner{
	margin-top: -15px;
	position: relative;
	z-index: -1000;
	margin-bottom: 50px;
	}
	.info{
		margin-top: -120px;
	}
	.info__columna{
		padding: 30px;
	}
	.info__titulo{
		font-size: 40px;
		text-align: center;
	}
	.cursos__descripcion{
		padding: 20px;
		/*display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;*/
	}
	.cursos__titulo{
		font-size: 30px;
	}
	.cursos__txt{
		font-size: 15px;
	}
}
@media(min-width:1280px){
	.contenedor{
		width: 1200px;
    }
	.logo{
		font-size: 30px;
}
	.banner .contenedor{
		top: 40%;
    }
	.info{
		margin-top: -200px;
	}
}
.to-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #000;
	color: #fff;
	padding: 9px 12px;
	border-radius: 50%;
	text-decoration: none;
}
.to-top:hover{
	background: #d7d7d7;
	color: #000;
}
label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    color: #666666;
    font-family:Arial;
}
form {
    margin:0 auto;
    width:100%;
	padding: 5px 5px 55px 5px;
}
 @media(min-width:1280px){
	form {
    margin:0 auto;
    width:400px;
	padding: 5px 5px 55px 5px;
}
#submit {
    width:400px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
	background: #499a00;
}
 }
input, textarea {
    width: 100%;
    padding: 12px;
    height:27px;
    background:#ccc;
    border:2px solid #f6f6f6;
	border-radius: 10px;
    margin-top:5px;
    font-size:15px;
    color:#ffffff;
	outline:0px;
}
 
textarea {
    height:150px;
	outline:0px;
}
 
#submit {
    width:100%;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
	background: #499a00;
}
.responsive1 {
  width: 100%;
  max-width: 400px;
  height: auto;
  float: left;
  padding: 15px 15px 15px 15px;
}
.responsive2 {
  width: 100%;
  max-width: 400px;
  height: auto;
  float: right;
  padding: 15px 15px 15px 15px;
}
.responsive3 {
  width: 100%;
  max-width: 200px;
  height: auto;
  float: left;
  padding: 15px 15px 15px 15px;
}
object{
    width:100%;
    max-height:100%;
}