<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mainNav .part-1 .inner-0,
.space-1{
  height: 150px;
  transition: all 0.3s;
}
#mainNav .logo-0{
  max-width: 260px;
  height: auto;
}
#mainNav{
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 20;
  transition: all 0.3s;
  left:0;
  top:0;
  background: var(--blanco);
}
#mainNav .contenedor-menu .menu-item{
  display: inline-block;
  position: relative;
}
#mainNav .contenedor-menu .list-principal &gt; .menu-item &gt; a {
  padding: 35px 25px;
  margin: 0 -3px;
  color: var(--azul-suave);
  font-size: 16px;
  font-weight: 400;
}
#mainNav .contenedor-menu .list-principal &gt; .menu-item:nth-last-of-type(1) &gt; a{
  padding-right: 10px;
}

/* Sidebar */ /* Sidebar */
.overlay-menu{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  z-index: 9999;
}
#sidebar-wrapper {
  width: 315px;
  height: 102vh;
  position: fixed;
  left: -120%;
  top: 0;
  padding-top: 65px;
  background: var(--blanco);
  z-index: 999999;
  transition: all 0.5s;
  padding-bottom: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#sidebar-wrapper.toggled{
  left: 0;
}
#sidebar-wrapper .logo-responsive{
  width: 110px;
  display: block;
  margin-top: -40px;
  margin-bottom: 10px;
}
#sidebar-wrapper .close-menu{
  position: absolute;
  z-index: 9999;
  top: 5px;
  right: 12px;
  cursor: pointer;
  color: var(--negro);
  background-color: rgba(223, 223, 223, 0.6);
  padding: 8px 8px;
  border-radius: 50px;
  width: 30px;
  height: auto;
}
#sidebar-wrapper .logo-0{
  margin: 0 auto;
  display: table;
  margin-bottom: 28px;
  margin-top: 0;
  max-width: 240px;
}
#sidebar-wrapper .bloque-1{
  border-top: 1px solid #e6e6e6;
}
#sidebar-wrapper .bloque-1 ul li {
  font-size: 12px;
  margin: 0;
  line-height: 1.3;
  padding: 0;
  border-bottom: 0;
}
#sidebar-wrapper .bloque-1 ul li a{
  color: var(--negro);
  padding: 18px 20px !important;
  display: table;
  text-align: left;
  width: 100%;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s;
  border-bottom: 1.5px solid rgba(225, 225, 225, 0.6);
}
#sidebar-wrapper .bloque-1 ul li a img{
  max-width: 16px;
  height: auto;
  max-height: 16px;
  width: auto;
  margin: -5px 15px 0 0;
}
/* Sidebar */ /* Sidebar */

#mainNav.modo-fixed{
  box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, .07);
}
#mainNav .part-1 .inner-0{
  transition: all 0.3s;
}
#mainNav.modo-fixed .part-1 .inner-0{
  height: 92px;
}
@media only screen and (max-width: 991px){
  #mainNav .col-right .bloque-menu{
    display: none;
  }
  #mainNav .menu-left{
    margin-right: 5px;
    display: inline-block !important;
  }
  #mainNav .box-logo-0{
    margin-left: 2px;
  }
  #mainNav .part-1 .inner-0,
  .space-1{
    height: 85px;
  }
  #mainNav .logo-0 {
    max-width: 200px;
  }
}
@media only screen and (max-width: 500px){
  #mainNav .logo-0 {
    max-width: 180px;
  }
  #mainNav .part-1 .inner-0,
  .space-1,
  #mainNav.modo-fixed .part-1 .inner-0{
    height: 85px;
  }
}
.section-minisuper .img-green-1{
  background-position: bottom left;
  background-size: auto 100%;
  background-repeat: round;
}
.section-minisuper .caja-verde{
  position: absolute;
  bottom:-163px;
  left:0;
  width: 240px;
  height: auto;
}
.section-minisuper .caja-verde .img{
  width: 100%;
  height: auto;
}
.section-minisuper .caja-verde .img-comida{
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 170px;
}
.section-minisuper .caja-verde::before{
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: var(--azul-suave);
  border-radius: 50%;
  top: 26%;
  left: 86%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
}
@media only screen and (min-width: 2150px){
  .section-minisuper .img-green-1{
    background-size: auto;
    background-position: inherit;
  }
}
.section-link .img-azul{
  object-position: bottom;
}
.section-banner .inner-0{
  position: absolute;
  top:0;
  z-index: 2;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.ancla-0{
  position: relative;
  top:-90px;
}
.btn-green{
  color: var(--blanco) !important;
  background-color: var(--verde);
  border: 1px solid var(--verde);
  font-size: 22px;
  font-weight: 700;
  display: flex;
  padding: 5px 15px;
  border-radius: 50px;
  height: 68px;
  margin-top: 15px;
  max-width: 280px;
  align-items: center;
  justify-content: center;
}
#mainNav .contenedor-menu .list-principal &gt; .menu-item &gt; a &gt; img{
  max-width: 17px;
  max-height: 17px;
  height: auto;
  position: relative;
  top: -2px;
  width: auto;
}
.hamburger {
  display: inline-block;
  left: 0;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 1.625rem;
  z-index: 999;
}
.hamburger .line {
  background: var(--azul-suave);
  display: block;
  height: 2px;
  border-radius: 0.1875rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  margin-right: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(1) {
  width: 1.625rem;
}
.hamburger .line:nth-child(2) {
  width: 1.625rem;
}
.hamburger .line:nth-child(3) {
  width: 0.9375rem;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  width: 1.625rem;
}
@media only screen and (max-width: 1500px){
  .section-banner .box-title h1{
    font-size: 58.65px;
  }
  .btn-green{
    font-size: 18.7px;
    padding: 4.25px 12.75px;
    border-radius: 42.5px;
    height: 57.8px;
    margin-top: 12.75px;
    max-width: 238px;
  }
  .section-banner .box-title{
    max-width: 531.25px;
    top: -20px;
    position: relative;
  }
  .section-text .content-standar-white * {
    font-size: 22px;
  }
  .section-text{
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 1200px){
  .section-banner .img-destacado{
    height: 680px;
    width: auto !important;
  }
  .section-text .content-standar-white * {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 575px){
  .section-banner .img-destacado{
    height: calc(100vh - 85px);
  }
  .section-banner .box-title {
    max-width: 410px;
    top: 0;
    padding: 0 5px;
    margin: 0 auto;
  }
  .section-banner .box-title h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .btn-green {
    font-size: 16px;
    padding: 3.25px 9.76px;
    border-radius: 32.52px;
    height: 44.22px;
    margin-top: 15px;
    max-width: 182px;
  }
}
@media only screen and (max-width: 360px){
  .section-banner .box-title h1{
    font-size: 40px;
  }
  .btn-green {
    font-size: 14.44px;
    padding: 2.93px 8.8px;
    border-radius: 29.35px;
    height: 39.9px;
    margin-top: 13.54px;
    max-width: 164.25px;
  }
}
@media only screen and (max-width: 766px){
  .section-text .content-standar-white * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 380px){
  .section-text .content-standar-white * {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px){
  .item-title {
    margin-bottom: 25.5px;
  }
  .item-title .title-x1 {
    font-size: 40.8px;
    padding: 0 17px;
  }
  .item-title .title-x1 img {
    width: 40.8px;
    margin-right: 8.5px;
    top: -4.25px;
  }
  .item-title .title-x1 .circle-left,
  .item-title .title-x1 .circle-right {
    width: 13.6px;
    height: 13.6px;
  }
  .item-title .title-x1 .circle-left {
    left: 4.25px;
  }
  .item-title .title-x1 .circle-right {
    right: 4.25px;
  }
}
@media only screen and (max-width: 991px){
  .item-title {
    margin-bottom: 21.67px;
  }
  .item-title .title-x1 {
    font-size: 34.68px;
    padding: 0 14.45px;
  }
  .item-title .title-x1 img {
    width: 34.68px;
    margin-right: 7.23px;
    top: -3.61px;
  }
  .item-title .title-x1 .circle-left,
  .item-title .title-x1 .circle-right {
    width: 11.56px;
    height: 11.56px;
  }
  .item-title .title-x1 .circle-left {
    left: 3.61px;
  }
  .item-title .title-x1 .circle-right {
    right: 3.61px;
  }
}
@media only screen and (max-width: 575px){
  .item-title {
    margin-bottom: 20.59px;
  }
  .item-title .title-x1 {
    font-size: 32.95px;
    padding: 0 13.72px;
  }
  .item-title .title-x1 img {
    width: 32.95px;
    margin-right: 6.87px;
    top: -3.43px;
  }
  .item-title .title-x1 .circle-left,
  .item-title .title-x1 .circle-right {
    width: 10.98px;
    height: 10.98px;
  }
  .item-title .title-x1 .circle-left {
    left: 3.43px;
  }
  .item-title .title-x1 .circle-right {
    right: 3.43px;
  }
}
@media only screen and (max-width: 1280px){
  div.content-standar-black p{
    font-size: 22px !important;
  }
  div.content-standar-black h4{
    font-size: 24px !important;
  }
  .section-minisuper .box-width{
    min-height: 400px;
    max-width: 900px;
  }
}
.section-minisuper .item-title{
  margin-top: -25px;
}
@media only screen and (max-width: 991px){
  div.content-standar-black p{
    font-size: 20px !important;
  }
  div.content-standar-black h4{
    font-size: 22px !important;
  }
  div.content-standar-black br{
    display: none;
  }
}
@media only screen and (max-width: 575px){
  div.content-standar-black p{
    font-size: 18px !important;
  }
  div.content-standar-black h4{
    font-size: 20px !important;
  }
  .section-minisuper .box-width{
    padding: 60px 0 45px 0;
    max-width: 350px;
  }
}
@media only screen and (max-width: 1500px){
  .img-dog {
    max-width: 200px;
  }
  .section-minisuper .caja-verde {
    bottom: -132.55px;
    width: 204px;
  }
  .section-minisuper .caja-verde .img-comida {
    max-width: 144.5px;
  }
  .section-minisuper .caja-verde::before {
    width: 42.5px;
    height: 42.5px;
    top: 26%;
    left: 86%;
  }
}
@media only screen and (max-width: 1200px){
  .section-sucremart .title {
    font-size: 26px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .section-sucremart .img-dog {
    max-width: 180px;
    right: -15px;
  }
  .item-product{
    padding: 15px 0;
  }
  .section-sucremart .btn-espace {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1080px){
  .section-sucremart .img-dog{
    display: none;
  }
}
@media only screen and (max-width: 991px){
  .section-minisuper .caja-verde{
    display: none;
  }
  .section-sucremart .box-width {
    padding-left: 5px;
    padding-right: 5px;
  }
  .section-sucremart .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 766px){
  .item-product .product-content .title-2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px){
  .section-sucremart .box-width .col-4{
    width: 50%;
  }
  .section-sucremart {
    padding: 55px 0;
  }
  .btn-white{
    font-size: 20px;
  }
}
@media only screen and (max-width: 520px){
  .section-sucremart .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1700px){
  #fondo-right01 {
    width: 315px;
    height: 274.55px;
  }
  #ico-gps01 {
    bottom: 36.34px;
    right: 32.3px;
    width: 171.19px;
    height: 171.19px;
  }
}
@media only screen and (max-width: 1400px){
  #fondo-right01 {
    width: 267.75px;
    height: 233.37px;
  }
  #ico-gps01 {
    bottom: 30.89px;
    right: 27.46px;
    width: 145.51px;
    height: 145.51px;
  }
}
@media only screen and (max-width: 1050px){
  #fondo-right01,
  #ico-gps01{
    display: none;
  }
  .item-tabs {
    padding-bottom: 27px;
  }
  .item-tabs .nav {
    max-width: 434.7px;
  }
  .item-tabs .nav-tabs .nav-link {
    min-height: 0;
  }
  .item-tabs .nav-link .content-text {
    padding: 18px 13.5px 12px 108px;
  }
  .item-tabs .nav-link .content-text .box-left {
    left: 13.5px;
    max-width: 72px;
  }
  .item-tabs .nav-link .content-text p {
    margin-bottom: 3px;
    font-size: 14px;
  }
}
.section-ubicacion .box-mapa{
  position: relative;
}
.btn-iframe{
  color: var(--blanco);
  background-color: var(--verde);
  border: 1px solid var(--verde);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s;
  padding: 5px 20px;
  border-radius: 40px;
  cursor: pointer;
  position: absolute;
  top: 85%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (min-width: 576px){
  .btn-iframe{
    display: none !important;
  }
}
@media only screen and (max-width: 991px){
  .section-ubicacion .col-6{
    width: 100%;
  }
  .section-ubicacion .col-a{
    order: 2;
  }
  .section-ubicacion .box-mapa {
    height: 450px;
  }
  .item-tabs {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 380px){
  .item-product .product-image .box-heart {
    top: 8px;
    right: 10px;
  }
  .item-product .product-image .box-heart img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 575px){
  .section-banner .desktop{
    display: none !important;
  }
  .section-banner .mobile{
    display: block !important;
    width: 100% !important;
    object-fit: cover;
  }
  .section-banner .inner-0{
    top: auto;
    height: auto;
    bottom: 14%;
  }
  .section-banner .box-title {
    max-width: 355px;
    margin-left: 0;
  }
  .section-banner::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 125%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(0deg, rgba(38, 38, 38, 0.5) 7%, rgba(255, 255, 255, 0) 73%);
  }
  .section-text {
    padding: 50px 0 37px;
  }
}
</pre></body></html>