body{
  margin: 0;
  margin-bottom: 40px;
  background-color: #FAFAFA;
}
html {
  /* box-shadow: 3px 0px 2px 2px #58FA58; */
  /* background: red; */
   min-height: 100%;
   position: relative;
}
hr{
  background: #ffffff;
}
footer{
position:absolute;
height:0px;
bottom:0;
width: 100%;
background: rgba(13,107,169,1);
}

.titulo-footer{
  margin-bottom: 20px;
  color:#FFF;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 25px;
  text-align: center;

}
.direccion{
  font-weight: bold;
  display: block;
  margin-top: 5px;
  font-size: 16px;
  color: white;
}
.contactos{
  display: block;
  margin-top: 5px;
  font-size: 16px;
  color: white;
}
.facebook{
  width: 80px;
  height: 60px;
  border: 1px solid #FFF;
  border-radius: 10px;
  margin: auto;
 color: #FFF;
  margin-right: 10px;
}
.instagram{
  width: 80px;
  height: 60px;
  border-radius: 10px;
  margin: auto;
  background: #d6356b;
  color: #FFF;
  margin-right: 10px;
}
.youtube{
  width: 80px;
  height: 60px;
  border-radius: 10px;
  margin: auto;
 background: red;
 color: white;
  margin-right: 10px;
}
.footerConta{
  width: 100%;
  height:100%;
}
.hrfooter{
  background: rgba(13,107,169,1);
}
 .footer{
   /* padding: 6px; */
  background: rgba(13,107,169,1);
   width: 100%;
  /* height: 550px; */
}
.footerA{
  /* height: 250px;  */
  /* background: rgba(13,107,169,1); */
}

.Copyright{
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width:900px) {
  .antefooter{
  height:650px
  }

}
