/********** Template CSS **********/
:root {
    --primary: #FF0000;
    --secondary: #0DD3F1;
    --light: #F6F7FC;
    --dark: #15233C;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}
.btn.btn-tres
{
    color:var(--primary);
    background: #FFFFFF;;
    border-color: var(--primary);
}
.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.container-fluid1 {
    background: #ff0000;
}
.container-fluid {
   
}
/*** Navbar ***/
.navbar {
    background: #ffffff;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 30;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

@media (max-width: 768px) {
    .display-3 {
        margin-top: 25px !important;
        font-size: calc(0.525rem + 3.3vw);
        font-weight: 300 !important;
        line-height: 1.2;
    }
    .carousel-caption {
        top: 50;
      
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        
    }
}

.page-header {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}

.page-header1 {
   
    background-size: cover;
}

.page-header1 .breadcrumb-item,
.page-header1 .breadcrumb-item a {
    font-weight: 500;
}

.page-header1 .breadcrumb-item a,
.page-header1 .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header1 .breadcrumb-item a:hover,
.page-header1 .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 60px;
    display: flex;
    align-items: center;
    
}

.service-item .service-icon img {
    max-width: 120px;
    max-height: 120px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(255, 0, 0), rgba(255, 0, 0)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    min-height: 420px;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Testimonial ***/

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-item {
    opacity: .1;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    opacity: 1;
}
/*** Footer ***/
.footer {
    color: #ffffff;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #ffffff;
    border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #ffffff;
}

/* Screenshots Section
--------------------------------*/
#screenshots .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  #screenshots .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #71c55d;
  }
  
  #screenshots .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #71c55d;
  }
  
  padd-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  
  @media (max-width: 992px) {
    .padd-section {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
  #menu {
    margin-top: 120px;
    background-color: #fffafa;
    padding: 120px 0px;
  }

  @keyframes slide {
	0% { transform: translateX(0); }
	10% { transform: translateX(0); }

	15% { transform: translateX(-100%); }
	30% { transform: translateX(-100%); }

	35% { transform: translateX(-200%); }
	50% { transform: translateX(-200%); }

	55% { transform: translateX(-300%); }
	70% { transform: translateX(-300%); }

	75% { transform: translateX(-400%); }
	90% { transform: translateX(-400%); }

	95% { transform: translateX(-500%); }
	100% { transform: translateX(-500%); }
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	font-family: sans-serif;
}




.slide {
	width: 0vw;
	flex-shrink: 0;
	animation-name: slide;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}








@media only screen and (min-width: 1200px) {
	.slide {
		width: 100%;
	}

	
}

.slider {
	background: white;
	
	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width:90%;
	
	&::before,
	&::after {
		
		content: "";
		height: 100px;
		position: absolute;
		width: 200px;
		z-index: 2;
	}
	
	&::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

	&::before {
		left: 0;
		top: 0;
	}
	
	.slide-track {
		animation: scroll 40s linear infinite;
		display: flex;
		width: calc(250px * 14);
	}
	
	.slide {
		height: 100px;
		width: 180px;
	}
}


#BtnCrearUsuario
{
	border: 0px solid #EEF5F7;
	cursor:pointer;	
	background: #FF0000 ; 
	float: left;
	color: #fff  ;
	width:160px;
	border-radius: 8%;
}
#BtnCrearUsuario:hover
{
background-color: #15233C ;
	color: #fff ;
}
.btntectosesion1
{
margin-top:10px;
color :#fff;
position:relative;
font-family:var( --font-principal);
font-size :14px;
text-align: center;

}
.Textpagina
{
 padding: 5px 3px;
margin-top: 10px;
color :#fff;
position:relative;
font-family:var( --font-principal);
font-size :12px;

}

.selectorcompany {
    width: 100%;
    background: #d8313b;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    box-shadow: 0 3px 4px rgba(0, 0, 0,.25);
    height: 480px;
}

#PanelimgPresentacionDptoOrg
{ 
	margin-left:0%;	
	height:480px;	
	width:100%;
 	background:transparent;	
	float:left;	
	border-radius:5px;
}
/***************************************************/  
@media (min-width: 0px) and (max-width: 480px) 
{
    #PanelimgPresentacionDptoOrg
    { 
        height:130px;	
    }
      #PanelPresentacionorg
    { 
        height:140px !important;	
    }
}
#PanelPresentacionorg
{ 
	margin-top:0px;
	margin-left:0%;
	margin-right:0%;
	height:480px;	
	width:100%;
	background:transparent;	
	float:left;
}
.imgHis {
    height: 100%; /* It doesn't have to be '%'. It can also use 'px'. */
  width: 100%;
  margin: 0 auto;
  padding: 0;

  }

  
#BtnLoginConfig1
{
  margin-top: 15px;
	border-radius: 8px;
	border: 0px solid #ff0000;
	cursor:pointer;	
	background:  #ff0000; 
	float: center;
	margin-left:3%;
	margin-right:2%;
	color: #fff  ;
	width:94%;	
	height:40px;
	text-align: center;
	-webkit-box-shadow:0 1px 4px  #273746, 0 0 0px  #273746 inset;
	-moz-box-shadow:0 1px 4px  #273746, 0 0 0px  #273746 inset;
	box-shadow:0 1px 4px  #273746, 0 0 0px  #273746 ;
	
}
.TextbtnFactura1
{
 padding: 3px 6px;
color :#ffffff;
position:relative;
font-family:var( --font-principal);
font-size :16px;
float: center;
margin-top: 20px;
}
  



/* Barra Superior Roja */

.top-links a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
   font-size: 12px;
}


/* Botones */
.btn-buy {
  background-color: #f44336;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.btn-login {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 8px;
  margin-left: 10px;
}

.logo-img {
  /* Controla el tamaño aquí */
  height: 40px;       /* Ajusta este número (30px o 40px es lo ideal) */
  width: auto;        /* Esto mantiene la proporción original y evita que se vea "aplastado" */
  
  /* Evita que el logo toque los bordes */
  display: block; 
  padding: 5px 0;
}

/* Asegura que el contenedor no crezca de más */
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;    /* Evita que el logo se haga más pequeño de lo que definiste */
}


/* Importar Font Awesome para el icono (si no lo tienes ya) */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.btn-suraki {
    display: inline-flex;
    align-items: center;
    background-color: #e6392d; /* Rojo vibrante de la imagen */
    color: white !important;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 12px; /* Bordes redondeados */
    
    /* El truco del doble borde blanco de la imagen */
   border: 2px solid white; 
    box-shadow: 0 0 0 2px #e6392d; 
    
    margin: 10px; /* Espacio para que no se corte el borde exterior */
    transition: all 0.3s ease;
}

.btn-suraki i {
    margin-right: 15px; /* Espacio entre el carrito y el texto */
    font-size: 22px;
}

/* Efecto al pasar el mouse */
.btn-suraki:hover {
    background-color: #c42f25;
    transform: scale(1.05);
}
.btn-session {
   display: inline-flex; /* Por defecto se muestra en PC */
    align-items: center;
    text-decoration: none;
    background-color: #B0B0B0; /* Gris oscuro de fondo */
    color: white !important;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 30px;
    border-radius: 15px;
    
    /* EFECTO DE DOBLE BORDE */
    border: 2px solid white;         /* Primer borde: Blanco */
    box-shadow: 0 0 0 2px #B0B0B0;  /* Segundo borde: Gris (igual al fondo) */
    
    margin: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}
@media (max-width: 767px) {
    .btn-session,.btn-suraki {
        display: none !important;
    }
}
.btn-session i {
    margin-right: 12px;
    font-size: 16px;
}

/* Efecto al pasar el mouse */
.btn-session:hover {
    background-color: #333333; /* Gris más oscuro al hacer hover */
    box-shadow: 0 0 0 3px #333333; /* El borde exterior también oscurece */
    transform: translateY(-2px);
}

/* Estilo base para los items del menú */
.navbar-nav .nav-link {
    color: #333 !important; /* Color de letra oscuro por defecto */
    font-weight: 600;
    padding: 10px 15px !important;
    margin: 0 5px;
    border-radius: 12px; /* Bordes redondeados como la imagen */
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* Estado Activo (Botón Rojo con letras blancas) */
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:focus {
    background-color: #e6392d !important; /* Rojo de tu marca */
    color: white !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Sombra suave */
}

/* Efecto al pasar el mouse (Hover) */
.navbar-nav .nav-link:hover {
    background-color: #f8f9fa; /* Gris muy clarito */
    border: 1px solid #ddd;
}

/* Ajuste para que en móviles se vea ordenado */
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        margin: 5px 0;
        text-align: center;
    }
}

* Contenedor principal sin fondo */
.navbar-nav {
    background: transparent !important;
}

/* Estilo de los botones del menú */
.navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    padding: 10px 20px !important;
    margin: 0 0px; /* Espacio entre botones */
    border-radius: 10px; /* Bordes muy redondeados como en tu imagen */
    transition: all 0.3s ease;
      background-color: rgba(182, 172, 172, 0.05); /* Un toque rojo muy tenue al pasar el mouse */
      border-color: #dedfe6;
}

/* Cuando el botón está activo o se presiona: Fondo Rojo */
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:active {
    background-color: #e6392d !important; /* Rojo exacto */
    color: white !important;
}

/* Efecto hover suave */
.navbar-nav .nav-link:hover {
      background-color: #e6392d !important; /* Rojo exacto */
    color: white !important;
}

/* Quitar la flecha de los dropdown si quieres que se vea más limpio como en tu captura */
.dropdown-toggle::after {
    display: none !important;
}

/* Contenedor de la tarjeta */
.custom-about-card {
    background-color: #e6392d; /* El rojo de Suraki */
    border-radius: 50px;       /* Bordes muy redondeados como en la foto */
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Fuente manuscrita para el título (Somoss Suraki) */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

.script-font {
    font-family: 'Dancing Script', cursive;
    font-size: 3.5rem !important;
}

/* Alineación justificada del texto */
.text-justify {
    text-align: justify;
}

/* Ajuste para que en móviles el borde sea menos exagerado */
@media (max-width: 991px) {
    .custom-about-card {
        border-radius: 30px;
        margin: 0 15px;
    }
    .script-font {
        font-size: 2.5rem !important;
        text-align: center;
    }
}

/* Curvatura específica para la imagen */
.rounded-custom {
    border-radius: 40px !important; /* Ajusta este valor para más o menos curva */
    /* Importante para que el zoom no rompa las esquinas redondeadas */
    overflow: hidden; 
    display: block;
}

/* Ajuste del contenedor de la imagen para que el zoom funcione bien */
.image-zoom {
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

/* Efecto visual: la imagen parece flotar dentro del fondo rojo */
.custom-about-card {
    background-color: #e6392d;
    border-radius: 50px;
    display: flex;
    align-items: stretch;
}
.fuente-suraki {
    /* Puedes probar con 'Dancing Script' o 'Great Vibes' */
    font-family: 'Dancing Script', cursive; 
    font-size: 3.5rem; /* Tamaño grande como en la imagen */
    color: white;      /* Color blanco */
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1); /* Sombra suave para dar profundidad */
}
.descripcion-suraki {
    font-family: 'Dancing Script', cursive !important;
    font-size: 1.2rem !important; /* Un poco más grande para facilitar la lectura */
    line-height: 1.6;
    color: white; /* Para que resalte sobre el fondo rojo */
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    color: #FFF;
}
.carousel-redondeado {
    /* Ajusta el valor de 20px al redondeado que prefieras */
    border-radius: 20px; 
    overflow: hidden; /* Esto es vital para que la imagen no se salga de las esquinas */
    box-shadow: 0px 10px 25px rgba(0,0,0,0.1); /* Opcional: le da un toque elegante */
}

/* Asegura que las imágenes dentro también respeten el radio si es necesario */
.carousel-redondeado .carousel-inner, 
.carousel-redondeado .carousel-item img {
    border-radius: 20px;
}

/* Asegura que el enlace ocupe el espacio y muestre el puntero */
.slide-link {
    cursor: pointer;
    display: block; /* Importante para que el área de clic sea sólida */
    text-decoration: none;
}

/* Forzar el cursor incluso sobre la imagen */
.slide img {
    cursor: pointer;
    display: block;
    transition: opacity 0.3s ease;
}

/* Efecto visual opcional: la imagen se aclara un poco al pasar el mouse */
.slide img:hover {
    opacity: 0.8;
}

/* Contenedor exterior para márgenes */
.banner-custom-wrapper {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
}

/* Cuerpo principal del banner */
.banner-main {
    background-color: #ff2a2a; /* Rojo vibrante de la imagen */
    border-radius: 50px;       /* Bordes muy redondeados */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    overflow: hidden;
    min-height: 120px;
}

/* Estilo del texto "Contáctanos" */
.text-contact {
    color: white;
    font-family: 'Cursive', sans-serif; /* Usa una fuente tipo script */
    font-size: 2rem;
    margin: 0;
}

.section-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: white;
    font-size: 1.2rem;
}

/* Estilo de las tarjetas de imagen */
.section-cards {
    display: flex;
    gap: 10px;
    height: 100px;
}

.card-item {
    width: 120px;
    height: 100%;
    background: white;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-item img {
    width: 100%;
    height: 70%;
    object-fit: cover;
}

.card-item span {
    font-size: 0.7rem;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 5px 2px;
    flex-grow: 1;
}

/* Colores de las bases de las tarjetas */
.blue-bottom span { background-color: #007bff; }
.orange-bottom span { background-color: #ff9800; }
.red-bottom span { background-color: #d32f2f; }

/* Botón Final */
.btn-buy {
    background-color: #ff2a2a;
    color: white;
    border: 2px solid white;
    padding: 12px 25px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.btn-buy:hover {
    background-color: white;
    color: #ff2a2a;
}

/* Ajuste para móviles */
@media (max-width: 992px) {
    .banner-main {
        flex-direction: column;
        border-radius: 20px;
        padding: 20px;
        gap: 20px;
    }
    .section-cards { flex-wrap: wrap; justify-content: center; height: auto; }
}