      .footerTopFonts{
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:13px;
        line-height:22px;
        color:white;
      }
      
      
            
      .footerBottomFonts{
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:12px;
        line-height:17px;
        color:white;
        letter-spacing:0.03em;
        text-align:center;
      }
      
      .footerBottomFonts.bold{
       font-weight: 600;
      }
      
      
      .footer{
        display:flex;
        flex-direction:column;
        width:100%;
        background-color:black;
        align-items:center;
      }
      
      .footerTop{
        display:flex;
        width:100%;
        padding:96px 20px 61px 20px;
        justify-content:space-between;
        /*background-color:blue;*/
        justify-content:center;
      }
      
      .footerTopContainer{
        display:flex;
        width:100%;
        max-width:1136px;
        /*background-color:brown;*/
        justify-content:space-between;
      }
      
      .footerLogo{
        display:flex;
        width:230px;
        height:32px;
      }
      
      .footerLogo img{
        width:100%;
        object-position:center;
        object-fit:cover;
      }
      
      .footerCaja{
        display:flex;
        width:fit-content;
        flex-direction:column;
        /*background-color:purple;*/
      }
      
      .dir{
        max-width:278px;
      }
      
      .contacto{
        max-width:185px;
        gap:29px;
        /*background-color:pink;*/
      }
      
      .contacto .redesSpace{
        display:flex;
        width:fit-content;
        gap:22px;
        /*background-color:purple;*/
      }
      
      .red{
        display:flex;
        width:25.76px;
        height:25.76px;
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
      }
      
      .face{
        background-image:url("");
                  gap: 10px;
          background-color:transparent!important;
      }
      
      .insta{
        background-image:url("");
                  gap: 10px;
          background-color: transparent;
      }
      
      .correo{
        max-width:163px;
      }
      
      .footerLine{
        display:flex;
        width:100%;
        background-color:#616161;
        height:0.5px;
      }
      
      .footerBottom{
        display:flex;
        flex-direction:column;
        padding:56px 20px 74px 2px;
        gap:14px;
        /*background-color:purple;*/
        max-width:1121px;
      }


      


      @media(max-width:940px){



          .footerTopContainer{
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 15px;
          }

          .dir{
            width: 100%;
            max-width: none;
          }

          .contacto{
            flex-direction: row;
            max-width: none;
            align-items: center;
          }


      }

      @media(max-width:360px){
          .contacto{
            flex-direction: column;
            gap: 10px;
          }
      }



