@charset "UTF-8";
/* color */
/* sizes */
:root {
  --mdb-primary: #05832f;
  --mdb-secondary: #a3c43a;
  --mdb-light: #dce0cb;
  --mdb-dark: #4e4e4e;
  --mdb-primary-rgb: 5, 131, 46;
  --mdb-secondary-rgb: 163, 196, 58;
  --mdb-light-rgb: 220, 225, 204;
  --mdb-dark-rgb: 51, 45, 45;
  --mdb-white-rgb: 255, 255, 255;
  --mdb-black-rgb: 0, 0, 0;
  --mdb-body-color-rgb: 79, 79, 79;
  --mdb-body-bg-rgb: 255, 255, 255;
  --mdb-body-font-family: "Open Sans", sans-serif;
  --mdb-body-color: #4f4f4f;
  --mdb-btn-active-color: $color_secondary;
  --mdb-card-spacer-y: 0.75rem;
  --mdb-card-spacer-x: 0.75rem;
}
/* MAP SHOP LOCATOR */
.banner {
  background-color: #05832f;
  color: #fff;
  padding: 3rem 0;
  margin-bottom: 5rem;
}
.banner .phone a {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.banner h2, .banner h3 {
  font-size: 1.15rem;
  font-weight: 700;
}
@media (max-width: 812px) {
  .banner .banner-item + .banner-item {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #05832f;
  }
}
.blog-row .post {
  margin: 0;
}
.blog-row .post-image {
  position: relative;
  background: #05832f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-row .post-image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
.blog-row .post-image::after {
  content: "";
  display: block;
  background-color: #a3c43a;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  transition: background-color 200ms ease-in-out;
}
.blog-row .post-image:hover::after {
  background-color: #05832f;
}
.blog-row .post-title a {
  color: #4e4e4e;
  font-weight: 500;
}
.blog-row .post-title a:hover {
  color: #05832f;
}
.blog-filters {
  gap: 0.3rem;
}
@media (max-width: 576px) {
  .blog-filters {
    flex-direction: column;
  }
}
.blog-filters .categories {
  flex: 1 1 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.3rem;
}
@media (max-width: 576px) {
  .blog-filters .categories {
    flex-direction: column;
  }
}
.blog-filters .category {
  flex-grow: 0.5;
  flex-shrink: 1;
  flex-basis: 0;
}
@media (min-width: 576px) {
  .blog-filters .category {
    flex-basis: calc(50% - $gap);
  }
}
@media (min-width: 812px) {
  .blog-filters .category {
    flex-basis: calc(25% - $gap);
  }
}
.blog-filters .category a {
  padding: 1rem;
  font-size: 80%;
  color: #4e4e4e;
  font-weight: bold;
  color: #fff;
  background-color: #05832f;
  display: block;
  height: 100%;
}
.blog-filters .category a:hover {
  background-color: #a3c43a;
}
.blog-filters-search {
  min-width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 1rem 0.6rem;
  background-color: #05832f;
  color: #fff;
}
.blog-filters-search form {
  width: 100%;
}
.blog-filters-search .input-group {
  border-bottom: 2px solid #fff;
}
.blog-filters-search .input-group .btn {
  background-color: transparent;
  padding: 0 0.5rem;
  color: #fff;
}
.blog-filters-search .input-group .btn:hover {
  color: #a3c43a;
}
.blog-filters-search .form-control {
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  height: auto;
  color: #fff;
}
.blog-filters-search .form-control::placeholder {
  font-weight: 300;
  opacity: 0.75;
  color: #fff;
}
.blog-filters-search .form-control:focus {
  box-shadow: none;
}
.blog-section-title {
  background: #f1f1f1;
  color: #4e4e4e;
  padding: 0.66rem 1rem;
  font-size: 110%;
  font-weight: 700;
  margin-bottom: 2rem;
}
.post-title a {
  color: #4e4e4e;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}
.post-thumbnail {
  position: relative;
}
.post-thumbnail img {
  margin-bottom: 1rem;
}
.post-category {
  font-style: italic;
  opacity: 0.85;
}
.page-blog .link {
  font-weight: 700;
  color: #05832f;
  border-color: #05832f;
}
.post-entry .post-title {
  font-weight: 700;
  font-size: 150%;
}
.post-entry .post-meta {
  font-style: italic;
  margin-bottom: 1rem;
}
.post-entry .post-meta span + span::before {
  content: "—";
  padding: 0 0.25rem;
}
.post-entry .post-content h2 {
  text-transform: uppercase;
  font-size: 110%;
  font-weight: 700;
}
.post-entry .post-content h3 {
  color: #a3c43a;
  font-size: 110%;
  font-weight: 500;
  opacity: 0.85;
}
.post-entry .post-content h4 {
  font-size: 100%;
  font-weight: 700;
  opacity: 0.85;
}
.post-entry .post-content p, .post-entry .post-content ol, .post-entry .post-content ul {
  margin-bottom: 2rem;
}
.breadcrumb {
  margin: 1rem 0;
  font-size: 0.75rem;
  color: #4e4e4e;
}
.breadcrumb a {
  border-bottom: 1px solid #c1c1c1;
}
.breadcrumb a:hover {
  color: #05832f;
}
.breadcrumb a, .breadcrumb .active {
  color: #4e4e4e;
  font-weight: bold;
}
.breadcrumb a:hover, .breadcrumb .active:hover {
  color: #05832f;
  border-color: #05832f;
}
.breadcrumb .breadcrumb-start {
  margin-right: 0.5rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
@media (max-width: 576px) {
  .breadcrumb {
    margin-top: 0.8rem;
  }
}
.btn {
  box-shadow: none;
  text-transform: unset;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 1.5rem 0.65rem;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 200ms ease-in-out;
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
}
.btn:hover, .btn:focus, .btn:focus-visible, .btn:active {
  border-color: transparent;
  box-shadow: none !important;
}
.btn-sm {
  padding-top: 0.25rem 0.875rem 0.1875rem;
  font-size: 96%;
  line-height: 1;
}
.btn-primary {
  border-color: #05832f;
  background-color: #05832f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:active {
  color: #fff !important;
  border-color: #4e4e4e !important;
  background-color: #4e4e4e !important;
}
.btn-primary.alt {
  border-color: #05832f;
  background-color: #05832f;
}
.btn-primary.alt:hover, .btn-primary.alt:focus, .btn-primary.alt:focus-visible, .btn-primary.alt:active {
  color: #05832f !important;
  border-color: #fff !important;
  background-color: #fff !important;
}
.btn-outline-primary {
  color: #4e4e4e;
  border-color: #4e4e4e;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:focus-visible, .btn-outline-primary:active {
  color: #05832f !important;
  border-color: #05832f !important;
}
.btn-secondary {
  border-color: #dce0cb;
  background-color: #dce0cb;
  color: #4e4e4e;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary:active {
  color: #fff !important;
  border-color: #4e4e4e !important;
  background-color: #4e4e4e !important;
}
.btn-outline-secondary {
  color: #4e4e4e;
  border-color: #4e4e4e;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:focus-visible, .btn-outline-secondary:active {
  color: #a3c43a !important;
  border-color: #a3c43a !important;
}
.btn-link {
  color: #05832f;
}
.btn-link:hover, .btn-link:focus, .btn-link:focus-visible, .btn-link:active {
  background-color: #05832f !important;
  color: #fff !important;
}
.link {
  color: #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
}
.link:hover {
  color: #a3c43a;
  border-color: #a3c43a;
}
.btn-icon {
  padding: 0.62rem;
}
.card-custom {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.card-custom .bg-image {
  border-radius: 0;
}
.card-custom .card-title {
  font-weight: 700;
}
.card-custom .card-body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.card-custom .card-body .btn {
  margin-top: auto;
}
.card-horizontal {
  border-radius: 0;
  box-shadow: none;
}
.card-horizontal .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.card-horizontal .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-horizontal .card-data strong {
  font-weight: 700;
  font-size: 175%;
}
.card-horizontal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-deck .card {
  font-size: 90%;
}
.card.bg-primary {
  color: #fff;
}
.card.bg-primary a {
  color: inherit;
  border-color: inherit;
}
.card.bg-primary a:hover {
  color: #a3c43a;
  border-color: #a3c43a;
}
.faqs {
  margin: 5rem 0;
}
.faqs .accordion-header {
  color: #4e4e4e;
  background-color: transparent;
  font-weight: 500;
}
.faqs .accordion-header:hover {
  color: #05832f;
}
.faqs .accordion-header .fas {
  color: #a3c43a;
  position: relative;
}
.faqs .accordion-header .fas::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background: #05832f;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 10em;
  z-index: -1;
}
.features .feature-content {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.features .feature-title {
  font-weight: 700;
  font-size: 2rem;
}
.features .feature-text {
  font-size: 1.25rem;
  width: 800px;
  max-width: 100%;
}
.parallax {
  position: relative;
  overflow: hidden;
  height: 380px;
}
@media (max-width: 992px) {
  .parallax {
    height: 480px !important;
  }
}
.parallax picture {
  display: block;
  max-width: 100%;
}
.parallax picture::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
}
.parallax-image {
  width: 100%;
}
.footer-main {
  padding: 2.75rem 0 3rem;
  background: #f1f1f1;
  color: #4e4e4e;
}
.footer-main a {
  color: #4e4e4e;
}
.footer-main a:hover {
  color: #a3c43a;
}
.footer-main .footer-section-title {
  font-size: calc(100% + 0.2vw);
  font-weight: normal;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 812px) {
  .footer-main .footer-section-title {
    text-align: right;
  }
}
.footer-main .footer-nav-title {
  font-weight: 700;
  font-size: 1.25rem;
}
.footer-main .site-branding img {
  width: 260px;
}
@media (max-width: 812px) {
  .footer-main .site-branding img {
    margin: 0 auto;
  }
}
@media (max-width: 812px) {
  .footer-main .footer-nav {
    text-align: center;
  }
}
@media (min-width: 812px) {
  .footer-main .footer-nav {
    padding-bottom: 3rem;
  }
}
@media (max-width: 812px) {
  .footer-main .footer-nav .social {
    justify-content: center;
  }
}
.footer-main .footer-nav .social a {
  font-size: 1.5rem;
}
.footer-main .footer-nav .social a:hover {
  color: #a3c43a;
}
.footer-main .footer-nav .contacto {
  margin-top: 3rem;
  font-size: 90%;
}
.footer-main .footer-stores img {
  object-fit: cover;
  aspect-ratio: 1.6904761905;
}
.footer-main .footer-end {
  font-size: 0.85rem;
}
@media (max-width: 812px) {
  .footer-main .footer-end {
    flex-direction: column;
  }
}
.footer-main .footer-end .seals img, .footer-main .footer-end .seals svg {
  display: block;
  min-width: 2rem;
  max-height: 4rem;
  width: 100%;
  height: auto;
}
.footer-main .footer-end .legal {
  flex-shrink: 0;
}
.footer-main .footer-end .legal ul {
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .footer-main .footer-end .legal ul li + li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1rem;
    background: #4e4e4e;
    position: relative;
    left: -0.2rem;
    top: 3px;
  }
}
.guides {
  background-color: #f1f1f1;
  padding: 4rem 0;
}
.header-main {
  position: relative;
}
.header-main .navbar {
  box-shadow: none;
  padding: 0;
  display: block;
}
.topbar {
  background: #dce0cb;
  padding: 0 2.5rem;
}
@media (max-width: 992px) {
  .topbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    justify-content: center;
  }
}
.topbar .nav-link {
  padding: 0.65rem 1rem 0.75rem;
  font-size: 70%;
  color: #4e4e4e;
}
.topbar .nav-link:hover {
  color: #05832f;
}
.topbar .social .nav-link {
  line-height: 1;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .brandbar {
    padding: 1.25rem 0;
    flex: 1;
  }
}
.brandbar .navbar-brand .logo {
  max-width: 132px;
}
@media (min-width: 812px) {
  .brandbar .navbar-brand .logo {
    max-width: 220px;
  }
}
.brandbar .navbar-brand .tagline {
  font-size: 90%;
  color: #05832f;
}
.brandbar .nav-link {
  font-size: 0.92rem;
  color: #4e4e4e;
}
.brandbar .nav-link:hover {
  color: #05832f;
}
.brandbar .nav-link .fas {
  position: relative;
  top: 0.2rem;
  font-size: 1.25rem;
}
.navbar-nav.navbar-main {
  gap: 2px;
}
.navbar-nav.navbar-main .nav-link {
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.navbar-nav.navbar-main .nav-link:not(.show) {
  border-bottom: 2px solid #fff;
}
.navbar-nav.navbar-main .nav-link:focus, .navbar-nav.navbar-main .nav-link:hover {
  color: #fff;
}
.nav-link {
  color: #fff;
  transition: all 0.2s ease-in-out;
  line-height: 1.3;
  padding: 0.9rem 1rem 1rem;
  font-size: 0.95rem;
  height: 100%;
}
.nav-link.active {
  color: #fff !important;
  position: relative;
}
.nav-link.active:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}
.primary {
  background-color: #05832f;
  color: #fff;
}
.primary:hover {
  background: #07b441;
}
.secondary {
  background-color: #a3c43a;
  color: #fff;
}
.secondary:hover {
  background: #b6d061;
}
.spacer {
  width: 80%;
  margin: 1rem auto;
  border-width: 2px;
  border-color: #a3c43a;
  opacity: 1;
}
.navbar-mobile #menu {
  transition: max-height 200ms ease-out;
  max-height: 0;
  overflow: hidden;
}
.navbar-mobile #menu.visible {
  transition: max-height 200ms ease-in;
  max-height: 1000px;
  flex: 1;
}
.navbar-mobile .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
}
.navbar-mobile .nav-link:focus, .navbar-mobile .nav-link:hover {
  color: #fff;
}
.navbar-mobile .nav-item + .nav-item {
  border-top: 2px solid #fff;
}
.navbar-mobile .social {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
.navbar-mobile .social .nav-link {
  line-height: 1;
  font-size: 2.5rem;
}
.navbar-mobile .social .nav-link:hover {
  color: #a3c43a;
}
.navbar-mobile .links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2rem;
}
.navbar-mobile .link {
  color: #fff;
  border-color: #fff;
  display: inline-block;
  margin: 1rem 0;
}
.navbar-mobile .link:hover {
  color: #a3c43a;
  border-color: #a3c43a;
}
.sidenav {
  top: 0;
  left: 0;
  transform: translateX(-100%);
  position: fixed;
  z-index: 1035;
  background-color: #fff;
  overflow: hidden;
  width: 80vw;
  height: 100vh;
  transition: all 200ms ease-in-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 812px) {
  .sidenav {
    width: 33vw;
  }
}
.sidenav.visible {
  transform: translateX(0);
}
.sidenav .navbar-nav {
  min-height: 100vh;
  background-color: #05832f;
}
.hero {
  padding: 11rem 0 8rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  color: #fff;
  position: relative;
}
.hero-image-background {
  position: absolute;
  inset: 0;
}
.hero-image-background img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero-image-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.hero-header {
  position: relative;
}
.hero-title {
  font-weight: 700;
  font-size: 2.4rem;
}
.page-home .hero {
  color: #4e4e4e;
  padding: 0;
  margin-bottom: 4rem;
}
.page-home .hero-title {
  font-weight: 700;
  color: #4e4e4e;
  font-size: 1.75rem;
}
.page-home .hero .hero-menu {
  color: #4e4e4e;
  padding: 0 0 1.25rem;
  font-size: 0.85rem;
}
.page-home .hero .hero-menu-title {
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  font-weight: 400;
}
.page-home .hero .hero-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2px;
}
@media (min-width: 992px) {
  .page-home .hero .hero-menu-list li {
    flex: 1;
  }
}
@media (max-width: 992px) {
  .page-home .hero .hero-menu-list {
    display: flex;
    flex-wrap: wrap;
  }
  .page-home .hero .hero-menu-list li {
    width: 100%;
  }
}
.page-home .hero .hero-menu-list a {
  background-color: #05832f;
  font-weight: 700;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out;
  padding: 0.65rem 1rem 0.75rem;
  font-size: 0.95rem;
  height: 100%;
}
.page-home .hero .hero-menu-list a:hover {
  background-color: #a3c43a;
}
.highlight {
  background-color: #05832f;
  color: #fff;
  padding: 0.75rem 1.5rem;
}
.highlight .highlight-title {
  display: flex;
  align-items: start;
  gap: 1rem;
  margin: 0;
}
.highlight .highlight-title strong {
  font-size: 2.5rem;
}
.highlight .highlight-title span {
  font-size: 1.25rem;
  font-weight: 700;
}
.stores-map {
  margin-bottom: 4rem;
}
.map-wrapper {
  position: relative;
}
@media (min-width: 576px) {
  .map-wrapper {
    height: 560px;
  }
}
.store {
  background-color: #05832f;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30vw;
  max-width: 560px;
  height: calc(100% - 20px);
  padding: 1.5rem 1rem 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.store a {
  color: #fff;
}
@media (max-width: 576px) {
  .store {
    position: static;
    max-width: none;
    width: 100%;
    height: auto;
  }
}
.store-content {
  height: 100%;
  color: #fff;
  font-size: 1.1rem;
  list-style: none;
  padding: 0;
  flex: 1;
}
.store-content li {
  margin-bottom: 0.5rem;
}
.store-content a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.store-content a:hover {
  border-color: #fff;
}
.store-content .store-name {
  font-weight: bold;
  font-size: 1.5rem;
}
.store-content .store-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-list .list-group-item {
  background-color: transparent;
  color: #fff;
  font-size: 125%;
  font-weight: 700;
}
.store-list .list-group-item:hover {
  text-decoration: underline;
  text-underline-offset: 0.33rem;
}
.store-list .list-group-item + .list-group-item {
  margin-top: 1.25rem;
}
.store-schema .store-schema-title {
  font-size: 110%;
  font-weight: 700;
}
.store-schema .store-schema-row {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  align-items: baseline;
}
.store-schema .store-schema-row + .store-schema-row {
  margin-top: 0.5rem;
}
.scroll-content {
  height: 565px;
  overflow-y: scroll;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #a3c43a #fff;
}
@media (max-width: 812px) {
  padding-bottom: 70px;
  .tienda-map {
    width: 280px;
  }
  .tienda-map .inner .txt-wrapper p {
    font-size: 14px;
  }
  .tienda-map .inner .txt-wrapper p.store-name {
    font-size: 17px;
  }
  .tienda-map .inner.tiendas-list ul li {
    margin-bottom: 13px;
  }
  .tienda-map .inner.tiendas-list ul li a {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  padding-bottom: 40px;
  .tienda-map-wrapper {
    height: auto;
  }
  .tienda-map-wrapper iframe {
    height: 320px;
  }
  .tienda-map {
    position: static;
    width: 100%;
    height: auto;
    padding: 20px 16px 30px;
  }
  .tienda-map .inner {
    height: auto;
    display: block;
  }
  .tienda-map .inner .img-wrapper {
    height: 160px;
    margin-top: 30px;
  }
}
.gmnoprint {
  display: flex !important;
  justify-content: end !important;
}
.modal {
  background: rgba(5, 131, 47, 0.8);
}
.modal .modal-dialog {
  margin-top: 4rem;
}
.modal .modal-content {
  border-radius: 0;
}
.btn-offset {
  position: absolute;
  right: 0;
  top: -2.75rem;
  z-index: 1;
  font-size: 1.5rem;
  opacity: 0.85;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
}
.sidenav {
  top: 0;
  left: 0;
  transform: translateX(-100%);
  position: fixed;
  z-index: 1035;
  background-color: #fff;
  overflow: hidden;
  width: 80vw;
  height: 100vh;
  transition: all 200ms ease-in-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 812px) {
  .sidenav {
    width: 33vw !important;
  }
}
.sidenav.visible {
  transform: translateX(0);
}
.scroll {
  overflow-y: auto;
}
.navbar-programs {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.66rem;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  max-width: 100%;
}
@media (max-width: 992px) {
  .navbar-programs {
    margin-top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .navbar-programs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.navbar-programs .programs-item a {
  background: #a3c43a;
  color: #fff;
  padding: 1rem 0.8rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1;
  height: 100%;
  transition: all 0.2s ease-in;
}
.navbar-programs .programs-item a:hover {
  background-color: #05832f;
}
.navbar-programs .programs-item .program-header {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-programs .programs-item .program-header .program-title {
  font-size: clamp(1rem, 1.25vw, 2rem);
  margin: 0;
}
@media (max-width: 992px) {
  .navbar-programs .programs-item .program-header .program-title span {
    display: none;
  }
}
.navbar-programs .programs-item .program-image img {
  display: block;
  max-width: 85%;
  margin: 0 auto;
}
.navbar-programs.navbar-row {
  display: flex !important;
  flex-wrap: nowrap;
}
@media (max-width: 812px) {
  .navbar-programs.navbar-row {
    flex-wrap: wrap;
  }
}
.navbar-programs.navbar-row .programs-item {
  min-width: 80px;
}
@media (max-width: 812px) {
  .navbar-programs.navbar-row .programs-item {
    max-width: calc(50% - 0.66rem);
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .navbar-programs-bottom {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 992px) {
  .navbar-programs-bottom {
    grid-template-columns: repeat(3, 1fr);
  }
}
.navbar-row-bottom {
  display: inherit;
}
.newsletter {
  background: #05832f;
  padding: 3.5rem 0;
  color: #fff;
  margin: 0;
}
.newsletter a {
  color: #fff;
}
.newsletter a:hover {
  text-decoration: underline;
}
.newsletter-title {
  font-weight: 700;
  font-size: 1.66rem;
  margin-bottom: 1.25rem;
}
.newsletter .form-inline .form-control, .newsletter .form-inline .btn {
  height: 2.5rem;
}
.newsletter .form-inline .form-control {
  border: none;
  min-width: 16rem;
}
.newsletter .form-inline .form-check-input {
  min-width: 18px;
}
.newsletter .form-inline .form-check-label {
  font-size: 0.8rem;
}
.newsletter .form-inline .btn-secondary {
  background: #dce0cb;
  color: #343922;
  padding: 0 1rem;
  font-weight: 400;
}
.newsletter .form-inline .btn-secondary:hover {
  background-color: #a3c43a;
}
.product-title {
  font-weight: 700;
  color: #05832f;
  font-size: 1.75rem;
}
.product-description {
  margin-bottom: 2rem;
}
.product-features {
  margin: 2rem 0;
}
.product-image {
  max-width: 300px;
  width: 100%;
}
.features-title {
  font-size: 1.25rem;
  color: #05832f;
  font-weight: 700;
}
.features-subtitle {
  font-size: 1rem;
}
.product-section {
  padding-top: 2rem;
  border-top: 4px solid #befdd3;
}
.product-section-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.product-section-header-title {
  font-weight: 400;
  font-size: 1.15rem;
  color: #a3c43a;
  margin-top: 0.33rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .product-section-header-title {
    text-align: right;
  }
}
.product-section-content li + li {
  margin-top: 0.5rem;
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n), .table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  background-color: #befdd3;
}
.sidebar .card {
  background-color: #befdd3;
}
.sidebar .card-title {
  font-size: 1.25rem;
}
.collapse-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 812px) {
  .collapse-btn {
    cursor: unset;
    align-items: center;
  }
  .collapse-btn .fas {
    display: none;
  }
  .collapse.open-lg {
    display: block !important;
  }
}
.timeline-milestone {
  display: grid;
  grid-template-columns: minmax(60px, 400px) minmax(200px, auto);
}
.timeline-milestone-sidebar {
  padding-right: 2rem;
}
@media (max-width: 576px) {
  .timeline-milestone-sidebar {
    padding-right: 1rem;
  }
}
.timeline-milestone-content {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 6rem;
  border-left: 3px solid #05832f;
}
.timeline-milestone-content > *:first-child {
  margin-top: -0.33rem;
}
@media (max-width: 576px) {
  .timeline-milestone-content {
    padding-left: 1rem;
  }
}
.timeline-milestone-content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #05832f;
}
.timeline .blockquote-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.timeline .blockquote-thumb {
  max-width: 120px;
}
.timeline .blockquote {
  text-align: right;
  font-style: italic;
  margin-bottom: 4px;
  font-size: 1rem;
  max-width: 800px;
}
.timeline .blockquote-footer {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  text-align: right;
}
.timeline .product-list .card {
  box-shadow: none;
  border-radius: 0;
  background-color: #f1f1f1;
  margin-bottom: 1rem;
}
.timeline .product-list .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.timeline .product-list .card-link {
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  color: #686868;
  border-radius: 0;
  position: absolute;
  right: 1.5rem;
  top: 1.4rem;
  border-bottom: 1px solid #686868;
  display: inline-block;
}
@media (max-width: 576px) {
  .timeline .product-list .card-link {
    position: static;
    margin-bottom: 1rem;
  }
}
.timeline .product-list .card-link:hover {
  color: #05832f;
  border-color: #05832f;
}
.timeline .product-list .card-list {
  list-style: square;
  margin-bottom: 1.5rem;
}
.timeline .product-list .card h5 {
  font-size: 1rem;
}
.timeline .milestone-title {
  margin-top: -0.5rem;
  color: #05832f;
  text-align: right;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
}
@media (max-width: 576px) {
  .timeline .milestone-title {
    margin-top: -0.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.timeline.lite .timeline-milestone {
  grid-template-columns: minmax(80px, 120px) minmax(240px, auto);
}
.timeline.lite .timeline-milestone-sidebar {
  padding-right: 1.5rem;
}
.timeline.lite .timeline-milestone-content {
  padding-left: 1.5rem;
  border-color: #a3c43a;
}
.timeline.lite .timeline-milestone-content > *:first-child {
  margin-top: -0.33rem;
}
.timeline.lite .timeline-milestone-content::after {
  background-color: #a3c43a;
}
@media (max-width: 576px) {
  .timeline.lite .milestone-title {
    font-size: 1.5rem;
    margin-top: -0.25rem;
  }
}
.plyr {
  --plyr-color-main: $color_primary;
}
.plyr .plyr__control--overlaid {
  background: transparent;
  border: 5px solid #fff;
  width: 60px;
  height: 60px;
}
.plyr .plyr__control--overlaid svg {
  margin: 0 auto;
}
.plyr .plyr__poster {
  background-size: cover;
}
.plyr:hover {
  cursor: pointer;
}
.plyr:hover .plyr__control--overlaid {
  background: var(--plyr-color-main);
}
.fa-circle-play {
  background: green;
  border-radius: 50%;
}
.video-thumbnail {
  position: relative;
}
.video-thumbnail .btn-icon {
  font-size: 1.2em;
  width: 78px;
  height: 78px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 1.5rem;
  border-radius: 50%;
}
.video-thumbnail .btn-icon:hover {
  background: #05832f;
}
#btn-video-homepage {
  color: white;
  background-color: white !important;
  background: white !important;
  width: 56px !important;
  height: 56px !important;
}
#btn-video-homepage * {
  color: black !important;
}
.timeline {
  overflow: inherit !important;
}
/*MAPA AGROTIENDA*/
.gm-svpc {
  left: inherit !important;
  right: inherit !important;
}
.gm-bundled-control {
  right: 0 !important;
}
#map {
  width: 100%;
}
/* MAPA PRIVADO */
@media (max-width: 768px) {
  .gm-style-iw {
    max-width: 375px !important;
  }
}
/* FIN MAPA PRIVADO */
@media (max-width: 980px) {
  .ct-googleMap--MapCol {
    padding: 0 !important;
  }
}
/* Barra de navegación vertical*/
body::-webkit-scrollbar {
  width: 8px;
  /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: grey;
  /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #07b441;
  /* color of the scroll thumb */
  border-radius: 15px;
  /* roundness of the scroll thumb */
  border: 2px solid #07b441;
  /* creates padding around scroll thumb */
}
/* Fin barra de navegación vertical */
/* PARALLAX*/
@media (max-width: 992px) {
  .parallax-image {
    height: 989px;
    object-fit: cover;
    object-position: bottom;
  }
  .ct-googleMap--results {
    margin: 0 !important;
  }
  .Navigation {
    padding: 0 !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .ct-googleMap--searchContainer {
    margin: 0 !important;
  }
  .ct-googleMap--search {
    margin: 0 !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  height: 989px;
  object-fit: cover;
  object-position: inherit !important;
}
/* FIN PARALLAX */
/* STYLES SIDEBAR MAPS*/
.material .navnumberpage {
  font-size: 1.1rem !important;
}
.material .fas {
  color: #057f2c !important;
}
.material .ct-googleMap--sidebar {
  /*COLOR BORDER ITEMS MAPS*/
}
.material .ct-googleMap--sidebar .ct-googleMap--search {
  padding-left: 25px !important;
}
.material .ct-googleMap--sidebar .ct-googleMap--sidebarItem {
  /*FIN COLORES*/
}
.material .NavigationNext a:before {
  content: "" !important;
  font-family: "Font Awesome 6 Pro" !important;
  background-image: none !important;
  font-size: 1.4rem !important;
  color: white !important;
}
.material .NavigationPrev a:before {
  content: "" !important;
  font-family: "Font Awesome 6 Pro" !important;
  background-image: none !important;
  font-size: 1.4rem !important;
  color: white !important;
}
.material #map_canvas {
  height: 700px;
}
.material .NavPage:hover {
  color: #057f2c !important;
}
@media (max-width: 480px) {
  .material .ct-googleMap--MapCol {
    padding: 0;
  }
}
.error {
  color: red !important;
}
#message_newsletter {
  color: black !important;
}
.timeline-milestone-content:after {
  top: 0px !important;
}
/* CARDS SOSTENIBILIDAD CABECERA */
@media (min-width: 998px) {
  .cards-deck {
    position: absolute !important;
    top: 48rem !important;
  }
}
/* FIN CARDS SOSTENIBILIDAD CABECERA */
/* Cabecera de página */
.img-cabecera {
  object-fit: cover;
  height: 500px;
}
/* Fin Cabecera Página */
/* CARGA DE MAPA */
@keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#blog_posts body, #container-map body {
  margin: 0;
}
#blog_posts .ctnr, #container-map .ctnr {
  display: flex;
  top: 0;
  height: 300px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: lightgrey;
}
#blog_posts .ldr, #container-map .ldr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 2.5em;
  height: 2.5em;
}
#blog_posts .ldr-blk, #container-map .ldr-blk {
  height: 35%;
  width: 35%;
  animation: pulse 0.75s ease-in infinite alternate;
  background-color: #5a5a5a;
}
#blog_posts .an_delay, #container-map .an_delay {
  animation-delay: 0.75s;
}
#container-map .ctnr {
  height: 700px;
}
#section_map {
  height: 700px;
}
@media (max-width: 1200px) {
  #container-map .ctnr {
    height: 900px;
  }
  #section_map {
    height: 1300px;
  }
}
/* FIN CARGA DE MAPA*/
.btn:hover {
  box-shadow: 1px 0 6px -1px !important;
}
.btn:hover .fa-play {
  color: #a3c43a;
}
.product-list .card {
  box-shadow: none;
  border-radius: 0;
  background-color: #f1f1f1;
  margin-bottom: 1rem;
}
.card-custom .btn-link {
  padding: 0 !important;
  background: none !important;
  color: #05832f !important;
  box-shadow: none !important;
  border: 0 !important;
  text-decoration: underline !important;
}
.card-custom .btn-link:hover {
  padding: 0 !important;
  background: none !important;
  color: #014b1a !important;
  box-shadow: none !important;
  border: 0 !important;
  text-decoration: underline !important;
}
#formulario_contacto input[type="text"], #formulario_contacto textarea, #formulario_contacto input[type="email"], #formulario_contacto input[type="tel"] {
  border: 1px solid lightgrey;
  padding: 0.8rem;
}
label.cm-required:after {
  content: " *";
  color: red;
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-logo {
  margin-left: auto !important;
  margin-right: auto !important;
}
.container_blog .container {
  padding: 2.5rem 0;
}
.container_blog h1, .container_blog h2, .container_blog h3, .container_blog h4, .container_blog h5, .container_blog h6 {
  margin: 1.5rem 0;
  font-weight: 700;
}
.container_blog .post_blog_date {
  font-size: 1.2rem;
}
.container_blog img {
  border-radius: 25px !important;
  margin: 0.8rem 0;
}
.container_blog img.hero-blog {
  border-radius: inherit !important;
  height: 600px;
  object-fit: contain !important;
  margin-top: 0 !important;
}
.container_blog .subtitle {
  font-size: 2.9rem !important;
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-shadow: 2px 2px 2px black !important;
}
.container_blog .hero-blog_content {
  bottom: 5.5rem !important;
  left: 1.2rem !important;
  right: 1.2rem !important;
}
@media (min-width: 1200px) {
  .container_blog .hero-blog_content {
    left: 5.5rem !important;
    right: inherit !important;
  }
}
.container_blog #splide_otras_noticias {
  /* Contenedor principal del carrusel */
  /* Contenedor de cada diapositiva */
  /* Imágenes dentro de las diapositivas */
  /* Opcional: Para mantener la proporción en dispositivos móviles */
}
.container_blog #splide_otras_noticias .splide {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.container_blog #splide_otras_noticias .splide__slide {
  height: 1200px;
  /* Altura fija para todas las diapositivas */
  overflow: hidden;
  /* Oculta lo que sobresale */
}
.container_blog #splide_otras_noticias .splide__slide img {
  width: 100%;
  height: 260px;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .container_blog #splide_otras_noticias .splide__slide {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .container_blog #splide_otras_noticias .splide__slide {
    height: 500px;
  }
}
.container_blog .badge {
  background-color: #057f2c;
  font-weight: 800;
  font-style: italic;
  z-index: 1;
  height: auto;
  color: white !important;
  padding: 0.5rem;
  font-size: 0.95rem;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container_blog .card-category {
  color: #057f2c;
  font-weight: 600;
  font-style: italic;
}
.container_blog .card-title {
  font-weight: 600;
  color: black;
  font-size: 1.2rem;
}
.container_blog .card-blog a {
  border-radius: 25px;
  padding: 0.8rem;
  color: white;
}
.container_blog .card-blog a:hover {
  color: white !important;
  filter: brightness(1.2);
}
.container_blog .card-text {
  height: auto;
}
.container_blog .splide__arrow--prev {
  left: -3em;
}
.container_blog .splide__arrow--next {
  right: -3em;
}
.container_blog .splide__arrow, .container_blog .card-blog a {
  background-color: #057f2c;
}
.container_blog .splide__arrow svg, .container_blog .card-blog a svg {
  color: white;
  fill: white;
}
@media (max-width: 992px) {
  .container_blog .container-fluid, .container_blog .container-fluid-extra {
    padding: 0 !important;
  }
  .container_blog .card-title {
    font-size: 1.1rem;
  }
  .container_blog .card-text {
    height: auto;
  }
}
.container_blog .breadcrumb {
  display: flex;
  align-items: center;
}
.container_blog .breadcrumb * {
  text-transform: capitalize;
  font-size: 1rem;
}
.container_blog .breadcrumb *:before {
  font-size: 1rem;
}
.container_blog .breadcrumb a {
  border-bottom: inherit;
}
.container_blog .splide__pagination {
  bottom: -0.8em;
}
.container_blog #hero-splide-category .splide__pagination {
  bottom: -0.7em;
}
#page_blog .card-img-top, .blog_category .card-img-top {
  height: 220px !important;
}
#page_blog .card-body, .blog_category .card-body {
  height: 200px;
}
#page_blog .card-title, .blog_category .card-title {
  font-size: 1.2rem;
}
#page_blog .badge, .blog_category .badge {
  background-color: #057f2c;
  font-weight: 800;
  color: white !important;
  font-style: italic;
  height: auto;
  padding: 0.5rem;
  font-size: 0.95rem;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_blog .splide__pagination, .blog_category .splide__pagination {
  bottom: -2.5em;
}
.title-header-news {
  font-weight: bold;
  font-size: 1.5rem;
}
.date-publisher {
  background: rgba(0, 0, 0, 0.1);
  font-style: italic;
  font-weight: 800;
  color: black;
}
.date-publisher, .badge-category {
  padding: 0.5rem;
  border-radius: 5px;
}
.badge-category {
  background: rgba(5, 127, 44, 0.8);
  color: white;
  letter-spacing: 0.07rem;
  padding: 0.5rem;
}
.card-body-double-col {
  width: 40dvw;
  /* left: 4px; */
  padding-left: 4rem;
  padding-right: 4rem;
  height: 100%;
}
.card-body-double-col p {
  color: white;
  font-size: 1.2rem;
}
.blog_category .card-img-top {
  height: 600px !important;
  border-radius: 25px !important;
}
.card-double_col img {
  margin-bottom: 0;
}
.card-double_col .card-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
}
.card-double_col .date-publisher {
  background: rgba(0, 0, 0, 0.85);
  font-style: italic;
  font-weight: 800;
  color: white;
  width: auto;
}
.position-right {
  right: 0;
}
.is-double .card-body-double-col {
  width: 100%;
}
.is-double img {
  margin: 0;
}
.is-double .card-text {
  height: inherit;
}
.card-double_col:not(.is-double) {
  padding: 0;
}
.card-double_col:not(.is-double) .card-body-double-col {
  background-color: rgba(0, 0, 0, 0.85);
}
.card-double_col:not(.is-double) img {
  margin: 0;
  border-radius: inherit !important;
  max-height: 600px;
  object-fit: cover;
}
.splide-global .card-body-image img {
  height: 300px;
  border-radius: 25px !important;
}
.splide-global .card-title {
  font-size: 1.2rem;
  color: black;
  font-weight: bold;
}
/* Sombra blanca en el lado derecho */
.splide:not([id*="splide_pagination"]):not([id*="splide-labels"]):not([id*="splide01"])::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  /* Ancho de la sombra */
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.1) 80%, transparent 100%);
  z-index: 10;
  pointer-events: none;
  /* Permite hacer clic a través de la sombra */
}
/* Opción con sombra blanca más intensa */
.splide:not([id*="splide_pagination"]):not([id*="splide-labels"]):not([id*="splide01"]).white-shadow::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.2) 70%, transparent 100%);
}
/* Opción con sombra blanca más sutil */
.splide:not([id*="splide_pagination"]):not([id*="splide-labels"]):not([id*="splide01"]).subtle-white-shadow::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.3) 60%, transparent 100%);
}
.splide:not([id*="splide_pagination"]):not([id*="splide-labels"]):not([id*="splide01"])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  /* Ancho de la sombra */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.1) 80%, transparent 100%);
  z-index: 10;
  pointer-events: none;
  /* Permite hacer clic a través de la sombra */
}
/* Opción con sombra blanca más intensa */
.splide:not([id*="splide_pagination"]):not([id*="splide-labels"]).white-shadow::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.2) 70%, transparent 100%);
}
/* Opción con sombra blanca más sutil */
.splide:not([id*="splide_pagination"]):not([id*="splide-labels"]).subtle-white-shadow::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.3) 60%, transparent 100%);
}
.pagination {
  justify-content: center;
}
#splide_pagination {
  width: 60%;
  justify-content: center;
  display: flex;
}
.splide__arrow {
  background: #057f2c !important;
  opacity: 0.95 !important;
}
.splide__arrow svg {
  fill: white !important;
}
.splide__arrow:hover {
  filter: brightness(1.2);
}
.bg-image {
  border-radius: 25px !important;
}
.splide__pagination__page.is-active {
  background: #057f2c !important;
}
.page-link.active {
  background: #057f2c !important;
  color: white !important;
}
#hero-splide-category {
  background-color: #f8f8f8;
}
#hero-splide-category .text {
  font-size: 1.2rem;
}
.card-body-image.position-relative img {
  margin: 0;
}
.select-option.selected.active {
  background: #057f2c;
  color: white;
}
.select-option.selected.active:hover {
  background: #057f2c;
  color: white;
}
.select-option:hover {
  background: #057f2c !important;
  color: white;
}
.select-arrow {
  top: 30%;
}
#select-wrapper-selector-year input {
  padding: 0.8rem !important;
}
.card-blog {
  overflow: hidden;
}
@media (min-width: 1200px) {
  #splide_otras_noticias .splide__slide {
    padding-left: 2rem;
  }
}
.page-program .bg-image {
  border-radius: inherit !important;
}
.hero-columnas-splide {
  display: flex;
  justify-content: center;
}
.hero-columnas-splide .splide-hero-columns {
  width: 1500px;
}
.hero-columnas-splide .img-post-category {
  height: 300px !important;
}
@media (max-width: 1200px) {
  .card-body-double-col {
    position: inherit !important;
    width: 100%;
  }
}
.text-alimentacion {
  color: #057f2c !important;
}
.ct-googleMap--search {
  width: 100%;
  padding: 0.3rem;
  padding-left: 0.02rem;
  padding-right: 0.02rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.ct-googleMap--sidebar {
  padding: 0 !important;
}
.ct-googleMap--results {
  padding: 0rem;
  margin: 1.5rem;
  border-right: 1px solid #eaeaea !important;
  border-top: 1px solid #eaeaea !important;
}
@media (max-width: 992px) {
  .ct-googleMap--results {
    margin-right: 0.5rem !important;
  }
}
.ct-googleMap--SidebarCol {
  padding: 0;
}
.ct-googleMap--sidebar {
  padding: 1rem;
}
.ct-googleMap--sidebar .ct-googleMap--results .ct-googleMap--sidebarItem {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ct-googleMap--sidebar .ct-googleMap--results .ct-googleMap--sidebarItem.active {
  font-weight: bold !important;
  color: white !important;
  background: #057f2c !important;
}
.ct-googleMap--sidebar .ct-googleMap--results .ct-googleMap--sidebarItem:nth-child(2n) {
  border-left: 6px solid #057f2c !important;
}
.ct-googleMap--sidebar .ct-googleMap--results .ct-googleMap--sidebarItem:nth-child(2n):hover {
  border-color: lightgrey !important;
}
.ct-googleMap--sidebar .ct-googleMap--results .ct-googleMap--sidebarItem:nth-child(2n).active {
  border-color: lightgrey !important;
}
.ct-googleMap--sidebar .ct-googleMap--results .ct-googleMap--sidebarItem:nth-child(2n+1) {
  border-left: 6px solid #88bb2b !important;
}
.ct-googleMap--resultsCounter {
  margin-left: 1.5rem !important;
}
.ct-googleMap--sidebarItem {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ct-googleMap--sidebarItem:hover {
  cursor: pointer;
  background-color: #057f2c;
  color: white;
}
.material .NavigationNext {
  text-align: center;
  display: block !important;
  width: 5dvw;
}
.material .NavigationNext a:before {
  color: #057f2c !important;
}
.material .NavigationNext a:hover {
  cursor: pointer;
}
.material .NavigationPrev {
  text-align: start;
  width: 5dvw;
  display: block !important;
}
.material .NavigationPrev a:before {
  color: #057f2c !important;
}
.material .NavigationPrev a:hover {
  cursor: pointer;
}
.material .Navigation {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.material .paginationCounter {
  list-style: none;
  display: flex;
  width: 85%;
  justify-content: space-between;
}
.material .paginationCounter .navnumberpage {
  color: grey;
  padding: 0.3rem;
  width: auto;
}
.material .paginationCounter .navnumberpage:hover {
  color: #057f2c;
  cursor: pointer;
}
.material .paginationCounter .active:hover {
  color: white !important;
}
.material .ct-googleMap--sidebarItemTitle {
  padding-left: 0.5rem;
}
.material .navnumberpage.active {
  font-weight: bold;
  background: green;
  border-radius: 50%;
  width: 37px !important;
  text-align: center;
  color: white !important;
}
.icons-map {
  font-size: 1.7rem !important;
}
.iconos-principales-infobuble-map {
  border: 2px solid black !important;
  border-radius: 28px !important;
  width: 1.9em !important;
  height: 1.9em !important;
}
.ct-googleMap--search {
  border-radius: 5px !important;
}
.ct-googleMap--searchContainer {
  margin: 0.8rem;
}
.color-transparent {
  color: transparent;
}
#map #card-shop {
  font-size: 1.1rem !important;
}
#map #card-shop a:hover {
  color: #057f2c !important;
  font-weight: bold;
}
#map #card-shop a:hover .item-shop {
  color: white !important;
}
#map #card-shop a span:hover {
  color: #057f2c !important;
  font-weight: bold;
}
.gmnoprint {
  display: inline-flex !important;
  justify-items: end !important;
  text-align: end !important;
  position: inherit !important;
}
@media (min-width: 1600px) {
  .gmnoprint {
    width: 95% !important;
  }
}
@media (max-width: 1200px) {
  .gmnoprint {
    width: 85% !important;
  }
}
.gmnoprint .gmnoprint {
  position: absolute !important;
}
.gm-bundled-control {
  position: absolute !important;
  width: inherit !important;
  right: 0 !important;
}
@media (max-width: 992px) {
  .image-shop {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover !important;
  }
  div[class*="_ibani"] {
    position: relative !important;
    z-index: 100 !important;
    top: -17rem !important;
    left: -162px !important;
    right: 14rem !important;
    height: fit-content !important;
    width: fit-content !important;
    z-index: 200 !important;
  }
  div[class*="_ibani"] * {
    margin: 0 !important;
  }
  div[class*="_ibani"] div:nth-child(3) {
    width: 405px !important;
    border-radius: 5px !important;
    height: auto !important;
  }
  div[class*="_ibani"] > img {
    width: 21px !important;
  }
  .card-shop {
    height: 25dvh !important;
    border-radius: 5px !important;
  }
}
@media (min-width: 1200px) {
  .ct-googleMap--SidebarCol {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
  }
  .enlace-card-shop:hover .iconos-principales-infobuble-map {
    background: #057f2c;
  }
  .enlace-card-shop:hover .item-shop {
    color: white !important;
  }
  .image-shop {
    width: 100% !important;
    height: 232px !important;
    border-radius: 10px 10px 0rem 0rem;
  }
  .ct-googleMap--MapCol {
    flex: 0 0 auto !important;
    width: 66.66666667% !important;
  }
  div[class*="_ibani"] {
    position: fixed !important;
    margin-top: 1rem !important;
    width: 100%;
    z-index: 200 !important;
    top: -22rem !important;
    left: -30.8dvw !important;
    right: 6rem !important;
  }
  div[class*="_ibani"] > div:nth-child(3) {
    border-radius: 10px !important;
    margin-left: 0.5rem !important;
  }
  div[class*="_ibani"] > img {
    width: 21px !important;
    position: relative;
    border: 0px;
    z-index: 101;
    cursor: pointer;
    left: 374px;
    top: 38px;
  }
}
@media (min-width: 1200px) and (max-width: 768px) {
  div[class*="_ibani"] > div:nth-child(3) {
    width: 320px !important;
  }
}
@media (min-width: 1200px) and (max-width: 768px) {
  div[class*="_ibani"] {
    width: 83% !important;
  }
}
@media (min-width: 1920px) {
  div[class*="_ibani"] {
    left: -30.8dvw !important;
  }
  div[class*="_ibani"]:nth-child(3) {
    height: auto !important;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1600px) {
  width: 21.3dvw !important;
  div[class*="_ibani"] > div:nth-child(3) {
    height: auto !important;
  }
}
@media (max-width: 1600px) {
  div[class*="_ibani"] > div:nth-child(3) {
    height: auto !important;
  }
  div[class*="_ibani"] > img {
    position: absolute !important;
    border: 0px !important;
    z-index: 10000000000000000 !important;
    cursor: pointer !important;
    top: 0.5rem !important;
    width: 24px !important;
  }
}
@media (min-width: 1400px) {
  div[class*="_ibani"] > div:nth-child(3) {
    height: 638px !important;
  }
}
@media (max-width: 992px) {
  div[class*="_ibani"] > div:nth-child(3) {
    height: 500px !important;
    width: 320px !important;
  }
}
@media (max-width: 768px) {
  div[class*="_ibani"] > div:nth-child(3) {
    height: 500px !important;
  }
}
.material .ct-googleMap--sidebar .ct-googleMap--search {
  border: 1px solid black !important;
}
.ct-googleMap--sidebarItemDistance, .ct-googleMap--itemCounter {
  margin-left: 0.5rem !important;
}
#container-map-new .ct-googleMap--SidebarCol {
  width: 100% !important;
}
#container-map-new .ct-googleMap--sidebarItem {
  padding: 0.5rem !important;
}
#container-map-new .card-shop img {
  height: 200px !important;
  object-fit: cover !important;
}
#container-map-new .gm-style-iw-c {
  padding-bottom: 0 !important;
}
#container-map-new #paginationContainer button.active {
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  background: green !important;
  color: white !important;
}
#container-map-new .col-fixed {
  width: 1.5rem !important;
}
#container-map-new .col-fixed .fas {
  font-size: 1.4rem !important;
}
#container-map-new .col-fixed .fa-location-dot {
  font-size: 1.4rem !important;
}
#container-map-new .ct-googleMap--sidebarItem {
  border-bottom: 1px solid #eaeaea !important;
  padding-bottom: 1rem !important;
}
@media (min-width: 992px) {
  #container-map-new .ct-googleMap--sidebarItem:hover {
    border-radius: 0.5rem !important;
  }
}
#container-map-new .ct-googleMap--results {
  padding: 0rem;
  margin: 1.5rem;
  border-right: inherit !important;
  border-top: inherit !important;
}
@media (max-width: 768px) {
  #container-map-new #map .gm-style-iw {
    min-width: 400px !important;
  }
  #container-map-new .gm-style-iw-d, #container-map-new .gm-style-iw-c {
    height: 400px !important;
  }
}
#container-map-new .ct-googleMap--searchContainer {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
html, body {
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #4e4e4e;
  display: flex;
  flex-direction: column;
}
.noscroll {
  overflow: hidden;
}
main {
  flex: 1;
}
.container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
section {
  margin: 1.5rem 0;
}
.section-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
a {
  color: #4e4e4e;
}
a:hover {
  color: #a3c43a;
}
a.active {
  font-weight: 700;
}
svg {
  display: inline-block;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.square {
  aspect-ratio: 1;
  width: 100%;
}
.bg-light {
  background-color: #f1f1f1 !important;
}
.seals img, .seals svg {
  display: block;
  min-width: 4rem;
  max-height: 8rem;
  width: 100%;
  height: auto;
}
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  background-color: #4e4e4e;
  color: #fff;
}
.social-icons a:hover {
  background-color: #05832f;
}
.collapsible .btn-outline-primary::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "";
}
.collapsible .btn-outline-primary.collapsed::after {
  content: "";
}
a:hover {
  color: #a3c43a !important;
}
a:hover svg {
  fill: #a3c43a !important;
}
a:hover svg path {
  stroke: #a3c43a !important;
}
.text-green {
  color: #05832f;
}
