@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --bs-primary: #FF8048;
  --bs-btn-bg: #FF8048 !important;
  --bs-btn-border-color: #FF8048 !important;
  --bs-btn-hover-bg: #a7592f !important;
  --bs-btn-hover-border-color: #a7592f !important;
  --bp-overlay-bg: rgba(0,0,0,.45);
  --bp-panel-bg: rgba(20,20,20,.65);
  --bp-panel-border: rgba(255,255,255,.08);
  --bp-ring: rgba(255, 128, 72, .75);
  --bp-text: #fff;
  --bp-muted: #c9c9c9;
  --bp-blur: 18px;
  --bp-z: 1080;
  --glass-bg: rgba(255,255,255,.85);
  --glass-border: rgba(255,255,255,.22);
  --glass-shadow: 0 8px 32px rgba(0,0,0,.1);
}

html, body {
  scroll-behavior: smooth !important;
}
body {
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
}
html { scroll-behavior: smooth;}
.fw-900 {font-weight: 900; font-family: "Inter", sans-serif;}
.Inter {font-family: "Inter", sans-serif; font-weight: 400; }
.Montserrat {font-family: "Montserrat", sans-serif; font-weight: 400; }
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font14{font-size: 14px;}
.font15{font-size: 15px;}
.font16{font-size: 16px;}
.font18{font-size: 18px; line-height: 20px;}
.font20{font-size: 20px; line-height: 24px;}
.font24{font-size: 24px; line-height: 28px;}
.font25{font-size: 25px;}
.font30{font-size: 30px; line-height: 34px;}
.font33{font-size: 33px; line-height: 36px;}
.font35{font-size: 35px; line-height: 39px;}
.font40{font-size: 40px; line-height: 44px;}
.font45{font-size: 45px; line-height: 48px;}
.font48{font-size: 48px; line-height: 50px;}
.font50{font-size: 50px; line-height: 54px;}
.font60{font-size: 60px; line-height: 63px;}
.font70{font-size: 70px; line-height: 73px;}
.font80{font-size: 80px; line-height: 83px;}
.font100{font-size: 100px; line-height: 100px;}

.color-2C2D59{color: #2C2D59;}
.color-655EEB{color: #655EEB;}
.color-00CAA3{color: #00CAA3;}
.font-BFEB20{color: #BFEB20;}
.font-1E213E{color: #1E213E;}
.font-00175a{color: #00175a;}
.font-000000{color: #000000 !important;}
.font-0071D1{color: #0071D1;}
.font-49454F{color: #49454F;}
.font-929292{color: #929292;}
.font-FF8048 {color: #FF8048 !important;}
.fontgris{color: #4D4D4D;}
.fontgrisclaro{color: #999999;}
.fontgrisoscuro{color: #4B4C4B;}
.fontgris2{color: #666666;}
.fontceleste{color: #006fcf;}
.fontazul{color: #00175a;}
.fontblanca{color: #ffffff;}
.bg-1E213E {background-color: #1E213E;}
.bg-BFEB20 {background-color: #BFEB20;}
.bg-F0F0F0 {background-color: #F0F0F0;}
.bg-0071D1 {background-color: #0071D1;}
.bg-FF8048 {background-color: #FF8048 !important;}
.bg-ffc107 {background-color: #ffc107 !important;}
.bg-00000094 {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(135deg, rgba(255, 128, 72, 0.5), rgba(233, 178, 10, 0.5));
  background-blend-mode: overlay;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: white;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}


.bg-000000{background-color: #000000;}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    border-radius: 60px;
    padding: 10px 15px;
    font-size: 18px;
}
.btn-outline-primary:hover {
    background-color: var(--bs-primary);
    color: #ffffff;
    border-color: var(--bs-primary);
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    border-radius: 60px;
    padding: 10px 15px;
    font-size: 18px;
}
.btn-primary:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000000;
}

.btn-secondary {
    border-radius: 60px;
    padding: 10px;
    font-size: 18px;
    background-color: transparent !important;
    border: none !important;
}
.btn-secondary:hover {
    transform: scale(1.3);
    cursor: pointer;
    transition: all 0.2s ease;
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-primary);
}

/* EstilOs Navbar + Sidebar */

#sidebar {
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 3;
  padding-top: 120px !important;
}
#sidebar.show {
  transform: translateX(0);
}
#sidebar ul li a:hover {
  background-color: #495057;
  color: #ffc107 !important;
}
.nav-link {
    font-weight: 600;
    color: #ffffff;
}
.nav-link:hover {
  color: var(--bs-primary);
}
.btn-warning-subtle {
  --bs-btn-color: #fff; /* Texto blanco */
  --bs-btn-bg: rgba(0, 0, 0, 0.85); /* Fondo negro con un toque de transparencia */
  --bs-btn-border-color: rgba(0, 0, 0, 0); /* Sin borde visible */

  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(0, 0, 0, 1); /* Negro sólido al hacer hover */
  --bs-btn-hover-border-color: rgba(0, 0, 0, 0);

  --bs-btn-focus-shadow-rgb: 0, 0, 0;

  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(0, 0, 0, 0.9);
  --bs-btn-active-border-color: rgba(0, 0, 0, 0);
  --bs-btn-active-shadow: none;

  --bs-btn-disabled-color: #aaa; /* Texto gris para estado disabled */
  --bs-btn-disabled-bg: rgba(0, 0, 0, 0.3);
  --bs-btn-disabled-border-color: rgba(0, 0, 0, 0);

  -webkit-box-shadow: none;
  box-shadow: none;
}

header .shoping-cart-button {
    position: relative;
    padding: 1.7em 0px;
}
header .shopping-badge {
  position: absolute;
  top: 1.1em;
  right: -1em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: .75em;
}

.carousel-caption {
    top: 40% !important;
    color: #fff !important;
}

.icon-with-border {
    position: relative;
    color: #ffffff;
    text-shadow: 0 0 0px #000000, 0 0 2px #000000, 0 0 8px #000000;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    background-color: var(--bs-primary);
    color: #ffffff;
}

.margin-fix{ margin-top: 82px !important;}


/* Hero */
.div-overlay-hero { max-height: 900px;}
.overlay-hero::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background: linear-gradient(90deg, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-black-rgb), 0));
}
.div-overlay-hero:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--bs-black-rgb), 0.9)), color-stop(15%, rgba(var(--bs-black-rgb), 0.9)), to(rgba(var(--bs-black-rgb), 0)));
    background: -webkit-linear-gradient(left, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-black-rgb), 0));
    background: -o-linear-gradient(left, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-black-rgb), 0));
    background: linear-gradient(90deg, rgba(var(--bs-black-rgb), 0.9), rgba(var(--bs-black-rgb), 0.9) 15%, rgba(var(--bs-black-rgb), 0));
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark] .carousel .carousel-control-prev-icon, [data-bs-theme=dark].carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: none;
}

.carousel-control-prev {
    background: linear-gradient(90deg, rgb(255 255 255 / 10%) 0%, rgb(255 255 255 / 0%) 50%);
}
.carousel-control-next {
    background: linear-gradient(270deg, rgb(255 255 255 / 10%) 0%, rgb(255 255 255 / 0%) 50%);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
    border: 1px solid;
    border-radius: 50%;
}

.carousel-item {
  transition: transform 1s ease-in-out;
}
.bullets-style {
  -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 30px;
    padding: 6px 20px;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-top: none;
    border-bottom: none;
    border-radius: 50% !important;
}
/* Estilos Cards */
.arrow-category {
    color: #ff8048;
    line-height: 34px !important;
}
.arrow-category:hover {
    font-size: 30px;
    line-height: 30px;
    font-weight: 900 !important;
    transition: 0.3s all ease;
    text-decoration: none;
}

.image-content {
  z-index: 2;
  transition: padding-bottom 0.3s ease;
  padding-bottom: 0;
}

.image-content .tittle {
  font-size: 30px;
  font-weight: 900 !important;
  line-height: 30px;
  padding-bottom: 10px;
}

.image-content .description {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
.image-card {
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 9px 4px rgba(255, 255, 255, 0.6);
    min-height: 720px;
    background-size: cover;
    background-position: center center;
}

.image-card:hover {
    border: 2px solid #ff8048;
    box-shadow: inset 0px 0px 9px 4px rgb(255 128 72 / 60%);
}

.miniatura:hover .img-style {
    transform: scale(1.02);
    background-color: rgba(6, 64, 137, 0.95);
    box-shadow: rgba(6, 64, 137, 0.3) 0px 8px 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.miniatura:hover .cont-style, .miniatura:hover .slider__overlay-contenido::after {
    transform: scale(1.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slider__overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3474) 50%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
  transition: height 0.3s ease;
}
.slider__overlay-contenido::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3474) 50%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
  transition: height 0.3s ease;
  border-radius: var(--bs-border-radius-xl)!important;
}

/* categorias */
.category-card {
    background-color: #064089d9;
    border-radius: 16px;
    border: 2px solid #0640894d;
    transition: all 0.3s ease;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: white;
    box-shadow: 0 4px 15px #06408933;
}

.category-card:hover {
    transform: scale(1.05);
    background-color: #064089f2;
    box-shadow: 0 8px 25px #0640894d;
}
.btn-contenidos {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 60px;
  padding: 10px;
  font-size: 13px;
}

.btn-contenidos:hover {
    background-color: #a7592f;
    border-color: #a7592f;
}

.btn-contenidos-secondary {
    border-radius: 60px;
    padding: 10px 10px;
    color: #ffffff;
    font-size: 16px;
}

/* secon section */
/* .secod-section{
  margin-top: -200px;
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 40%, rgb(0 0 0) 100%);
  position: absolute;
  z-index: 1;
} */


/* Arrows */
.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
    border-radius: 30%;
    background: #271e17bf;
    font-weight: 900 !important;
    padding: 26px 24px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 20px;
    z-index: 2;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 20px;
    z-index: 2;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}

/* Parallax */
.parallax-window:after {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(var(--bs-black-rgb), 0.8);
}

.parallax-window .parallaxt-details {
    z-index: 2;
    position: relative;
}


/* buscador */
.bp-search-overlay {
  position: fixed; inset: 0;
  display: grid; place-items: center;
  background: var(--bp-overlay-bg);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none;
  transition: opacity .22s ease;
  z-index: var(--bp-z);
}

.bp-search-overlay.is-open {
  opacity: 1; pointer-events: auto;
}

.bp-search-panel {
  width: min(920px, 92vw);
  background: var(--bp-panel-bg);
  -webkit-backdrop-filter: blur(var(--bp-blur)) saturate(1.2);
  backdrop-filter: blur(var(--bp-blur)) saturate(1.2);
  border: 1px solid var(--bp-panel-border);
  border-radius: 20px;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  transform: translateY(10px) scale(.98);
  opacity: 0;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), opacity .22s ease;
}

.bp-search-overlay.is-open .bp-search-panel {
  opacity: 1; transform: translateY(0) scale(1);
}

.bp-search-close {
  position: absolute; top: 10px; right: 10px;
  border: 0; background: transparent; color: var(--bp-text);
  font-size: 1.5rem; line-height: 1; padding: 8px;
  border-radius: 12px;
  transition: transform .2s ease, background-color .2s ease;
}
.bp-search-close:hover { background: rgba(255,255,255,.06); transform: rotate(90deg); }

.bp-search-form { display: grid; gap: 12px; color: var(--bp-text); }
.bp-search-label { font-size: .85rem; color: var(--bp-muted); letter-spacing: .08em; text-transform: uppercase; }

.bp-search-input-wrap {
  display: grid; grid-template-columns: 36px 1fr;
  align-items: center; gap: 8px;
  background: rgba(0,0,0,.35);
  border: 1px solid var(--bp-panel-border);
  border-radius: 16px;
  padding: 10px 12px;
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}
.bp-search-icon { font-size: 1.25rem; opacity: .9; }

.bp-search-input {
  width: 100%;
  appearance: none;
  background: transparent; border: 0; outline: none;
  color: var(--bp-text);
  font-size: clamp(1rem, 2.2vw, 1.25rem);
}
.bp-search-input::placeholder { color: rgba(255,255,255,.55); }

.bp-search-input-wrap:focus-within {
  border-color: var(--bp-ring);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--bp-ring) 26%, transparent);
  transform: translateY(-1px);
}

.bp-search-hint { margin: 0; font-size: .85rem; color: var(--bp-muted); }

.bp-search-suggestions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.bp-chip {
  border: 1px solid var(--bp-panel-border);
  background: rgba(255,255,255,.06);
  color: var(--bp-text);
  padding: 6px 10px; border-radius: 999px; font-size: .85rem;
  transition: transform .15s ease, background-color .2s ease, border-color .2s ease;
}
.bp-chip:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); transform: translateY(-1px); }

[data-search-toggle] {
  position: relative;
  isolation: isolate;
}
[data-search-toggle] .ph { transition: transform .25s ease; }
[data-search-toggle].is-armed .ph { transform: rotate(90deg) scale(1.05); }

.bp-suggest-item:hover i {
    transform: translate(4px, -4px);
    transition: transform 0.3s ease;
    color: #ff8048 !important;
}
.bp-suggest-item:hover .tittle {
    text-decoration: underline #ffc107;
    transition: color 0.3s ease;
}
.bp-hero { background: linear-gradient(135deg, rgba(255,128,72,.08) 0%, rgba(255,128,72,.02) 100%); border-bottom: 1px solid rgba(0,0,0,.05); }
.btn-icon { padding: .5rem 1rem; border-radius: 12px; transition: all .3s ease; }
.btn-icon:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,.1); }
.active>.page-link, .page-link.active { background-color: #ff8048; border-color: #ff8048; }
.page-link { color: #000; } .page-link:hover { color: #ff8048; }
.search-inline-form { max-width: 520px; }

/* Video player  */
.plyr__control--overlaid {
    background: #ff8048;
    padding: calc(var(--plyr-control-spacing, 10px) * 2.5);
}
.plyr--full-ui input[type=range] {
    color: #ff8048;
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #ff8048;
}


/* position center center  */
.div-center{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 70vh;
  justify-content: center;
}

/* Suscripciones */
.seperator-susc { margin: 0; color: var(--text-secondary); font-size: 0.85rem; }
.line-susc{ flex: none; height: 50px; width: 1px; background-color: #e1e5e9; }


/* sweetalert stylos */
:root{
  --bp-overlay-bg: rgba(16,18,27,.55);
  --bp-panel-bg: rgba(24,26,33,.8);
  --bp-panel-border: rgba(255,255,255,.12);
  --bp-ring: #FF8048;
  --bp-text: #fff;
  --bp-muted: #c9c9cc;
  --bp-blur: 18px;
}

.swal2-container.swal2-center > .swal2-popup.bp-auth-popup {
  width: min(520px, 92vw);
  background: var(--bp-panel-bg) !important;
  -webkit-backdrop-filter: blur(var(--bp-blur)) saturate(1.2);
  backdrop-filter: blur(var(--bp-blur)) saturate(1.2);
  border: 1px solid var(--bp-panel-border);
  border-radius: 20px;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  color: var(--bp-text);
  opacity: 0;
  transform: translateY(10px) scale(.98);
  transition: transform .28s cubic-bezier(.2,.8,.2,1), opacity .22s ease;
}
.swal2-container .swal2-popup.bp-auth-popup.swal2-show { opacity: 1; transform: translateY(0) scale(1); }
.swal2-container .swal2-popup.bp-auth-popup.swal2-hide { opacity: 0 !important; transform: translateY(6px) scale(.98) !important; }
.bp-auth-title {
  color: #fff !important;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 700;
  letter-spacing: .2px;
  margin-bottom: 6px !important;
}
.bp-auth-html { margin-top: 6px; }
.bp-auth-text { margin: 0 0 14px 0; font-size: 14px; color: var(--bp-muted);}
.bp-auth-actions .btn {
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-weight: 600;
  letter-spacing: .2px;
  border: 1px solid var(--bp-panel-border);
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.bp-auth-actions .btn:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(0,0,0,.25);}
.bp-auth-actions .btn.btn-primary {
  background: var(--bp-ring);
  border-color: color-mix(in srgb, var(--bp-ring) 75%, #000);
  color: #fff;
}
.bp-auth-actions .btn.btn-outline-light {
  background: rgba(255,255,255,.06);
  color: #fff;
  border-color: rgba(255,255,255,.18);
}
.bp-auth-actions .btn.btn-outline-light:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.28);
}

/* mi perfil */
.nav-link.styles-tabs.active {
  background: #ff8048;
  color: white;
  border: 1px solid;
}
.nav-link.styles-tabs {
  background: #ffffff;
  color: #ff8048;
  border: 1px solid;
  border-radius: 12px;
}
.nav-link.styles-tabs:hover {
  background: #f37f4c;
  color: white;
  border: 1px solid;
}
.profile-card, .glass-card {
background: var(--glass-bg);
backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
border: 1px solid var(--glass-border);
border-radius: 20px;
height: 100%;
box-shadow: var(--glass-shadow);
padding:1.25rem;
}
.chip {
font-size:.85rem; padding:.35rem .6rem; border-radius:999px; border:1px solid rgba(0,0,0,.08);
background: rgba(0,0,0,.035);
}
.stat {
display:flex; gap:.5rem; align-items:center;
padding:.75rem; border-radius:12px; background: rgba(0,0,0,.035);
}
.btn-icon {
display:inline-flex; align-items:center; gap:.5rem;
border-radius:12px; padding:.6rem .85rem;
}

/* passwords */
.password-strength { height: 4px; border-radius: 2px; margin-top: 8px; background-color: #e9ecef; overflow: hidden; }
.password-strength-bar { height: 100%; width: 0; transition: width 0.3s ease; border-radius: 2px; }

.form-control.is-valid { border-color: #30b46c; }
.form-control.is-invalid { border-color: #ff5a5f; }

@media (prefers-reduced-motion: reduce) {
  .bp-search-overlay, .bp-search-panel, .bp-search-input-wrap,
  [data-search-toggle] .ph, .bp-search-close {
    transition: none !important;
  }
}

@media (min-width: 1360px) {
    .container-fluid { padding: 0 3.75em}
}

@media (max-width: 1369px) {
    .font100 {font-size: 74px; line-height: 80px;}
    .font50 { font-size: 40px; line-height: 44px;}
    .font20 { font-size: 18px; line-height: 22px;}
    .font18{font-size: 16px;}
}
@media (max-width: 992px) {
    .border-start-login{border-top: 1px solid #f5f5f5; border-left: 0px solid !important;}
    .font45{font-size: 32px; line-height: 35px;}
    .font33{font-size: 28px; line-height: 31px;}
    .font20{font-size: 16px;}
    .font18{font-size: 12px;}
    .font40{font-size: 27px; line-height: 30px;}
    .font100 {font-size: 60px; line-height: 70px;}
    .overlay-hero {
        min-height: 600px;
        object-fit: cover;
    }
    .px-mobile {padding: 0px;}
    .carousel-caption { top: 30% !important; }
}
@media (max-width: 768px) {
    .seperator-susc { margin: 1.25rem 0; color: var(--text-secondary); font-size: 0.85rem; }
    .line-susc{ flex: 1; height: 1px; background-color: #e1e5e9; }
    .btn-primary {
        padding: 10px 20px;
        font-size: 14px;
    }
    .btn-secondary {
        padding: 10px 15px;
        font-size: 14px;
    }
    .w-25-mob {width: auto !important;}
    .font60 {font-size: 46px; line-height: 48px;}
    .font70 {font-size: 36px; line-height: 40px;}
    .font40{font-size: 27px;}
    .font30{font-size: 20px; line-height: 24px;}
    .font25{font-size: 20px;}
    .font20{font-size: 18px;}
    .font18{font-size: 14px;}
    .font12{font-size: 11px;}
    header .shopping-badge { top: 0.1em;  }
    header .shoping-cart-button { padding: 0.7em 0px;}
}
@media (max-width: 480px) {
    .image-card {
        min-height: 420px;
    }
    .btn-contenidos {
        padding: 8px 10px;
        font-size: 12px;
    }
    .btn-secondary {
        padding: 8px 12px;
        font-size: 12px;
    }
    .category-card{min-height: 140px;}
    .swiper-button { display: none;}
    .carousel-control-next-icon, .carousel-control-prev-icon {
      width: 2rem;
      height: 2rem;
    }
    .img-header { height: 40px !important; }
    .font50{font-size: 34px; line-height: 38px;}
    .font45{font-size: 28px; line-height: 31px;}
    .font20{font-size: 16px; line-height: 20px;}
    .font24 {font-size: 18px; line-height: 20px;}
    .font33{font-size: 22px; line-height: 25px;}
    .font40{font-size: 26px; line-height: 30px;}
    .font100 {font-size: 40px; line-height: 44px;}
    .font60 {font-size: 26px; line-height: 28px;}
}
@media (max-width: 320px) {
  .img-header { height: 30px !important; }
}

@media (max-width: 768px) {
  /* solo se oculta cuando vive en el header */
  header #navbarMovibles { display: none; }
}
