html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.d-none {
  display: none!important;
}
  
  /* Importacion de fuentes */
@font-face {
  font-family: 'Proxima Nova';
      src: url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/ProximaNova-Black.woff2') format('woff2'),
           url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/ProximaNova-Black.woff') format('woff');
      font-weight: 900;
      font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
      src: url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/ProximaNova-Bold.woff2') format('woff2'),
           url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/ProximaNova-Bold.woff') format('woff');
      font-weight: 700;
      font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
      src: url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/ProximaNova-Regular.woff2') format('woff2'),
           url('/content/dam/multibrand/mx/es/home-respiratorio/fonts/ProximaNova-Regular.woff') format('woff');
      font-weight: 400;
      font-style: normal;
}
  
  /* Variables de color */
:root {
  --red: #F70000;
  --dark-red: #CA1B1C;
  --green: #ADBF0D;
  --grey: #838181;
  --dark-grey: #363535;
  --black: #000000;
  --white: #ffffff;
}
  
  
  /* Estilos base */
body {
  font-family: 'Proxima Nova', sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 0px!important;
}

p {
  font-size: 16px!important;
}

.lexia {
  font-family: 'Proxima Nova', sans-serif;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  display: flex;
  justify-content: space-between;
}

.align-items-center {
  display: flex;
  align-items: center;
}
  
  /* Clases de colores */
.text-red {
  color: var(--red);
}

.text-dark-red {
  color: var(--dark-red);
}

.text-green {
  color: var(--green);
}

.text-grey {
  color: var(--grey);
}

.text-dark-grey {
  color: var(--dark-grey);
}

.text-black {
  color: var(--black);
}

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

.section-bg-gris {
  background-color: #838181;
}

.bg-red {
  background-color: var(--red);
}

.bg-dark-red {
  background-color: var(--dark-red);
}

.bg-green {
  background-color: var(--green);
}

.bg-grey {
  background-color: var(--grey);
}

.bg-dark-grey {
  background-color: var(--dark-grey);
}

.bg-black {
  background-color: var(--black);
}

.bg-white {
  background-color: var(--white);
}
  
  /* Padding */
.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pt-48 {
  padding-top: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}
  
  /* Margin */
.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mw-450 {
  max-width: 450px;
}

.text-small {
  font-size: 12px;
  line-height: 16px;
}

.text-normal {
  font-size: 16px;
  line-height: 20px;
}

.text-subtitle {
  font-size: 22px;
  line-height: 26px;
}

.text-title {
  font-size: 32px;
  line-height: 36px;
}

.text-title-xl {
  font-size: 40px;
  line-height: 44px;
}

.text-grand-title {
  font-size: 48px;
  line-height: 52px;
}

.h2 {
  font-size: 35px;
}

.container-apps .h6 {
  font-size: 18px;
}

.pb-2 {
  padding-bottom: 20px;
}

.proxima {
  font-family: 'Proxima Nova'!important;
}

.proxima-xbold {
  font-family: 'Proxima Nova'!important;
  font-weight: 800;
}

.black {
  font-family: 'Proxima Nova';
  font-weight: 900;
}

.bold {
  font-family: 'Proxima Nova';
  font-weight: 700;
}

.regular {
  font-family: 'Proxima Nova';
  font-weight: 400;
}

#maincontent {
  padding-top: 0!important;
  padding-bottom: 0 !important;
}

.footer {
  margin-top: 0px!important;
}
  
  /* Navbar */
  
#header {
  padding-top: 0!important;
  padding-bottom: 0px;
}

.header-cvrm {
  margin-top: 100px;
}

.header-cvrm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  position: relative;
  padding: 15px;
}

.logo {
  height: 100%;
  margin: 0;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  height: 90px;
}

.nav-cvrm {
  display: flex;
}

.nav-cvrm-item {
  font-family: 'Helvetica';
}

.nav-cvrm-menu {
  display: flex;
  gap: 12px;
}

.nav-cvrm-item a {
  color: var(--black);
  text-decoration: none!important;
  font-weight: 400!important;
  font-size: 14px;
  margin-left: 5px;
}

.nav-cvrm-item {
  padding: 5px;
  display: flex;
}

.nav-cvrm-menu div {
  cursor: pointer;
  position: relative;
}

.nav-cvrm-item:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/content/dam/multibrand/mx/es/cardiovascular/cvrm25/pink-point.png');
  background-size: cover;
}

  /* menu hamburguesa */
.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}

#menu-checkbox {
  display: none;
}


  
  /* Responsive */
@media (max-width: 1024px) {
  #menu-checkbox:checked ~ .nav-cvrm {
    display: flex;
  }

  .nav-cvrm {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    text-align: center;
    padding: 15px 0;
    z-index: 9999;
  }

  .nav-cvrm-menu {
    flex-direction: column;
    gap: 10px;
  }

  .menu-toggle {
    display: block;
  }

  #menu-checkbox:checked + .nav-cvrm {
    display: flex;
  }
}

#hero {
  min-height: 75vh;
  display: flex;
  align-items: center;
  background-position: center top;
  margin-top: 70px;
}

.text-card2 {
  min-height: 200px;
}

.carousel-header img {
  max-height: 590px;
}

.text-size {
  min-height: 90px;
}

.title-img-hero {
  max-width: 550px;
}
/*carousel header*/
.carousel-header .carousel-content-block {
  color: white;
  background-color: transparent;
  font-family: 'Lexia';
}

.carousel-header .carousel-title {
  font-size: 30px!important;
  line-height: 30px;
  font-family: 'Lexia';
  width: 70%;
  border-left: 0px;
}

/*fin carousel header*/

/*carousel center*/
.center-carousel {
  min-height: 500px;
  margin: 30px 0px;
}

.center-carousel .container-text {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-evenly;
}

.center-carousel .container-text .h2 {
  font-size: 45px;
}

.center-carousel .container-text p {
  font-size: 18px;
  line-height: 20px;
}

/*fin carousel center*/

.bajada-legal {
  padding-top: 26px!important;
}

#hero-internas {
  min-height: 320px;
  display: flex;
  align-items: center;
}

.infografia-reto-asma {
  max-width: 1140px;
  margin: auto;
  text-align: center;
  display: flex;
  padding: 32px 0px;
}

.alert-green {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

.alert-green p {
  font-size: 24px;
}

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

.symb-col .w-30 {
  width: 30%;
}

.symb-col .w-70 {
  width: 70%;
}

.symb-col img {
  padding: 20px 20px 20px 0px;
  max-width: 150px;
}

@media (max-width: 768px) {
  .title-img-hero {
    max-width: 350px;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .cols-sabina .row {
    display: flex;
    flex-direction: column;
  }

  .logo-sabina {
    margin: auto;
  }

  .cols-sabina p {
    text-align: center!important;
  }

  .text-subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .text-title {
    font-size: 28px;
    line-height: 32px;
  }

  .text-title-xl {
    font-size: 36px;
    line-height: 40px;
    text-align: left!important;
  }

  .text-grand-title {
    font-size: 44px;
    line-height: 48px;
  }

  .symb-col .w-30 {
    width: 100%;
  }

  .symb-col .w-70 {
    width: 100%;
  }

  .global-initiative {
    padding-bottom: 50px;
  }

  .symb-col {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .symb-col img {
    align-self: start;
    max-width: 100px;
  }

  .header-cvrm {
    margin-top: 50px;
  }
}

@media(min-width: 768px) {
  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }

  .tab-list {
    display: flex;
    justify-content: space-between;
  }

  .carousel-header img {
    max-height: 590px!important;
  }
}

.btn-grafico {
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s;
  margin: 20px 0px 30px;
}

.btn-grafico a {
  text-decoration: none!important;
  font-size: 16px;
}

.btn-grafico:hover {
  background-color: white;
}

.btn-grafico:hover a {
  color: var(--green);
}

.logo-sabina {
  max-width: 200px;
  width: 100%;
}

.graphic img {
  width: 100%;
}

#bajada-legal p {
  text-align: left;
  font-size: 20px;
  margin-bottom: 0px;
}

#bajada-legal .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

#bajada-legal {
  padding-bottom: 40px;
}

.container-symb {
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
  max-width: 450px;
  margin: auto;
}

.container-symb img {
  max-width: 200px;
  margin: auto;
}

.logo-img {
  max-width: 180px;
}

.img-dispositivos {
  max-width: 400px;
  padding: 20px;
}

.mw-400 {
  max-width: 400px;
}

.box-home {
  padding: 20px 50px;
  background-color: #f8f8f8;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-home p {
  font-size: 16px;
  color: #3b3b3b;
}

.text-violeta {
  color: #78154F;
}

.pb-1 {
  padding-bottom: 10px;
}

.text-card {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 0px 0px 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 0px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.text-card p {
  font-size: 16px;
}

.text-card h3 {
  margin-top: 0px;
  font-size: 24px;
}

.text-blue {
  color: #105785;
}

.text-card {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 0px 0px 20px 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 0px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.text-card p {
  font-size: 16px;
}

.text-card h3 {
  margin-top: 0px;
  font-size: 24px;
}

.text-blue {
  color: #105785;
}

.text-card .btn {
  margin: auto;
  text-align: center;
  font-family: 'Arial';
  font-style: normal;
  color: #535353;
  background-color: #eaedf3;
  text-decoration: none!important;
  border-radius: 20px;
  min-width: 150px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 0px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.text-card {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
    min-height: 260px;
  margin-bottom: 40px;
  max-width: 500px;
  margin: auto;
}

.text-card p {
  min-height: 100px;
  font-size: 16px;
}

.img-card {
  max-width: 500px;
  margin-top: 30px;
}

.cvrm-cols .column-1, .cvrm-cols .column-2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cvrm-cols {
  margin: 0px 15px;
}

.bg-verde1 {
  position: relative;
  background-image: url('/content/dam/multibrand/mx/es/cardiovascular/cvrm25/border-card.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-position: cover;
}

.bg-verde2 {
  position: relative;
  background-image: url('/content/dam/multibrand/mx/es/cardiovascular/cvrm25/border-card2.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-position: cover;
}

@media(min-width: 768px) {
  .bg-verde2 {
    background-position: 390px center;
  }
}

.bg-verde3 {
  background-image: url('/content/dam/multibrand/mx/es/cardiovascular/cvrm25/gradient-bg.png');
  background-position: center;
}

.bg-verde4 {
  border-top: 15px solid #028375;
  border-bottom: 15px solid #028375;
}

.carousel {
  position: relative;
  z-index: 0;
}

#container-banner {
  padding-top: 0px;
  z-index: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.p-4 {
  padding: 40px;
}

.text-card2 {
  padding: 0px 25px 20px;
  margin-bottom: 20px;
}

.pt-0 {
  padding-top: 0px;
}

.bg-gris {
  background-image: #fafafa;
}

.card-bottom img {
  width: 100%;
}

.card-bottom {
  max-width: 500px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  border: 1px solid #dbdbdb;
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 20px;
}

.btn-rosa .btn {
  background-color: #D21479;
  min-width: 130px;
  border-radius: 20px;
  color: white;
  font-family: 'Helvetica';
  font-style: normal;
  text-decoration: none!important;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.btn-rosa {
  margin: auto;
  text-align: center;
  margin-top: 50px;
}

.btn-gris .btn {
  background-color: #eaedf3;
  min-width: 130px;
  border-radius: 20px;
  color: #707070;
  font-family: 'Helvetica';
  font-style: normal;
  text-decoration: none!important;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.btn-gris {
  margin: auto;
  text-align: center;
}

.btn {
  border: transparent;
}

.carousel .carousel-indicators li.active a {
  border: 1px solid #fff;
  background-color: white;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeLeft 1s ease-out forwards;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  animation: fadeRight 1s ease-out forwards;
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-left {
  view-timeline-name: --fade-left;
  view-timeline-axis: block;
  animation-timeline: --fade-left;
  animation-name: fadeLeft;
  animation-range: entry 25% cover 30%;
  animation-fill-mode: both;
}

.fade-in-right {
  view-timeline-name: --fade-right;
  view-timeline-axis: block;
  animation-timeline: --fade-right;
  animation-name: fadeRight;
  animation-range: entry 25% cover 30%;
  animation-fill-mode: both;
}

.nav-cvrm-item {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.nav-cvrm-item::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #D21479;
  transition: width 0.3s ease;
}

.nav-cvrm-item:hover::after {
  width: 100%;
}

.text-card p {
  color: #105785;
}

.text-card .btn, .btn-rosa .btn, .btn-gris .btn {
  transition: background-color 0.5s ease;
}

.text-card .btn:hover, .text-card2 .btn:hover, .btn-rosa .btn:hover {
  background-color: #105785;
  color: white;
}

.btn-gris .btn {
  transition: box-shadow 0.5s ease;
}

.container-text .btn:hover {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media(min-width: 992px) {
  .carousel-header .carousel-content-block {
    height: 500px;
    display: flex;
    align-content: center;
    align-items: center;
  }

  .carousel-indicator {
    display: none;
  }
}

@media(max-width: 992px) {
  .box-home {
    padding: 25px!important;
  }

  .px-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .px-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}


/*---navbar---*/
.nav-producto {
  margin-top: 100px;
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.nav-producto > .nav-header {
  flex: 0.95;
  padding-left: 1rem;
}

.nav-producto > .nav-header > .nav-title {
  font-size: 22px;
}

.nav-title a {
  font-weight: bold;
  font-size: 24px;
  color: #1b1b1b;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1rem;
}

.nav-producto > .nav-list {
  display: flex;
  gap: 2rem;
  margin-bottom: 0!important;
}

.nav-producto > .nav-list > li {
  list-style-type: none;
}

.nav-producto > .nav-list > li a {
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
  color: var(--black);
}

.nav-producto > #nav-check {
  display: none;
}

.nav-cvrm-item a {
  font-family: 'Helvetica';
}

.nav-list a:hover {
  color: var(--orange)!important;
}

.nav-list .btn {
  background-color: var(--lightpink);
  padding: 6px 12px;
  border-radius: 50px;
  color: var(--pink);
}

.nav-item-selected {
  background-color: var(--lightpink);
  border-radius: 32px;
  padding: 5px 12px;
  color: var(--pink)!important;
}
    
/*mobile*/
@media (max-width: 1200px) {
  .nav-producto {
    padding: 1rem;
    position: fixed;
    left: 0;
    z-index: 100;
  }

  .nav-producto img {
    max-width: 120px!important;
  }

  .nav-producto > .nav-btn {
    display: inline-block;
    padding-top: 0.2rem;
    z-index: 99999999;
  }

  .nav-producto > .nav-btn > label {
    display: flex;
    width: 48px;
    height: 32px;
    padding: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background-color: var(--lightpink);
    border: 2px solid var(--pink);
  }

  .nav-producto > .nav-btn > label > div {
    display: block;
    width: 25px;
    border-top: 2px solid black;
    height: 2px;
    margin-bottom: 6px;
  }

  .nav-producto > .nav-btn > label > div:last-of-type {
    margin-bottom: 0px;
  }

  .nav-producto > .nav-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    width: 0;
    max-width: 250px;
    height: fit-content;
    transition: all 0.5s ease-in-out;
    top: 0px;
    right: 0;
    overflow: hidden;
    opacity: 0;
    padding-left: 10px;
  }

  .nav-producto > .nav-list > li {
    width: 100%;
    margin-top: 1.5rem;
  }

  .nav-producto > #nav-check:checked ~ .nav-list {
    opacity: 1;
    width: 100%;
    padding-bottom: 12px;
    padding-top: 35px;
    background-color: #fff;
    border-radius: 20px 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }

  .nav-item-selected, .nav-list .text-amarillo {
    position: relative;
    left: -12px;
  }

  .container-banner {
    margin-top: 160px;
  }
}

@media(min-width: 1200px) {
  .nav-btn {
    display: none;
  }

  #navbar-root .nav-producto {
    max-width: 1870px;
    z-index: 9999!important;
    max-width: 1200px;
    margin: auto;
    padding-top: 70px!important;
  }
}

@media(max-width: 768px) {
  .nav-producto {
    margin-top: 50px;
  }

  .container-banner {
    margin-top: 100px;
  }

  .carousel-indicators .hide-caption {
    display: none!important;
  }

  .carousel-header img {
    margin-top: 100px;
  }
}

.nav-producto {
  top: 0;
  margin-top: 0px;
}

/* .navbar .primary-navigation {
  display: none;
} */

.nav-producto {
  margin-top: 50px;
}

.nav-cvrm-item {
  display: flex;
}
/*Fin Navbar*/

/*carouseles*/

.cards-bottom .carousel {
  display: flex;
  justify-content: center!important;
}

@media screen and (max-width: 46.375rem) {
  .carousel .carousel-indicators {
    top: unset!important;
  }
}

.carousel-content-block {
  display: none;
}

@media (min-width: 1200px) {
  .carousel-header img {
    max-height: 720px !important;
  }
}

.hero-internas {
  max-height: 500px;
}

h1 {
  font-size: 50px;
  min-height: 40px;
}

.nav-producto a {
  font-size: 16px;
}

.bg-img img {
  max-width: 500px!important;
  width: 100%;
  margin-top: -60px;
}

.bg-img {
  max-height: 280px;
  overflow: hidden;
}

.text-card {
  margin-bottom: 40px;
}




/*Nuevo componente para las cards*/


        /* Estilos base */
        * {
          margin: 0;
          padding: 0;
          box-sizing: border-box;
        }
        
        body {
          font-family: 'Proxima Nova', sans-serif;
          background-color: #f5f5f5;
          padding: 20px;
        }
        
        .carousel-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 40px 20px;
        }
        
        /* Título carrusel */
        .carousel-title {
          font-family: 'Lexia';
          text-align: center;
          font-size: 30px !important;
          color: #8C0F61;
          margin-bottom: 40px;
          font-weight: 300;
        }
        
        /* Carrusel: Grid de 3 columnas fijas */
        .carousel {
          display: grid;
          grid-template-columns: repeat(3, 1fr);   /* 👈 Siempre 3 tarjetas por fila */
          gap: 30px;
          padding: 20px 0;
          overflow-x: hidden;                      /* 👈 Nunca tendrá barra horizontal */
        }
        
        /* Tarjeta */
        .note {
          background: white;
          border-radius: 20px;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          overflow: hidden;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          position: relative;
          display: flex;
          flex-direction: column;
          box-sizing: border-box;
          min-width: 0;           /* 👈 clave para evitar overflow en grid */
        }
        
        .note:hover {
          transform: translateY(-10px);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        /* Imagen de la tarjeta */
        .image-container {
          position: relative;
          height: 220px;
          overflow: hidden;
          background: linear-gradient(135deg, #1a1a1a, #2c2c2c);
        }
        .image-container img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.3s ease;
        }
        .note:hover .image-container img {
          transform: scale(1.05);
        }
        
        /* Circulo decorativo opcional */
        .decorative-circle {
          position: absolute;
          width: 120px;
          height: 120px;
          border-radius: 50%;
          background: linear-gradient(135deg, #a4d65e, #8bc34a);
          opacity: 0.9;
          z-index: 2;
        }
        .decorative-circle.top-right {
          top: -60px;
          right: -60px;
        }
        
        /* Contenido de la tarjeta */
        .note-content {
          padding: 30px;
          position: relative;
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
        }
        
        .note-title {
          font-size: 1.2rem;
          color: #770737;
          margin-bottom: 7px;
          font-weight: 700;
          line-height: 1.2;
        }
        
        .note-description {
          color: #000;
          line-height: 1.6;
          font-size: 1rem;
          margin-bottom: 22px;
          text-align: justify;
        }
        
        /* Botón "ver más" */
        .read-more-btn {
          background: transparent;
          border: 2px solid #e0e0e0;
          color: #666;
          padding: 10px 34px;
          border-radius: 25px;
          font-size: 0.95rem;
          cursor: pointer;
          transition: all 0.3s ease;
          font-weight: 500;
          text-decoration: none;
          display: inline-block;
          align-self: flex-start;
        }
        
        .read-more-btn:hover {
          background: #770737;
          color: white;
          border-color: #770737;
          transform: translateY(-2px);
        }
        
        /* Indicadores */
        .carousel-indicators {
          display: flex;
          justify-content: center;
          gap: 10px;
          margin: 40px 0;
        }
        
        .indicator {
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background: #ddd;
          cursor: pointer;
          transition: all 0.3s ease;
        }
        
        .indicator.active {
          background: #770737;
          transform: scale(1.2);
        }
        
        .indicator:hover {
          background: #770737;
          opacity: 0.7;
        }
        
        /* Botón "ver todo" */
        .view-all {
          display: block;
          text-align: center;
          background: linear-gradient(135deg,#a53f6b, #770737);
          color: white;
          padding: 15px 40px;
          border-radius: 30px;
          text-decoration: none;
          font-weight: 600;
          font-size: 1.1rem;
          margin: 0 auto;
          width: fit-content;
          transition: all 0.3s ease;
          box-shadow: 0 5px 15px rgba(44, 90, 160, 0.3);
        }
        .view-all:hover {
          transform: translateY(-3px);
          box-shadow: 0 8px 25px rgba(160, 44, 129, 0.4);
          background: linear-gradient(135deg,#a53f6b, #770737);
        }
        
        /* Responsive: 2 columnas en tablet, 1 columna en móvil */
        @media (max-width: 1024px) {
          .carousel {
            grid-template-columns: repeat(2, 1fr); /* 2 tarjetas en tablets */
          }
        }
        @media (max-width: 700px) {
          .carousel {
            grid-template-columns: 1fr; /* 1 tarjeta en móvil */
          }
          .note-content {
            padding: 14px;
          }
          .image-container {
            height: 150px;
          }
        }