@import url(index.css);
@import url(challenges.css);
@import url(games.css);
@import url(curiosities.css);

body {
  height: auto;
  background-color: #4A90E2;
  color: #333333;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden !important;
}

html {
  overflow-x: hidden !important;
}

.navbar-mainbg {
  background-color: #ffffff;
  width: 100%;
  padding: 0px;
}

#navbarSupportedContent {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}

#navbarSupportedContent ul li a i {
  margin-right: 10px;
}

#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}

#navbarSupportedContent ul li a {
  color: #4A90E2;
  text-decoration: none;
  font-size: 15px;
  display: block;
  transition-duration: 0.6s;
  position: relative;
}

#navbarSupportedContent ul li a:hover {
  color: white;
  background-color: #4A90E2;
  border-radius: 10px 0 50% 0;
}

#navbarSupportedContent ul li a.active {
  color: white;
  background-color: #4A90E2;
  border-radius: 10px 0 50% 0;
}

.titulo-secundario {
  height: auto;
  width: 95%;
  margin-left: 2%;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 600px) {

  #navbarSupportedContent ul li a {
    padding: 10px 8px;
  }

  .nav-enlaces { 
    height: auto;  
    margin-right: 10px;
    margin-bottom: -2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
 
  .foot-logo {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 601px) and (max-width:791px) {

  .nav-enlaces { 
    height: auto;  
    margin-right: 10px;
    margin-bottom: -2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #navbarSupportedContent ul li a {
    padding: 15px 10px;
  }

  .nav-enlaces {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  nav .nav-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .foot-logo {
    margin: 30px 0;
  }

  .footer-div {
    padding: 10px;
  }

  .footer-enlaces ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-enlaces li {
    margin: 10px 0;
  }
}

@media only screen and (min-width: 792px) {
  #navbarSupportedContent ul li a {
    padding: 20px 20px;
  }
}

footer {
  background-color: #ffffff;
  color: #3d7bee;
  padding: 0 0 20px 0;
  margin-top: -20px;
  text-align: center;
}

.footer-div {
  height: auto;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}

.footer-img-copy {
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.foot-logo {
  height: 60px;
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 50% 0;
  box-shadow: 0 2px 5px rgba(61, 60, 58, 0.1);
  background: #a8aaa810;
  backdrop-filter: blur(0.4rem);
  -webkit-backdrop-filter: blur(0.4rem);
}

.foot-logo h2 {
  color: #F5A623;
}

footer p {
  margin: 5px 0;
  color: #207fd8;
}

.footer-enlaces ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-enlaces li {
  margin: 5px 0;
}

.footer-enlaces a {
  color: #3255b4;
  text-decoration: none;
}

.footer-enlaces a:hover {
  text-decoration: underline;
}

.btn-suscripcion {
  background-color: #f1d885;
  color: #3a3939;
  font-weight: bold;
  padding: 0 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1em;
  display: flex;
  align-items: center;
}

.btn-suscripcion:hover {
  background-color: #e2970c;
}

.porfolio {
  height: auto;
  margin-bottom: 20px;
}

.porfolio p,
.porfolio a {
  color: #207ed1;
  text-align: center;
  margin: 8px 0;
}

.donate-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0288D1;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.donate-button:hover {
  background-color: #0277BD;
}
