    .footerTopTitle{
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:17px;
        line-height:20px;
        letter-spacing:-0.015em;
        color:white;
      }
      
      .footerTopText{
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:17px;
        line-height:20px;
        color:white;
      }
      
       .footerBottomTitle{
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:16px;
        line-height:18px;
        letter-spacing:-0.015em;
        color:white;
      }
      
      .footerBottomText{
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:15.47px;
        line-height:18px;
        letter-spacing:0.01em;
        color:white;
        max-width:1143px;
      }
      
      .footerBottomCetia{
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:11px;
        line-height:11px;
        letter-spacing:0.01em;
        color:rgb(192, 196, 207);
        /*padding-top:29px;*/
      }
      
      a.footerLogo{
        display:flex;
            width: 277.2px;
height: 72.72px;
        /*background-color:black;*/
      }
      
      .footer a.footerLogo img{
        width:100%;
        object-fit:cover;
        object-position:center;
      }
      
      a.footerLlamada{
        all:unset;
        cursor:pointer;
        display:flex;
        width:23px;
        height:23px;
        /*background-color:black;*/
        background-image:url("./imgs/footer/footer_llamada.png");
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        flex-shrink:0;
      }

      a.footerCorreo{
        all:unset;
        cursor:pointer;
        display:flex;
        width:26.17px;
        height:19px;
        /*background-color:black;*/
        background-image:url("./imgs/footer/footer_correo.png");
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        flex-shrink:0;
      }
      
      a.footerPlace{
        all:unset;
        cursor:pointer;
        display:flex;
        width:19px;
        height:25px;
        /*background-color:black;*/
        background-image:url("./imgs/footer/footer_place.png");
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        flex-shrink:0;
      }
      
      a.footerFace{
        all:unset;
        cursor:pointer;
        display:flex;
        width:25.76px;
        height:25.76px;
        /*background-color:black;*/
        background-image:url("./imgs/footer/footer_face.png");
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        flex-shrink:0;
      }
      
       a.footerInsta{
        all:unset;
        cursor:pointer;
        display:flex;
        width:25.76px;
        height:25.76px;
        /*background-color:black;*/
        background-image:url("./imgs/footer/footer_linkedin.png");
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        flex-shrink:0;
      }
      
      
      .footer{
        display:flex;
        flex-direction:column;
        width:100%;
        background-color:#00238D;
        justify-content:center;
        align-items:center;
      }
      
      .footerTop{
        display:flex;
        width:100%;
        max-width:1158px;
        justify-content:space-between;
        padding:77px 20px;
        /*background-color:purple;*/
      }
      
      .footerContenido{
        display:flex;
        flex-direction:column;
        width:100%;
        gap:19px;
        /*background-color:green;*/
      }
      
      .footerContenido.contacto{
          max-width:281px;
      }
      
      .footerContenido.direccion{
          max-width:383px;
      }
      
      
      .footerData{
        display:flex;
        gap:21px;
        align-items:center;
        /*background-color:grey;*/
      }
      
      
      .footerContenido.direccion .footerData{
        align-items:flex-start;
      }
      
      .footerContenido.direccion .footerData p{
        padding-top:4px;
      }
      
      .footerLine{
        display:flex;
        width:100%;
        background-color:#6760C1;
        height:0.2px;
      }
      
      .footerBottom{
        display:flex;
        width:100%;
        padding:20px 20px 20px 20px;
        /*background-color:darkblue;*/
        flex-direction:column;
        gap:9px;
        text-align:center;
        align-items:center;
      }
      

      .footerContenido.direccion .footerData .footerTopText{
  text-decoration: none;
}



@media(max-width:1097px){

  .footer{
    align-items: center;
    
  }

.footerTop{
  padding: 70px 35px;
  text-align: center;
  align-items: center;
}

.footerTop{
  flex-direction: column;
  gap: 40px;
  width: fit-content;

}

.footerData{
  gap: 18px;
}

.footerTopText{
  font-size: 15.5px;
}

.footerContenido.contacto{
  align-items: left;
  padding-top: 10px;
  gap: 15px;
  align-items: center;
}

.footerContenido.direccion{
  text-align: center;
    gap: 15px;
    align-items: center;
    max-width: 80%;
}

/*a.footerPlace{
  display: none;
}*/


.footerContenido.direccion .footerData{
  max-width: none;
  gap: 15px;
  flex-direction: column;
  align-items: center;
}



}


@media(max-width:700px){


.footerTop{
  padding: 40px 20px;
  gap: 40px;
}

.footerContenido.direccion{
  max-width: none;
  gap: 15px;
}

.footerContenido.contacto{
  max-width: none;
  gap: 15px;
}

.footerBottom{
  padding: 25px 10px;
}


}

