@import url("https://fonts.googleapis.com/css2?family=Playwrite+DK+Loopet:wght@100..400&display=swap");

:root {
  --color-fondo: #fff0f5;
  --color-texto: #2e2e2e;
  --color-destacado: #e75480;
  --color-secundario: #ffd700;
  --color-acento: #c71585;
  --color-nav-bg: #c71585;
  --color-nav-text: #fff0f5;
  --color-footer-bg: #2e2e2e;
  --color-footer-text: #ffd700;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f5f0e6;
}

h1,
h4,
p,
li {
  font-family: "Playwrite DK Loopet", cursive;
}
h {
  font-family: sans-serif;
}

nav,
footer {
  font-family: "Playwrite DK Loopet", cursive;
}

nav {
  border-bottom: 2px solid black;
}

main {
  flex-grow: 1;
}

.img-category {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.wh-css {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.img-cuadrada {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.zoom-hover {
  transition: transform 0.3s ease;
}

.zoom-hover:hover {
  transform: scale(1.07);
}

.img-ingredientes {
  width: 100%;
  height: 500px;
}

.page404-css {
  width: 600px;
  height: 600px;
}

@media (max-width: 767px) {
  .page404-css {
    width: 350px;
    height: 350px;
  }
}

.color-body {
  background-color: rgb(255, 228, 196);
}

.imagen-grilla {
  height: 200px; /* o el alto que prefieras */
  object-fit: cover;
  width: 100%;
}

/*Cambios y pruevas */

.Efectito {
  border: 2px solid white;
  width: 100%;
  height: auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 4px 6px rgba(0, 0, 0, 0.2);
}

.Img-top {
  transition: 0.3s;
  &:hover {
    transform: translateY(-6px);
  }
}

.cards {
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: 600ms;
  &:hover {
    transform: scale(1.03);
    transition: 600ms;
  }
}

.Sombra {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 4px 6px rgba(0, 0, 0, 0.2);
}

/*nuevos*/
.cardc {
  width: auto;
  height: 294px;
  border-radius: 8px;
  background: #f5f5f5;
  position: relative;
  padding: 5px;
  border: 2px solid #c3c6ce;
  transition: 0.5s ease-out;
  overflow: visible;
}

.card-details {
  color: black;
  height: 100%;
  gap: 0.5em;
  display: grid;
  place-content: center;
}

.card-button {
  transform: translate(-50%, 125%);
  width: 60%;
  border-radius: 1rem;
  border: none;
  background-color: #222324;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}

.text-bodyc {
  color: rgb(134, 134, 134);
}

/*Text*/
.text-titlec {
  font-size: 1.5em;
  font-weight: bold;
}

/*Hover*/
.card-button:hover {
  color: #3498db;
}

.cardc:hover {
  border-color: #0b1c2eb4;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.25);
}

.cardc:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
}

.card-image {
  width: 100%;
  height: 230px;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}

.OVH {
  border-radius: 8px 8px 0 0;
}

/*opciones recetas*/

.circle {
  border: 2px solid black;
  width: 100%;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 100%;
}

/*cards redondas a cuadradas e imagenes*/

.img-options {
  max-width: 230px;
  min-width: 200px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  transition: 600ms;
  &:hover {
    border-radius: 30px;
    transition: transform 0.6s ease;
    transition: 600ms;
  }
}

.div-options {
  width: 230px;
  height: auto;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

/*.vermas {
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  font-size: 25px;
  color: #454545b9;
  text-decoration: none;
  font-family: "Playwrite DK Loopet", cursive;
  transition: color 0.3s ease;
  &:hover {
    cursor: pointer;
    color: #39638d;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease;
  }
}
*/

/*@media all and (max-width:767px) {
  .img-options{
    width: 230px;
  }
}
*/

.text {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  font-size: 25px;
  color: #454545b9;
}

.img-options:hover + .text {
  color: #222324;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

.baner {
  background-image: url("https://images.pexels.com/photos/4099123/pexels-photo-4099123.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"); /* Poné acá la ruta de tu imagen */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #f5f0e6;
  /* Opcional: para que el div tenga altura y se note el fondo */
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

/*Botones navbar*/
.logo {
  display: block;
  max-height: 190px;
  width: auto;
}

/*login*/

.form-container {
  width: 320px;
  border-radius: 0.75rem;
  background-color: rgba(17, 24, 39, 1);
  padding: 2rem;
  color: rgba(243, 244, 246, 1);
}

.title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.form {
  margin-top: 1.5rem;
}

.input-group {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-group label {
  display: block;
  color: rgba(156, 163, 175, 1);
  margin-bottom: 4px;
}

.input-group input {
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid rgba(55, 65, 81, 1);
  outline: 0;
  background-color: rgba(17, 24, 39, 1);
  padding: 0.75rem 1rem;
  color: rgba(243, 244, 246, 1);
}

.input-group input:focus {
  border-color: rgba(167, 139, 250);
}

.forgot {
  display: flex;
  justify-content: flex-end;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(156, 163, 175, 1);
  margin: 8px 0 14px 0;
}

.forgot a,
.signup a {
  color: rgba(243, 244, 246, 1);
  text-decoration: none;
  font-size: 14px;
}

.forgot a:hover,
.signup a:hover {
  text-decoration: underline rgba(167, 139, 250, 1);
}

.sign {
  display: block;
  width: 100%;
  background-color: rgba(167, 139, 250, 1);
  padding: 0.75rem;
  text-align: center;
  color: rgba(17, 24, 39, 1);
  border: none;
  border-radius: 0.375rem;
  font-weight: 600;
}

.social-message {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}

.line {
  height: 1px;
  flex: 1 1 0%;
  background-color: rgba(55, 65, 81, 1);
}

.social-message .message {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(156, 163, 175, 1);
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icons .icon {
  border-radius: 0.125rem;
  padding: 0.75rem;
  border: none;
  background-color: transparent;
  margin-left: 8px;
}

.social-icons .icon svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: #fff;
}

.signup {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(156, 163, 175, 1);
}

/*Video de index*/

.video-css {
  width: 100%;
  height: auto;
  max-height: 330px;
  object-fit: cover;
  display: block;
}

.form-check-input:checked {
  background-color: #201b1b;
  border-color: #000;
}
