/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,768,768i');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Francois+One&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..768;1,100..768&display=swap');
@font-face {
    font-family: "Roboto";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

/* Separación entre secciones principales */
section,
.about_section,
.choose_section,
.brands_section,
.exclusive_section,
.footer_section {
  padding-top: 80px;
  padding-bottom: 80px;
}

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    /*font-family: 'Righteous', Regular;*/

}

/*body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Source Code Pro', monospace;
}*/

a {
    color: #1A1A1A;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
    /*font-family: 'Righteous', Regular;*/
    /*font-family: 'Francois One', sans-serif;*/
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

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

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

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

 :focus {
    outline: 0;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 40px;
  background: #25d366;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.whatsapp-btn i {
  font-size: 20px;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
  transform: scale(1.08);
  box-shadow: 0 0 22px rgba(37, 211, 102, 0.65);
  color: #ffffff;
}



.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #F5F4ED  !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

/* === Sección principal del banner === */
/* ===== BANNER VIDEO ===== */

/* ===== ONDA INFERIOR ===== */
/*.banner_wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 2;
}*/


.banner_section {
  position: relative;
  width: 100%;
  min-height: 100vh; /* NO height fija */
  overflow: hidden;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  background: #000; /* evita flashes blancos */
}

/* === Video de fondo === */
.banner_section .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  object-fit: cover; /* 🔥 CLAVE */
}



/* === Oscurecimiento para mejorar contraste del texto === */
.banner_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

/* === Contenido centrado === */
.banner_content {
  position: relative;
  z-index: 2;
  padding-top: 8vh; /* aire visual */
}

.banner_logo {
  width: 500px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.banner_title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #fff;
}

.banner_slogan {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

/* =========================
   HERO VIDEO MOBILE FIX
========================= */

.banner_section {
  background: #000; /* nunca blanco */
}

/* Video por defecto (desktop ok) */
.banner_section .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MOBILE */
@media (max-width: 768px) {

  .banner_section {
    min-height: 100vh;
  }

  .banner_section .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    background: #000;
  }

  .banner_content {
    padding-top: 18vh;
    padding-bottom: 10vh;
    text-align: center;
  }

  .banner_logo {
    width: 240px;
  }

  .top_nav {
    top: 12px;
  }

}

@supports (-webkit-touch-callout: none) {
  .banner_section .bg-video {
    height: 100vh;
  }
}



/* === Menú superior centrado === */
.top_nav {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.top_nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px;
}

.top_nav li {
  display: inline-block;
}

.top_nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.top_nav li a:hover {
  color: #d3b29d;
}


/* =========================
   WELLBEING CONCEPT SECTION
========================= */

.wc_concept {
  width: 100%;
  padding: 80px 6%;
  background: #f7f9f8;
  font-family: 'Arial', sans-serif;
  color: #1f2a2a;
}

/* INTRO SUPERIOR */

.wc_intro {
  max-width: 1200px;
  margin: 0 auto 70px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wc_logo img {
  width: 60%;
  margin-bottom: 30px;
  opacity: 0.95;
}

.wc_eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  color: #7a8a88;
  font-weight: 600;
  margin-bottom: 14px;
  display: block;
}

.wc_headline {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 25px;
  color: #162020;
  text-align: justify;
}

.wc_lead {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
  color: #324545;
  margin-bottom: 20px;
  text-align: justify;
}

.wc_paragraph {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.8;
  color: #3f5555;
  margin-bottom: 16px;
  text-align: justify;
}


/* RESPONSIVE */

@media (max-width: 768px) {

  .wc_concept {
    padding: 60px 6%;
  }

  .wc_headline {
    font-size: 32px;
  }

  .wc_section_title {
    font-size: 24px;
  }

.wc_lead,
  .wc_paragraph {
    font-size: 15.5px;
    line-height: 1.75;
    text-align: justify;
  }

}

/* =========================
   ABOUT / THE METHOD SECTION
========================= */

.about_section {
  width: 100%;
  padding: 0;
  background: #ffffff;
  font-family: 'Arial', sans-serif;
  color: #1f2a2a;
}

.about_container {
  width: 100%;
  max-width: none;
  margin: 0;
}


/* GRID PRINCIPAL */

.about_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
}

.about_left {
  padding: 90px 6%;
}

.about_left > * {
  max-width: 640px;
}


/* COLUMNA IZQUIERDA */

.about_eyebrow {
  font-size: 20px;
  letter-spacing: 2px;
  color: #7a8a88;
  font-weight: 600;
  margin-bottom: 14px;
  display: block;
}

.about_headline {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 5px;
  color: #162020;
}

.about_text {
  max-width: 640px;
  font-size: 17px;
  line-height: 1.8;
  color: #3f5555;
  margin-bottom: 40px;
}

/* PILARES */

.ig-method-accordion {
  max-width: 640px;
}

/* BLOQUES */

.ig-detail {
  background: #f7f9f8;
  border-radius: 14px;
  padding: 22px 26px;
  margin-bottom: 18px;
  border: 1px solid #e2e8e6;
  transition: all 0.3s ease;
}

.ig-detail[open] {
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  border-color: #c9d6d3;
}

/* TITULO DEL PILAR */

.ig-summary {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 17px;
  font-weight: 600;
  color: #1f3333;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 40px;
}


.ig-summary::-webkit-details-marker {
  display: none;
}

.ig-sub {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #6a8a85;
  margin-top: 4px;
}

/* ICONO */

.ig-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ig-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  opacity: 0.85;
}

.ig-summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #6a8a85;
}

.ig-detail[open] .ig-summary::after {
  content: "–";
}


.ig-text {
  display: block;
  line-height: 1.3;
}


/* CONTENIDO */

.ig-content p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #445f5c;
}

/* COLUMNA DERECHA : VIDEO */

.about_right {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about_right video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}


/* RESPONSIVE */

@media (max-width: 768px) {

  .about_grid {
    display: flex;
    flex-direction: column;
  }

  .about_right {
    order: -1;
  }

  .about_headline {
    font-size: 100%;
  }

}



/* =========================
   FUNDADORA SECTION
========================= */

.founder_section {
  width: 100%;
  padding: 0;
  background: #f8faf9;
}


.founder_container {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* GRID */

.founder_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}


/* IMAGEN */

.founder_image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.founder_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}


/* CONTENIDO */

.founder_content {
  padding: 100px 6%;
  max-width: 620px;
}

/* TEXTO – TODOS COMPARTEN EL MISMO EJE */

.founder_content > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.founder_eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  color: #7a8a88;
  font-weight: 600;
  margin-bottom: 14px;
}

.founder_headline {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 28px;
  color: #162020;
}

.founder_text {
  font-size: 17px;
  line-height: 1.8;
  color: #3f5555;
  margin-bottom: 22px;
}

.founder_text.emphasis {
  font-weight: 600;
  color: #1f3333;
}

/* CTA */

.founder_cta {
  margin-top: 36px;
}

.cta_secondary {
  display: inline-block;
  padding: 16px 34px;
  border: 1.8px solid #1f3333;
  color: #1f3333;
  font-size: 15px;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta_secondary:hover {
  background: #1f3333;
  color: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 768px) {

  .founder_grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .founder_image {
    height: 55vh;
  }

  .founder_image img {
    position: relative;
    height: 100%;
  }

  .founder_content {
    padding: 70px 6%;
    text-align: center justify;
    margin: 0 auto;
  }

  .founder_cta {
    text-align: center;
  }

  .founder_headline {
    font-size: 32px;
  }

  .founder_text.emphasis {
    font-size: 14.8px;
    line-height: 1.75;
  }
}



/* =========================
   SERVICIOS / EXPERIENCIA
========================= */

.experiencia {
  padding: 100px 6%;
  background: #ffffff;
  font-family: 'Arial', sans-serif;
}

.exp_titulo {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 28px;
  color: #162020;
}

.exp_texto {
  max-width: 820px;
  margin: 0 auto 70px auto;
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  color: #4a5f5f;
  text-align: justify;
}

/* GRID */

.exp_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 70px;
}

/* CARD */

.exp_card {
  background: #f8faf9;
  padding: 40px 38px;
  border-radius: 22px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.exp_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 50px rgba(0,0,0,0.12);
}

/* TITULOS */

.exp_card_title {
  font-size: 22px;
  font-weight: 600;
  color: #1f3333;
  margin-bottom: 6px;
}

.exp_card_sub {
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #7a8a88;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

/* TEXTO */

.exp_card_text {
  font-size: 16px;
  line-height: 1.8;
  color: #425a5a;
}

/* CTA */

.read_bt_1 {
  margin-top: 80px;
  text-align: center;
}

/* RESPONSIVE */

@media (max-width: 768px) {

  .exp_grid {
    grid-template-columns: 1fr;
  }

  .exp_titulo {
    font-size: 34px;
  }

    .exp_card {
    padding: 24px;
  }

  .exp_card_title {
    font-size: 19px;
    line-height: 1.3;
  }

  .exp_card_text {
    font-size: 15px;
    line-height: 1.7;
  }

}



/* =========================
   NATY MARIN PRESENTS
========================= */

.quantum-launch {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 120px 40px 140px;
  background: radial-gradient(
    ellipse at center,
    #2f5f4c 0%,
    #163a2d 70%,
    #0f2a20 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* Logo Naty Marin */
.nm-logo {
  position: absolute;
  top: 40px;
}

.nm-logo img {
  height: 42px;
  opacity: 0.9;
}

/* Título principal */
.launch-title {
  color: #ffffff;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

/* Subtítulo */
.launch-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(16px, 2vw, 20px);
  max-width: 780px;
  margin-bottom: 60px;
  line-height: 1.6;
}

/* CTA */
.launch-cta {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 80px;
}

/* Logo Quantum */
.quantum-logo img {
  width: clamp(280px, 40vw, 520px);
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: drop-shadow(0 0 0 rgba(212, 175, 55, 0));
}

/* Hover poderoso */
.quantum-logo:hover img {
  transform: scale(1.18);
  filter: drop-shadow(0 0 40px rgba(212, 175, 55, 0.75));
}

@media (max-width: 768px) {
  .quantum-launch {
    padding: 100px 24px;
  }

  .launch-title {
    font-size: 36px;
  }

  .launch-cta {
    margin-bottom: 50px;
  }
}



/* =========================
   COMING SOON / EXPANSIÓN
========================= */

.coming_soon_editorial {
  max-width: 720px;
  margin: 80px auto 40px;
  text-align: center;
}

.coming_label {
  display: block;
  font-size: 70px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8fa3a0;
  margin-bottom: 14px;
}

.coming_soon_editorial p {
  font-size: 20px;
  line-height: 1.8;
  color: #5f6f6c;
}

/* =========================
   COMING SOON – MOBILE FIX
========================= */

@media (max-width: 768px) {

  .coming_soon_editorial {
    padding: 0 6%;
    margin: 60px auto 40px;
  }

  .coming_label {
    font-size: clamp(32px, 9vw, 48px);
    letter-spacing: 1.5px;
    line-height: 1.1;
  }

  .coming_soon_editorial p {
    font-size: 16px;
    line-height: 1.7;
  }

}



/* === CONTACTO === */
.contact_section {
  padding: 100px 0;
  background: #e1e0dd;
}

.contact_grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr; /* mapa | contacto */
  gap: 80px;
  align-items: center;
}

/* MAPA */
.contact_map iframe {
  width: 100%;
  height: 420px;
  border: none;
  border-radius: 18px;
}

/* INFO */
.contact_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
}


.contact_info h2 {
  font-size: 48px;
  margin-bottom: 32px;
}

.contact_title {
  font-size: 36px;
  font-weight: 500;
}

/* WhatsApp */
.whatsapp_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 42px;
  border-radius: 50px;
  background-color: #d6b28d;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border: none;
  transition: all 0.35s ease;
  box-shadow: 0 12px 30px rgba(214,178,141,0.35);
}

.whatsapp_btn:hover {
  background-color: #e6c49e;
  box-shadow: 0 18px 45px rgba(214,178,141,0.55);
  transform: translateY(-3px);
  color: #ffffff;
}


/* Datos */
.contact_details p {
  font-size: 15px;
  opacity: 0.8;
}

/* Redes */
.contact_socials {
  display: flex;
  gap: 28px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.contact_socials a {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid #d6b28d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6b28d;
  font-size: 28px;
  transition: all 0.35s ease;
}

.contact_socials a:hover {
  background-color: #d6b28d;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(214,178,141,0.35);
}




/* Responsive */
@media (max-width: 768px) {

  .contact_grid {
    grid-template-columns: 1fr;
  }

  .contact_map iframe {
    height: 90px;
  }

  .contact_info {
    padding: 40px 20px; /* 🔥 antes era 60px */
  }

  .whatsapp_btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

}




/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #214436  ;
    height: auto;
}

.copyright_section img {
    width: 20%;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #F5F4ED ;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}

.copyright_text a {
    color: #F5F4ED ;
}

.copyright_text a:hover {
    color: #e27141;
}

