* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  width: 100%;
  height: 80px;
}

#navbar-pinterest {
  position: fixed;
  background-color: white;
  width: 100%;
  height: 80px;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 999;
}

#pinterest-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

#pinterest-icon:hover {
  cursor: pointer;
  background: #ececec;
  border-radius: 100%;
}

.contendor-btnInicio {
  width: 73px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btninicio {
  color: white;
  background-color: black;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.iconobtninicio {
  display: none;
}

.contendor-btnHoy {
  width: 64px;
  height: 48px;
}

.btnhoy {
  background-color: transparent;
  color: black;
  font-size: 16px;
  font-weight: 700;
  border: none;
}

.contendor-btnHoy:hover {
  cursor: pointer;
  background: #ececec;
  border-radius: 40%;
}

button {
  width: 100%;
  height: 100%;
}

.contendor-buscar {
  width: 1120px;
  height: 48px;
  display: flex;
  background: #ececec;
  border-radius: 40px;
  margin-left: 6px;
  margin-right: 6px;
}

.iconobuscar {
  width: 40px;
  height: 100%;
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.finder {
  border: none;
  background: none;
  outline: none;
  text-decoration: none;
  color: black;
  font-size: 15px;
}

.contendor-iconos {
  width: 168px;
  height: 48px;
  display: flex;
}

.contendor-icono-notificacion {
  width: 48px;
  height: 48px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contendor-icono-notificacion:hover {
  cursor: pointer;
  background: #ececec;
  border-radius: 100%;
}

#notifications {
  width: 24px;
  height: 24px;
}

.circulorojo {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  position: relative;
  bottom: 36px;
  left: 12px;
  background-color: #e60023;
}

p {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 12px;
  padding-top: 3px;
}

#message {
  width: 48px;
  height: 48px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#message:hover {
  cursor: pointer;
  background: #ececec;
  border-radius: 100%;
}

#profile-img {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#profile-img:hover {
  cursor: pointer;
  background: #ececec;
  border-radius: 100%;
}

.fotoperfil {
  border-radius: 100%;
}

.contendor-icono-flecha {
  width: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flecha {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flecha:hover {
  cursor: pointer;
  background: #ececec;
  border-radius: 100%;
}

.galeria {
  columns: 6;
  column-gap: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.card {
  margin-bottom: 10px;
}

.galeria .card {
  width: 100%;
  overflow: hidden;
}

.galeria .card img {
  max-width: 100%;
}

.card figure {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}

.card figure img {
  width: 100%;
  height: 100%;
  transition: all 500ms ease-out;
}

img {
  border-radius: 5%;
}

.card-image {
  width: 100%;
  height: 100%;
  border-radius: 5%;
  position: absolute;
  top: 48.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
  transition-duration: 0.3s;
  background: rgba(0, 0, 0, 0.3);
  cursor: zoom-in;
}

.card-image:hover {
  opacity: 1;
}

.card-image .head-card-imagen {
  width: 100%;
  position: fixed;
  margin-top: 12px;
  padding-right: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btnGuardar {
  width: 92.86px;
  height: 48px;
  padding: 12px 16px;
}

.card-image .head-card-imagen .btnGuardar {
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: white;
  background-color: #e60023;
  cursor: pointer;
}

.card-image .head-card-imagen .btnGuardar:hover {
  background-color: #ad081b;
}

.card-image .foot-card-imagen {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
}

.card-image .foot-card-imagen .btnDestino {
  width: 127;
  height: 33px;
  border-radius: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #111111;
  background-color: #ffffffcc;
  cursor: pointer;
}

.card-image .foot-card-imagen .btnDestino:hover {
  background-color: white;
}

.fondoDestino {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

.fondoiconos {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #ffffffcc;
  cursor: pointer;
}

.fondoiconos:hover {
  background-color: white;
}

span {
  padding-right: 8px;
  font-weight: 500;
}

.card-image .foot-card-imagen .btnDestino span {
  overflow: hidden;
}

.contendor-btnFlotantes {
  width: 72px;
  height: 128px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 16px;
}

.btnMas {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: white;
  margin-bottom: 8px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnMas:hover {
  cursor: pointer;
  background: #ececec;
  border-radius: 100%;
}

.btnPregunta {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: white;
  margin-bottom: 8px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnPregunta:hover {
  cursor: pointer;
  background: #ececec;
  border-radius: 100%;
}

/* ------------------------------------------------------------------------------- */

@media (max-width: 1200px) {
  .galeria {
    columns: 3;
  }
}

@media (max-width: 768px) {
  .galeria {
    columns: 2;
  }

  #pinterest-icon {
    width: 120px;
    margin-right: 10px;
  }

  .contendor-btnInicio {
    width: 200px;
  }

  .contendor-btnInicio:hover {
    border-radius: 30%;
    background: #ececec;
  }

  .button {
    width: 50%;
  }

  .btninicio {
    color: black;
    background-color: transparent;
    border: none;
    width: 20px;
  }

  .iconobtninicio {
    width: 24px;
    height: 24px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contendor-btnHoy {
    width: 0px;
    height: 0px;
  }

  .btnhoy {
    font-size: 0px;
  }

  .contendor-buscar {
    width: 340px;
    height: 48px;
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
  }

  .iconobuscar {
    width: 48px;
    height: 100%;
  }

  .iconobuscar:hover {
    cursor: pointer;
    background: #ececec;
    border-radius: 100%;
  }

  .finder {
    border: none;
    background: none;
    outline: none;
    text-decoration: none;
    color: black;
    font-size: 16px;
    width: 0px;
  }
}
