	@charset "utf-8";
/* CSS Document */
	:root {
		--bg-primary: #085da8;
		--bg-primary-2: #0d7fc3;
		--bg-primary-light: #14b8ec;
		--bg-primary-lighter1: #7bd7f5;
		--bg-primary-lighter: #b4e8f9;
		--bg-primary-dark: #004B86;
		--bg-primary-darker: #302d7d;
 		--color-blanco: #FFFFFF;
		--fondo-gris-dark: #ededed;
		--fondo-gris: #f8f8f8;
		--texto-gris: #333333;
		--3rem: 3rem;
		--2rem: 2rem;
		--w500: 500;
		--w600: 600;
		--w800: 800;
		--bs-btn-padding-x: 2rem;
		--bs-body-font-size: 1rem;
		--p-contenido: 1.2rem;
	}
	
body, html {font-family: "DM Sans", serif; font-optical-sizing: auto;
font-weight: var(--w500);
font-style: normal }

html { scroll-behavior: smooth }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,.carousel-caption-left h1, .carousel-caption-left p, a {color: var(--bg-primary) }
.text-primary {color: var(--bg-primary) !important}

.swiper-button,
.carousel .flechas, 
.bg-primary,
.btn-wipe2,
.btn-wipe::before,
.carousel-item .btn:hover,
.pharmafast .btn-outline-white:hover, .btn {
	background-color: var(--bg-primary) !important}


.btn {
    background-color: var(--bg-primary) !important; color: var(--color-blanco)
}
  .btn:hover {
    background-color: var(--bg-primary-light) !important; color: var(--color-blanco)
}
 p {font-size: 1.1em; color:var(--texto-gris) }	
ul, li {font-size: 1.05em }	

.contenido p, .contenido ul, .contenido li {font-size: var(--p-contenido); font-weight: normal }
p:last-child  { padding-bottom: 0 }	
img, .btn { border: 0}
a {
    font-weight: bold;
    text-decoration: none;
    position: relative;  
    z-index: 3;
    margin-bottom: 10px;
	transition: color 0.3s ease-in-out }
a:hover {
 color: var(--bg-primary-light) }
a:active {
 color: var(--bg-primary-2) }
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px }
.mt-6 {
  margin-top: 4.7rem }
.pt-6 {
  padding-top: 4.7rem }
.ptb-6 {
  padding: 4.7rem 0 }
	.bg-white { background: var(--color-blanco) !important}
	.bg-primary-2 { background: var(--bg-primary-2) !important}
	.bg-primary-light { background: var(--bg-primary-light) !important}
	.bg-primary-lighter1 { background: var(--bg-primary-lighter1) !important}
	.bg-primary-lighter { background: var(--bg-primary-lighter) !important}
	.bg-primary-dark { background: var(--bg-primary-dark) !important}
	.bg-primary-darker { background: var(--bg-primary-darker) !important}
.fondo-gris-dark { background: var(--fondo-gris-dark)}
.fondo-gris { background: var(--fondo-gris)}
	.text-primary-light { color: var(--bg-primary-light) !important}
.sharerss_movil { margin-right: 10px;border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; padding-right: 10px }


/* comportamiento imagenes */
	.img-zoom-wrapper {
  overflow: hidden;
  border-radius: 1rem; /* opcional, para redondear igual que imagen */
  position: relative;
}

.zoomable-image {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
}

.img-zoom-wrapper:hover .zoomable-image {
  transform: scale(1.2);
}

/* cabezal */
 .logogb { width: 100px; height: 67px }
.buscador {
  position: absolute;
  top: -22px;
  right: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s ease;
  z-index: 9999;
}

.buscador.active {
  width: calc(100vw - 50px); /* ajusta según logo y márgenes */
  opacity: 1;    
	background: var(--fondo-gris);
    border-radius: 8px;
}

.buscador .form-control { background: var(--fondo-gris); }
 
#btn-lupa {
    font-size: 1em;
 	width: 36px; 
	height: 36px; 
	cursor: pointer; }

#btn-lupa .fa-xl {
    font-size: 1.2em}


#btn-lupa.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.cabsearch {
  display: flex;
  width: 100%; 
}

.btn-cerrar {
  font-size: 2rem;
  line-height: 1;
  border: none;
  background: transparent;
  padding: 0 0.75rem;
  cursor: pointer;
}

/* navega pharmafast*/
.navbar-collapse {
  position: relative;
  z-index: 1050; /* mayor que el carousel */
}
 
.navbar-nav {
        --bs-nav-link-color: var(--bg-primary) ; font-weight: var(--w600) }

.nav-link:focus, .nav-link:hover {
    color: var(--bg-primary-light); background: transparent
}

.dropdown-menu  {
    padding-top: 20px;
}
.dropdown-item.cat171 { color: var(--bg-primary); font-size: 120%; font-weight: var(--w800)!important }
.dropdown-item.cat171 { color: var(--bg-primary); font-size: 120%; font-weight: var(--w800) }

.navbar-expand-lg .navbar-nav .dropdown-menu li { margin-left: 0 }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(8, 93, 168, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	width: 2em;
    height: 2em }
.offcanvas {
    background: rgb(20, 181, 234);
    background: linear-gradient(90deg, rgba(20, 181, 234, 1) 0%, rgba(8, 96, 170, 1) 100%);
}
.offcanvas .navbar-nav {
    --bs-nav-link-color:  var(--color-blanco);
}
.offcanvas-header .btn-close {  filter: brightness(0) invert(1) }
.offcanvas-body {
	padding-left: 15px }


/* slide ppal  */
#heroCarousel .container {
  max-width: 1440px !important
}

.carousel .carousel-control-prev, .carousel .carousel-control-next   {
 opacity: 1; z-index: 5
} 

.carousel .flechas {
    border-radius: 50%;
    padding: 5px;
    font-size: 1rem;
    aspect-ratio: 1 / 1;
    width: 34px;
}

.carousel .flechas:hover{	background-color: var(--bg-primary-light); 
}

.btn-wipe {
  position: relative;
  overflow: hidden;
  color: var(--color-blanco);  
  background-color: var(--bg-primary-light);
  transition: color 0.4s ease;
  border: none;  
}

.btn-wipe::before {

  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.4s ease;
}

.btn-wipe:hover::before {
  left: 0;
}

.btn-wipe span {
  position: relative;
  z-index: 1;  
  display: inline-flex;
  align-items: center;
  transition: transform 0.4s ease;
}

.btn-wipe:hover, .btn-wipe:active {
  color: var(--color-blanco); /* Cambia color texto al hover */
}

.btn-wipe2:hover, .btn-wipe2:active {
	background-color: var(--bg-primary-light) !important;
	color: var(--color-blanco); 
}

.carousel .container {
  max-width: 1440px !important }

.carousel-caption-left h1, .carousel-caption-left p {
    text-shadow: none;
}

.carousel-caption-left h1 strong{
    color:var(--bg-primary-light);
    font-weight: var(--w800)
}
   .img-claim-slider { filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%) hue-rotate(300deg) brightness(103%) contrast(104%); /*blanco*/}
.carousel-item.active .carousel-caption-left {
  opacity: 1;
  transform: translateY(0);
}

.carousel-item > .container > .row {
  display: flex;
  align-items: center; /* Centra vertical */
}

.carousel-item > .container > .row > .col-12 {
  display: flex;
  align-items: center; /* Centra vertical dentro de columna */
}

.carousel-item > .container,
.carousel-item > .container > .row,
.carousel-item > .container > .row > .col-12 {
  height: 100%;
}

.carousel-caption-left {
  width: 100%;
  text-align: left;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  transform: translateY(20px)   
}

.carousel-item.active .carousel-caption-left {
  opacity: 1;
}


/* banner programa */
.banner-programa .puntitos  { position: absolute; top: 30px;
    left: 60px; z-index: 5 }
.banner-programa .curvita  { position: absolute; top: 10px;
    left: -30px; 
    z-index: 5; max-width: 120px }
.banner-programa .manzana  { position: absolute; top: 50px;
    right: 15px; z-index: 5  }
.banner-programa .luna  { position: absolute; bottom: 20px;
    right: 120px; z-index: 5  }
.banner-programa .btn .fa-solid { margin-left: 7px }

#curvita {
  stroke-dasharray: 2000;
      stroke-dashoffset: 2000;
      animation: drawLine 6s ease forwards infinite;
      fill: none;
      stroke: #1BBBEA;
      stroke-width: 4;
}
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

#curvita2 {
  stroke-dasharray: 2000;
      stroke-dashoffset: 2000;
	  animation: drawLine 6s ease forwards infinite;
       animation-delay: 1s;
	fill: none;
      stroke: #0081C7;
      stroke-width: 3;
} 
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.banner-programa .img-programa { width: 250px; margin-top: 20px }

/* pharmafast */
.swiper-container-externa {
  position: relative;
}

.swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
    border-radius: 50%;
	 color: var(--color-blanco)
}
 .swiper-slide img {
      display: block;
      height: auto; margin: 0 auto;
border: 0
    }
 .swiper .flechas {
	    padding: 6px;
    font-size: 1.5rem;
 }
.swiper-slide .text,
.swiper-slide .text a,
.noticias .text,
.noticias .text a,
.iconos p, .iconos .text,
.iconos .text a {
  color: var(--texto-gris);
  font-weight: normal !important;
}
 .swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 44 * 44) !important;
	}
.swiper-button-prev {
  left: -22px !important
}

.swiper-button-next {
  right: -22px !important 
}

 .swiper-button .fa-solid { color: var(--color-blanco) }
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;  color: var(--color-blanco)
}


.swiper-button-next svg, .swiper-button-prev svg {
        height: 60% !important;
        width: 60% !important;
color: var(--color-blanco)!important 
}

.pharmafast .btn-outline-white {
  border: 1px solid var(--color-blanco);
  background-color: transparent;  color: var(--color-blanco);
}
.pharmafast .btn-outline-white:hover {
	border-color: var(--bg-primary);
 }

/* lanzamientos */
.lanzamientos .swiper-slide img {
   border-top-left-radius:var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0 
}
.lanzamientos p {
    margin-bottom: 0;
}

/* tira de imagenes */
.tira-imagenes .col-4, .tira-imagenes .row {
   margin: 0; padding: 0 }
  .tira-imagenes .img-grid {
      width: 100%;
      aspect-ratio: 1 / 1; /* Siempre cuadrada */
      object-fit: cover; padding: 0; margin: 0
    }
/*categoria  */
.categoria-overlay {
  position: relative;
  width: 100%;
  height: 150px; /* o lo que necesites */
  overflow: hidden;
}
.categoria-overlay .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
     .categoria-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* overlay negro semitransparente */
  display: flex;
  align-items: center;
  justify-content: center;
}
.categoria-overlay .overlay-text h1 {
  color: var(--color-blanco) !important;
	font-size: 2.3rem; font-weight: var(--w800);
  text-align: center } 
.categoria_destacado h3 { color: var(--bg-primary-light)!important}

.categoria_destacado .row {
  display: flex;
  flex-wrap: wrap;
}

.categoria_destacado .col-md-4, .categoria_destacado .col-md-6 {
  display: flex;
  flex-direction: column;
}

.categoria_destacado .resumen_vermas {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	align-items: flex-start
}


/* despliegue contenido  */
.contenido .accordion-button:not(.collapsed) {
    background-color: var(--color-blanco) }
.contenido .accordion-button {
    font-size: 1.4rem; font-weight: var(--w600) }
	.contenido .masinformacion { font-weight: bold }
	.contenido .masinformacion:after { display: block;
		content: "";
		background-color: var(--bg-primary-light);
	width: 50px;
	height: 4px;
	margin-top: 10px}


/*seccion iconos home  */
.icono_nuestragente {
filter: brightness(0) saturate(100%) invert(64%) sepia(74%) saturate(3697%) hue-rotate(159deg) brightness(104%) contrast(85%); width: 90px}

	
/*footer */
.multi-column {
 	list-style: none; font-weight: var(--w600)
}
.claim-footer img { width: 95%;filter: brightness(0) saturate(100%) invert(63%) sepia(16%) saturate(11%) hue-rotate(345deg) brightness(94%) contrast(88%)  }
 .x-small { font-size: .8em}
footer .fab { font-size: 1.8rem; margin-left: 15px}
 

.encastre { border-left: 10px solid var(--bg-primary-2);
color:var(--bg-primary-light);
padding-left: 15px  }

.tit-categoria {
         display: none
        }


/*formularios   */
.form-control, .form-text {
        font-size: 1.2rem;
}
#forminicio {font-family: 'DM Sans', serif !important } 
#forminicio { padding: 0 !important}

/* mapas */
    #mvd-map {
            height: 100vh;
            width: 100%;
        }
        .info-window img {
            max-width: 200px;
            height: auto;
         }

.info-window{ display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
	    flex-direction: column;
    width: calc(100% - 30px);}

 .info-txt p{ margin-top: 10px}
.gm-style-iw-ch {
    
    padding-top: 1px !important 
}

/* producto */
 .despliegue_producto li::marker,
.despliegue_producto h3{
  color: var(--bg-primary-light)
}
.despliegue_producto h3{ margin-bottom: 0; font-size: 1.35em }
	
	.alphabet-letter.active{
					background-color: #005ea8;
    				color: var(--color-blanco) !important;
				}
				.alphabet-letter.active a{
    				color: var(--color-blanco) !important;
				}

#heroCarousel picture  {
       position: absolute;
    top: 0;
    right: -100px;
    min-height: 460px;
	height: 100%;
	left: 0 !important
  }

/* video */
.video-container {
  position: relative;
  width: 100%;          
 
  margin: 0 auto;        
}

.video-container video {
  width: 100%;         
  height: auto;        
  display: block;
  border-radius: 8px;  
}


/* home productos  */
.flex-fill .bg-primary-light:hover, .flex-fill .bg-primary:hover
{ display: block; background-color: var(--bg-primary-dark) !important}

.flex-fill strong
{ font-size: 115%}

.fondoproductos::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(8,93,168,0.6);
	mix-blend-mode: multiply;
}
.fondoproductos {
  background-size: cover;
  background-position: center;
  aspect-ratio: 16/9; /* relación de aspecto fija */
	max-height: 450px;  position: relative;

}

/* paginado */
 .paginadoBuscador { display: flex; gap: 10px; margin-bottom: 10px }

.paginadoBuscador div {
	display: inline-block;
	border:solid 1px #cccccc; padding: 2px 8px; 
  color: var(--bg-primary) }
 
  .filtro-azul {
      position: relative;
      display: inline-block;
      overflow: hidden;
    }

    .filtro-azul img {
      width: 100%;
      height: auto;
      display: block;
    }

    .filtro-azul::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #085da8;
      mix-blend-mode: multiply; /* Combina el color con la imagen */
      opacity: 0.5; /* Ajusta la intensidad del filtro */
      pointer-events: none; /* Permite hacer clic en la imagen debajo */
    }

    /* Opcional: efecto hover */
    .filtro-azul:hover::after {
      opacity: 0.7;
    }



/* INI MEDIA QUERYS */

 @media (max-width: 767.98px) {
	 ul.dropdown-menu.show{ position: relative !important; padding-top: 0px !important; border-bottom: 1px solid #72d1f1 !important}
	 .dropdown-menu {background-color: transparent !important;transform: translate3d(0px, -11px, 0px) !important; border: 0 !important; }
	 .dropdown-item, .dropdown-item.cat171 { color: var(--color-blanco) }
	.nav-link:focus, .nav-link:hover {
    color: var(--bg-primary) !important;
    border-bottom: 0 !important;
}
	
	 .dropdown-toggle::after {
    margin-left: 10px !important;
		 border-top: .3em solid transparent !important;
    border-right: .3em solid transparent !important;
    border-bottom: .3em solid transparent !important;
    border-left: .3em solid !important;
		  }
		 
	 .dropdown-toggle::after:focus {
	   transform: rotate(-90deg) !important }
	 
		 
	 .logogb { margin-left: 10px }
  .nav-link {
     border-bottom: 1px solid #72d1f1;
    font-size: 1.1rem;
    padding: 0.8rem 1.6rem;
}
 .nav-link.small {
         font-size: .9rem;}
  
	 
	 .submenu {
  display: none;
  padding-left: 1rem;
}
.submenu.show {
  display: block;
}
.toggle-submenu i {
  transition: transform 0.3s ease;
}
.toggle-submenu i.rotated {
  transform: rotate(180deg);
}
	 
	 
	 .buscador {
    top: -22px;
    right: 11px }
		 
 	.buscador.active {
	width: calc(100vw - 72px);
    padding: 15px 0 15px 15px }
	 
	 
	#heroCarousel .img-claim-slider  {
	width: 220px }
	 
	  .carousel-item {
    height: 460px;
    background-size: cover;
    background-position: right;
  }
	
	.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.5));
    z-index: 1;
  }

  /* Posicionamiento caption */
  .carousel-caption-left {
 display: flex;
    flex-direction: column;
    align-items: center; /* Centra contenido dentro del caption */
    justify-content: center;
	  
	  width: 100%;
    text-align: center;
    z-index: 2; 
    padding: 1rem 5rem;
  }

  .carousel-caption-left h1,  .carousel-caption-left h1 strong,
  .carousel-caption-left p {
    color: white !important;
  }

 
	.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 20px }
	
	/* tira imagenes  */
	.tira-imagenes .col-4:nth-of-type(14),.tira-imagenes .col-4:nth-of-type(13) {display: none }

	.pharmafast .swiper-slide img {
   max-width: 85%
}
	 
	 	/* boton lanzamientos  */

	 .bot-vertodos {min-width: 138px;}
	 
	 
	
	ul.multi-column  { padding-left: 0 }
	
	footer .iconos_redes, footer p.x-small { margin-top: 10px}
		footer .logogbpie { width: 125px}

	 
	 video {
  margin-bottom: 20px
}	 	
	 
	 /* productos   */
	 .flex-fill.bg-primary  { margin-top: 20px}
}

@media (max-width: 979px) {
   
	video#videofondo {
        position: fixed;
        right: 0;
        width: 135%;
        height: auto;
        top: 0;
		overflow: hidden;
    }
	
	.tira-imagenes .w-40 { width: 88%; 
	padding: 1.5rem 2.2rem !important }
	.fondoproductos {
  aspect-ratio: 16/16; /* relación de aspecto fija */
	height: 550px; background-position: left;

}

	
}

 @media (max-width: 468px) {
    video#videofondo {
        width: 190% !important; margin-top: 0	
    }
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin: 0;
    transform: none !important;
    box-shadow: none;
    display: none; /* oculto por defecto en mobile */
	  background: none !important
  }
  .navbar .dropdown-menu.show {
    display: block; /* solo se muestra al abrir */
  }
  .navbar .dropdown-item {
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
	.navbar-nav li { margin-left: 10px }
.dropdown-menu {
  position: absolute;
  z-index: 2000;
}
  .logogb {
    width: 145px; height: 98px
    }
	
 
	
	/* pharmafast */
	.img-producto-pharmafast {
		width:  200px   }
	
	.pharmafast-desc {min-height:  140px }
	
	.mw-80  {width: 80%}
	
	
	
}

@media (min-width: 992px) {
	.navbar-nav li { margin-left: 15px }
     .navbar-expand-lg .navbar-collapse {
		 justify-content: flex-end }
				

		
		
/* buscador */	
		#btn-lupa {
    position: absolute;
    right: 10px;
    bottom: -20px;
 width: 40px; height: 40px; cursor: pointer
}
		
		.buscador.active {
  width: calc(100vw - 250px); /* ajusta según logo y márgenes */
  
}
		
		
	/* navbar */
		
		.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0; }
			
			
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-bottom: 0;
        margin-bottom: 0; padding-top: 0; margin-top: 0
    }
		
		
		
.carousel-item {
  height: 500px; /* Tu altura actual */
  background-size: cover;
  background-position: center;
  position: relative;
}
		
		.carousel-caption-left h1 {
    font-size: 3.2rem ; line-height: 3.2rem
}
		
/* slide ppal  */
    .carousel-caption-left {
  		width: 40% 		
    }
.img-claim-slider  {
	width: 300px;filter: brightness(0) saturate(100%) invert(41%) sepia(54%) saturate(6471%) hue-rotate(181deg) brightness(93%) contrast(101%);	/* azul  */
  }
		
	/* banner programa  */
		.banner-programa .curvita  { position: absolute; bottom: -1px;top: auto;
    left: -20px;
    z-index: 5; max-width: 150px }
		
			.banner-programa .curvita2  { position: absolute; bottom: 11px;top: auto;
    right: -10px;
    z-index: 5; max-width: 130px }
		
		
		.banner-programa .manzana  { right: 70px }
		
		.banner-programa .img-programa { width: 330px; margin-top: 0 }

  .banner-programa .row {
    --bs-gutter-x: 2rem; 
  }

		
		
	/* carousel pharmafast  */
		.img-producto-pharmafast {
		width:  200px   }
		
		.swiper-slide {
			min-height: 540px }
			
		  /* iconos  */
	.fondo-gris {
		overflow-x: hidden }

  /* tira de imagenes */
	.tira-imagenes .col-lg-1-7 {
		flex: 0 0 auto;
		width: 14.2857%; padding: 0; margin: 0 }



		
/*footer */
.multi-column {
  column-count: 2;
  column-gap: 1rem;
}
		.claim-footer img { width: 50%; opacity: .85 }
		
		
		/*productos modal  */
	.modal {
		--bs-modal-width: 850px;
		--bs-modal-padding: 4rem;
		color: #525252
}
		
	.modal h2 {
		padding-bottom: 10px }
		
		.modal .btn-wipe {
		text-align: center }
	
 		
		.categoria-overlay {
    height: 350px; 
  }
		
	
	
	.info-window{  flex-direction: row }
.info-window img { width: 300px }
		
	 video#videofondo  { width:100%; top: 0;margin-top: -125px }	
	
		#heroCarousel picture  {
           top: 0;
    right: 0;
		left: auto
      }


}	

@media (min-width: 1200px) {
	a.dropdown-item.cat171 { padding: 2px 14px }
   .pharmafast .h1 {
        font-size: 3.7rem !important  }
	.lanzamientos .swiper-slide { min-height: 740px }
	.noticias .g-5 {
    --bs-gutter-x: 3.5rem;
}

			/*video home  */

		video#videofondo { left: -20px }
	#box-link {    top: 0}	
video#videofondo { width:100%  }
}

@media (min-width: 1600px) {
	
	
	 .carousel-caption-left {
  		width: 45% 		
    }
	
	.navbar-nav li {
        margin-left: 20px;
    }
	.buscador.active {
  width: calc(100vw - 700px); /* ajusta según logo y márgenes */
}
		    .carousel-caption-left {
        width: 32%    }
  .banner-programa .row {
    --bs-gutter-x: 4rem; 
  }
		
.lanzamientos .swiper-slide { min-height: 845px }
.w-40 {
  width: 45%;
}
	
	.flex-fill strong
{ font-size: 130%}
	
	
}

@media (min-width: 992px) and (max-width: 1599px) {
    .carousel-caption-left {
        margin-left: 150px !important;
    }
	
		#heroCarousel picture  {
           margin-left: -546px; 
      }
}
