  
      .footerImportante{
        font-family: "gill-sans-nova", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size:19.5px;
        letter-spacing:0.09em; /*em*/
        line-height:; /*px*/
        color:white;
        text-align:center;
      }
      
      .footerWrapper{
        display:flex;
        padding:70px;
        width:100%;
        background-color:#6D0D1D;
        justify-content:center;
        align-items:center;
      }
      
      .footer{
        display:flex;
        width:100%;
        max-width:340px;
        gap:37.65px;
        justify-content:center;
        align-items:center;
      }
      
      .footerLogo{
        display:flex;
        width:107.435px;
        height:107.435px;
        background-image:url('./imgs/logo_circular.png');
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        /*background-color:black;*/   
        flex-shrink:0;
      }
      
      .footerContact{
        justify-content:center;
        align-items:center;
        display:flex;
        width:100%;
        flex-direction:column;
        gap:14px;
      }
      
      .footerRedes{
        display:flex;
        width:100%;
        justify-content:space-between;
      }
      
      .facebook{
        display: flex;
        width:13.3953px; 
        height:22.8515px;
        background-image:url("./imgs/facebook.png");
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        /*background-color:black;*/   
      }
      
      .instagram{
        display: flex;
        width:24.3495px; 
        height:22.8515px;
        background-image:url('./imgs/instagram.png');
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        /*background-color:black;*/   
      }

      .linkedin{
        display: flex;
        width:22.4503px;
        height:22.8515px;
        background-image:url('./imgs/linkedin.png');
         background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        /*background-color:black;*/       
      }
      
      .tiktok{
        display: flex;
        width:20.6386px;
        height:22.8515px;
        background-image:url('./imgs/tiktok.png');
         background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        /*background-color:black;*/       
      }
      
      .twitter{
        display: flex;
        width:22.9015px;
        height:22.8515px;
        background-image:url('./imgs/twitter.png');
         background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
       /*background-color:black;*/         
      }