     .footerTitle{
        font-family: 'futura-bold', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size:17px;
        line-height:18px;
        color:#B5C1C6;
      }
      
     
      
      .footer{
        display:flex;
        width:100%;
        flex-direction:column;
        background-color:red;
      }
      
      .footerArriba{
        display:flex;
        width:100%;
        padding:60px 60px 74px 60px;
        background-color:#114063;
        align-items:center;
        justify-content:center;
      }
      
      
      .footerContainer{
        display:flex;
        width:100%;
        max-width:1306px;
        /*background-color:green;*/
        justify-content:space-between;
      }
      
      .footerLogo{
        display:flex;
        width:219px;
        height:49px;
        /*background-color:black;*/
        flex-shrink:0;
        background-image:url("./imgs/footer/footer_logo.svg");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        flex-shrink: 0;
      }
      
      .footerContacto, .footerRedesSociales{
        display:flex;
        flex-direction:column;
        width:fit-content;
        /*background-color:pink;*/
        gap:32.5px;
        padding-top:10px;
      } 
      
      .footerDatosContacto, .footerDatosRedes{
        display:flex;
        gap:24px;
        width:fit-content;
        /*background-color:orange;*/
        align-items:center;
      }
      
      .footerContactoLine{
        all:unset;
        cursor:pointer;
        display:flex;
        gap:13px;
        width:fit-content;
        align-items:center;
        font-family: 'futura-medium', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:15px;
        line-height:20px;
        color:#BCC8CE;
      }
      
      .footerRed{
        all:unset;
        cursor:pointer;
        font-family: 'futura-medium', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:15px;
        line-height:20px;
        color:#BCC8CE;
      }
      
      .footerRed:hover{
        color:#EFD35E;
      }
      
      .footerIconWhats{
        display:flex;
        width:22.42px;
        height:22.43px;
        /*background-color:black;*/
        background-image:url("./imgs/footer/footer_whats.svg");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        flex-shrink: 0;
      }
      
      .footerIconMail{
        display:flex;
        width:23.6px;
        height:16px;
        /*background-color:grey;*/
         background-image:url("./imgs/footer/footer_correo.svg");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
      }
      
      .footerLineRedes{
        display:flex;
        height:16px;
        width:1px;
        background-color:#E6E6E6;
      }  
    
      .footerAbajo{
        display:flex;
        padding:24px 60px;
        justify-content:center;
        align-items:center;
        background-color:#265171;
        text-align:center;
         font-family: 'futura-medium', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:12px;
        line-height:29px;
        color:#BCC8CE;
        letter-spacing:0.05em;
      }

      @media(max-width:1120px){
        
        .footerArriba{
          padding: 60px 40px;
        }

        .footerDatosContacto{
          flex-direction: column;
          align-items: flex-start;
        }

      }

     @media(max-width:950px){


      .footerContainer{
        gap: 40px;
        justify-content: center;
      }

        .footerDatosRedes{
          flex-direction: column;
          align-items: flex-start;
          gap: 10px;
        }

        .footerLineRedes{
          display: none;
        }

      }


     @media(max-width:810px){


      .footerContainer{
        gap: 30px;
        flex-direction: column;
        align-items: center;
      }

      .footerContacto, .footerRedesSociales{
        align-items: center;
        text-align: center;
        gap: 15px;
      }


      .footerDatosContacto, .footerDatosRedes{
        align-items: center;
        text-align: center;
        flex-direction: row;
      }

      .footerTitle{
        text-align: center;
      }

      .footerArriba{
        padding: 35px 20px;
      }

      .footerAbajo{
        padding: 18px;
      }

      }

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


