/*----RESET CSS---*/
*, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  
  html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  body {
    font-size: 1.6rem;
    /* 1rem = 10px */
    line-height: 1.5;
  }
  
  a {
    text-decoration: none;
  }
  
  html, body {
    height: 100%;
    min-height: 100%;
  }
.video {
	display: block;
	width: 100%;
	max-width: 700px;
	height: 350px;
	margin: 30px auto 50px auto;
}
/*----FINAL RESET CSS---*/

  body {
    margin-top: 0px auto;
    padding: 0px auto;
    background-image: url("background.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #c2c0c1;
    font-family: 'Montserrat', sans-serif;
}
body.fondo_2 {
  margin-top: 0px auto;
  padding: 0px auto;
  background-image: none;
  background-repeat: no-repeat;
  background-color: #c2c0c1;
  font-family: 'Montserrat', sans-serif;
}
.cuadro {
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 20px;
}
.cuadro .logo_concurso {
  display: block;
  width: 45%;
  height: auto;
  margin:0 auto 0px auto;
}
.logo_concurso {
    display: block;
    width: 45%;
    height: auto;
    margin: 10% auto 0px auto;
}
.logos_instituto {
    display: block;
    margin:8rem auto;
    width: 80%;
    max-width: 500px;
}
.nav {
    display: block;
    margin: 5rem 0px;
    font-weight: bold;
    text-align: center;
    list-style: none;
}
.nav li a {
    color: #f09;

    font-size: 2.5rem;
}
.btn_cerrar {
  display:block;
  background-color:#f09;
  margin:30px auto;
  width:300px;
  text-align:center;
  padding:10px;
  border-radius:10px;
  color:#fff;
}
footer {
    display: block;
    width: 100%;
    padding: 30px 0px 80px 0px;
	position: relative;
    overflow: visible;
    font-size: .9em;
    color:#000;
}
footer div{
    display: block;
    width: 80%;
    max-width: 800px;
    text-align: center;
    margin: 0px auto;
}
footer section article.content_footer {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	width:100%;
	margin:0px auto;
}
footer section p{
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	margin:5px 0px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 100%; 
	font-size: 12px;
}
footer section p img{
	display:block;
	width:23px;
	height:23px;
	float:left;
	margin-right:4px;
}
footer section p.coe img{
	display:block;
	width:auto;
	height:23px;
	float:left;
	margin-right:4px;
}
footer section p a:hover img {
	opacity:.5;
}
footer p.face_youtube{
	width:130px;
	text-align: right!important;
	padding:0px;
	float:left;
	margin:5px 10px;
}
footer p.tweeter_instagram{
	width:105px;
	text-align:left;
	padding:0px;
	float:left;
	margin:5px 10px;
}
#videoStory {
  font-size: 3rem;
	color:#fff;
	text-align: center;
}
#videoStory a{
	color:#f59ecc;
  font-size: 2rem;
}


.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  color: #000;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  list-style: none;
}
.gallery li {
  margin: 10px;
  padding: 5px;
}
.gallery li img {
  border: solid 5px #fff;
  width: 300px;
}
h2 {
  color: #f09;
  text-align: center;
}