body {
  color: var(--dark);
  font-family: var(--ff-red-hat-display);
}

h1 {
  color: #00833f;
  font-weight: bold;
  font-size: 41px;
  text-align: center;
}

.text-small {
  font-size: 14px;
}

.bg-third {
  background-color: var(--third);
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.cursor-pointer {
  cursor: pointer;
}

/* Bootstrap */

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}

.text-primary {
  color: var(--primary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary);
  color: #fff !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: var(--secondary) !important;
  border: 1px solid var(--secondary);
  color: #fff !important;
}

.text-dark {
  color: var(--dark) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.btn {
  border-radius: 35px !important;
}

.bg-opacity-left {
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #000000 100%);
  position: absolute;
  top: 0;
  width: 60%;
  height: 100%;
}

.border-radius {
  border-radius: 40px;
}

@media (max-width: 900px) {
  .border-radius {
    border-radius: 10px;
  }
}

.contact-banner {
  padding: 20px 0;

  img {
    border-radius: 30px;
  }

  .btn {
    position: absolute;
    bottom: 3rem;
    right: 1rem;
    border-radius: 12px !important;
    background-color: var(--primary);
    color: #fff;
    font-size: 2rem;
  }

  @media screen and (max-width: 767px) {
    .btn {
      position: absolute;
      bottom: 3rem;
      right: 1rem;
      border-radius: 12px !important;
      background-color: var(--primary);
      color: #fff;
      font-size: 1.2rem;
    }
  }
}

/* stilos de cards otros blogs */
#formContact {
  input.form-control,
  textarea {
    border: none;
    background: #f0f0f0;
  }
}

/* entrdas index.php->blogs, noticias */
.card-image {
  overflow: hidden;
}

/* estilos de template-parts - histories-1-2-3 */
div.histories {
  .sct-image {
    position: relative;

    .btn {
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translate(-50%, 0);
      width: 65%;
    }
  }

  .cnt-historia1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bg-dark {
    background-color: var(--primary) !important;
  }

  .splide__slide iframe {
    width: 80%;
    height: 100%;
    object-fit: cover;
  }
}

/* estilos para btn wtsp */

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 25px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 70px;
}

/* estilos del menu */
.site-header {
  transition: all 0s ease;
  position: relative;
  background-color: white;

  .cnt-menu {
    border-bottom: 1px solid var(--primary);
  }

  .row {
    margin: 0;
  }
}

.site-header.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
}

.menu-fixed {
  margin: 0 !important;
  @media (min-width: 767px) {
    .menu-row-fixed {
      display: flex;
      flex-direction: row;
    }
  }
}

.menu-fixed {
  .cnt-items-menu {
    justify-content: center;
  }
  .custom-logo {
    width: 107px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .custom-logo {
    width: 107px;
    height: auto;
  }
}

@media (min-width: 767px) {
  .site-header .row {
    justify-content: space-around;
  }
}

.menu-fixed.pb-5 {
  padding-bottom: 0 !important;
}

.nav-link.active {
  color: #25d366;
  font-weight: 600;
  border-bottom: 2px solid #25d366;
}

/* estilos para el template-parts "blogs-news.php */
.cards-list {
  .img-cards {
    height: 430px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
  }

  .img-recipe-cards {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }

  .text-container {
    position: absolute;
  }

  .text-container-recipes {
    position: static;
  }
}

/* estilos para btn de paginacion */
.pagination {
  gap: 30px;
  font-weight: bold;

  .page-numbers {
    font-size: 25px;
    color: rgb(134, 152, 170);
  }

  .prev,
  .next {
    font-size: 25px;
    color: var(--primary);
  }

  .current {
    color: var(--primary);
  }
}

.hero-banner {
  position: relative;

  .content {
    position: absolute;
    bottom: 2rem;
    width: 35%;
    z-index: 1;
    left: 5rem;
  }

  @media screen and (max-width: 767px) {
    .content {
      bottom: 1rem;
      width: 70%;
      z-index: 1;
      left: 2rem;
    }
  }
}
