
      .footer{
        display:flex;
        width:100%;
        background-color:#155A68;
        justify-content:center;
        padding:67px 20px 57px 20px;
        gap:35px;
      }
      
      .footer .contenedor{
        display:flex;
        width:100%;
        flex-direction:column;
        max-width:1018px;
        /*background-color:green;*/
        gap:35px;
      }
      
      .footer .top{
        display:flex;
        width:100%;
        justify-content:space-between;
        gap:20px;
        /*background-color:darkblue;*/
      }
      
      .footer .logo{
        width:123px;
        height:123px;
        /*background-color:black;*/
        flex-shrink:0;
      }
      
      .footer .contacto{
        display:flex;
        max-width:400px;
        gap:21px;
        flex-direction:column;
        /*background-color:brown;*/
        color:white;
      }
      
      .footer .redesSpace{
        display:flex;
        gap:14px;
        flex-direction:column;
        /*background-color:grey;*/
        color:white;
        align-items: flex-end;
      }
      
      .footer .redes{
        display:flex;
        gap:10px;
      }
      
      .footer a.redSocial{
        text-decoration:none;
        cursor:pointer;
        width:34px;
        height:34px;
        /*background-color:black;*/
      }
      
      
      .footer .down{
        width:100%;
        display:flex;
        justify-content:flex-end;
        text-align:right;
        color:white;
        /*background-color:green;*/
        font-size:14px;
        line-height:20px;
        color:white;
        opacity:0.7;
        letter-spacing:0.03em;
      }
      
      .footer .titular{
        font-size:18px;
        line-height:22px;
        color:white;
      }
      
      .footer .textual{
        font-size:15px;
        line-height:22px;
        color:white;
      }
      
      .footer img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }