/*
Theme Name:  
Theme URI: 
Author: Jorge Manitto
Author URI:
Description: This theme was intentionally left blank. There are times when all you need is the WordPress dashboard and an blank frontend. You might be using the WordPress REST API as a backend for a mobile App or you might be a minimalism obsessed hipster. This is your theme.
Version: 3.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, custom-background, theme-options, translation-ready
Text Domain: exclusive-invesment-partners
Requires at least: 4.6
Tested up to: 6.0
Requires PHP: 5.6
*/

:root {
  --primary-gray-200: #F0F7EA;
  --primary-gray-300: #DDE3D7;
  --primary-gray-500: #556C40;
  --primary-gray-600: #435F2A;
  
  --secondary-gray-100: #fffbf7;
  --secondary-gray-200: #F6EBE2;
  --secondary-gray-500: #F5E3D4;
  --secondary-gray-600: #EBDACD;
  --secondary-gray-700: #C4B4A7;
  
  --grayscale-gray-0: #FFFFFF;
  --grayscale-gray-300: #CFCCC9;
  --grayscale-gray-400: #888888;
  --grayscale-gray-800: #333333;
  
  --yellow-500: #C6A600;
}
@font-face {
  font-family: Mirande;
  src: url('font/Mirande.ttf') format('truetype');
}

.ff-new-roman{
  font-family: 'Times New Roman', Times, serif;
}
.text-primary-200{
  color: var(--primary-gray-200);
}
.text-primary-300{
  color: var(--primary-gray-300);
}
.text-primary-500{
  color: var(--primary-gray-500);
}
.text-primary-600{
  color: var(--primary-gray-600);
}

.text-secondary-100{
  color: var(--secondary-gray-100);
}
.text-secondary-200{
  color: var(--primary-gray-200);
}
.text-secondary-500{
  color: var(--primary-gray-500);
}
.text-secondary-600{
  color: var(--primary-gray-600);
}
.text-secondary-700{
  color: var(--primary-gray-700);
}

.text-gray-0{
  color: var(--grayscale-gray-0);
}
.text-gray-300{
  color: var(--grayscale-gray-300);
}
.text-gray-400{
  color: var(--grayscale-gray-400);
}
.text-gray-800{
  color: var(--grayscale-gray-800);
}

.ff-mirande{
  font-family: 'Mirande';
}
.display-large{
  font-size: 104px;
  line-height: 110%;
  font-weight: 400;
  font-family: 'Mirande';
}
.display-medium{
  font-size: 64px;
  line-height: 110%;
  font-weight: 400;
  font-family: 'Mirande';
}
.display-small{
  font-size: 48px;
  line-height: 110%;
  font-weight: 400;
  font-family: 'Mirande';
}
.title-large{
  font-size: 48px;
  line-height: 110%;
  font-weight: 400;
}
.title-medium{
  font-size: 32px;
  line-height: 110%;
  font-weight: 400;
}
.title-small{
  font-size: 26px;
  line-height: 110%;
  font-weight: 400;
}
.body-large{
  font-size: 22px;
  line-height: 140%;
  font-weight: 400;
  font-family: 'Times New Roman', Times, serif;
}
.body-medium{
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  font-family: 'Times New Roman', Times, serif;
}
.body-small{
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: 'Times New Roman', Times, serif;
}
.bg-secondary-100{
  background-color: var(--secondary-gray-100);
}
.bg-secondary-200{
  background-color: var(--secondary-gray-200);
} 

@media (max-width: 1024px) {
  .display-large{
    font-size: 52px;
    line-height: 110%;
    font-weight: 400;
  }
  .display-medium{
    font-size: 44px;
    line-height: 110%;
    font-weight: 400;
  }
  .display-small{
    font-size: 36px;
    line-height: 110%;
    font-weight: 400;
  }
  .title-large{
    font-size: 38px;
    line-height: 110%;
    font-weight: 400;
  }
  .title-medium{
    font-size: 28px;
    line-height: 110%;
    font-weight: 400;
  }
  .title-small{
    font-size: 24px;
    line-height: 110%;
    font-weight: 400;
  }
}
body{
  font-family: "Cormorant", serif;
  background-color: var(--secondary-gray-100);
}

a{
  text-decoration: none;
}
.link{
  color: var(--grayscale-gray-800) !important;
}
.hero-section{
  width: 52%;
  margin: auto;
  text-align: center;
  padding-top: 8em;
  overflow: hidden;
}
.blog-hero-section{
  width: 70%;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px){
  .hero-section{
    width: 100%;
  }
  .blog-hero-section{
    width: 100%;
  }
}
.item-section{
  padding: 64px 16px;
  background-color: var(--primary-gray-500);
}
.illustration{
  width: 64px;
  height: 99px;
}
.products{
  justify-content: center;
}
.product-card{
  padding: 8px;
  background-color: var(--grayscale-gray-0);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  width: auto;
  margin: 0 .5em;
}
@media (max-width: 1200px){
  .products{
    justify-content: start;
  }
}
@media (max-width: 768px){
  .products{
    justify-content: start;
  }
  .product-card{
    width: 190px;
  }
}
.product-image-container{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-image{
  width: 320px;
  height: auto !important;
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: inherit;
  object-position: center center;
  object-fit: cover;
  image-rendering: auto;
}
@media (max-width: 768px){
  .product-image-container{
    height: 146px;
  }
  .product-image{
    width: 100%;
    height: 100%;
  }
}
.product-info{
  margin-top: .5em;
}
.product-info-title{
  width: 100%;
  overflow: hidden;
}
.product-info-description{
  width: 280px;
  /* height: 62px; */
  overflow: hidden;
}
@media (max-width: 768px){
  .product-info-description{
    width: 100%;
  }
  .product-info-title{
    width: 100%;
  }
}
.product-card-container{
  width: 100%;
}
@media (max-width: 768px){
  .product-card-container{
    width: 164px;
  }
}
.banner-shop-section{
  background-color: var(--secondary-gray-200);
  padding: 64px 16px;
}
.banner-image{
  width: 224px;
  height: 224px;
  object-fit: cover;
}

.collection-section{
  padding: 64px 0px 0 16px;
}
.product-collection{
  position: relative;
}
.collection-image{
  height: 533px;
  width: 100%;
  object-fit: cover;
}
.product-collection-mobile{
  position: relative;
  margin-right: .5em;
}
.collection-image-mobile{
  width: 250px;
  height: 533px;
  object-fit: cover;
}
.title-collection{
  position: absolute;
  width: 100px;
  margin: auto;
  inset: 0px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-section{
  background-color: white;
}
.banner-container{
  background-color: var(--secondary-gray-200);
  padding: 40px 60px;
  /* width: 1200px; */
  margin: auto;
}
@media (max-width: 1024px) {
  .banner-container{
    padding: 20px 40px;
  }
}
.image-banner{
  text-align: end;
}
.image-banner img{
  width: 357px;
  height: 559px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .image-banner{
    text-align: start;
    margin-top: .5em;
  }
  .image-banner img{
    width: 100%;
    height: 559px;
    object-fit: cover;
  }
  .banner-image {
    margin-top: 1em;
    width: 328px;
  }
}

.footer-section{
  background-color: var(--primary-gray-500);
}
.footer-container{
  padding: 48px 16px;
}
@media (max-width:768px) {
  .footer-section{
    text-align: center;
  }
  .socials{
    justify-content: center;
  }
}
.image-more-information{
  width: 556px;
  height: 556px;
}
@media (max-width:768px) {
  .image-more-information{
    width: 100%;
    height: 328px;
  }
}
.image-review{
  width: 64px;
  height: 64px;
  margin-right: 2.5rem;
}
.text-container ul{
  list-style: none;
  padding: 0;
}
.text-container ul li a{
  text-decoration: none;
}
.footer-sumato{
  background-color: var(--primary-gray-600);
  padding: 12px 16px;
}
.text-sumato span{
  /* text-decoration-line: var(--primary-gray-300); */
  text-decoration: underline;
}
.button-white-medium{
  border-radius: 49px;
  border: 1px solid transparent;
  padding: 26px 40px;
  background-color: var(--secondary-gray-100);
}
.button-white-medium:hover{
  background-color: var(--secondary-gray-200);
  border: 1px solid var(--secondary-gray-700);
}
.button-beige-medium{
  border-radius: 49px;
  border: none;
  padding: 18px 20px;
  background-color: var(--secondary-gray-200);
  color: var(--primary-gray-500);
}
.button-beige-medium:hover{
  background-color: var(--secondary-gray-500);
}
.button-transparent-medium{
  background-color: transparent;
  padding: 18px 20px;
  color: var(--primary-gray-500);
  border: none;
  border-left: 1px solid var(--primary-gray-500);
}
.button-transparent-medium:hover{
  color: var(--grayscale-gray-800);
  border-color: var(--grayscale-gray-800);
}
.button-outline-medium{
  background-color: transparent;
  padding: 18px 20px;
  /* color: var(--primary-gray-800); */
  border: none;
  border: 1px solid var(--primary-gray-500);
}
.button-outline-medium:focus-visible{
  border: 1px solid var(--primary-gray-500);
}
.button-green-medium{
  background-color: var(--primary-gray-500);
  color: var(--secondary-gray-100);
  padding: 26px 40px;
  border-radius: 49px;
  border: none;
}
.button-green-medium:hover{
  background-color: var(--primary-gray-600);
}
.input-outline-medium{
  background-color: var(--secondary-gray-200);
  padding: 12px;
  width: fit-content;
}
.input-outline-medium input{
  border-color: var(--primary-gray-600);
  border-radius: 0 !important;
  width: 24px;
  height: 24px;
  border-color: var(--primary-gray-600) !important;
}
.form-check-input:checked {
  background-color: transparent !important;
  border-color: var(--primary-gray-600) !important;
}
.form-check-input:checked[type=checkbox] {
  background-image: url(/assets/icons/check-green.png) !important;
  background-size: auto;
}
.form-check-input:focus {
  box-shadow: none !important;
}
.menu-beige{
  background-color: var(--secondary-gray-200);
}
#order_review_heading {
  display: none !important;
}
.form-control{
  border: 1px solid var(--grayscale-gray-300);
  padding: 16px;
  background-color: var(--grayscale-gray-0);
  border-radius: 0;
}
.form-control:focus {
  color: var(--grayscale-gray-800);
  background-color: #fff;
  border-color: var(--primary-gray-500);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(67, 95, 42, .25);
}
.contact-info{
  border: 1px solid var(--grayscale-gray-300);
  padding: 8px;
}
.contact-info:first-child{
  border-bottom: none;
}
.about-section-1{
  width: 60%;
  margin: 3em auto;
}

.about-image-1{
  width: 100%;
}
.about-section-2{
  width: 70%;
  margin: 3em 0;
}
@media (max-width: 768px) {
  .about-section-1,
  .about-section-2{
    width: 100%;
  }
}
.about-absolute{
  position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    text-align: center;
}
.navbar{
  z-index: 1;
  transition: background-color 0.3s, padding 0.3s;
}
#navbar.scrolled {
  background-color: var(--secondary-gray-600);
}
#navbar.scrolled div #menuToggle > span {
  background-color: var(--grayscale-gray-800);
}
#navbar.scrolled div ul li a > .text-gray-0{
 color: var(--grayscale-gray-800);
}
#navbar.scrolled div .menu-2  .navbar-nav .nav-item .nav-link > .text-gray-0{
 color: var(--grayscale-gray-800);
}
 
#navbar.scrolled div svg > .svg-logo{
  fill: #333333;
  stroke: #333333;
}
.cursor-pointer{
  cursor: pointer;
}
.stroke-none{
  stroke: none !important;
}
.navbar.scrolled{
  background-color: var(--secondary-gray-600);
}
.navbar.scrolled div ul li a > .text-gray-0{
  color: var(--grayscale-gray-800);
 }
.navbar.scrolled div .menu-2  .navbar-nav .nav-item .nav-link > .text-gray-0{
  color: var(--grayscale-gray-800);
 }
.fill-gray-800{
  fill: var(--grayscale-gray-800);
}
.presentacion-menu{
  height: 40px;
  width: 40px;
  background: #ccc;
  border-radius: 100%;
}
.fechas-especiales-menu{
  height: 100px;
  width: 100px;
  background-color: #ccc;
}
.bg-gray-500{
  background-color: var(--primary-gray-500);
}
.custom-select {
  appearance: none; /* Ocultar el icono predeterminado en algunos navegadores */
  -webkit-appearance: none; /* Ocultar el icono predeterminado en Safari y Chrome */
  -moz-appearance: none; /* Ocultar el icono predeterminado en Firefox */
  position: relative;

}

/* Contenedor del select para contener el icono */
.select-wrapper {
  position: relative;
  display: inline-block;
}

/* Estilo del icono personalizado */
.select-wrapper::after {
  content: '▼'; /* Puedes cambiar esto por cualquier icono o usar una imagen */
  font-size: 16px;
  color: var(--primary-gray-500);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Evita que el icono interfiera con el select */
}
.flatpickr-day, .flatpickr-monthDropdown-months, .flatpickr-monthDropdown-month, .flatpickr-weekday, .numInput{
  font-family: 'Times New Roman', Times, serif !important;
}
.row-gap-blog{
  row-gap: 75px;
}
@media (max-width: 768px) {
  .row-gap-blog{
    row-gap: 32px;
  }
}
.hoja{
  height: 77.78px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .hoja{
    width: 32px;
    height: 38.89px;
  }
}
.image-blog-mobile{
  height: 438px;
  width: 100%;
  border-radius: 32px;
  object-fit: cover;
  margin:auto;
}
@media (max-width: 768px) {
  .image-blog-mobile{
    height: 274px;
    width: 155px;
  }
}
@media (max-width: 1199px) {
  .title-price{
    font-size: 38px;
  }
}
.framer-1{
  opacity: 1;
  aspect-ratio: 1 / 1;
  flex: none;
  height: auto;
  position: relative;
  width: 100%;
}
.framer-2{
  position:absolute;
  border-radius:inherit;
  top:0;
  right:0;
  bottom:0;
  left:0;
}
.framer-3{
  display:block;
  width:100%;
  height:100%;
  border-radius:inherit;
  object-position:center;
  object-fit:cover;
  image-rendering:auto;
}

.framer-VjlL5 .framer-4ltn3c, .framer-VjlL5 .framer-i1gq0x, .framer-VjlL5 .framer-mjzou1 {
  flex: none;
  height: auto;
  position: relative;
  white-space: pre-wrap;
  width: 100%;
  word-break: break-word;
  word-wrap: break-word;
}
:root {
  --framer-font-family: "Times New Roman Cyr Regular", "Times New Roman Cyr Regular Placeholder", 'Times New Roman' , sans-serif;
  --framer-font-family-bold: "Inter", "Inter Placeholder", sans-serif;
  --framer-font-family-bold-italic: "Inter", "Inter Placeholder", sans-serif;
  --framer-font-family-italic: "Inter", "Inter Placeholder", sans-serif;
  --framer-font-size: 16px;
  --framer-font-style: normal;
  --framer-font-style-bold: normal;
  --framer-font-style-bold-italic: italic;
  --framer-font-style-italic: italic;
  --framer-font-weight: 400;
  --framer-font-weight-bold: 700;
  --framer-font-weight-bold-italic: 700;
  --framer-font-weight-italic: 400;
  --framer-letter-spacing: 0em;
  --framer-line-height: 140%;
  --framer-paragraph-spacing: 20px;
  --framer-text-alignment: start;
  --framer-text-color: #333333;
  --framer-text-decoration: none;
  --framer-text-stroke-color: initial;
  --framer-text-stroke-width: initial;
  --framer-text-transform: none;
}
p.framer-text, div.framer-text, h1.framer-text, h2.framer-text, h3.framer-text, h4.framer-text, h5.framer-text, h6.framer-text, li.framer-text, ol.framer-text, ul.framer-text, span.framer-text:not([data-text-fill]) {
  font-family: var(--framer-blockquote-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif));
  font-style: var(--framer-blockquote-font-style, var(--framer-font-style, normal));
  font-weight: var(--framer-blockquote-font-weight, var(--framer-font-weight, 400));
  color: var(--framer-blockquote-text-color, var(--framer-text-color, #000));
  font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1));
  letter-spacing: var(--framer-blockquote-letter-spacing, var(--framer-letter-spacing, 0));
  text-transform: var(--framer-blockquote-text-transform, var(--framer-text-transform, none));
  text-decoration: var(--framer-blockquote-text-decoration, var(--framer-text-decoration, none));
  line-height: var(--framer-blockquote-line-height, var(--framer-line-height, 1.2em));
  text-align: var(--framer-blockquote-text-alignment, var(--framer-text-alignment, start));
  -webkit-text-stroke-width: var(--framer-text-stroke-width, initial);
  -webkit-text-stroke-color: var(--framer-text-stroke-color, initial);
}
.framer-text-title{
  font-size: 26px;
  font-family: var(--framer-blockquote-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif));
  color: #333333;
}
p.framer-text, div.framer-text, h1.framer-text, h2.framer-text, h3.framer-text, h4.framer-text, h5.framer-text, h6.framer-text, ol.framer-text, ul.framer-text {
  margin: 0px;
  padding: 0px;
}
.framer-ztRGg .framer-ac27jw-container, .framer-ztRGg .framer-hnt4pr-container, .framer-ztRGg .framer-yj1cqj-container, .framer-ztRGg .framer-1rm0l5z-container, .framer-ztRGg .framer-10xnoy7-container, .framer-ztRGg .framer-88akag-container, .framer-ztRGg .framer-19ewl04-container, .framer-ztRGg .framer-5eydx8-container, .framer-ztRGg .framer-f30fak-container, .framer-ztRGg .framer-1c45ala-container, .framer-ztRGg .framer-1ors2ef-container, .framer-ztRGg .framer-1ksavjj-container {
  align-self: start;
  flex: none;
  height: auto;
  justify-self: start;
  position: relative;
  width: 100%;
}
.framer-VjlL5.framer-7d67lx {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 18px;
  height: 100%;
  justify-content: flex-start;
  overflow: visible;
  padding: 16px;
  position: relative;
  width: 236px;
}
.ssr-variant {
  display: contents;
}
.framer-dgrsmg {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 32px 16px;
  position: relative;
  width: 100%;
}
.framer-62ppwz {
  display: grid;
  align-items: stretch;
  flex: 1 0 0px;
  gap: 16px;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: min-content;
  justify-content: center;
  max-width: 1320px;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 1px;
}
@media (min-width: 768px) and (max-width: 1023px) {
   .framer-62ppwz {
      grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
}
@media (max-width: 767px) {
 .framer-62ppwz {
      grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
.gallery-image-frame{
  height: 100px;
  width: 100px;
}
@media (max-width: 1023px) {
  .gallery-image-frame{
    height: 64px;
    width: 64px;
    margin-top: .5em;
    margin-right: .3em;
  }
}