/*

Tooplate 2129 Crispy Kitchen

https://www.tooplate.com/view/2129-crispy-kitchen

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #f44749;
  --secondary-color:              #f3af24;
  --section-bg-color:             #F9F9F9;
  --dark-color:                   #000000;
  --title-color:                  #565758;
  --news-title-color:             #292828;
  --bg-dark-color:                #292828;
  --p-color:                      #717275;
  --border-color:                 #eaeaea;
  --border-radius-default:        .25rem;

  --body-font-family:             'Montserrat', sans-serif;

  --h1-font-size:                 76px;
  --h2-font-size:                 56px;
  --h3-font-size:                 42px;
  --h4-font-size:                 28px;
  --h5-font-size:                 26px;
  --h6-font-size:                 22px;

  --p-font-size:                  18px;
  --menu-font-size:               18px;
  --category-font-size:           14px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-VariableFont_wght.ttf") format("truetype");
}

body {
    background: var(--white-color);
    /* font-family: var(--body-font-family);     */
    font-family: "Dosis", sans-serif;
    position: relative;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
}

h1,
h2 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p,
.list .list-item {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

.form-label {
  color: var(--p-color);
  font-weight: var(--font-weight-semibold);
}

a {
  color: var(--secondary-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

.section-padding {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.section-padding-small{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.input-search{
  padding: 16px;
  font-size: 20px;
  border-radius: 999px 0 0 999px;
}

.product-item img{
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}

.product-item{
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  transition: all 0.3s;
  margin-bottom: 24px;
}
.product-item strong{
  font-size: 20px;
  color: var(--dark-color);
  font-weight: 600;
}

.btn-search{
  background-color: var(--primary-color);
  color: #FFFFFF;
  border: none;
  padding: 0 32px 0 32px;
  border-radius: 0 999px 999px 0;
  /* font-weight: bold; */
}

.btn-search:hover{
  background-color: var(--secondary-color);
}

.btn-category{
  background-color: var(--primary-color);
  color: #FFFFFF;
  border: none;
  padding: 12px 32px 12px 32px;
  margin: 0 8px 0 8px;
  border-radius: 999px;
  font-weight: bold;
}

.btn-category-secondary{
  background-color: var(--bg-dark-color);
  color: var(--white-color);
  border: solid 2px var(--white-color);
  padding: 12px 32px 12px 32px;
  border-radius: 999px;
  font-weight: 600;
  margin: 8px;
}
b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  CUSTOM BUTTON              
-----------------------------------------*/
.custom-btn {
  border: 0;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  padding: 10px 35px;
  font-weight: bold;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  background: var(--bg-dark-color);
  padding-top: 20px;
  padding-bottom: 20px;
}
.bg-dark-color {
  background-color: var(--bg-dark-color) !important;
}

.navbar-brand {
  color: var(--dark-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
  margin-right: 0;
}
.navbar-brand img {
  width: 75px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-expand-lg .nav-link {
  color: var(--white-color);
  font-weight: var(--font-weight-normal);
  font-size: var(--menu-font-size);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.nav-link:focus, 
.nav-link:hover {
  color: var(--primary-color);
}

.nav-link:focus {
  color: var(--p-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon:before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon:after {
  top: 8px;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
  position: relative;
}

.site-header .container {
  position: relative;
  z-index: 2;
}

.site-news-detail-header {
  height: 300px;
  position: relative;
  padding: 8px;
}

.site-news-detail-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Color negro con una opacidad del 50% */
}

.highlight {
  font-weight: bold;
  color: blue;
}

.note {
  font-size: 0.8em;
  vertical-align: super;
  margin-left: 2px;
}

.site-song-header {
  background-image: url('../img/bg-temones.jpg');
  background-position: center;
  padding: 16px;
}

.site-about-header {
  background-image: url('../img/bg-about.jpg');
}
.site-product-header{
  background-image: url('../img/bg-product.jpg');
}
.site-san-header{
  background-image: url('../img/bg-sanjuan.jpg');
}
.site-menu-header {
  background-image: url('../images/header/luisa-brimble-aFzg83dvnAI-unsplash.jpg');
}

.site-news-header {
  background-image: url('../images/header/priscilla-du-preez-W3SEyZODn8U-unsplash.jpg');
}

.site-contact-header {
  background-image: url('../img/bg-contact.jpg');
  background-position: top;
}

.site-recipes-header {
  background-image: url('../img/bg-recipes.jpg');
}


.overlay {
  background: linear-gradient(to top, var(--dark-color), transparent 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*---------------------
banner
-----------------------*/
.hero .heroText .title-banner{
  font-size: 76px !important;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero .heroText .parrafo{
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
}
.hero .heroText i{
  font-size: 32px;
  color: var(--primary-color);
  margin-right: 1rem;
}

/*media query*/
@media (max-width: 768px) {
  .hero .heroText .title-banner{
    text-align: center;
    font-size: 64px !important;
  }
  .hero .heroText .parrafo{
    font-size: 28px;
  }
  .hero .heroText i{
    font-size: 28px;
  }
  .hero .heroText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .BgImage-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 20.542rem;
  padding-bottom: 20.542rem;
}

.hero .container {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  HERO SLIDE               
-----------------------------------------*/
.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-thumb {
  position: relative;
}

.carousel-caption {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 40px;
}

.carousel-ligth{
  background: #00000080 !important;
  padding: 20px 40px !important;
}
.carousel-ligth h5{
  color: #fff !important;
}
.carousel-ligth p{
  color: #fff !important;
}

.news h2>span{
  color: var(--primary-color);
}

.news .receta-large img{
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
.news .category-tag{
  color: #fff;
}

.news .receta-small img{
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

.btn-tips{
  background-color: var(--primary-color);
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 99px;
  color: #fff;
}


.carousel-item img{
  min-height: 400px;
}
.btn-temones{
  background-color: var(--secondary-color);
  color: #292828;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 99px;
  margin-left: 16px;
}

.hero-carousel .reviews-text,
.hero-text {
  color: var(--white-color);
}

.price-tag {
  background: var(--white-color);
  border-radius: 100px;
  color: var(--secondary-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-semibold);
  display: inline-block;
  width: 84px;
  height: 64px;
  line-height: 64px;
  text-align: center;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 1;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  background: var(--secondary-color);
  width: 60px;
  height: 60px;
  text-align: center;
}

.hero-carousel .carousel-control-prev {
  left: auto;
  right: 60px;
}

.hero-carousel .carousel-control-next {
  background: var(--primary-color);
  right: 0;
}

.hero-carousel .carousel-control-prev:hover, 
.hero-carousel .carousel-control-next:hover {
  background: var(--dark-color);
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  background-image: none;
  width: inherit;
  height: inherit;
  line-height: 60px;
}

.hero-carousel .carousel-control-prev-icon::before,
.hero-carousel .carousel-control-next-icon::before {
  font-family: bootstrap-icons;
  display: block;
  margin: auto;
  font-size: var(--h5-font-size);
  color: var(--white-color);
}

.hero-carousel .carousel-control-prev-icon::before {
  content: "\f13f";
}

.hero-carousel .carousel-control-next-icon::before {
  content: "\f144";
}

.reviews-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  MENU               
-----------------------------------------*/
.menu,
.about,
.news,
.related-news,
.newsletter,
.comments {
  background: var(--section-bg-color);
}

.menu-thumb {
  position: relative;
  overflow: hidden;
}

.menu-info {
  padding: 20px 20px 30px 20px;
}

.menu-image {
  display: block;
}

.menu-image-wrap {
  position: relative;
}

.menu-tag {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.newsletter-image {
  border-radius: 0%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  max-width: 450px;
  max-height: 450px;
}
.menu .title-menus{

  color: var(--primary-color);

}

/*---------------------------------------
  NEWS               
-----------------------------------------*/
.news-thumb {
  position: relative;
  overflow: hidden;
}

.news-thumb > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.news-thumb > a:hover img{
  transform: scale(1.2);
}

.news-text-info {
  background: var(--section-bg-color);
  position: relative;
  z-index: 2;
  padding: 20px;
  transition: all 0.3s ease-out;
  min-height: 172px;
}

.related-news .news-text-info {
  background: var(--white-color);
}

.news-text-info-large {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}

.news-text-info-large .news-title-link {
  color: var(--white-color);
}

.news-title-link {
  color: var(--news-title-color);
}

.news-image {
  display: block;
  width: 100%;
  transition: all 0.3s ease-out;
}

.news-image:hover {
  transform: scale(1.2);
}

.category-tag,
.menu-tag {
  background: var(--dark-color);
  border-radius: var(--border-radius-default);
  color: var(--primary-color);
  font-size: var(--category-font-size);
  display: inline-block;
  padding: 4px 12px;
  font-weight: bold;
}

.category-tag {
  margin-bottom: 5px;
}

.comment-form {
  margin-bottom: 60px;
}

.news-author {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.news-author:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.news-author-image {
  border-radius: 100px;
  object-fit: cover;
  width: 70px;
  height: 70px;
}


/*---------------------------------------
  CUSTOM FORM            
-----------------------------------------*/
.custom-form .form-control {
  margin-bottom: 20px;
  padding: 14px 10px;
  transition: all 0.3s;
}

.custom-form button[type="submit"] {
  background: var(--dark-color);
  border: 0;
  color: var(--white-color);
  text-transform: uppercase;
}

.custom-form button[type="submit"]:hover {
  background: var(--primary-color);
}


/*---------------------------------------
  SUBSCRIBE FORM            
-----------------------------------------*/
.subscribe-form .form-control {
  margin-top: 20px;
  margin-bottom: 10px;
}


/*---------------------------------------
  BOOKING FORM            
-----------------------------------------*/
#BookingModal .modal-content {
  border: 0;
  overflow: hidden;
}

#BookingModal .modal-content::before {
  content: "";
  background-color: var(--white-color);
  background-image: url('../images/sincerely-media-HoEYgBL_Gcs-unsplash.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#BookingModal .modal-header {
  border-bottom: 0;
  position: relative;
  padding: 26px 32px 0 32px;
}

#BookingModal .modal-body {
  padding: 38px 32px;
  padding-right: 35%;
}

#BookingModal .modal-footer {
  border-top: 0;
  padding: 0;
}

.booking-form .form-control {
  font-weight: var(--font-weight-normal);
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 25px;
  transition: all 0.3s;
}

.booking-form button[type="submit"] {
  background: var(--dark-color);
  border: 0;
  font-weight: var(--font-weight-semibold);
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 0;
}

.booking-form button[type="submit"]:hover {
  background: var(--primary-color);
}

.BgImage {
  background-image: url('../img/bg-index.webp');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
  padding: 100px 0;
  position: relative;
}

.BgImage::before{
  content: "";
  background-color: #00000080;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.BgImage-content{
  position: relative;
  z-index: 1000;
}
.BgImage .rapiditas {
  background-color: #717275;
}
.BgImage .rapiditas h2{
  color: #fff;
  font-size: 40px !important;
  font-weight: 700;
  margin-bottom: 20px;
}
.indicators{
  background-color: var(--secondary-color) !important;
  height: 16px !important;
  width: 16px !important;
  border-radius: 50% !important;
}
.control-btn{
  background-color: var(--primary-color) !important;
  border-radius: 50% !important;
  padding: 10px !important;
}


/*---------------------------------------
  FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--bg-dark-color);
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.site-footer::before {
  content: "";
  background: linear-gradient(to top, var(--dark-color), transparent 200%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.site-footer .container {
  position: relative;
}

.tooplate-mt30 {
	margin-top: 30px;
}
.tooplate-mt60 {
	margin-top: 60px;
}

.copyright-text {
  font-size: var(--menu-font-size);
}

.tel-link {
  color: var(--p-color);
}

.site-footer a:hover {
  color: var(--white-color);
}

.site-footer a {
  	color: #AAA;;
}

.site-footer p {
	color: #AAA;
}

.site-footer h4 {
  font-size: var(--h2-font-size);
  color: var(--primary-color);
  margin-bottom: 30px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}

.social-icon:hover li:not(:hover) {
  opacity: 0.65;
}

.social-icon-link {
  color: var(--p-color);
  font-size: var(--p-font-size);
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.social-icon-link:hover {
  color: var(--primary-color);
}

#carouselExampleDark img{
  width: 100%;
  height: 100px !important;
  object-fit: cover;
}



.card-tips{
  position: relative;
  width: 350px;
  height: 300px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: self-start;
}
.card-tips:hover{
  height:auto;
}
.card-tips .imgBx{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 220px;
  background: #292828;
  overflow: hidden;
  z-index: 100;
  transition: 0.5s;
}
.card-tips:hover .imgBx{
  top: -100px;
  scale: 1;
  box-shadow: 0 15px 45px rgba(0,0,0,0.2);
}

.card-tips .imgBx img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-tips .content-card{
  position: absolute;
  top: 252px;
  width: 100%;
  padding: 0 30px;
  height: 35px;
  overflow: hidden;
  text-align: center;
  background-color: #ffffff00;
  transition: 0.5s;
}
.card-tips:hover .content-card{
  top: 130px;
  height: auto;
  background-color: #ffffff;
  z-index: 1000;
}

.card-tips .content-card h2{
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: 0.5s;
}

.card-tips .content-card p{
  font-size: 15px;
  color: #777;
  line-height: 1.5em;
  transition: 0.5s;
}

.song-direction{
  flex-direction: row !important;
}

.text-primary{
  color: var(--primary-color) !important;
}
/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1180px) {
  h1 {
    font-size: 62px;
  }
}

@media screen and (max-width: 1170px) {
  h1 {
    font-size: 56px;
  }
}


@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .site-header,
  .section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  #BookingModal .modal-content {
    padding-bottom: 200px;
  }

  #BookingModal .modal-content::before {
    background-image: url('../images/sincerely-media-HoEYgBL_Gcs-unsplash-mobile.jpg');
    background-position: bottom;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    transform: rotate(180deg);
  }

  #BookingModal .modal-body {
    padding-top: 18px;
    padding-right: 32px;
  }
  .btn-tips, .btn-temones{
    margin-bottom: 36px;
  }
  .subscribe-form-wrap{

    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .btn-category-secondary, .btn-category{
    margin: 8px;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 480px) {
  .newsletter-image {
    max-width: 310px;
    max-height: 310px;
  }

  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    width: 50px;
    height: 50px;
  }
  .btn-tips, .btn-temones{
    margin-bottom: 36px;
  }
  .carousel-item img{
    min-height: 250px;
  }
  .song-direction{
    flex-direction: column !important;
  }
  #loading-text {
    display: inline-block;
    font-size: 16px;
  }
  #preloader-content p {
    font-size: 24px !important;
  }

}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background:#292828;
  background-size: cover;
  z-index: 9999;
}

#preloader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
}

#preloader-content img {
  width: 250px;
  height: 250px;
}

#preloader-content p {
  font-size: 32px;
  margin-top: 32px;
  font-weight: 700;
  color: #f44749;
}

#preloader-content .loading-text {
  
  transition: opacity 1s ease;
}

#preloader-content .loading-text.show {
  opacity: 1;
}



@keyframes rotateAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#preloader-content .loading-icon {
  animation: rotateAnimation 2s infinite linear;
}


@keyframes animateCharacter {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

#loading-text {
  display: inline-block;
  font-size: 24px;
}

#loading-text span {
  display: inline-block;
  animation: animateCharacter 2s infinite;
}

#loading-text span:nth-child(1) {
  animation-delay: 0s;
}

#loading-text span:nth-child(2) {
  animation-delay: 0.1s;
}

#loading-text span:nth-child(3) {
  animation-delay: 0.2s;
}

#loading-text span:nth-child(4) {
  animation-delay: 0.3s;
}

#loading-text span:nth-child(5) {
  animation-delay: 0.4s;
}

#loading-text span:nth-child(6) {
  animation-delay: 0.5s;
}

#loading-text span:nth-child(7) {
  animation-delay: 0.6s;
}

#loading-text span:nth-child(8) {
  animation-delay: 0.7s;
}

#loading-text span:nth-child(9) {
  animation-delay: 0.8s;
}

#loading-text span:nth-child(10) {
  animation-delay: 0.9s;
}

#loading-text span:nth-child(11) {
  animation-delay: 1s;
}
/* Repite para los demás caracteres */

/* Agrega esta clase para controlar la animación */
.product-container {
  opacity: 0; /* Comienza con opacidad 0 para que estén ocultos */
  transition: opacity 0.5s ease-in-out; /* Transición suave de opacidad */
}

/* Aplica la opacidad completa cuando la clase se agrega */
.product-container.show {
  opacity: 1;
}

.btn-erase{
  background-color: #fff;
  border: none;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -1px;
}

.text-info-recipes{
  color: var(--p-color);
  font-weight: bold;
  font-size: 24px;
}

.text-info-recipes span{
  color: var(--primary-color);
}
/* paginacion */
.pagination {
  margin-top: 20px;
  padding: auto;
  display: flex;
  justify-content: center;
}

.pagination a {
  font-size: 24px;
  margin-right: 5px;
  text-decoration: none;
  color: #fff;

}

.pagination a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.recipes-active{
  color: #f44749 !important;
  font-size: 32px !important;
  transition: all 0.3s ease-in-out;
}

/* end paginacion */
