:root {
  --color-principal: #111E3F;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
}

.footer {
  display: flex;
  align-items: space-between;
  justify-content: center;
  flex-wrap: nowrap;
  background-color: var(--color-principal);
  color: white;
  padding: 40px 0;
  flex-direction: row;
  height: 475px;

  @media (max-width: 992px) {
    height: 75vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  @media (max-width: 525px) {
    height: 85vh;
  }

  
  @media (max-width: 375px) {
    height: 105vh;
  }

}

.container-footer {
  margin-top: 50px;
  max-width: 1200px;

}

.footer p {
  color: white;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;

  @media (max-width: 992px) {
    text-align: center !important;
  }
}

.footer div {
  @media (max-width: 992px) {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .texto-cordoba {
    justify-content: center !important;
  }

  img {
    margin: 20px auto;
  }
}