/*
 * Globals
 */
@font-face {
  font-family: 'Poppins';
  src: url(https://fonts.googleapis.com/css?family=Poppins);
  font-weight: normal;
  font-style: normal;

}

/* Links */

a,
a:focus {
  color: #fdfdfd;
}

a:hover {
  color: #6DDAF2;
}

/*
 * Base structure
 */

html,
body {
  font-family: 'Poppins';
  height: 100%;
  background: #492359 url("../img/bgwhite.png");
  background-repeat: no-repeat;
  background-size: 2000px;
}

body {
  display: flex;
  color: #ffffff;
}

.cover-container {
  max-width: 920px;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 0;
}

.logo {
  max-width: 300px;
  margin: 35px;
}


.date-info {
  max-width: 180px;
  margin-top: 65px;
  margin-right: 40px;
}

.programa {
  font-size: small;
  text-align: end;
}


/*
 * Footer
 */
.mastfoot {
  margin: 15px 0;
  text-transform: uppercase;
  color: white;
}

.mastfoot .sponsor-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #BF63A7;
  padding: 5px 5px;
  border-radius: 10px;
}

.mastfoot .sponsor-box2 {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

.mastfoot .sponsor-box img {
  max-width: 100%;
}

.mastfoot .fa {
  border-radius: 50px;
  width: 22px;
  height: 22px;
  padding: 0px;
  margin-left: 10px;
}

.mastfoot .social {
  padding: 0px;
}

.mastfoot .social li {
  display: inline-flex;
  text-align: center;
}

.mastfoot .fa-instagram {
  color: #ffffff;
}

.mastfoot .fa-facebook {
  color: #ffffff;
}

.mastfoot .fa-youtube-play {
  color: #ffffff;
}

.mastfoot .fa-flickr {
  color: #ffffff;
}

.mastfoot .fa-instagram:hover {
  background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mastfoot .fa-facebook:hover {
  color: #3b5998;
}

.mastfoot .fa-youtube-play:hover {
  color: #bb0000;
}

.mastfoot .fa-flickr:hover {
  color: #FF0084;
}

.edicoes-anteriores {
  padding-top: 10px;
  font-size: 0.8em;
  letter-spacing: 3px;
  margin-bottom: 5px;
  color: #BF63A7;
}

.edicoes-anteriores a {
  font-weight: normal;
  letter-spacing: 0px;
  color: #BF63A7;
}

/* Estilos para telas pequenas (até 600px de largura) */
@media (max-width: 600px)  {
  body {
    font-size: 14px;
    background-size: 720px;
  }

  .masthead{
    margin: 0;
    padding: 0;
  }

  .logo {
    display: block;
    align-items: center;
    max-width: 100px;
    margin: 20px auto;
  }

  .date-info {
    display: none;
  }
  
  .mastfoot .sponsor-box {
    margin: 5px 20px;
  }

  .edicoes-anteriores{
    padding: 0 50px 0 50px;
  }
}

/* Estilos para telas médias (601px a 1024px de largura) */
@media (min-width: 601px) and (max-width: 1024px) {
  body {
    font-size: 15px;
    background-size: 1024px;

  }

  .masthead{
    margin: 4rem 0 0 0;
    padding: 0;
  }

  .logo {
    display: block;
    align-items: center;
    max-width: 200px;
    margin: 20px auto;
  }

  .date-info {
    display: none;
  }

  .mastfoot .sponsor-box {
    margin: 5px 20px;
  }

  .edicoes-anteriores{
    padding: 0 50px 0 50px;
  }
}