@import url('https://fonts.googleapis.com/css?family=Montserrat');

*{margin: 0;}

body {
    font-family: sans-serif;
    font-family: 'Montserrat', sans-serif;
}

section.main{
  width: 1920px;
}

h1.festival{
          text-decoration: none;
          color: #000000;
          text-align: center;
          letter-spacing: 5px;
          text-shadow: 2px 2px #73cdf1;

    }


h1 a {
    text-decoration: none;
    color: #000000;
}


  ul.menu {
      list-style-type: none;
      margin: 0;
      padding: 0;
      background-color: #73cdf1;
      overflow: hidden;
      border-bottom: 3px solid;
      border-color:  #e2e2e2;

  }

  li.menu:hover{
    background-color: #e2e2e2;
    color: black;
  }

  li.menu {
      float: left;

  }

li.menu a {
      color: black;
      text-decoration: none;
      display: block;
      padding: 15px;

}


img.banner{
  width: 100%;

}

header {
    position: relative;
    text-align: center;
    margin-top: -100px;
}

section.main{
  width: 100%;
  padding: 1rem ;
}

section.cuerpo{
      width: 100%;
    	display: flex;
    	flex-direction: row;
    	flex-wrap: wrap;
    	justify-content: center;
    	align-items: center;
    	align-content: center;
}

div.colum1{
  width: 25%;
}

div.colum2{
  width: 25%;
  text-align: justify;
}

.p {
  margin-bottom: 10px;
  font-size: 15px;

}

.tx {
  font-size: 14px;

}

h3.title {
color: #73cdf1;
margin-bottom: 4px;
margin-top: 4px;

}

h4.title {
  color: #73cdf1;
  margin-top: 8px;
  text-align: center;
  letter-spacing: 3px;

}


div.colum3{
  width: 25%;
}

div.colum4{
  width: 25%;
  text-align: center;
}

div.colum1 img{
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


div.colum3 img{
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.colum4 img{
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

footer {
    float: center;
    background: #73cdf1;
    color: #000000;
    padding: 0.5rem;
    font-size: 0.75rem;
    margin-top: 4rem;
}

@media (max-width: 60rem) {

  ul.menu {
      max-width: 60rem;
      margin: 0 auto;

  }

  img.banner{
    max-width: 60rem;
    margin: 0 auto;
    align-items: center;

  }

  header {
      text-align: center;
      margin-top: -50px;
      position: relative;
  }


section.cuerpo {
  width: 100%;
  max-width: 60rem;
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
  margin: 0 auto;

}

div.colum1{
  width: 50%;
}

div.colum2{
  width: 50%;
  margin-bottom: 15px;
}

div.colum3{
  width: 50%;
}

div.colum4{
  width: 50%;
}


}
