* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

.smart-baby {
  text-align: center;
}

.logo-smart-baby {
  display: inline-block;
  width: 35%;
  padding: 0.9rem 0;
}

.text p {
  display: flex;
  text-align: center;
  color: white;
  padding: 0;
  font-size: 1rem;
}

.nuna,
.graco,
.joie {
  padding: 0;
}

.nuna,
.graco {
  background-color: #005a75;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nuna-img,
.joie-img,
.graco-img {
  padding: 0;
  margin: 0;
}

.img-fluid-lifestyle {
  padding: 0;
  margin: 0;
  width: 100%;
  height: -webkit-fill-available;
}

.joie {
  background-color: #a6535d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.botones button {
  border: 2px solid white;
  background-color: white;
  color: #005a75;
  border: none;
  font-size: 1rem;
  margin: 1.5rem 1.5rem;
  padding: 0.5rem 1.2rem;
  border-radius: 15px;
}

.botones-joie button {
  border: 2px solid white;
  background-color: white;
  color: #a6535d;
  border: none;
  font-size: 1rem;
  margin: 1.5rem 1.5rem;
  padding: 0.5rem 1.2rem;
  border-radius: 15px;
}

.botones button:hover {
  border: 1.5px solid white;
  background-color: #005a75;
  color: white;
}

.btn-joie:hover {
  border: 1.5px solid white;
  background-color: #a6535d;
  color: white;
}

.botones .botones-joie {
  margin-bottom: 1rem;
}

.content,
.aviso-legal,
.cookies {
  text-align: justify;
  padding: 0 2rem;
}

.footer-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

ul {
  display: flex;
  justify-content: end;
}

.logo {
  margin-top: 1rem;
}

/* Cookies */
.aviso-cookies {
  display: none;
  background: #fff;
  padding: 20px;
  width: calc(100% - 40px);
  max-width: 300px;
  line-height: 150%;
  border-radius: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  padding-top: 60px;
  box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, 0.25);
  text-align: center;
}

.aviso-cookies.activo {
  display: block;
}

.aviso-cookies .galleta {
  max-width: 100px;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
  margin-bottom: 15px;
}

.aviso-cookies .boton {
  width: 100%;
  background: #595959;
  border: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 15px 20px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease all;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}

.aviso-cookies .boton:hover {
  background: #000;
}

.aviso-cookies .enlace {
  color: #4dbfff;
  text-decoration: none;
  font-size: 14px;
}

.aviso-cookies .enlace:hover {
  text-decoration: underline;
}

.fondo-aviso-cookies {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.fondo-aviso-cookies.activo {
  display: block;
}

@media (max-width: 991.98px) {
  .botones button {
    background-color: white;
    color: #005a75;
    border: none;
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    border-radius: 15px;
    margin-top: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .botones-joie button {
    background-color: white;
    color: #a6535d;
    border: none;
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    border-radius: 15px;
    margin-top: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .logo {
    margin-top: 1rem;
    width: 60%;
  }

  .botones {
    margin-top: 0.3rem;
    margin-bottom: 0.7rem;
  }

  .botones-joie {
    margin-top: 0.3rem;
    margin-bottom: 0.7rem;
  }

  .logo-smart-baby {
    width: 45%;
  }

  .text p {
    display: none;
    text-align: center;
    padding: 0;
    font-size: 0.7rem;
  }

  .footer-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  ul {
    display: flex;
    justify-content: center;
  }

  .img-fluid-lifestyle {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .nuna,
  .graco,
  .joie {
    padding: 0;
  }

  .text p {
    padding: 0 2rem;
    font-size: 0.9rem;
    margin: 0;
  }

  .logo {
    width: 45%;
  }

  .botones {
    margin-top: 1rem;
  }

  .botones button {
    font-size: 1.1rem;
  }

  .logo-smart-baby {
    width: 25%;
  }

  .img-fluid-lifestyle {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }
}
