* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body{
  position: relative;
  min-height: 100vh;
}

  .descripcion {
    background: #15376b;
    color: #ffff;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
  }
.table{
  top: 10px;
  position: relative;
}

.table th{
  text-align: center !important;
}

.table td{
  text-align: center !important;
}



  /* ESTILO AL FOOTER O PIE DE PÁGIMA */

.footer {
    margin: 0 auto;
    padding: 20px;
    background-color: #15376b;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }
  
  .footer-content {
    position: relative;
    margin-bottom: 20px;
  }
  
  .footer p {
    margin: 0;
    font-size: 15px;
  }
  
 .form-group input{
   font-size: 18px;
 }
.form-group label{
  font-size: 18px;
}



  /*--------------------------------------------------------------------------------
 ESTILOS RESPONSIVE 
 --------------------------------------------------------------------------------*/
 @media(min-width: 992px){
  body{
    max-width: 70%;
    margin: 0 auto;
    overflow-x: hidden;
  }

}
 @media (min-width: 700px){
    
.footer p {
  font-size: 25px;
}
.footer{
  width: 100%;
}

.social-icons i {
  font-size: 30px;
}
.social-icons{
  margin: 20px 0; 
}
@keyframes latido {
  0% { width:220px; height:220px; border:10px solid #a1bad3; }
  100% { width:280px; height:280px; border:10px solid transparent; }
}

  }

 
  
