@charset "UTF-8";
/* reset */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

/* font */
/* font-family: "Lora", serif;*/
body {
  font-family: "Lora", serif;
}

header {
  width: 100%;
  height: auto;
  display: flex;
  border: 1px solid black;
  position: sticky;
  top: 0px;
}
header nav {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 2%;
  padding: 0px;
  background-color: #4f959d;
}
header nav a img {
  width: 70%;
  height: auto;
}
header nav h1 {
  width: 75%;
  height: auto;
  display: flex;
  justify-content: end;
  font-size: 2rem;
  line-height: 100%;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  color: black;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 6%;
}
header nav ul li a:hover {
  text-decoration: underline;
}

/* Estilos del main general */
main {
  background-color: #f6f7e7;
  /* Estilos de Ofertas - Almacén - Panaderia */
}
main h2 {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  padding: 1.5rem;
  text-decoration: underline;
}
main h3 {
  color: red;
  font-size: 2.5rem;
  font-style: normal;
  margin: 1% 0;
  padding-left: 30px;
  text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.6);
}
main p {
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  padding-top: 10px;
}
main ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
}
main ul a {
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
main .ofertas-resaltadas {
  background-color: yellow;
  width: 20%;
  height: auto;
  text-align: center;
  margin-left: 10%;
  margin-top: 2.5%;
}
main .ofertas-resaltadas h3 {
  padding: 0%;
}
main img {
  width: 250px;
  height: auto;
  transition: 200ms;
}
main img:hover {
  translate: 0 -10px;
}
main .productos {
  margin: 2% 0;
}
main .cajita {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 2%;
}
main .cajita p {
  font-weight: bold;
  font-size: 1.5rem;
}
main .cajita input {
  background-color: #4f959d;
  width: 170px;
  height: 50px;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: bold;
  border: unset;
  cursor: pointer;
}
main .img_shadow {
  box-shadow: -10px 10px 13px -3px rgba(0, 0, 0, 0.58);
  border-radius: 10%;
}
main .carrusel {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-around;
}
main .caja-contacto {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: 60px repeat(5, 90px);
  grid-template-areas: "contacto1 contacto2" "formulario ubicacion" "formulario ubicacion" "formulario ubicacion" "formulario ubicacion" "formulario ubicacion";
  justify-items: center;
  padding: 20px 0;
  /* Estilos de Contactos */
}
main .caja-contacto h2 .contacto1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
main .caja-contacto .formulario {
  width: 100%;
  height: auto;
  grid-column: 1/2;
  grid-row: 2/7;
  display: grid;
  flex-direction: column;
}
main .caja-contacto .formulario .nombre, main .caja-contacto .formulario .mensaje, main .caja-contacto .formulario .motivo, main .caja-contacto .formulario .email, main .caja-contacto .formulario .apellido {
  width: 100%;
  height: auto;
  align-content: center;
  padding-left: 5%;
}
main .caja-contacto .formulario .nombre label, main .caja-contacto .formulario .mensaje label, main .caja-contacto .formulario .motivo label, main .caja-contacto .formulario .email label, main .caja-contacto .formulario .apellido label {
  display: inline;
  width: 100%;
  font-size: 2rem;
}
main .caja-contacto .formulario .nombre input, main .caja-contacto .formulario .mensaje input, main .caja-contacto .formulario .motivo input, main .caja-contacto .formulario .email input, main .caja-contacto .formulario .apellido input {
  width: 75%;
  height: 30px;
  border-radius: 5px;
  font-size: 1.5rem;
}
main .caja-contacto .formulario .motivo .selector-motivo {
  font-size: 2rem;
}
main .caja-contacto .formulario .mensaje textarea {
  width: 75%;
  height: 30%;
  border-radius: 5px;
}
main .caja-contacto .formulario .boton_enviar {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: lightblue;
  width: 75%;
  height: auto;
  border-radius: 10px;
  font-size: 2rem;
}
main .caja-contacto .ubicacion {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 500%;
}

/* Estilos del Footer*/
footer {
  background-color: #4f959d;
  display: flex;
  justify-content: end;
  flex-direction: row;
  align-items: center;
  text-align: center;
  padding: 0.3% 0;
  border: 1px solid black;
}
footer .textofooter {
  display: flex;
  padding-top: 7px;
}
footer .textofooter p {
  display: flex;
  text-align: center;
  font-size: 1.3rem;
}
footer .imagenig, footer .imagenfb {
  display: flex;
  justify-content: center;
  width: 5%;
  height: 5%;
}
footer .imagenig a, footer .imagenfb a {
  display: flex;
  justify-content: center;
}
footer .imagenig a .imagen-footer, footer .imagenfb a .imagen-footer {
  width: 50%;
  height: auto;
  padding: 0;
}
/* Estilos de las mediaquery*/
@media (max-width: 480px) {
  main .caja-contacto {
    display: flex;
    flex-direction: column;
  }
  main .caja-contacto .formulario .nombre input, main .caja-contacto .formulario .apellido input, main .caja-contacto .formulario .email input, main .caja-contacto .formulario .motivo input, main .caja-contacto .formulario .mensaje input {
    height: 75%;
  }
  main .caja-contacto .formulario .apellido input {
    height: 75%;
  }
  main .caja-contacto .formulario .email input {
    height: 75%;
  }
  main .caja-contacto .formulario .motivo input {
    height: 75%;
  }
  main .caja-contacto .formulario .mensaje textarea {
    height: 75%;
  }
  main .caja-contacto .ubicacion {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 300px;
  }
  footer {
    display: flex;
    justify-content: center;
  }
  footer .imagenfb {
    width: 15%;
    height: 75%;
  }
  footer .imagenig, footer .imagenfb {
    width: 15%;
    height: 75%;
  }
}
@media (min-width: 481px) and (max-width: 769px) {
  main .caja-contacto {
    display: flex;
    flex-direction: column;
  }
  main .caja-contacto .formulario .nombre input, main .caja-contacto .formulario .apellido input, main .caja-contacto .formulario .email input, main .caja-contacto .formulario .motivo input, main .caja-contacto .formulario .mensaje input {
    height: 75%;
  }
  main .caja-contacto .formulario .apellido input {
    height: 75%;
  }
  main .caja-contacto .formulario .email input {
    height: 75%;
  }
  main .caja-contacto .formulario .motivo input {
    height: 75%;
  }
  main .caja-contacto .formulario .mensaje textarea {
    height: 75%;
  }
  main .caja-contacto .ubicacion {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 500px;
  }
  footer {
    display: flex;
    justify-content: center;
  }
  footer .imagenfb {
    width: 15%;
    height: 60%;
  }
  footer .imagenig, footer .imagenfb {
    width: 15%;
    height: 60%;
  }
}

/*# sourceMappingURL=estilos.css.map */
