* {
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #e4e4e4;
  font-family: "Lato", sans-serif;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

header {
  background: #e4e4e4;
  background-image: url("../assets/back-web.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2000px;
  width: 100%;
  height: 600px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

header #latin {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header nav {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header nav a {
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

header nav span {
  color: #fff;
  font-size: 20px;
}

header nav a:hover {
	background: rgba(209, 227, 123, 0.8);
	border-radius: 50%;
}

header figure {
  width: 400px;
  margin: 0 auto;
	padding-top: 20px;
}

main {
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
}

/**************** ARTICLE ********************/

main article {
	background: #fff;
	border-radius: 5px;
	max-width: 680px;
	width: 100%;
	margin: 20px 10px 10px 10px;
}

main article .video-main {
	padding: 20px 20px 5px 20px;
}

main article .video-main iframe {
  width: 100%;
  max-width: 640px;
  height: 356px;
  padding: 10px 10px 0 10px;
}

main article .video-sec {
	padding: 40px 20px 5px 20px;
}

main article .video-sec h2 {
  color: #ea2533;
	font-weight: 300;
	font-size: 32px;
	padding: 0 0 10px 10px;

	border-bottom: 1px dotted #ea2533;
}

main article .video-sec .vid-cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	padding-top: 10px;
}

main article .video-sec .vid-cont iframe {
	padding: 10px;
	max-width: 320px;
	width: 100%;
}

main article .gale {
	padding: 40px 20px 20px 20px;
}

main article .gale h2 {
  color: #7caf10;
	font-weight: 300;
	font-size: 32px;
	padding: 0 0 10px 10px;

	border-bottom: 1px dotted #7caf10;
}

main article .gale .gal-cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	padding-top: 10px;
}

main article .gale .gal-cont img {
	padding: 10px;
	max-width: 214px;
	width: 100%;
	border-radius: 15px;

	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

main article .gale .gal-cont img:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/**************** ASIDE ********************/

main aside {
	background: #fff;
	border-radius: 5px;
	width: 280px;
	margin: 20px 10px 10px 10px;
}

main aside .boton {
	background: #7caf10;
	border-radius: 3px;
	box-shadow: 0 3px 0 #4f700c;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

main aside .boton a {
	color: #fff;
	text-decoration: none;
}

main aside .boton span {
	padding-right: 10px;
}

main aside .boton a:hover {
	color: #fff;
	text-decoration: underline;
}

main aside h2 {
	color: #1781a7;
	font-size: 28px;
	font-weight: 300;
	padding-bottom: 10px;

	border-bottom: 1px dotted #1781a7;
}

main aside .ver {
  padding: 20px 0;
}

main aside .ver a {
  background: #d9d9d9;
  box-shadow: 0 2px 0 #b3b1b1;
  color: #7d7d7d;
  text-decoration: none;
  text-align: right;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 3px;
}

main aside .eventos,
.noticias,
.baner,
.contacto,
.redes,
.registro,
.fansi,
.share {
  padding: 20px;
}

main aside .fansi {
  display: none;
  cursor: pointer;
}

main aside .ver a:hover {
	color: #fff;
	background: #1781a7;
	box-shadow: 0 2px 0 #105c78;
}

main aside .eventos .event-hold h3 {
	padding: 25px 0 5px 0;
}

main aside .eventos .event-hold h3 a {
	color: #3b3b3b;
	text-decoration: none;
	font-size: 18px;
}

main aside .eventos .event-hold h3 a:hover {
	color: #1781a7;
	text-decoration: underline;
}

main aside .eventos .event-hold time {
	color: #ff7a00;
	font-size: 12px;
}

main aside .eventos .event-hold .lugar {
	color: #868686;
	font-size: 12;
	padding-top: 5px;
}

main aside .noticias h3 {
	padding: 25px 0 5px 0;
}

main aside .noticias h3 a {
	color: #3b3b3b;
	text-decoration: none;
	font-size: 18px;
}

main aside .noticias h3 a:hover {
	color: #1781a7;
	text-decoration: underline;
}

main aside .noticias time {
	color: #ff7a00;
	font-size: 12px;
}

main aside .baner {
	width: 240px;
	height: 240px;
	margin: 0 auto;
	background: #ccc;
	padding: 20px;
}

main aside .share {
	width: 100%;
	/*background: #ccc;*/
	text-align: center;
}

main aside .share .wa_btn2 {
  display: none;
}

main aside .contacto p {
	color: #3b3b3b;
	font-size: 14px;
	line-height: 24px;
	padding-top: 20px;
}

main aside .contacto p a {
	color: #3b3b3b;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
}

main aside .contacto p a:hover {
  text-decoration: underline;
}

main aside .redes .red-cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	padding-top: 10px;
}

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

footer {
  width: 100%;
  background: #424242;
  padding: 20px;
  position: relative;
}

footer p {
	color: #fff;
  text-align: center;
	font-weight: normal;
  font-size: 11px;
}

footer p a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
}

footer p a:hover {
  text-decoration: underline;
}

/******** FORMULARIO *********/

.form-cont {
  margin: 0 auto;
  padding: 30px 0 0 8px;
  width: 410px;
}

.form-cont .form {
  margin: auto;
  width: 100%;
}

.form-cont .form div {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-cont .form .input-g {
  position: relative;
}

.form-cont .form .input-g input[type="text"],
input[type="email"],
input[type="password"] {
  background: #ccc;
  border: none;
  border-bottom: 3px solid #999;
  font-size: 14px;
  outline: none;
  padding: 10px;
  width: 250px;
}

.form-cont .form .input-g input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  background: #ddd;
}

.form-cont .form .input-g input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active {
  background: #ddd;
}

.form-cont .form .input-g label {
  background: #7e7d7d;
  padding: 7px;
}

.form-cont .form .input-g label img {
  width: 21px;
}

.form-cont .form input[type="submit"] {
  background: #f48120;
  border: none;
  border-bottom: 3px solid #cd6b18;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  width: 100px;
}

.form-cont .form input[type="submit"]:hover {
  background: #ffa100;
}

.form-cont .form input[type="submit"]:active {
  background: #ffa100;
}

/* MEDIA 720PX ****************************************************/

@media screen and (max-width: 720px){

  header {
    background-image: url("../assets/back-mov.jpg");
    background-size: 830px;
    width: 100%;
    height: 250px;
  }

  header nav {
    margin-top: 100px;
	}

	main {
	  -webkit-flex-wrap: wrap;
	      -ms-flex-wrap: wrap;
	          flex-wrap: wrap;
	}

	main aside {
		margin: 0 auto;
		width: 100%;
		margin: 10px;
	}
}

/* MEDIA 460PX ****************************************************/

@media screen and (max-width: 460px){

	header {
    background-position: top center;
	  height: 150px;
	  -webkit-transition: all 0.2s ease;
	  transition: all 0.2s ease;
		position: relative;
	}

	header #latin img {
		display: none;
	}

	header nav {
		display: none;
	}

	header figure {
	  width: 100px;
		padding-top: 10px;
	}

	header figure img {
	  width: 100px;
	}

	main article .video-main iframe {
		max-width: 500px;
		height: 200px;
	}

	main article .video-sec .vid-cont {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		justify-content: center;
	}

	main article .video-sec .vid-cont iframe {
		max-width: none;
		height: 200px;
	}

	main article .gale .gal-cont {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		justify-content: center;
	}

	main article .gale .gal-cont img {
		max-width: 280px;
	}

	main aside .fansi {
		display: inline;
	}

  main aside .share .wa_btn2 {
    display: block;
  }

  main aside .share .wa_btn {
    display: none;
  }
}
