.hidden{
    display: none;
 }
 
 .data {
     font-size: 22px;
     margin: .2% 0;
 }
 
.titulo{

    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;

    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-family: 'Tapestry', cursive;
 }
 .data-field {
     font-size: 18px;
     margin: .2% 0;
     padding: 10px;
 }

 .pie-pag{

    width: 100%;
    background-color: #00008B	;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-family: 'Tapestry', cursive;
    color: #fff;
 }

 .pie-pag .group-1{
    width: 100%;
    max-width: 1200px;
    margin:auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding: 35px 0px;

 }


 .pie-pag .group-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .pie-pag .group-1 .box figure img{
    width: 350%;
 }

 .pie-pag  h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
 }

 .pie-pag p {
    color: #fff;
    margin-bottom: 1px;
 }

 .pie-pag  .red-social a{
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
 }

 @media only screen and (max-width: 600px) {

   .pie-pag{
      font-size: 16px;
   }

 
     
}
