@charset "UTF-8";
/*
Template Name: Seedo
Template URL: https://tf.mdsumonmia.com/html/foodon/
Description: Seedo - Fast Food & Restaurant HTML Template
Author: OnerTheme
Author URI: https://themeforest.net/user/onertheme
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Blog
    4.00. Feature
    4.00. Simple Sections
    4.00. Why
    4.00. Counter
    4.00. Category
    4.00. Offer
    4.00. Gallery
    4.00. Faq
    4.00. Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";

/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #4AA760;
  --theme-color2: #FF9C00;
  --title-color: #141414;
  --body-color: #54595F;
  --smoke-color: #F5F5F5;
  --smoke-color2: #F8F7F3;
  --smoke-color3: #FDEBD7;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #B5B5B5;
  --gray-color: #bdbdbd;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #DBDBDB;
  --title-font: 'Inter', sans-serif;
  --body-font: 'Inter', sans-serif;
  --style-font: 'Covered By Your Grace', cursive;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1224px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --yellow-tepeyac: #EEB33F;
  --green-tepeyac: #015339;
}

/*------------------- 1.4. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}


a:active,
a.nice-select.open,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  line-height: inherit;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.625;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 70px;
  line-height: 1.143;
}

.h2,
h2 {
  font-size: 45px;
  line-height: 1.222;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {

  .h1,
  h1 {
    font-size: 52px;
  }

  .h2,
  h2 {
    font-size: 40px;
  }
}

/* Large devices */
@media (max-width: 1199px) {

  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }

  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.25;
  }

  .h3,
  h3 {
    font-size: 30px;
    line-height: 1.333;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 40px;
  }

  .h2,
  h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .h3,
  h3 {
    font-size: 26px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {

  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
}

/* Extra small devices */
@media (max-width: 375px) {

  .h1,
  h1 {
    font-size: 30px;
  }
}

@media (max-width: 340px) {

  .h1,
  h1 {
    font-size: 25px;
  }
}

/*---preloader*/

/* ==========================================================================
   PRELOADER CORPORATIVO - GRUPO TEPEYAC
   ========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b2f1d;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.preloader-inner {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tepeyac-pulse {
  width: 80px;
  height: 80px;
  background-color: rgba(223, 107, 83, 0.2);
  border: 2px solid #df6b53;
  border-radius: 50%;
  position: absolute;
  animation: tepeyac-pulse-ani 1.8s infinite ease-in-out;
}

/* --- TEXTO DE CARGA --- */
.preloader-text {
  color: #ffffff;
  font-family: var(--title-font), sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-uppercase: true;
  margin: 0;
  opacity: 0.9;
  animation: tepeyac-text-fade 1.5s infinite ease-in-out alternate;
}

/* ==========================================================================
   KEYFRAMES (ANIMACIONES)
   ========================================================================== */
@keyframes tepeyac-spin-ani {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes tepeyac-pulse-ani {
  0% {
    transform: scale(0.6);
    opacity: 0.8;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes tepeyac-text-fade {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/*------------------- 1.5. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/

.ot-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

/* Right off-canvas menu */
.ot-menu-wrapper-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.ot-menu-wrapper-right .ot-menu-area {
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  border-left: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  right: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}

.ot-menu-wrapper-right.ot-body-visible-right {
  opacity: 1;
  visibility: visible;
}

.ot-menu-wrapper-right.ot-body-visible-right .ot-menu-area {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* Toggle button for right menu */
.ot-menu-toggle-right {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: none;
  background-color: #13241c;
  color: var(--white-color);
  border-radius: 6px;
  font-size: 18px;
}

@media (min-width: 992px) {
  .ot-menu-toggle-right {
    display: none;
  }
}

.ot-menu-wrapper .mobile-logo {
  padding-bottom: 50px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--white-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}

.ot-menu-wrapper .mobile-logo img,
.ot-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.ot-menu-wrapper .ot-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.ot-menu-wrapper .ot-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.ot-menu-wrapper .ot-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.ot-menu-wrapper.ot-body-visible {
  opacity: 1;
  visibility: visible;
}

.ot-menu-wrapper.ot-body-visible .ot-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.ot-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.ot-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.ot-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ot-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.ot-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}

.ot-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}

.ot-mobile-menu ul li.ot-active>a {
  color: var(--theme-color);
}

.ot-mobile-menu ul li.ot-active>a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ot-mobile-menu ul li ul li {
  padding-left: 20px;
}

.ot-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.ot-mobile-menu ul .ot-item-has-children>a {
  position: relative;
}

.ot-mobile-menu ul .ot-item-has-children>a .ot-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.ot-mobile-menu ul .ot-item-has-children>a .ot-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}

.ot-mobile-menu ul .ot-item-has-children>a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.ot-mobile-menu ul .ot-item-has-children.ot-active>a .ot-mean-expand:before {
  content: "\f068";
}

.ot-mobile-menu ul .ot-item-has-children.ot-active>a:after {
  content: "\f068";
}

.ot-mobile-menu>ul {
  padding: 0 40px;
}

.ot-mobile-menu>ul>li:last-child {
  border-bottom: none;
}

.ot-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}

.ot-menu-toggle:hover {
  background-color: var(--title-color);
}

@media (max-width: 400px) {
  .ot-menu-wrapper .ot-menu-area {
    width: 100%;
    max-width: 270px;
  }

  .ot-mobile-menu>ul {
    padding: 0 20px;
  }
}


/*------------------- 3.2. Buttons -------------------*/
.ot-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 21px 30px;
  min-width: 142px;
  border-radius: 4px;
}

.ot-btn:after,
.ot-btn:before {
  content: "";
  position: absolute;
  height: 400%;
  left: 50%;
  top: 50%;
  width: 0;
  background-color: var(--title-color);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  z-index: -1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.ot-btn:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.ot-btn:hover,
.ot-btn.active {
  color: var(--white-color);
}

.ot-btn:hover:after,
.ot-btn:hover:before,
.ot-btn.active:after,
.ot-btn.active:before {
  width: calc(100% - 20px);
}

.ot-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--theme-color2);
  padding: 19.5px 27px;
  box-shadow: none;
}

.ot-btn.style2:hover {
  color: var(--white-color);
}

.ot-btn.style2:hover:before,
.ot-btn.style2:hover:after {
  background-color: var(--theme-color2);
}

.ot-btn.style3:after,
.ot-btn.style3:before {
  background-color: var(--white-color);
}

.ot-btn.style3:hover {
  color: var(--title-color);
}

.ot-btn.style4 {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

.ot-btn.style4:hover {
  color: var(--white-color);
}

.ot-btn.style4:hover:before,
.ot-btn.style4:hover:after {
  background-color: var(--title-color);
}

.ot-btn.style5 {
  background-color: var(--white-color);
}

.ot-btn.style5:hover {
  color: var(--white-color);
}

.ot-btn.style5:hover:before,
.ot-btn.style5:hover:after {
  background-color: var(--theme-color2);
}

.ot-btn.btn-sm {
  padding: 16px 30px;
}

.ot-btn.w-100:hover::before,
.ot-btn.w-100.active::before {
  height: 760%;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn>i {
  display: inline-block;
  width: var(--icon-size, 80px);
  height: var(--icon-size, 80px);
  line-height: var(--icon-size, 78px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.4em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid var(--white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.play-btn.style2>i {
  --icon-size: 100px;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.play-btn.style2:before,
.play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.play-btn.style3>i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn.style3:before,
.play-btn.style3:after {
  background-color: var(--theme-color);
}

.play-btn.style3:hover>i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.play-btn.style3:hover:before,
.play-btn.style3:hover:after {
  background-color: var(--white-color);
}

.link-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.line-btn {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--body-color);
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 40px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: var(--theme-color2);
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 3px solid rgba(255, 156, 0, 0.3);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color2);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color2);
  stroke-width: 8px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}

.shape-mockup.z-index-3 {
  z-index: 3;
}

.xdsoft_datetimepicker xdsoft_datetimepicker {
  background-color: var(--white-color);
  z-index: 5;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.font-style {
  font-family: var(--style-font);
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

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

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

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-lg {
  font-size: 20px;
}

.fs-xs {
  font-size: 14px;
}



/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*------------------- 3.10. Animation -------------------*/
.play-btn:after,
.play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

.widget {
  --widget-padding-x: 40px;
  --widget-padding-y: 40px;
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  margin-bottom: 40px;
  position: relative;
  border-radius: 10px;
  background-color: var(--smoke-color2);
}

.widget select,
.widget input {
  height: 56px;
  background-color: var(--input-bg, #fff);
  border-color: var(--white-color);
}

.widget[data-overlay]:before {
  z-index: -1;
}

.widget_title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.1em 0 28px 0;
}

.widget_title:before {
  content: '';
  height: 17px;
  width: 4px;
  background-color: var(--theme-color);
  position: absolute;
  top: 1px;
  left: calc(var(--widget-padding-x) * -1);
}

.widget .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.widget .search-form button {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background-color: transparent;
  color: var(--title-color);
  display: inline-block;
  font-size: 18px;
}

.widget .search-form button:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.value-card-premium {
  background-color: #81684b;
  color: #0000;
  padding: 50px 35px;
  height: 100%;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.value-card-premium:hover {
  background-color: #113123;
}

.value-card-premium:hover .num-accent {
  color: #856138;
}

/*-----------footer---------------------------*/

/* --- CONTENEDOR GENERAL --- */
.tepeyac-footer {
  background-color: #13241c;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.footer-cta-wrap {
  position: relative;
  padding-top: 40px;
  margin-bottom: -20px;
}

.cta-inner-box {
  background-color: #0b2f1d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 35px 45px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.95rem;
}

.footer-body-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-logo {
  max-width: 160px;
  height: auto;
}

.footer-about-text {
  color: #b0c4b1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.social-link {
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  background-color: var(--yellow-tepeyac);
  color: #ffffff;
  transform: translateY(-3px);
}

.widget-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
}

.widget-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: var(--yellow-tepeyac);
}

.footer-links-list li {
  margin-bottom: 12px;
}

.footer-links-list li a {
  color: #b0c4b1;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links-list li a:hover {
  color: var(--yellow-tepeyac);
  padding-left: 6px;
}

.footer-contact-info li {
  color: #b0c4b1;
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-contact-info li a {
  color: #b0c4b1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-info li a:hover {
  color: var(--yellow-tepeyac);
}

.text-accent {
  color: var(--yellow-tepeyac) !important;
}

.copyright-text {
  font-size: 0.85rem;
  color: rgba(176, 196, 177, 0.6);
}

.footer-legal-links a {
  font-size: 0.85rem;
  color: rgba(176, 196, 177, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal-links a:hover {
  color: var(--yellow-tepeyac);
}

.tepeyac-history-section,
.tepeyac-values-grid-section,
.tepeyac-stats-impact-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #f6f6f6 !important;
  padding: 100px 0 100px 0;
  position: relative;
  z-index: 2;
  margin-top: -4vh;
}

.tepeyac-pillars-section,
.tepeyac-divisions-section {
  background-color: #f1f3f2 !important;
  padding: 100px 0 100px 0;
  min-height: 80vh;
}

.history-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 10%, rgba(26, 27, 27, 0.8) 100%);
  z-index: 2;
}

.z-index-2 {
  z-index: 3;
}

.history-badge {
  background-color: rgba(223, 107, 83, 0.2);
  color: var(--yellow-tepeyac);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.history-narrative-content p {
  line-height: 1.8;
  color: #fff;
}

.bento-intro-text {
  font-size: 1.7rem;
  line-height: 1.4;
  color: #0A2218;
  ;
  font-weight: 400;
}

.highlight-orange {
  color: #856138;
  font-weight: 600;
}

.col-auto {
  display: flex;
  align-items: center;
}

.bento-data-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.bento-data-card:hover {
  transform: translateY(-4px);
  border-color: rgba(238, 179, 63, 0.3);
}

.bento-sub-title {
  font-size: 1.15rem;
  text-uppercase: true;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #EEB33F;
}

.bento-stat-num {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}

.bento-stat-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-top: 4px;
  font-weight: 500;
}

.bento-icon-box {
  width: 40px;
  height: 40px;
  background: rgba(238, 179, 63, 0.1);
  color: #EEB33F;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.border-white-10 {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.pilar-center-media-wrapper {
  width: 100%;
  height: 500px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-color: #F8F7F4;
}

.pilar-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(243, 243, 241) 1%, rgba(248, 247, 244, 0.8) 5%, rgba(248, 247, 244, 0) 15%);
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 767px) {
  .pilar-gradient-overlay {
    display: none !important;
  }

  .play-btn {
    margin-top: 3px;
  }
}

.pilar-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  z-index: 1;
  display: block;
}

@media (min-width: 576px) {
  .border-sm-right {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (min-width: 992px) {
  .row.align-items-center {
    align-items: stretch !important;
  }

  .bento-top-align {
    margin-top: -30px;
    margin-bottom: auto;
  }

  .bento-bottom-align {
    margin-top: auto;
    margin-bottom: -30px;
  }

  .border-right-line {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    height: 75%;
  }

  .border-left-line {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    height: 75%;
  }
}

.bento-text-block {
  position: relative;
  padding: 20px 0;
}

.bento-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}

.bento-desc {
  font-size: 0.95rem;
  color: #b0c4b1;
  line-height: 1.6;
}

.bento-img-wrap {
  width: 100%;
  max-width: 320px;
  height: 440px;
  border-radius: 4px;
  overflow: hidden;
  padding-top: 32px;
}

.bento-center-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ==========================================
   CSS: SECCIÓN NAVEGACIÓN DE TABS (NUESTRAS EMPRESAS)
   ========================================== */


.tepeyac-companies-tabs .nav-tabs {
  border-bottom: none !important;
  margin-bottom: -1px;
  position: relative;
  z-index: 3;
}

.tepeyac-companies-tabs .nav-link {
  background-color: #FDFDFD !important;
  color: #555555 !important;
  border: 1px solid rgba(10, 34, 24, 0.06) !important;
  padding: 22px 10px !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  border-radius: 0 !important;
  position: relative;
  width: 100%;
}

.tepeyac-companies-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 12px !important;
}

.tepeyac-companies-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 12px !important;
}

.tepeyac-companies-tabs .nav-link:hover {
  color: #0A2218 !important;
  background-color: #F8F7F4 !important;
}

.tepeyac-companies-tabs .nav-link.active {
  color: #0A2218 !important;
  background-color: #ffffff !important;
  border-bottom-color: transparent !important;
  box-shadow: 0 -8px 20px rgba(10, 34, 24, 0.03) !important;
}

.tepeyac-companies-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 3px;
  background-color: #856138;
  border-radius: 2px 2px 0 0;
}

.tepeyac-companies-tabs .tab-content {
  background-color: #ffffff;
  border: 1px solid rgba(10, 34, 24, 0.06);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 20px 50px rgba(10, 34, 24, 0.05);
  padding: 50px 40px;
  position: relative;
  z-index: 2;
}

.brand-circle-logo {
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  border: 1px solid rgba(133, 97, 56, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: 0 12px 30px rgba(10, 34, 24, 0.06);
  transition: transform 0.32s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.32s;
}

.brand-circle-logo:hover {
  transform: scale(1.03) translateY(-6px);
  border-color: #856138;
  box-shadow: 0 18px 36px rgba(133, 97, 56, 0.12);
}

.brand-circle-logo img {
  width: 85%;
  height: auto;
  object-fit: contain;
  display: block;
}

.border-end-custom {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.tepeyac-companies-tabs .tab-pane h4 {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 1.8rem;
}

.pilar-desc,
.tab-pane p {
  color: #4A4A4A;
  font-size: 1.02rem;
  line-height: 1.7;
  font-weight: 400;
}

.metric-item-box {
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(133, 97, 56, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.metric-item-box:hover {
  transform: translateY(-4px);
  border-color: #856138;
  box-shadow: 0 12px 24px rgba(10, 34, 24, 0.05);
}

.widget-title,
.tab-pane h3 {
  letter-spacing: -0.5px;
  word-spacing: 1px;
}

@media (max-width: 575.98px) {
  .border-end-custom {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 12px;
    margin-bottom: 8px;
  }

  .brand-circle-logo {
    width: 46px;
    height: 46px;
    padding: 5px;
  }

  .tepeyac-companies-tabs .tab-content {
    padding: 30px 20px;
  }
  .tepeyac-divisions-section {
    padding-bottom: 160px;
    min-height: auto;
  }
}

.tepeyac-companies-tabs .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  margin-bottom: 25px;
}

.tepeyac-companies-tabs .nav-link {
  flex: 1;
  background-color: #ffffff;
  color: #4A4A4A;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  padding: 20px 15px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
  position: relative;
}

.tepeyac-companies-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.tepeyac-companies-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tepeyac-companies-tabs .nav-link:hover {
  color: #0A2218;
  background-color: #FBFBFA;
  border-color: rgba(133, 97, 56, 0.15);
}

.tepeyac-companies-tabs .nav-link.active {
  color: #0A2218 !important;
  background-color: #ffffff !important;
  border-color: rgba(133, 97, 56, 0.2) !important;
  box-shadow: 0 10px 25px rgba(10, 34, 24, 0.04);
}

.tepeyac-companies-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 4px;
  background-color: #856138;
  border-radius: 2px 2px 0 0;
}

.tepeyac-companies-tabs .nav-link img {
  max-height: 35px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.tepeyac-companies-tabs .nav-link.active img {
  transform: scale(1.05);
}

.tepeyac-companies-tabs .tab-content {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(10, 34, 24, 0.05);
  box-shadow: 0 15px 45px rgba(10, 34, 24, 0.04);
  padding: 40px;
  overflow: hidden;
}


.custom-corporate-content {
  border-radius: 0 0 20px 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04) !important;
  border: 1px solid #e3e8e5 !important;
  border-top: 4px solid #015339 !important;
  position: relative;
}

.icon-box-badge {
  width: 120px;
  height: 120px;
  background-color: #f0f6f4;
  border-radius: 14px;
  border: 1px solid rgba(1, 83, 57, 0.1);
}

.custom-corporate-tabs .nav-link {
  background-color: #ffffff;
  color: #555c58;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid #e3e8e5;
  padding: 14px 28px;
  border-radius: 12px 12px 0 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
}

.custom-corporate-tabs .nav-link:hover {
  color: #015339;
  background-color: #fbfdfc;
  transform: translateY(-2px);
}

.custom-corporate-tabs .nav-link.active {
  background-color: #015339 !important;
  color: #ffffff !important;
  border-color: #015339 !important;
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(1, 83, 57, 0.15) !important;
}

.metric-card {
  background-color: #ffffff;
  border: 1px solid #e9efeb;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
  transition: transform 0.25s ease;
}

.metric-card:hover {
  transform: scale(1.02);
}

.metric-card.highlighted {
  background-color: #015339;
  border-color: #015339;
  box-shadow: 0 6px 18px rgba(1, 83, 57, 0.12);
}

.metric-num {
  font-size: 1.45rem;
  font-weight: 800;
  color: #015339;
  letter-spacing: -0.5px;
}

.metric-label {
  font-size: 1rem;
  text-uppercase: true;
  font-family: monospace;
  color: #717d76;
  margin-top: 4px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .custom-corporate-tabs {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    gap: 12px !important;
    padding: 8px 12px !important;
    justify-content: flex-start !important;
    white-space: nowrap !important;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }

  .custom-corporate-tabs::-webkit-scrollbar {
    display: none;
    height: 6px;
  }

  .custom-corporate-tabs .nav-item {
    flex: 0 0 auto;
  }

  .custom-corporate-tabs .nav-link {
    padding: 10px 16px;
    min-height: 44px;
    white-space: nowrap;
    border-radius: 10px !important;
    text-align: center;
    font-size: 0.92rem;
  }

  .custom-corporate-content {
    border-radius: 12px;
    padding: 14px !important;
  }

  .icon-box-badge {
    width: 90px !important;
    height: 90px !important;
    border-radius: 12px !important;
    overflow: hidden;
  }

  .icon-box-badge img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    padding: 8px;
  }

  #pills-agricola .icon-box-badge img {
    max-height: 72px;
  }

  .custom-corporate-tabs .nav-link:focus-visible {
    outline: 3px solid var(--yellow-tepeyac);
    outline-offset: 3px;
  }

  .metric-card {
    padding: 16px;
  }
}

/*human capital*/

.tepeyac-human-section.parallax-section {
  min-height: 75vh;
  background-image: url('watermarked_img_13770381673891461944.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  align-items: center;
  padding: 60px 0;
  position: relative;
}

.tepeyac-human-section.parallax-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 47, 29, 0.5);
  z-index: 1;
}

.tepeyac-human-section .container {
  position: relative;
  z-index: 2;
}

.human-text-card {
  background-color: #0b2f1d;
  border-radius: 20px;
  padding: 45px 40px;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.tepeyac-people-section {
  background-color: #fafbf9;
}

.people-badge {
  color: var(--yellow-tepeyac);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.people-mosaic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.mosaic-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.mosaic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.item-tall {
  grid-row: span 2;
  height: 540px;
}

.item-wide {
  height: 258px;
}

.item-square {
  height: 258px;
}

.mosaic-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(16, 17, 16, 0.85) 0%, rgba(0, 0, 0, 0) 60%);
  display: flex;
  align-items: flex-end;
  padding: 30px;
  opacity: 0.9;
  transition: all 0.4s ease;
}

.mosaic-tag {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: 500;
}

.mosaic-content h4 {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0;
}

.mosaic-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(11, 47, 29, 0.15);
}

.mosaic-item:hover .mosaic-img {
  transform: scale(1.04);
}

@media (max-width: 767.98px) {
  .people-mosaic-grid {
    grid-template-columns: 1fr;
  }

  .item-tall,
  .item-wide,
  .item-square {
    height: 320px;
  }
}

@media (max-width: 991.98px) {
  .tepeyac-human-section.parallax-section {
    min-height: auto;
  }

  .human-text-card {
    padding: 35px 25px;
  }
}


/* --- RESPONSIVE --- */
@media (max-width: 991.98px) {
  .bento-text-block {
    text-align: center !important;
    border: none !important;
    margin: 0 !important;
  }

  .bento-img-wrap {
    height: 360px;
  }
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-85 {
  opacity: 0.8;
}

.history-glass-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.text-accent {
  color: var(--yellow-tepeyac) !important;
}

.pilar-icon {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.9rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .history-parallax-bg {
    background-attachment: scroll;
  }

  .history-glass-card {
    padding: 30px 20px;
  }
}

/*------------------- 4.2. Header  -------------------*/
.ot-header {
  position: relative;
  z-index: 10060;
}

.ot-header .icon-btn {
  color: var(--title-color);
  background-color: transparent;
}

.ot-header .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out;
  z-index: 10070;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--title-color);
  text-transform: uppercase;
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu>ul>li {
  margin: 0 15px;
}

.main-menu>ul>li>a {
  padding: 31.5px 0;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children>a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: 0;
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  content: "\f105";
  float: right;
  top: 1px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\f787";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1.1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

@media (max-width: 1500px) {
  .main-menu>ul>li {
    margin: 0 13px;
  }
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}

.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}

.social-links a:last-child {
  margin-right: 0 !important;
}

.social-links a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  margin: 0 55px 0 0;
}

.header-links li:not(:last-child):after {
  content: '';
  height: 14px;
  width: 2px;
  background-color: var(--body-color);
  position: absolute;
  top: 0px;
  right: -30px;
  margin-top: 7px;
  opacity: 0.6;
}

.header-links li>i {
  margin-right: 6px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
}

.header-links a:hover {
  color: var(--theme-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-links .social-links a {
  font-size: 14px;
}

.header-notice {
  margin: 0;
}

.header-top {
  padding: 6.5px 0;
  background-color: var(--theme-color);
  --body-color: #fff;
}

.header-top a:hover {
  color: var(--title-color);
}

.header-top .social-title {
  font-size: 14px;
  font-weight: 400;
}

.header-top .social-links a:hover {
  color: var(--title-color);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: relative;
}

.header-layout1 .menu-area {
  position: relative;
  z-index: 4;
}

.header-layout1 .header-logo {
  position: relative;
  z-index: 2;
}

.header-layout1 .ot-menu-toggle {
  margin-left: auto;
}

@media (min-width: 1300px) {
  .header-layout1 {
    --main-container: 1600px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .header-button .ot-btn {
    margin-left: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .header-logo img {
    max-width: 260px;
  }
}



.copyright-text {
  margin: 0;
}

.copyright-text a {
  color: var(--theme-color);
}

.copyright-text a:hover {
  color: var(--white-color);
}

.footer-links ul {
  padding: 0;
  margin: 0;
}

.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}

.footer-links li:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0;
}

.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer-links li:last-child:after {
  display: none;
}

.footer-links a {
  font-family: inherit;
  color: var(--body-color);
}

.footer-links a:hover {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}


/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.ot-hero-wrapper.hero-1 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #0b2f1d;
}

.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(75deg, rgba(24, 24, 24, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
}

.ot-hero-wrapper .container {
  z-index: 3;
}


.hero-logo-wrap>img {
  width: auto;
  object-fit: contain;
}

.hero-corporate-logo {
  max-width: 180px;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.hero-subtitle {
  color: var(--yellow-tepeyac) !important;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1rem;
  display: block;
  margin-bottom: 15px;
}

.hero-title .title1 {
  color: #ffffff;
}

.hero-title .title2 {
  color: #ffffff;
  font-weight: 800;
}

.hero-play-btn {
  position: relative !important;
  z-index: 10 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 80px !important;
  height: 80px !important;
  background-color: transparent !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  font-size: 1.5rem !important;
  text-decoration: none !important;
  box-shadow: 0 0 0 0 rgba(223, 107, 83, 0.5), 0 8px 25px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease !important;
  margin: 0 auto 25px auto !important;
}

.hero-play-btn:hover {
  transform: scale(1.05) !important;
  background-color: #ffffff !important;
  color: #0b2f1d !important;
}

.hero-play-btn::before,
.hero-play-btn::after {
  z-index: -1 !important;
}



.ot-hero-wrapper {
  position: relative;
  z-index: 10050;
  overflow: hidden;
}

.hero-video-layout {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #051a10;
  overflow: hidden;
}

/* VIDEO DE FONDO */
.hero-video-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-video-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
}

.hero-video-header .menu-area {
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: background-color 220ms ease, color 220ms ease;
}

.hero-video-header .main-menu a,
.hero-video-header .lang-link,
.hero-video-header .header-insta-icon {
  color: #ffffff !important;
  transition: color 220ms ease;
}

.hero-video-header .header-logo img {
  max-height: 44px;
}

.hero-video-header .header-logo {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-6px);
  transition: opacity 220ms ease, max-height 220ms ease, transform 220ms ease;
}

.sticky-wrapper.sticky .header-logo {
  opacity: 1;
  visibility: visible;
  max-height: 56px;
  transform: translateY(0);
}

.hero-video-header .main-menu a {
  font-size: 14px;
  padding: 6px 8px;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 12vh 0;
  color: #ffffff;
}

.hero-content .hero-corporate-logo.small-logo {
  max-height: 96px;
  width: auto;
  display: block;
  margin-bottom: 1rem;
}

.hero-tag {
  display: inline-block;
  color: #856138;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.hero-content h1 {
  font-size: clamp(2rem, 6vw, 3.8rem);
  line-height: 1.05;
  font-weight: 800;
  color: #ffffff;
  margin: 0.5rem 0 1rem;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
}

.hero-content h1 span {
  color: #856138;
}

.btn-gold-tepeyac {
  background: linear-gradient(90deg, #856138 0%, #b78b45 100%);
  color: #fff;
  border-radius: 999px;
  padding: 0.65rem 1.2rem;
  font-weight: 700;
  border: none;
  box-shadow: 0 8px 24px rgba(133, 97, 56, 0.18);
}

@media (max-width: 991px) {
  .hero-content {
    padding: 8vh 0;
  }

  .hero-content .col-lg-8 {
    padding-right: 0;
  }

  .hero-corporate-logo.small-logo {
    max-height: 72px;
  }
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out;
  z-index: 10070;
}

.sticky-wrapper.sticky .menu-area {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(133, 97, 56, 0.1);
  box-shadow: 0 4px 20px rgba(10, 34, 24, 0.02);
}

.sticky-wrapper.sticky .main-menu a,
.sticky-wrapper.sticky .lang-link,
.sticky-wrapper.sticky .header-insta-icon {
  color: #151515 !important;
}

.hero-video-header .header-logo img,
.sticky-wrapper.sticky .header-logo img {
  transition: max-height 220ms ease, opacity 220ms ease;
}

.hero-video-layout .container {
  position: relative;
  z-index: 10;
}

.hero-video-content {
  position: relative;
  z-index: 10;
  padding: 230px 0 180px 0;
  max-width: 760px;
  text-align: left;
}

.hero-logo-wrap {
  position: relative;
  z-index: 12;
  margin: 0 !important;
}

.hero-corporate-logo {
  display: block;
  max-width: 280px;
  height: auto;
}

.hero-play-wrap {
  position: relative;
  z-index: 12;
  display: inline-flex;
}

.hero-video-layout .hero-play-btn {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 13 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.play-icon-box {
  width: 70px;
  height: 70px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  animation: play-pulse 2s infinite;
  transition: all 0.3s ease;
}

.play-icon-box i {
  margin-left: 4px;
}

.play-icon-box:hover {
  transform: scale(1.08);
  background-color: #ffffff;
  color: #0b2f1d;
}

@keyframes play-pulse {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }

  70% {
    box-shadow: 0 0 0 16px rgba(223, 107, 83, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(223, 107, 83, 0);
  }
}

.hero-video-content .hero-subtitle {
  color: var(--yellow-tepeyac);
}

.hero-video-content .hero-title {
  color: #ffffff;
}

.hero-video-content .hero-title .title1,
.hero-video-content .hero-title .title2 {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .hero-brand-play-row {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    gap: 1rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    min-height: auto !important;
  }

  .hero-left-stack {
    max-width: 100% !important;
    align-items: center !important;
  }

  .hero-text-content-block {
    text-align: center !important;
  }

  .hero-title {
    font-size: 1.9rem !important;
    line-height: 1.2 !important;
  }

  .hero-play-wrap {
    order: 2;
    margin-left: 0 !important;
    margin-top: 0.5rem !important;
  }

  .hero-play-btn {
    margin: 0 auto !important;
  }

  .hero-text-content-block h1,
  .hero-text-content-block p,
  .hero-text-content-block span,
  .hero-left-stack {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}

@media (max-width: 768px) {
  .custom-corporate-tabs {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    justify-content: flex-start !important;
  }

  .custom-corporate-tabs .nav-link {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    padding: 10px 18px !important;
    margin-right: 6px !important;
  }

  .custom-corporate-tabs::-webkit-scrollbar {
    display: none;
  }

  .custom-corporate-tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .icon-box-badge {
    width: 64px !important;
    height: 64px !important;
  }

  #pills-agricola>.d-flex,
  #pills-agricola .d-flex.align-items-center {
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
  }

  #pills-agricola .d-flex>div:last-child {
    flex: 1 1 100% !important;
  }
}


.hero-video-header .main-menu a,
.hero-video-header .main-menu ul li.menu-item-has-children>a:after {
  color: #151515;
}

.hero-video-header .main-menu a:hover {
  color: var(--yellow-tepeyac);
}

.header-right-meta {
  color: #151515;
  font-size: 0.9rem;
}

.lang-link {
  color: rgba(21, 21, 21, 0.72);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.lang-link.active,
.lang-link:hover {
  color: var(--green-tepeyac) !important;
}

.hero-video-header .lang-link.active {
  color: var(--yellow-color) !important;
}

.sticky-wrapper.sticky .lang-link.active {
  color: var(--green-tepeyac) !important;
}

.header-insta-icon {
  color: #151515;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.header-insta-icon:hover {
  color: var(--yellow-tepeyac);
}

@media (max-width: 991px) {
  .hero-video-content {
    padding: 180px 0 130px 0;
  }

  .hero-corporate-logo {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .hero-video-layout {
    text-align: center;
  }

  .hero-video-content {
    max-width: 100%;
    text-align: center;
    padding: 160px 0 110px 0;
  }

  .hero-corporate-logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 190px;
  }

  .hero-play-wrap {
    display: flex;
    justify-content: center;
  }

  .hero-video-content .title1,
  .hero-video-content .title2 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-video-overlay {
    background: linear-gradient(90deg,
        rgba(0, 0, 0, 0.88) 0%,
        rgba(0, 0, 0, 0.72) 55%,
        rgba(0, 0, 0, 0.48) 100%);
  }
}


/* ==============================
   NUESTRAS MARCAS - CORPORATIVO
============================== */

:root {
  --brand-bg-dark: #111315;
  --brand-bg-deep: #070809;
  --brand-graphite: #1b1f23;
  --brand-charcoal: #24282d;
  --brand-gray: #8e959d;
  --brand-soft-gray: #d8dadd;
  --brand-white: #ffffff;
  --brand-accent: #c89b5c;
  --brand-accent-hover: #ffffff;
}

/* ==============================
   SECCIÓN PRINCIPAL
============================== */

.brands-experience-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(135deg, var(--brand-bg-dark) 0%, var(--brand-bg-deep) 100%);
}

/* ==============================
   HEADER DE LA PÁGINA MARCAS
============================== */

.brands-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 28px 0;
  z-index: 90;
}

.brands-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brands-header-logo img {
  max-height: 58px;
  width: auto;
  display: block;
}

/* ==============================
   STACK
============================== */

.brands-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ==============================
   CARD BASE
============================== */

.brand-card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px) scale(1.04);
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease,
    transform 0.9s cubic-bezier(.2, .8, .2, 1),
    filter 0.8s ease;
}

/* Card activa */
.brand-card.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  z-index: 20;
}

/* Card saliendo */
.brand-card.leaving {
  opacity: 0;
  visibility: visible;
  transform: translateY(-90px) scale(0.96);
  z-index: 30;
}

/* ==============================
   FONDO DE IMAGEN
============================== */

.brand-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: var(--brand-bg-deep);
}

.brand-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  filter: grayscale(20%) contrast(1.05) brightness(0.72);
  transition:
    transform 1.3s ease,
    filter 0.8s ease;
}

.brand-card.active .brand-bg img {
  transform: scale(1);
}

/* ==============================
   OVERLAY CORPORATIVO
============================== */

.brand-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg,
      rgba(7, 8, 9, 0.96) 0%,
      rgba(17, 19, 21, 0.88) 36%,
      rgba(27, 31, 35, 0.58) 66%,
      rgba(7, 8, 9, 0.35) 100%),
    radial-gradient(circle at 75% 45%,
      rgba(255, 255, 255, 0.10),
      transparent 32%);
}

/* ==============================
   CONTENIDO + PREVIEW
============================== */

.brand-content-container {
  position: relative;
  z-index: 5;
  height: 100%;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 72px;
}

/* ==============================
   CONTENIDO DE TEXTO
============================== */


.brand-content {
  max-width: 660px;
  padding-top: 80px;
  color: var(--brand-white);
}

.brand-logo {
  margin-bottom: 34px;
}

.brand-logo img {
  max-width: 280px;
  max-height: 140px;
  width: auto;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.45));
}

.brand-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--brand-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-content h1 {
  color: var(--brand-white);
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.95;
  margin-bottom: 28px;
  letter-spacing: -0.045em;
}

.brand-content p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 19px;
  line-height: 1.75;
  margin-bottom: 38px;
}

/* ==============================
   BOTÓN NAVEGAR
============================== */

.brand-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brands-experience-section .ot-btn.style3 {
  background-color: var(--yellow-tepeyac);
  color: #111315;
  border: 1px solid var(--brand-accent);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.brands-experience-section .ot-btn.style3:hover {
  background-color: var(--brand-white);
  color: #111315;
  border-color: var(--brand-white);
}

/* ==============================
   PREVIEW DE PÁGINA
============================== */

.brand-page-preview {
  position: relative;
  z-index: 7;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.brand-preview-browser {
  width: min(560px, 100%);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 40px 110px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  transform: perspective(1000px) rotateY(-8deg) rotateX(3deg);
  transition:
    transform 0.6s ease,
    box-shadow 0.6s ease,
    border-color 0.6s ease;
}

.brand-card.active .brand-preview-browser {
  animation: brandPreviewIn 0.9s ease both;
}

.brand-preview-browser:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-8px);
  border-color: rgba(200, 155, 92, 0.45);
  box-shadow:
    0 52px 130px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.brand-preview-topbar {
  height: 42px;
  background:
    linear-gradient(180deg,
      rgba(245, 245, 245, 0.96),
      rgba(218, 220, 223, 0.92));
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
}

.brand-preview-topbar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(17, 19, 21, 0.28);
}

.brand-preview-browser img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  filter: contrast(1.03) brightness(0.92);
}

@keyframes brandPreviewIn {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-14deg) rotateX(6deg) translateX(80px);
  }

  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-8deg) rotateX(3deg) translateX(0);
  }
}

/* ==============================
   CARDS DETRÁS
============================== */

.brand-card.is-behind-1,
.brand-card.is-behind-2 {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  inset: auto;
  top: auto;
  bottom: -8%;
  right: -6%;
  width: 42vw;
  height: 46vh;
  border-radius: 34px;
  overflow: hidden;
  background-color: var(--brand-charcoal);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand-card.is-behind-1 {
  z-index: 8;
  transform: translateY(0) translateX(0) scale(1);
  filter: brightness(0.78) saturate(0.82);
}

.brand-card.is-behind-2 {
  z-index: 7;
  transform: translateY(64px) translateX(72px) scale(0.88);
  filter: brightness(0.58) saturate(0.65);
}

.brand-card.is-behind-1 .brand-content-container,
.brand-card.is-behind-2 .brand-content-container,
.brand-card.is-behind-1 .brand-overlay,
.brand-card.is-behind-2 .brand-overlay {
  display: none;
}

.brand-card.is-behind-1 .brand-bg,
.brand-card.is-behind-2 .brand-bg {
  position: absolute;
  inset: 0;
}

.brand-card.is-behind-1 .brand-bg img,
.brand-card.is-behind-2 .brand-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(35%) contrast(1.08) brightness(0.82);
}

/* ==============================
   BOTÓN SIGUIENTE
============================== */

.brand-next-btn {
  position: absolute;
  right: 60px;
  bottom: 54px;
  z-index: 90;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-next-btn span {
  font-size: 12px;
}

.brand-next-btn i {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: var(--brand-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111315;
  font-size: 18px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.42),
    0 0 0 0 rgba(200, 155, 92, 0.52);
  animation: brandArrowPulse 1.8s infinite;
  transition: all 0.3s ease;
}

.brand-next-btn:hover {
  color: var(--brand-white);
}

.brand-next-btn:hover i {
  background-color: var(--brand-white);
  color: #111315;
  transform: translateY(6px);
}

@keyframes brandArrowPulse {
  0% {
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.42),
      0 0 0 0 rgba(200, 155, 92, 0.52);
  }

  70% {
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.42),
      0 0 0 16px rgba(200, 155, 92, 0);
  }

  100% {
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.42),
      0 0 0 0 rgba(200, 155, 92, 0);
  }
}

/* ==============================
   INDICADORES
============================== */

.brand-indicators {
  position: absolute;
  left: 60px;
  bottom: 70px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-indicators button {
  width: 34px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: all 0.3s ease;
}

.brand-indicators button.active {
  width: 64px;
  background-color: var(--brand-accent);
}

/* ==============================
   HEADER GLOBAL SI APARECE ARRIBA
============================== */

.hero-video-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 95;
}

.hero-video-header .menu-area {
  background-color: transparent;
}

.hero-video-header .main-menu a {
  color: rgba(255, 255, 255, 0.82);
}

.hero-video-header .main-menu a:hover {
  color: var(--brand-accent);
}

.header-right-meta {
  color: rgba(255, 255, 255, 0.72);
}

.lang-link {
  color: rgba(255, 255, 255, 0.60);
  text-decoration: none;
  font-weight: 600;
}

.lang-link.active,
.lang-link:hover {
  color: var(--brand-accent);
}

.header-insta-icon {
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.3s ease;
}

.header-insta-icon:hover {
  color: var(--brand-accent);
}

/* ==============================
   RESPONSIVE TABLET
============================== */

@media (max-width: 991px) {
  .brands-experience-section {
    min-height: 680px;
  }

  .brand-content-container {
    grid-template-columns: 1fr;
    gap: 30px;
    align-content: center;
  }

  .brand-content {
    max-width: 620px;
  }

  .brand-page-preview {
    justify-content: flex-start;
  }

  .brand-preview-browser {
    width: min(460px, 100%);
  }

  .brand-preview-browser img {
    height: 260px;
  }

  .brand-card.is-behind-1,
  .brand-card.is-behind-2 {
    width: 50vw;
    height: 34vh;
    right: -12%;
    bottom: -5%;
  }

  .brand-next-btn {
    right: 30px;
    bottom: 36px;
  }

  .brand-indicators {
    left: 30px;
    bottom: 52px;
  }
}

/* ==============================
   RESPONSIVE MOBILE
============================== */

@media (max-width: 767px) {
  .brands-experience-section {
    height: 100vh;
    min-height: 720px;
  }

  .brands-header {
    padding: 22px 0;
  }

  .brands-header-logo img {
    max-height: 46px;
  }

  .brands-back-link {
    font-size: 11px;
  }

  .brand-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .brand-content {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-logo img {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-content h1 {
    font-size: clamp(42px, 13vw, 68px);
  }

  .brand-content p {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .brand-page-preview {
    display: none;
  }

  .brand-overlay {
    background:
      linear-gradient(180deg,
        rgba(7, 8, 9, 0.72) 0%,
        rgba(17, 19, 21, 0.86) 52%,
        rgba(7, 8, 9, 0.96) 100%);
  }

  .brand-card.is-behind-1,
  .brand-card.is-behind-2 {
    display: none;
  }

  .brand-next-btn {
    left: 50%;
    right: auto;
    bottom: 36px;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 10px;
  }

  .brand-next-btn span {
    font-size: 11px;
  }

  .brand-next-btn i {
    width: 56px;
    height: 56px;
  }

  .brand-indicators {
    left: 50%;
    bottom: 118px;
    transform: translateX(-50%);
  }
}

.hero-brand-play-row {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;/ gap: 80px;
  position: relative;
  z-index: 12;
  padding: 0 20px;
}

.hero-play-wrap {
  position: relative;
  z-index: 12;
}

.hero-corporate-logo {
  display: block;
  max-width: 340px;
  height: auto;
}

.hero-video-layout .hero-play-btn {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  margin: 0 !important;
}

.hero-play-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tepeyac-history-section {
  z-index: 2
}

.tepeyac-history-section .container,
.history-glass-card {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero-brand-play-row {
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
    text-align: center;
  }

  .hero-corporate-logo {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-play-wrap {
    justify-content: center;
  }
}

.mfp-bg,
.mfp-wrap {
  z-index: 99999 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.modal-backdrop,
.modal {
  z-index: 99999 !important;
}