  body {
  font-family: 'Inter', sans-serif;
}

/* TITULOS PROMO */
h1, h2, .hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pad {
margin-top: -140px;
	z-index: 10;
}
.logo-navbar {
  height: 30px; /* ajustable */
  width: auto;
}

.col-md-3 {
  transition: transform 0.2s ease;
}

.col-md-3:hover {
  transform: translateY(-5px);
}
.producto-img {
  max-height: 250px;
  object-fit: contain;
  margin-bottom: 10px;
}

.row p {
  text-align: center;
  font-weight: 500;
}

.texto-legal {
  text-align: justify;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

.texto-legal strong {
  display: block;
  margin-top: 15px;
}



.inner-banner-video {
  position: relative;
  height: 450px; /* ajustable */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

.banner-content {
  position: relative;
  z-index: 2;
}

.inner-banner-video {
  height: 40vh;
  min-height: 450px;
}

.beneficio {
  background-image: url('img/fondo-01.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}

/* overlay para que el texto se lea bien */
.beneficio::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

.beneficio .container {
  position: relative;
  z-index: 2;
}

.beneficio-video {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.beneficio-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beneficio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.beneficio-content {
  position: relative;
  z-index: 2;
}

.beneficio-content h2,
.beneficio-content p {
  color: #fff;
}


/* MENÚ */
.navbar a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

/* BOTONES */


.navbar a {
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navbar {
  background: rgba(0,155,219,0.7);
}

.navbar a {
  color: white !important;
  font-weight: 500;
	padding: 10px;
}

.navbar a:hover {
  color: black!important;
  font-weight: 500;
	padding: 10px;
}

.nav-item {
	padding-left: 20px;
}
.hero {
  height: 100vh;
  background: url('img/hero-6.jpg') center/cover no-repeat;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.btn-main {
  background: #009bdb;
  color: white;
  border-radius: 50px;
  padding: 12px 30px;
}

.btn-main:hover {
  background: #009bdb;
  color: black;
  border-radius: 50px;
  padding: 12px 30px;
}

.celeste {
	background-color: #009bdb;
}
.section-dark {
  background: #111;
  color: white;
}

.icon-box img {
  max-width: 180px;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #009bdb;
  text-align: center;
  padding: 10px;
}

.sticky-cta a {
  color: white;
  font-weight: bold;
}


.inner-banner {
  height: 450px;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
}

.inner-banner {
  position: relative;
  height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.inner-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.banner-content {
  position: relative;
  z-index: 2;
}


.banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.banner-content {
  position: relative;
  z-index: 2;
}

.inner-banner {
  height: 450px;
  background-size: 100%;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  transition: background-size 0.3s ease;
}

.inner-banner.zoomed {
  background-size: 120%;
}

.accordion-button {
  font-weight: 400;
	font-size: 20px;
}

.accordion-button:not(.collapsed) {
  background: #009bdb;
  color: white;
}

.sticky-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #009bdb;
  text-align: center;
  padding: 12px 20px;
  z-index: 9999;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.18);
}

.sticky-cta a {
  color: white;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.sticky-cta a:hover {
  color: black;
  opacity: 0.95;
}

body {
  padding-bottom: 72px;
}

@media (min-width: 768px) {
  .sticky-cta {
    padding: 14px 24px;
  }

  .sticky-cta .sticky-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .sticky-cta .sticky-text {
    color: white;
    font-size: 15px;
    margin: 0;
  }

  .sticky-cta .sticky-button {
    display: inline-block;
    background: white;
    color: #009bdb !important;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
  }
}

body {
  padding-bottom: 72px;
}

.navbar-toggler {
  border-color: rgba(255,255,255,0.5);
}

.navbar-toggler:focus {
  box-shadow: none;
}