@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body{
  margin: 0;
  padding: 0;
  background-image: url("../img/fondo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: black;

}
.base{
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 9em 0;
}
.redes{
  width: 25%;
  margin: 0 auto;
  font-family: "Roboto Bold";
	font-family: sans-serif;
  font-weight: bold;
}

.botones{
  margin-top: 20px;
}
.botones a{
  text-decoration: none;
  background: white;
  color: black;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px 0;
  border-radius:50px;
}
.botones a:hover{
  background: none;
  border: 2px;
  border-color: white;
  border-style: solid;
  color: white;
}
.footer-redes{
  width: 220px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50px;
}
.footer-redes a{
  width: 25px;
  display: block;
  float: left;
  opacity: 0.5;
}

.footer-redes a:hover{
  opacity: 1;
}
.footer-redes a img{
  width: 25px;
  height: 25px;
}
.ins-icon{
  margin-right: 40px;
  margin-left: 40px;
}
.face-icon{
  margin-right:40px;
}

@media only screen and (max-width: 1850px){

  .base{
    padding: 1em 0;
  }

  .redes{
    width: 30%;
  }

  .footer-redes{
    width: 220px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
  }
  .footer-redes a{
    width: 22px;
  }

  .footer-redes a:hover{
    opacity: 1;
  }
  .footer-redes a img{
    width: 25px;
    height: 25px;
  }
  .ins-icon{
    margin-right: 40px;
    margin-left: 40px;
  }
  .face-icon{
    margin-right:40px;
  }
}

@media only screen and (max-width: 1350px){
  .redes{
    width: 35%;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1050px){
  .redes{
    width: 40%;
    padding-top: 150px;
  }
}

@media only screen and (max-width: 900px){
  .redes{
    width: 50%;
    padding-top: 150px;
  }
}

@media only screen and (max-width: 700px){
  .redes{
    width: 60%;
    padding-top: 150px;
  }
}

@media only screen and (max-width: 600px){
  .redes{
    width: 90%;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 500px){
  .redes{
    width: 95%;
    padding-top: 120px;
  }
  .footer-redes{
    margin-bottom: 120px;
  }
}
