@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");

.h1,
.h2,
.h3{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 81 / var(--tw-text-opacity));
}

.h1 {
  font-size: clamp(2rem, 12vw - 1.5rem, 3.2rem);
}

.h2 {
  font-size: clamp(1.25rem, 1.3vw + 1rem, 2.5rem);
}

.h3{
  font-size: 1.3rem;
}

body{
  font-family: Montserrat, sans-serif;
}

.btn{
  border-radius: 7px;
  border-width: 2px;
  border-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn--primary{
  --tw-bg-opacity: 1;
  background-color: rgb(235 1 131 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--whatsapp{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn--whatsapp:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.btn--primary-outline{
  --tw-border-opacity: 1;
  border-color: rgb(235 1 131 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

.btn--primary-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 1 131 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--p-to-ghost{
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(235 1 131 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--p-to-ghost:hover{
  --tw-border-opacity: 1;
  border-color: rgb(194 1 108 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(194 1 108 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--p-to-ghost{
  --tw-border-opacity: 1;
  border-color: rgb(235 1 131 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .btn--p-to-ghost{
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(235 1 131 / var(--tw-text-opacity));
  }
}

.btn--open-category{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn--open-category:hover{
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

.btn__icon--open-category{
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

.btn__icon--whatsapp{
  display: flex;
}

.btn__span--open-category{
  display: none;
}

@media (min-width: 640px){
  .btn__span--open-category{
    display: block;
  }
}

.btn__span--catalogo-desktop{
  display: none;
}

@media (min-width: 1024px){
  .btn__span--catalogo-desktop{
    display: block;
  }

  .btn__span--catalogo-mobile{
    display: none;
  }
}

.nav--main{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .nav--main{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .nav--main{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .nav--main{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .nav--main{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .nav--main{
    max-width: 1536px;
  }
}

.nav--main{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1024px){
  .nav--main{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.nav__list--main{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .nav__list--main{
    gap: 2.5rem;
  }
}

@media (min-width: 768px){
  .nav__list--main{
    grid-template-columns: -webkit-min-content -webkit-max-content 1fr -webkit-min-content;
    grid-template-columns: min-content max-content 1fr min-content;
  }
}

.nav__list--main{
  justify-content: space-between;
}

@media (min-width: 1024px){
  .nav__list--main{
    grid-template-columns: -webkit-min-content -webkit-max-content 1fr -webkit-max-content -webkit-min-content;
    grid-template-columns: min-content max-content 1fr max-content min-content;
  }
}

.nav__logo{
  grid-column: 1;
  grid-row: 1;
  width: 135px;
  justify-self: center;
}

@media (min-width: 768px){
  .nav__logo{
    grid-column: 1;
  }
}

.nav__categorias{
  grid-column: 1;
  grid-row: 1;
}

@media (min-width: 768px){
  .nav__categorias{
    grid-column: 3;
  }
}

.nav__search{
  grid-column: span 3 / span 3;
  grid-row: 2;
}

@media (min-width: 768px){
  .nav__search{
    grid-column: 3;
    grid-row: 1;
  }
}

.nav__menu{
  grid-column: 3;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

@media (min-width: 1280px){
  .nav__menu{
    display: flex;
  }
}

.nav__number-cart{
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 1 131 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav__link--main{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.productos{
  display: grid;
  gap: 5rem;
}

@media (min-width: 640px){
  .productos{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .productos{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px){
  .productos{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.productos{
  justify-content: center;
}

.productos__card figure{
  height: 280px;
}

.productos__card figure img{
  height: inherit;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productos__body{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 81 / var(--tw-text-opacity));
  padding-bottom: 0px;
}

.productos__price{
  font-size: 1.2rem;
  font-weight: 600;
}

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 81 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .footer{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.footer {
  font-size: clamp(0.625rem, 0.4vw + 0.6rem, 1rem);
}

.footer__grid{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 640px){
  .footer__grid{
    display: grid;
    grid-auto-flow: column;
  }
}

.footer__title{
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.4vw + 0.8rem, 1.25rem);
}

.footer__title--horario{
  font-weight: 600;
  font-size: clamp(0.625rem, 0.6vw + 0.5rem, 1.25rem);
}

.footer__col-1{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__img{
  margin-bottom: 1rem;
  width: 113px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .footer__img{
    height: auto;
    width: 180px;
  }
}

.footer__col-2{
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px){
  .footer__col-2{
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.footer__col-3{
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .footer__col-3{
    text-align: right;
  }
}

.footer__ul{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__page:hover{
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

.footer__list{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__list-social{
  display: flex;
  gap: 0.5rem;
}

@media (min-width: 1024px){
  .footer__list-social{
    gap: 1rem;
  }
}

.footer__list-contact{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 1024px){
  .footer__list-contact{
    gap: 1rem;
  }
}

.footer__list-contact{
  word-break: break-all;
}

@media (min-width: 1024px){
  .footer__list--horario{
    gap: 0px;
  }
}

.footer__item--social{
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 1024px){
  .footer__item--social{
    height: 2rem;
    width: 2rem;
  }
}

.footer__item--social{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footer__item--social:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

.footer__item--social a{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px){
  .footer__item--social a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.footer__item--group{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1024px){
  .footer__item--group{
    gap: 1rem;
  }
}

.footer__item--group i{
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px){
  .footer__item--group i{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.footer__icon-what{
  font-size: 24px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footer__icon-what:hover{
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .footer__icon-what{
    font-size: 33px;
  }
}

.footer__icon-what{
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 1024px){
  .footer__icon-what{
    height: 2.25rem;
    width: 2.25rem;
  }
}

.footer__icon-what{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footer__icon-what:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

.footer__link{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footer__link:hover{
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

.footer__copy{
  margin-top: 2rem;
  text-align: center;
}

.slider-ofertas{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .slider-ofertas{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .slider-ofertas{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .slider-ofertas{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .slider-ofertas{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .slider-ofertas{
    max-width: 1536px;
  }
}

.slider-ofertas{
  margin-bottom: 4rem;
  padding-top: 3rem;
}

@media (min-width: 768px){
  .slider-ofertas{
    padding-top: 4rem;
  }
}

@media (min-width: 1024px){
  .slider-ofertas{
    padding-top: 5rem;
  }
}

.slider-ofertas__title{
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 768px){
  .slider-ofertas__title{
    margin-bottom: 2.75rem;
  }
}

@media (min-width: 1024px){
  .slider-ofertas__title{
    margin-bottom: 3.5rem;
  }
}

.slider-ofertas__card{
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}

@media (min-width: 768px){
  .slider-ofertas__card{
    max-width: 280px;
  }
}

@media (min-width: 1024px){
  .slider-ofertas__card{
    max-width: 320px;
  }
}

.slider-ofertas__picture{
  margin-bottom: 0.25rem;
  display: block;
}

@media (min-width: 768px){
  .slider-ofertas__picture{
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1024px){
  .slider-ofertas__picture{
    margin-bottom: 1rem;
  }
}

.slider-ofertas__picture img{
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-ofertas__body{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(0 0 81 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .slider-ofertas__body{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px){
  .slider-ofertas__body{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.slider-ofertas__body-price{
  --tw-text-opacity: 1;
  color: rgb(171 166 166 / var(--tw-text-opacity));
}

.slider-ofertas__body-price b{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 81 / var(--tw-text-opacity));
}

.categorias--main{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.categorias--active{
  display: flex;
  flex-direction: column;
}

.categorias__list{
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 81 / var(--tw-bg-opacity));
}

.categorias__content{
  display: none;
}

.redes-sociales{
  position: fixed;
  bottom: 0px;
  left: 1rem;
  z-index: 10;
  margin-bottom: 3rem;
  margin-top: 4rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .redes-sociales{
    display: flex;
  }
}

@media (min-width: 1024px){
  .redes-sociales{
    margin-left: 3rem;
  }
}

.redes-sociales__a{
  width: 50px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
}

.redes-sociales__a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 1 131 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.redes-sociales__line{
  width: 6rem;
  --tw-translate-x: -23px;
  --tw-translate-y: 3rem;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(235 1 131 / var(--tw-border-opacity));
}

.filtro{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}

@media (min-width: 768px){
  .filtro{
    display: flex;
  }
}

.filtro__btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 81 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.filtro__btn:hover{
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

.filtro__btn.active{
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

.header--main{
  position: sticky;
  top: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.section-categoria{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .section-categoria{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .section-categoria{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .section-categoria{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .section-categoria{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .section-categoria{
    max-width: 1536px;
  }
}

.section-categoria{
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 3rem;
}

@media (min-width: 768px){
  .section-categoria{
    padding-top: 4rem;
  }
}

@media (min-width: 1024px){
  .section-categoria{
    padding-top: 5rem;
  }
}

@media (min-width: 1536px){
  .section-categoria{
    gap: 7rem;
  }
}

.section-banners-especiales{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .section-banners-especiales{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .section-banners-especiales{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .section-banners-especiales{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .section-banners-especiales{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .section-banners-especiales{
    max-width: 1536px;
  }
}

.section-banners-especiales{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px){
  .section-banners-especiales{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px){
  .section-banners-especiales{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px){
  .section-banners-especiales{
    padding-top: 12rem;
  }
}

.section-banners-especiales__card{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-left: auto;
  margin-right: auto;
  max-height: 450px;
  min-height: 350px;
  max-width: 400px;
}

@media (min-width: 768px){
  .section-banners-especiales__card{
    min-height: 250px;
  }
}

.section-banners-especiales__card{
  padding: 3rem;
}

@media (min-width: 768px){
  .section-banners-especiales__card{
    padding: 2rem;
    max-width: 100%;
  }
}

@media (min-width: 1024px){
  .section-banners-especiales__card{
    min-height: 350px;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.section-banners-especiales__picture{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.section-banners-especiales__picture img{
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-banners-especiales__body{
  z-index: 10;
}

@media (min-width: 1024px){
  .section-banners-especiales__body{
    width: 80%;
  }
}

.section-banners-especiales__body-title{
  margin-bottom: 0.5rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .section-banners-especiales__body-title{
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px){
  .section-banners-especiales__body-title{
    margin-bottom: 1.5rem;
  }
}

.section-banners-especiales__body-title{
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px){
  .section-banners-especiales__body-title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .section-banners-especiales__body-title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px){
  .section-banners-especiales__body-title{
    font-size: 40px;
  }
}

.section-banners-especiales__body-text{
  font-family: Cardo, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
}

@media (min-width: 768px){
  .section-banners-especiales__body-text{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  .section-banners-especiales__body-text{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1536px){
  .section-banners-especiales__body-text{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.section-morrales-descuento{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .section-morrales-descuento{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .section-morrales-descuento{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .section-morrales-descuento{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .section-morrales-descuento{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .section-morrales-descuento{
    max-width: 1536px;
  }
}

.section-morrales-descuento{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px){
  .section-morrales-descuento{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px){
  .section-morrales-descuento{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.section-morrales-descuento__grid{
  display: grid;
}

@media (min-width: 1024px){
  .section-morrales-descuento__grid{
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 1.5rem;
  }

  .section-morrales-descuento__swiper{
    height: auto !important;
  }
}

.section-morrales-descuento__title{
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 768px){
  .section-morrales-descuento__title{
    margin-bottom: 2.75rem;
  }
}

@media (min-width: 1024px){
  .section-morrales-descuento__title{
    margin-bottom: 3.5rem;
  }
}

.section-morrales-descuento__card{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
}

@media (min-width: 768px){
  .section-morrales-descuento__card{
    max-width: 100%;
  }
}

.section-morrales-descuento__card-showcase{
  display: none;
}

@media (min-width: 1024px){
  .section-morrales-descuento__card-showcase{
    display: block;
  }
}

.section-morrales-descuento__card-showcase{
  position: relative;
  height: 100%;
  width: 100%;
}

.section-morrales-descuento__picture img{
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-morrales-descuento__body{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 1 131 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 10px;
}

@media (min-width: 1024px){
  .section-morrales-descuento__body{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.section-morrales-descuento__body{
  border-radius: 1rem;
  padding: 0.75rem;
  text-align: center;
}

@media (min-width: 1024px){
  .section-morrales-descuento__body{
    padding: 1.25rem;
  }
}

.section-morrales-descuento__body{
  max-width: 90px;
}

@media (min-width: 1024px){
  .section-morrales-descuento__body{
    max-width: 110px;
  }
}

.section-morrales-descuento__body-discount{
  font-size: 14px;
}

@media (min-width: 1024px){
  .section-morrales-descuento__body-discount{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.section-morrales-descuento__body-info{
  font-size: 8px;
}

@media (min-width: 1024px){
  .section-morrales-descuento__body-info{
    font-size: 10px;
    line-height: 1.25;
  }
}

.section-pasos{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .section-pasos{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .section-pasos{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .section-pasos{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .section-pasos{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .section-pasos{
    max-width: 1536px;
  }
}

.section-pasos__title{
  margin-bottom: 3rem;
  text-align: center;
}

@media (min-width: 768px){
  .section-pasos__title{
    padding-bottom: 4rem;
  }
}

.section-pasos__cards{
  display: none;
  gap: 3rem;
}

@media (min-width: 1024px){
  .section-pasos__cards{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .section-pasos__swiper{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 1024px){
  .section-pasos__swiper{
    display: none !important;
    height: auto !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media (min-width: 1280px){
  .section-pasos__swiper{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

.section-pasos__picture{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: flex;
  height: 160px;
  width: 160px;
  align-items: center;
}

.section-pasos__card{
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(235 1 131 / var(--tw-border-opacity));
  padding: 1.5rem;
}

@media (min-width: 1024px){
  .section-pasos__card{
    padding: 2rem;
  }
}

.section-pasos__card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px){
  .section-pasos__card{
    gap: 1.5rem;
  }
}

.section-pasos__card-content{
  text-align: center;
}

.section-pasos__card-title{
  margin-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.section-pasos__card-text{
  font-family: Cardo, serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.section-detalle{
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.section-detalle__flex-group{
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 640px){
  .section-detalle__flex-group{
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px){
  .section-detalle__flex-group{
    flex-direction: row;
  }
}

.section-detalle__containt-img{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .section-detalle__containt-img{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .section-detalle__containt-img{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .section-detalle__containt-img{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .section-detalle__containt-img{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .section-detalle__containt-img{
    max-width: 1536px;
  }
}

.section-detalle__containt-img{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 100px;
  max-width: 778px;
}

.section-detalle__containt-card{
  display: flex;
  max-height: 980px;
  min-height: 191px;
  width: 100%;
  max-width: 940px;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 1 131 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .section-detalle__containt-card{
    border-radius: 0px;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}

.section-detalle__card{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 768px){
  .section-detalle__card{
    margin-left: 7rem;
    margin-right: 3.5rem;
    justify-content: center;
  }
}

@media (min-width: 1024px){
  .section-detalle__card{
    margin-right: 8rem;
    margin-left: 5rem;
  }
}

.section-detalle__tittle{
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 251 244 / var(--tw-text-opacity));
  font-size: clamp(1.5rem, 1vw + 1.3rem, 2.5rem);
}

.section-detalle__p{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-detalle__des{
  display: flex;
  gap: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-detalle__containt-button{
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.5rem;
  text-align: center;
}

@media (min-width: 768px){
  .section-detalle__containt-button{
    justify-content: flex-start;
    gap: 1.25rem;
  }
}

@media (min-width: 1024px){
  .section-detalle__containt-button{
    gap: 2rem;
    padding-top: 0px;
    justify-content: space-between;
  }
}

.section-detalle__mas-menos{
  display: flex;
  height: 14px;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .section-detalle__mas-menos{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1024px){
  .section-detalle__mas-menos{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    height: 40px;
    width: 40px;
    border-radius: 0.375rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.section-detalle__number{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(0.875rem, 0.6vw + 0.8rem, 1.5rem);
}

.section-detalle__agregar{
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .section-detalle__agregar{
    width: 160px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px){
  .section-detalle__agregar{
    height: 56px;
    width: 256px;
    border-radius: 0.375rem;
    font-size: 16px;
  }
}

.section-detalle__submit{
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(235 1 131 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}

.section-detalle__submit:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 768px){
  .section-detalle__submit{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1024px){
  .section-detalle__submit{
    border-radius: 0.375rem !important;
  }
}

.section-detalle__form label{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-detalle__form input,
.section-detalle__form select{
  display: block;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.section-detalle__form input::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px){
  .section-detalle__form input::-moz-placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.section-detalle__form input::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.section-detalle__form input::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px){
  .section-detalle__form input::-moz-placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .section-detalle__form input::placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.section-detalle__cont-specif{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1024px){
  .section-detalle__cont-specif{
    gap: 1.75rem;
  }
}

.section-detalle__specif-title{
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .section-detalle__specif-title{
    text-align: start;
  }
}

@media (min-width: 1024px){
  .section-detalle__specif-title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.section-detalle__title-table{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}

@media (min-width: 1024px){
  .section-detalle__title-table{
    flex-direction: row;
    gap: 8rem;
  }

  .section-detalle__cont-text{
    width: 50%;
  }
}

.section-detalle__cont-list{
  list-style-type: disc;
  padding-left: 1.25rem;
}

@media (min-width: 1024px){
  .section-detalle__cont-list{
    padding-left: 1.5rem;
  }
}

.section-detalle__cont-table{
  width: 100%;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .section-detalle__cont-table{
    width: 50%;
  }
}

.section-detalle__rowtable{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .section-detalle__rowtable{
    flex-direction: row;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.section-detalle__rowtable:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-detalle__rowtable:nth-child(even){
  --tw-text-opacity: 1;
  color: rgb(0 0 81 / var(--tw-text-opacity));
}

.section-detalle__cont-color{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.section-detalle__circle-color{
  height: 2rem;
  width: 2rem;
}

.section-politica__containt{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .section-politica__containt{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .section-politica__containt{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .section-politica__containt{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .section-politica__containt{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .section-politica__containt{
    max-width: 1536px;
  }
}

.section-politica__containt{
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  font-family: Cardo, serif;
}

.section-politica__title{
  font-family: Cardo, serif;
  font-size: 40px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
  font-size: clamp(1.125rem, 1.4vw + 0.9rem, 2.5rem);
}

.section-politica__p{
  margin-bottom: 1rem;
  font-family: Cardo, serif;
  font-size: clamp(0.75rem, 0.5vw + 0.7rem, 1.25rem);
}

.swiper{
  height: 100%;
  width: 100%;
}

.swiper__cardsomos{
  height: 350px;
  width: 100%;
}

@media (min-width: 1024px){
  .swiper__cardsomos{
    display: none;
  }
}

.swiper__cardsomos .swiper-wrapper{
  display: flex;
  width: 100%;
  align-items: center;
}

.swiper__cardsomos .swiper-slide{
  display: flex;
  justify-content: center;
  transition-delay: 300ms;
  transition-timing-function: linear;
}

.swiper__cardsomos .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(235 1 131 / var(--tw-bg-opacity));
}

.swiper__cardsomos .custom-bullet{
  height: 1rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 1 131 / var(--tw-bg-opacity));
}

.swiper-button-prev,
.swiper-button-next{
  z-index: 20;
  display: grid;
  height: auto;
  width: auto;
  place-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 81 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(235 1 131 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-button-prev,
.swiper-button-next {
  box-shadow: -1px 1px 1px 0.5px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev i,
.swiper-button-next i{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .swiper-button-prev i,
.swiper-button-next i{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

/*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Montserrat, sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-bottom-3{
  bottom: -0.75rem;
}

.bottom-0{
  bottom: 0px;
}

.right-0{
  right: 0px;
}

.top-\[70px\]{
  top: 70px;
}

.top-44{
  top: 11rem;
}

.left-0{
  left: 0px;
}

.top-\[50\%\]{
  top: 50%;
}

.top-0{
  top: 0px;
}

.z-\[-1\]{
  z-index: -1;
}

.z-20{
  z-index: 20;
}

.col-\[3\]{
  grid-column: 3;
}

.row-\[1\]{
  grid-row: 1;
}

.m-auto{
  margin: auto;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mt-\[200px\]{
  margin-top: 200px;
}

.mb-\[2000px\]{
  margin-bottom: 2000px;
}

.mt-6{
  margin-top: 1.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mt-4{
  margin-top: 1rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mr-\[-1rem\]{
  margin-right: -1rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.h-\[2px\]{
  height: 2px;
}

.h-4{
  height: 1rem;
}

.h-\[593px\]{
  height: 593px;
}

.h-24{
  height: 6rem;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[200px\]{
  height: 200px;
}

.h-full{
  height: 100%;
}

.w-full{
  width: 100%;
}

.w-4{
  width: 1rem;
}

.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-\[8rem\]{
  width: 8rem;
}

.w-\[20rem\]{
  width: 20rem;
}

.w-\[70\%\]{
  width: 70%;
}

.w-\[560px\]{
  width: 560px;
}

.w-\[50\%\]{
  width: 50%;
}

.w-28{
  width: 7rem;
}

.w-44{
  width: 11rem;
}

.max-w-\[1440px\]{
  max-width: 1440px;
}

.max-w-\[25rem\]{
  max-width: 25rem;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[250px\]{
  max-width: 250px;
}

.translate-y-\[100\%\]{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.grid-cols-\[repeat\(auto-fit\2c _minmax\(200px\2c _1fr\)\)\]{
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.flex-col{
  flex-direction: column;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-primary-100{
  --tw-border-opacity: 1;
  border-color: rgb(235 1 131 / var(--tw-border-opacity));
}

.border-y-gray-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity));
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(235 1 131 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#D8BCAB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(216 188 171 / var(--tw-bg-opacity));
}

.bg-\[\#F4A9AF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 169 175 / var(--tw-bg-opacity));
}

.bg-\[\#D9D9D9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-negro{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-rosado{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 127 / var(--tw-bg-opacity));
}

.bg-gris-claro{
  --tw-bg-opacity: 1;
  background-color: rgb(211 211 211 / var(--tw-bg-opacity));
}

.bg-beige{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 220 / var(--tw-bg-opacity));
}

.bg-cafe{
  --tw-bg-opacity: 1;
  background-color: rgb(84 72 59 / var(--tw-bg-opacity));
}

.bg-marron{
  --tw-bg-opacity: 1;
  background-color: rgb(128 64 0 / var(--tw-bg-opacity));
}

.bg-caramelo{
  --tw-bg-opacity: 1;
  background-color: rgb(193 154 107 / var(--tw-bg-opacity));
}

.bg-rosa-celeste{
  --tw-bg-opacity: 1;
  background-color: rgb(178 255 255 / var(--tw-bg-opacity));
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.p-1{
  padding: 0.25rem;
}

.p-3{
  padding: 0.75rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-7{
  padding: 1.75rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pt-11{
  padding-top: 2.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pl-0{
  padding-left: 0px;
}

.text-center{
  text-align: center;
}

.font-cardo{
  font-family: Cardo, serif;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-bold{
  font-weight: 700;
}

.font-semibold{
  font-weight: 600;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-\[\#FFFBF4\]{
  --tw-text-opacity: 1;
  color: rgb(255 251 244 / var(--tw-text-opacity));
}

.text-\[\#ABA6A6\]{
  --tw-text-opacity: 1;
  color: rgb(171 166 166 / var(--tw-text-opacity));
}

.text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(0 0 81 / var(--tw-text-opacity));
}

.text-primary-100{
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

.text-\[\#AAA6A6\]{
  --tw-text-opacity: 1;
  color: rgb(170 166 166 / var(--tw-text-opacity));
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-0{
  outline-width: 0px;
}

.color-blanco{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.xzoom {
  width: auto;
  height: auto;
}

.gallery{
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.gallery img{
  height: 120px;
  width: 120px;
}

.hover\:text-primary-100:hover{
  --tw-text-opacity: 1;
  color: rgb(235 1 131 / var(--tw-text-opacity));
}

.focus\:border-pink-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.focus\:border-primary-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(235 1 131 / var(--tw-border-opacity));
}

.focus\:ring-pink-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity));
}

@media (min-width: 768px){
  .md\:top-52{
    top: 13rem;
  }

  .md\:col-\[4\]{
    grid-column: 4;
  }

  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mb-40{
    margin-bottom: 10rem;
  }

  .md\:h-\[200px\]{
    height: 200px;
  }

  .md\:max-w-\[350px\]{
    max-width: 350px;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:py-\[13rem\]{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
    }
  }

  .lg\:top-\[initial\]{
    top: initial;
  }

  .lg\:left-\[initial\]{
    left: initial;
  }

  .lg\:right-\[-84px\]{
    right: -84px;
  }

  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-64{
    margin-bottom: 16rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[450px\]{
    height: 450px;
  }

  .lg\:max-w-\[450px\]{
    max-width: 450px;
  }

  .lg\:flex-grow{
    flex-grow: 1;
  }

  .lg\:translate-x-\[75\%\]{
    --tw-translate-x: 75%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-\[-80px\]{
    --tw-translate-x: -80px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px){
  .xl\:w-\[650px\]{
    width: 650px;
  }

  .xl\:max-w-\[600px\]{
    max-width: 600px;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:pl-32{
    padding-left: 8rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:top-0{
    top: 0px;
  }

  .\32xl\:block{
    display: block;
  }

  .\32xl\:h-\[740px\]{
    height: 740px;
  }

  .\32xl\:w-\[35rem\]{
    width: 35rem;
  }

  .\32xl\:w-\[950px\]{
    width: 950px;
  }

  .\32xl\:translate-x-\[95\%\]{
    --tw-translate-x: 95%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:pt-\[70px\]{
    padding-top: 70px;
  }

  .\32xl\:pl-56{
    padding-left: 14rem;
  }
}
/*# sourceMappingURL=output.css.map */