/*mixvar*/
/*mixin_galeria_tematica*/
/*map-get + mixin + anidacion - pages comentarios*/
/*map-get + mixin + anidacion - pages nosotros*/
/*map-get-subpages*/
/*mixin_sub_page*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&family=Roboto:ital,wght@0,100;0,300;0,500;0,900;1,400&display=swap");
/*Fonts styles nav*/
/*Fonts styles Titulos main*/
/*Fonts styles Titulos main resposive max 768 /1024*/
/*Fonts styles Titulos intermedios*/
/*Font styles Footer*/
/*Fonts styles pages recetarios - galeria tematica*/
/*sub titulos pages recetarios - galeria tematica*/
/*Textos pages recetarios - galeria tematica*/
/*Textos <p> pages recetarios - galeria tematica*/
/*--boton todas las pages--*/
.boton_generico, .boton_main,
.boton_card {
  border: solid 2px #b73413;
  margin-top: 1px;
  font-family: "Caveat", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

.boton_main {
  -webkit-text-stroke: 0.1px black;
}

.boton_card {
  border: solid 1px black;
  font-weight: 200;
}

@media (min-width: 768px) {
  .boton_main {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .boton_main {
    font-size: 35px;
    padding: 3;
  }
}
/*--nav bar todas las pages y sub pages--*/
.paddingTB {
  padding-top: 50px;
  padding-bottom: 50px;
}

.col-lg-12,
.col-lg-6 {
  padding-right: 0;
  padding-left: 0;
}

.paddingT {
  padding-top: 50px;
}

.centrar {
  text-align: center;
}

.paddingLR {
  padding-left: 10px;
  padding-right: 10px;
}

#navbarNavAltMarkup a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
}

#navbarNavAltMarkup a:hover:not(.active) {
  border-bottom: solid 3px white;
  transition: 0.5s;
}

.navbar-toggler {
  background-color: beige;
  font-size: 0.5rem;
}

.navbar-toggler-icon {
  width: 2.5em;
  height: 2.5em;
}

.logo_cucina {

  height: 40px;
}

@media (min-width: 768px) {
  .logo_cucina {
    width: auto;
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .logo_cucina {
    height: 70px;
  }
}
@media (min-width: 5100px) {
  .logo_cucina {
    height: 100px;
  }
  #navbarNavAltMarkup a {
    font-size: 30px;
  }
}
/**-----ANIMACION LOGO-----**/
.logo_cucina {
  display: inline-block;
  margin: 0 0.5rem;
  animation: backInLeft;
  animation-duration: 1.8s;
}

/**----------------------**/
/* vista desktop */
@media only screen and (min-width: 1024px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}
/*--Footer todas las pages y sub pages--*/
#footer_boot {
  background-color: black;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
}

#icono_footer {
  font-size: 25px;
  color: #fff;
  padding: 10px;
}

.icono_footer a {
  text-decoration: none;
  color: white;
  margin: 10px;
  font-size: 25px;
}
.icono_footer a i:hover {
  color: orangered;
  transform: scale(1.1);
  transition: ease-in-out 0.1s;
}

/*Pages*/
/****** INICIO PAGINA PRINCPAL (INDEX) ******/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 0%;
  padding: 0%;
}

#grid_index {
  display: grid;
  grid-template-areas: "cabecera" "principal" "novedades" "footer";
}

/*main*/
main {
  grid-area: principal;
}

#main_principal {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../imagenes/MoviTierra-17.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: unset;
  background-position: center;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.text_main h1 {
  font-family: "Caveat", cursive;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
}

.text_main h3 {
  font-family: "Caveat", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  color: #f2f5f8;
}

.text_main {
  animation: fadeInUp;
  animation-duration: 3s;
}

/*Novedades*/
.card_content {
  padding: 1%;
}

.title_novedades {
  text-decoration: none;
  justify-content: center;
  display: flex;
  text-align: center;
  margin: auto;
  font-size: 20px;
  color: black;
  font-weight: 550;
  font-family: font-family-titulos-itermedios;
  padding: 2%;
}

.title_novedades h3 {
  font-family: font-family-titulos-itermedios;
  font-style: bold;
  font-weight: 550;
  margin-top: 1%;
}

.fondo_content {
  background-color: #eee;
}

.col img {
  width: 100%;
  height: 100%;
  max-width: 30rem;
  max-height: 35rem;
  margin: auto;
  padding-bottom: 10px;
}

.img_footer{
  width: 20%;
  height: 20%;
}
@media (min-width: 768px) {
  #grid_index {
    grid-template-areas: "cabecera cabecera cabecera" "principal principal principal" "novedades novedades" "footer footer";
  }
  .text_main h1 {
    -webkit-text-stroke: 1px #9a2609;
    font-size: 60px;
    font-style: bold;
  }
  .text_main h3 {
    -webkit-text-stroke: 1px #9a2609;
    font-size: 50px;
    font-style: bold;
  }
  .title_novedades h3 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .title_novedades {
    padding: 0%;
  }
  .text_main h1 {
    font-size: 80px;
  }
  .text_main h3 {
    font-size: 70px;
  }
  .title_novedades h3 {
    font-size: 60px;
  }
}
.card-footer {
  background-color: #fff;
  border-top: 0px #fff;
}

.btn_card_p {
  padding: 1px;
  margin-bottom: 10px;
}

/****** FIN PAGINA PRINCPAL (INDEX) ******/
/****PAGES -RECETARIOS-****/
/* MOBILE FIRST */
#body_recetario {
  background-image: linear-gradient(to right, #f3f4f6, #f2f5f8, #f1f6f9, #eff7f9, #eef8f9);
}

main .textos_main_recetario {
  margin-top: 50px;
  padding: 10px;
  display: inline-block;
  height: 100px;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.textos_main_recetario h2 {
  font-family: "Caveat", cursive;
  font-style: bold;
  font-weight: 900;
  font-size: 35px;
  color: black;
}

#recetarios {
  grid-area: novedades;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.6;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

.title_recetarios {
  text-align: center;
  color: #b73413;
  margin: 10px 0px 0px 30px;
  font-family: "Roboto", sans-serif;
  font-style: bold;
  font-weight: 600;
  font-size: 20px;
}

.recetarios_contenedor {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.recetarios_contenedor .card_recetarios {
  width: 250px;
  height: 220px;
  border: solid 8px;
  border-color: black;
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 15px;
  text-align: center;
  transition: all 0.3s;
}

.recetarios_contenedor .card_recetarios:hover {
  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.recetarios_contenedor .card_recetarios img {
  width: 250px;
  height: 220px;
  align-items: center;
}

.textos_section_recetarios {
  display: inline-block;
  width: 100%;
  min-height: 75px;
  align-items: center;
  justify-content: end;
  text-align: center;
  background-color: rgba(226, 216, 204, 0.89);
  margin-bottom: 1px;
  padding: 15px;
}

.textos_section_recetarios h3 {
  font-family: "Roboto", sans-serif;
  font-style: bold;
  font-weight: 700;
  font-size: 20px;
  color: black;
}

.textos_section_recetarios p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
}

@media (min-width: 768px) {
  .recetarios_contenedor .card_recetarios {
    width: 350px;
    height: 320px;
    border: solid 12px;
  }
  .recetarios_contenedor .card_recetarios img {
    width: 350px;
    height: 320px;
  }
  .textos_main_recetario h2 {
    font-size: 50px;
  }
  .title_recetarios {
    font-size: 35px;
  }
  .textos_section_recetarios h3 {
    font-size: 25px;
  }
  .textos_section_recetarios p {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .recetarios_contenedor .card_recetarios {
    width: 400px;
    height: 450px;
    border: solid 12px;
  }
  .recetarios_contenedor .card_recetarios img {
    width: 100%;
    height: 100%;
  }
  .textos_main_recetario h2 {
    font-size: 70px;
  }
  .title_recetarios {
    font-size: 50px;
  }
  .textos_section_recetarios h3 {
    font-size: 35px;
  }
  .textos_section_recetarios p {
    font-size: 25px;
  }
}
@media (min-width: 5100px) {
  .recetarios_contenedor {
    display: grid;
  }
  .recetarios_contenedor .card_recetarios {
    width: 672px;
    height: 672px;
  }
  .recetarios_contenedor .card_recetarios img {
    width: 100%;
    height: 100%;
  }
  .textos_main_recetario h2 {
    font-size: 100px;
  }
  .title_recetarios {
    font-size: 80px;
  }
  .textos_section_recetarios h3 {
    font-size: 65px;
  }
  .textos_section_recetarios p {
    font-size: 35px;
  }
}
/****** FIN PAGINA RECETARIO ******/
/****PAGES GALERIA TEMATICA****/
/* MOBILE FIRST */
main .textos_main_galeria_tematica {
  margin-top: 50px;
  padding: 10px;
  display: inline-block;
  height: 100px;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.textos_main_galeria_tematica h2 {
  font-family: "Caveat", cursive;
  font-style: bold;
  font-weight: 900;
  font-size: 35px;
  color: black;
}

.textos_main_galeria_tematica h3 {
  font-family: "Caveat", cursive;
  font-style: bold;
  font-weight: 900;
  font-size: 35px;
  color: black;
  text-shadow: 0.2em 0.1em 0.1em rgb(140, 145, 146);
  text-align: center;
}

#galeria_tematica {
  grid-area: novedades;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.6;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

.title_galeria_tematica {
  text-align: center;
  color: #b73413;
  margin: 10px 0px 0px 30px;
  font-family: "Roboto", sans-serif;
  font-style: bold;
  font-weight: 600;
  font-size: 20px;
}

.galeria_tematica_contenedor {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.galeria_tematica_contenedor .card_galeria_tematica {
  width: 400px;
  height: 400px;
  border-radius: 20px;
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 20px;
  text-align: center;
  transition: all 0.45s;
}

.card_galeria_tematica {
  background-color: rgba(226, 216, 204, 0.89);
  padding: 1%;
}

.galeria_tematica_contenedor .card_galeria_tematica:hover {
  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.galeria_tematica_contenedor .card_galeria_tematica img {
  width: 250px;
  height: 220px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.galeria_tematica_contenedor.card_galeria_tematica h4 {
  font-weight: 600;
}

.galeria_tematica_contenedor .card_galeria_tematica p {
  padding: 0.1rem;
  font-size: 16px;
  font-weight: 300;
}

.subtexto_contenedor_galeria {
  display: inline-block;
  width: 100%;
  min-height: 75px;
  align-items: center;
  justify-content: end;
  text-align: center;
  background-color: rgba(226, 216, 204, 0.89);
  margin-bottom: 1px;
  padding: 15px;
}

.subtexto_contenedor_galeria h4 {
  font-family: black;
  font-style: bold;
  font-weight: 700;
  font-size: 20px;
  color: black;
}

.subtexto_contenedor_galeria p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  color: black;
}


@media (min-width: 768px) {
  .textos_main_galeria_tematica h2 {
    font-size: 35px;
  }
  .textos_main_galeria_tematica h3 {
    font-size: 35px;
  }
  .title_galeria_tematica {
    font-size: 40px;
  }
  .subtexto_contenedor_galeria h4 {
    font-size: 25px;
  }
  .subtexto_contenedor_galeria p {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .textos_main_galeria_tematica h2 {
    font-size: 70px;
  }
  .textos_main_galeria_tematica h3 {
    font-size: 50px;
  }
  .title_galeria_tematica {
    font-size: 50px;
  }
  .subtexto_contenedor_galeria h4 {
    font-size: 35px;
  }
  .subtexto_contenedor_galeria p {
    font-size: 25px;
  }
}
@media (min-width: 5100px) {
  .galeria_tematica_contenedor .card_galeria_tematica {
    width: 1012px;
    height: 1012px;
  }
  .galeria_tematica_contenedor .card_galeria_tematica img {
    width: 700px;
    height: 700px;
  }
  .textos_main_galeria_tematica h2 {
    font-size: 100px;
  }
  .textos_main_galeria_tematica h3 {
    font-size: 80px;
  }
  .title_galeria_tematica {
    font-size: 50px;
  }
  .card_galeria_tematica h4 {
    font-size: 65px;
  }
  #galeria_tematica p {
    font-size: 35px;
  }
  .subtexto_contenedor_galeria h4 {
    font-size: 65px;
  }
  .subtexto_contenedor_galeria p {
    font-size: 35px;
  }
}
/****** FIN PAGINA GALERIA_TEMATICA ******/
/*--------PAGES NOSOTROS----------*/
.nosotros_contenedor {
  max-width: 80%;
}

.text_creador {
  color: black;
  font-family: "Roboto", sans-serif;
  font-style: bold;
}
.text_creador h3 {
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .text_creador h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .text_creador h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 5100px) {
  .text_creador h3 {
    font-size: 90px;
  }
}
.text_creador h5 {
  font-weight: 900;
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .text_creador h5 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .text_creador h5 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 5100px) {
  .text_creador h5 {
    font-size: 80px;
  }
}
.text_creador h6 {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .text_creador h6 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .text_creador h6 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 5100px) {
  .text_creador h6 {
    font-size: 60px;
  }
}
.text_creador p {
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (min-width: 5100px) {
  .text_creador p {
    font-size: 40px;
  }
}
@media only screen and (min-width: 5100px) {
  .text_creador ul {
    font-size: 35px;
  }
}

@media (min-width: 5100px) {
  .nos_img_pg img {
    height: 1249px;
    width: 1800px;
  }
}

/****** FIN PAGINA NOSOTROS ******/
/*--------PAGES COMENTARIOS----------*/
.comentario_fondo {
  background-color: #eee;
}

/*Variables comentarios*/
.text_comentario {
  color: black;
  font-family: "Roboto", sans-serif;
  font-style: bold;
  font-weight: 900;
}
.text_comentario h2 {
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .text_comentario h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .text_comentario h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 5100px) {
  .text_comentario h2 {
    font-size: 80px;
  }
}
.text_comentario h3 {
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .text_comentario h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .text_comentario h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 5100px) {
  .text_comentario h3 {
    font-size: 70px;
  }
}

/*--------FIN PAGES COMENTARIOS----------*/
/*Subpages*/
/*--------SUB PAGES COCINATE ALGO----------*/
/* MOBILE FIRST */
.recetas_sub_pages {
  margin: 8%;
  border-radius: 20px;
  background-color: rgba(236, 240, 193, 0.247);
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  padding: 1%;
  transition: all 0.25s;
}

.recetas_sub_pages:hover {
  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.recetas_sub_pages img {
  border: solid black 2px;
  border-radius: 10px;
}

.recetas_sub_pages h3 {
  font-weight: bold;
}

.recetas_texto {
  padding: 2%;
}

main .textos_main_cocinate_algo {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  letter-spacing: 0.03em;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

.textos_main_cocinate_algo h2 {
  font-family: "Caveat", cursive;
  font-weight: 900;
  font-size: 35px;
  color: black;
}
@media screen and (min-width: 768px) {
  .textos_main_cocinate_algo h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .textos_main_cocinate_algo h2 {
    font-size: 70px;
  }
}

.img_main_cocinate_algo {
  display: flex;
  width: 100%;
  height: 50vh;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  letter-spacing: 0.03em;
  line-height: 1.6;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: unset;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-image: url(../imagenes/imagen_cocinate_algo.webp);
}
@media screen and (min-width: 768px) {
  .img_main_cocinate_algo {
    height: 60vh;
  }
}
@media screen and (min-width: 1024px) {
  .img_main_cocinate_algo {
    height: 80vh;
  }
}

/*--recetarios--*/
.title_subpage_recetario {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  color: #b73413;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .title_subpage_recetario {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .title_subpage_recetario {
    font-size: 50px;
  }
}

/****** FIN SUB PAGES COCINATE ALGO ***/
/****** SUB PAGES TE HICISTE UN POSTRE ******/
/* MOBILE FIRST */
main .textos_main_hiciste_un_postre {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  letter-spacing: 0.03em;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

.img_main_hiciste_un_postre {
  display: flex;
  width: 100%;
  height: 50vh;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  letter-spacing: 0.03em;
  line-height: 1.6;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: unset;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-image: url(../imagenes/imagen20.webp);
}
@media screen and (min-width: 768px) {
  .img_main_hiciste_un_postre {
    height: 60vh;
  }
}
@media screen and (min-width: 1024px) {
  .img_main_hiciste_un_postre {
    height: 80vh;
  }
}

.textos_main_hiciste_un_postre h2 {
  font-family: "Caveat", cursive;
  font-weight: 900;
  font-size: 35px;
  color: black;
}
@media screen and (min-width: 768px) {
  .textos_main_hiciste_un_postre h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .textos_main_hiciste_un_postre h2 {
    font-size: 70px;
  }
}

/****** SUB PAGES ******/
/****** SUB PAGES TE PINTO UN TRAGO ******/
/* MOBILE FIRST */
main .textos_main_preparate_un_trago {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  letter-spacing: 0.03em;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

.img_main_preparate_un_trago {
  display: flex;
  width: 100%;
  height: 50vh;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  letter-spacing: 0.03em;
  line-height: 1.6;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: unset;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-image: url(../imagenes/imagen18.webp);
}
@media screen and (min-width: 768px) {
  .img_main_preparate_un_trago {
    height: 60vh;
  }
}
@media screen and (min-width: 1024px) {
  .img_main_preparate_un_trago {
    height: 80vh;
  }
}

.textos_main_preparate_un_trago h2 {
  font-family: "Caveat", cursive;
  font-weight: 900;
  font-size: 35px;
  color: black;
}
@media screen and (min-width: 768px) {
  .textos_main_preparate_un_trago h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .textos_main_preparate_un_trago h2 {
    font-size: 70px;
  }
}

/****** FIN SUB PAGES PREPARATE UN TRAGO ***/

/*# sourceMappingURL=styles.css.map */
