@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Inconsolata:wght@300&family=League+Gothic&family=Zen+Kurenaido&display=swap');

/* font-family: 'Dela Gothic One', cursive;
font-family: 'Inconsolata', monospace;
font-family: 'League Gothic', sans-serif;
font-family: 'Zen Kurenaido', sans-serif; */

*{
  margin: 0;
  padding: 0;
}

main {
margin: 0;
padding: 0;
}

body{  
  color: #fff;
  background-color: #070e0e;
}


           /* header */


            /* main */
main {
  margin-left: 2%;
  display: grid;
  grid-template-columns: 60% 30%;
  grid-column-gap: 3%;
}


.main__welcome {
    padding-top: 25px;
  text-align: center;
  font-family: "Inconsolata";
  font-weight: bold;
}


.main__welcome h1 {
  font-size: 40px;
  
}
.radiolink{
  color: #fff;
  font-size: 45px;
}
            /* article */
article {
  box-shadow: 5px 7px 27px 5px #000000;
  border-radius: 6px;
  padding: 10;
  margin: 13px;
  align-items: center;
  text-align: center;
  background-color: #302423;
}

.feed{
  margin-top: 25px;
}
.feed_article {
  background-image: url(wallp.jpg);
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: 'Anek Malayalam', sans-serif;
}
.feed_article:hover{
   border:  1px solid  #003636;
}
.feed_article h2{
  background-color: #041111;
  width: 100%;
  border-radius: 6px;
}
article iframe {
  align-items: center;
}

.data {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  box-shadow: 5px 7px 27px 5px #000000;
  border-radius: 4px;
  padding: 10;
  margin: 30px;
  background-color: #001a1a;
  font-family: 'Anek Malayalam', sans-serif;
}

.data__fechas {
    box-shadow: 5px 7px 27px 5px #000000;
    text-align: center;
}
.data__fechas:hover{
    border:  1px solid  #008080;
}

.data__sponsor {
  background-color: #040404;
    box-shadow: 5px 7px 27px 5px #000000;
    text-align: center;
    align-items: flex-end;
    padding: 15px 0px;
}
.data__sponsor:hover{
    border:  1px solid  #008080;
}
.data__sponsor img{
  height: 75px;
  width: 75px;
}

        /* Galeria de imagenes */
.galery {
display: grid;
grid-template-columns: 31% 31% 31%;

}

.galery-card {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  box-shadow: 5px 7px 27px 5px #000000;
  border-radius: 4px;
  padding: 10;
  margin: 3px;
  background-color: #001a1a;
  font-family: 'Anek Malayalam', sans-serif;
}
.galery-card:hover{
border: 1px solid  #008080;
}
.galery-card img{
  height: 100%;
  ;
}
            /* footer */

footer {
  width: 100%;
  text-align: center;
  font-family: "Inconsolata";
   background-color: #061414;
  text-align: right;
  color: rgb(177, 81, 81);
}
footer:hover{
  border:  1px solid  #008080;
}
.navbar{
  background-color: #050808;

}
.nav-link{
  color: #ecd81d;

}

.nav-link{
  color: #ecd81d;

}
.active {
  color: #db2424;
  font-weight: 600;
}

.active :visited{
  color: #be2626;

}

.mainButton{
font-weight: bolder;
display: inline-block;
background-color: #005a1e;
border: 2px solid #007427;
color: #ffffff;
width: 100%;
font-weight: 800;
font-size: 1.5em;
border-radius: 4px;
text-align: center;
line-height: 28px;
padding: 0.4em;
text-decoration: none;
margin-top: 19px;
box-shadow: 5px 7px 27px 5px #000000;
}

.data__redes{
  display: flex;
  padding: 10px;
  justify-content: space-around;
}
.data__redes img{
  margin: 0px 10px;
  width: 45px;
}
.data__redes img:hover{
  border:  1px solid  #008080;
}

.center-text{
  text-align: center;
}



            /* media querrys */


@media (max-width: 768px) {
  main {
    display: flex;
    flex-direction: column;  }
  header nav {
      width: 100%-40px;
      margin-left: 60px;
      }
  .header__logo {
      height: 40px;
      padding: 5px 10px;}
    iframe {
        height: 168px;
        width: 300px;}
  .galery {
    grid-template-columns: 50% 50%;
  }
  li { padding: 3px;
    margin-left: 30px;
    font-size: 15px;
    padding: 6px 7px;
    margin: 10px 3px;
  }
  .mainButton{
    padding: 1em 0.4em;
  }
  }

