/****************************************TYPOGRAPHY ***************************************************/


body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #999999;
	animation: fadeIn 1s ease-in-out;
	
	
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	color: #023f8b;
	font-weight: 600;
	text-transform: uppercase;
}
h1{
	font-size: 3.998em;
}
h2{
	font-size: 2.827em;
}
h3{
	font-size: 1.999em;
}
h4{
	font-size: 1.414em;
}
p{
	font-size: 1em;
	color: #023f8b;

}

.btn{
	font-family: 'Montserrat', sans-serif;
	font-size: 0.707em;
	text-transform: uppercase;
	font-weight: 600;
	padding:12px 40px;
	box-shadow: 0px 4px 10px 0px rgba(91, 91, 91, 0.45);
	line-height: 1;
	transition: all .5s ease;
	letter-spacing: 1px;
}

.btn-link{
	padding:0;
	box-shadow: none;
}
.icon-on-button{
	margin-left: 8px;
}
.icon-on-button i{
	font-size: 18px;
	vertical-align: middle;
}
.navbar{
	background-color: transparent !important;
	border-color: transparent !important;
	border:0px;
	padding-top: 30px;
	transition: all .5s ease;
	
}
.navbar-brand{
	padding: 0;
}
.navbar-brand img{
	max-height: 50px;
}
.navbar-default .navbar-nav>li>a {
     font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px !important; /* Reducir de 16px a 14px */
    padding: 15px 12px !important; /* Reducir de 20px a 12px */
}



/* Fondo semi-transparente con efecto blur */
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    /* color: LETRA; */   
	color: #fff;
	
}
.navbar-default .navbar-nav>li>a:hover{
	color: #023f8b;
}
.navbar-nav>li>a.btn-navbar:hover{
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
     color: #050101 !important; /* Color rojo para página activa */
  font-weight: 700;
}
.navbar-nav>li>a.btn-navbar{
	padding-left: 40px;
	padding-right: 40px;
}
.navbar-divider{
	width:100%;
	height: 1px;
	border:0px;
	background-color: rgba(255,255,255,0.1);
	transition: all .5s ease;
}
.colored-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}
.colored-nav .navbar-divider{
	display: none;
}
.cta{
	color: #fff;
}
.cta-btn-group{
	margin-top: 15px;
}
.cta-btn-group .btn{
	margin: 10px;
}
.btn-orange.focus, .btn-orange:focus,.btn-orange.active, .btn-orange:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-white.focus, .btn-white:focus,.btn-white.active, .btn-white:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-violat.focus, .btn-violat:focus,.btn-violat.active, .btn-violat:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
/*******************************************HEADER***************************************************/
header{
	background-color: transparent;
	position: relative;
	display: block;
}
/*******************************************SLIDER HOME***************************************************/
.sliding-card-with-bottom-image .image-container img{
	  position: relative;
    height: auto; /* Quitar límite de altura */
    max-width: 100%; /* Responsive */
    margin: 50px auto;
    border-radius: 15px;

}
.image-right-slide-bg{
	background-repeat: no-repeat !important;
    background-position-x: 100%!important;
    background-size: auto 100%!important;
    padding: 18rem 0;
}
.slider-para{
	font-size: 1.414em;
	font-family: 'Montserrat', sans-serif;
}
/*******************************************SLIDER***************************************************/
.slider-content-wraper{
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
	color: #fff;
}

/*******************************************FEATURE**************************************************/
/*.feature{
	position: relative;
	overflow:hidden;
}
.feature-right-image{
	position: absolute;
	width: 100%;
	height: 100%;
}*/
.feature-wiget{
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left !important;
   max-width: 300px;
}
.feature-wiget h4, .feature-wiget i{
	color: #023f8b;
}
.feature-wiget i{
	font-size: 36px;
}
.feature-wiget h4{
	text-transform: uppercase;
}
.bottom-line{
	position: relative;
	margin-bottom: 20px;
}

.bottom-line:after{
	content: '';
	position: absolute;
	top: 100%;
	width: 35px;
	height: 2px;
	background-color: #0e153a;
	left: 0;
	margin-top: 7px;
	margin-bottom: 5px;
}
/*******************************************CARD*****************************************************/
.card{
	box-shadow: 0px 4px 15px 0px rgba(191, 195, 198, 0.29);
}
.card-title{
	color: #5a5a5a;
	text-transform: initial;
}
.card-block{
	padding:4rem;
}
/*******************************************TESTIMONIAL**********************************************/
.heading-wraper{
	margin-bottom: 120px;
   text-align: center !important;
    width: 100%; 
}
.heading-wraper h3{
	color: #fff;
	text-transform: uppercase;
}
.heading-wraper .heading-devider{
	margin:0 auto;
	width: 100px;
	height: 2px;
	border:0px;
}
.testimonial-container{
	background-color: #fff;
	box-shadow: 0px 8px 21px 0px rgba(26, 31, 66, 0.29);
}
.testimonial-content{
	padding: 2rem 8rem;
    position: relative;
    top: -45px;
    color: #5a5a5a;
    font-weight: 600;
}
.testimonial-speech{
	font-size: 16px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #5a5a5a;
}
.testimonial-container .client-details{
	position: relative;
	top: -45px;
}
.testimonial-container .client-details img{
	border-radius: 50%;
	margin-bottom: 25px;
}
.client-designation{
	margin-bottom: 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	font-family: 'Montserrat', sans-serif;
}
.client-name{
	margin-bottom: 0px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-weight: 400;
}
ul.social-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.social-list li{
	margin: 0;
	padding: 0;
	display: inline-block;
}
ul.social-list li a{
	display: block;
    font-size: 2rem;
    padding: 0.2rem;
    color: #999999;
}
ul.social-list li a:hover, ul.social-list li a:focus{
	color: #0e153a;
}

.owl-wrapper-outer{
	padding-top: 60px;
	margin-top: -60px;
}
/*******************************************CUSTOMER SUPPORT*****************************************/
.customer-support-content{
	padding-left: 15px;
	padding-right: 15px;
}
/*******************************************SUBSCRIPTION*********************************************/
.sunscription-wraper-outer{
	box-shadow: 0px 8px 21px 0px rgba(191, 195, 198, 0.29);
}
.subscription-wraper h3{
	text-transform: uppercase;
	color: #023f8b;
}
.subscription-wraper p{
	color: #5a5a5a;
}
.subscription-form .form-group{
	width: 65%;
	margin: 0 auto;
}
.subscription-form .form-control{
	border-radius: 50px;
	margin-bottom: 25px;
	margin-top: 25px;
	height: 40px;
}
.newsletter{
	background-color: #f1f6fa
}

/*******************************************FOOTER***************************************************/
.footer-list-wiget h4{
	color: #023f8b;
	text-transform: uppercase;
}
.footer-list-wiget .list-group-item{
	border: 0px;
	background-color: transparent!important;
	padding-left: 0;
	font-family: 'Open Sans', sans-serif;
	color: #999999;
}
.footer-devider{
	background-color: rgb(235, 235, 235);
}
.footer-end-line{
	height: 25px;
	background-color: #023f8b;
	width: 100%;
	margin: 0;
	padding: 0;

}
.logo-colored,.logo-white{
	display: inline-block;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.logo-colored img,.logo-white img{
	display: inline-block;
    text-transform: uppercase;
    max-height: 50px;
    margin-right: 10px;

}
.logo-white{
	color: #fff;
}
.logo-colored{
	color: #0075d0;
}
.footer-left-content{
	margin-bottom: 50px;
}
.footer-left-content .content{
	margin-top: 15px;
}
.footer-list-wiget .list-group{
	margin-top: 26px;
}
.padding-top-120{
    padding-top: 150px; /* Más grande */
	padding-bottom: 80px; /* Añade padding abajo */}
/*******************************************ELEMENT STYLES*******************************************/
.btn-orange,.btn-violat{
	color: #fff;
}
.btn-violat,.gradient-violat {
  background-image: -moz-linear-gradient( 135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
}
.btn-orange,.gradient-orange {
  background-image: -webkit-linear-gradient(35deg, rgb(88, 134, 232) 0%, rgb(58, 132, 228) 32%, rgb(108, 176, 232) 100%);
  background-image: -o-linear-gradient(35deg, rgb(44, 108, 226) 0%, rgb(38, 135, 226) 32%, rgb(35, 156, 212) 100%);
  background-image: linear-gradient(125deg, rgb(36, 115, 219) 0%, rgb(74, 161, 211) 32%, rgb(68, 203, 226) 100%);
  box-shadow: 0px 8px 27px 0px rgba(116, 44, 69, 0.21);
}

.btn-white,.gradient-white{
	background-image:
    linear-gradient(125deg, #ffffff, #e1e1e1);
    color: #6b6a8b;
}
.border-none{
	border: 0px !important;
}
.btn-rounded-corner{
	border-radius: 50px;
}
.btn-video{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
    -webkit-user-select: none;
}
.text-center{
	text-align: center;
}
.img-responsive{
	max-width:100%;
}
.text-violat{
	color: #6b6a8b;
}
.padding-top-bottom-120{
	padding-top: 120px;
	padding-bottom: 120px;
}
.padding-top-bottom-90{
	padding-top: 90px;
	padding-bottom: 90px;
}
.bg-image{
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center!important;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.margin-top-30{
	margin-top: 3  0px;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.text-white{
	color: #fff;
}
.bg-fit{
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.bg-image-fit-50{
	background-repeat: no-repeat !important;
    background-position-x: 120%!important;
    background-size: 50% 100% !important;
    width: 1500px;
    height: auto;
    /* display: none; */
}
.btn-navbar{
	line-height: 1;
}
.btn-link i{
	font-size: 18px;
    vertical-align: middle;
}
.btn-video{
	text-transform: uppercase;
	transition: all .5s ease;
}
.btn-video:hover{
	text-decoration: none;
	color: #023f8b;
}
.btn-video:hover .icon-rounded{
  border-color: #023f8b;
  box-shadow: 0px 8px 27px 0px rgba(116, 44, 69, 0.21);
  color: #023f8b;
}
.btn.gradient-orange:hover{
	background-color: #023f8b!important;
	background-image: none!important;
}
.btn-orange.active, .btn-orange:active{
	color: #fff;
	background-image: -webkit-linear-gradient(35deg, rgb(67, 148, 224) 0%, rgb(27, 177, 223) 32%, rgb(27, 175, 212) 100%);
    background-image: -o-linear-gradient(35deg, rgb(2, 97, 221) 0%, rgb(26, 180, 207) 32%, rgb(18, 178, 199) 100%);
    background-image: linear-gradient(125deg, rgb(32, 119, 218) 0%, rgb(30, 148, 216) 32%, rgb(26, 152, 224) 100%);
    border:0px;
    border-color: transparent;
}
.btn-violat.active, .btn-violat:active{
	color: #fff;
	background-image: -moz-linear-gradient( 135deg, rgb(125, 184, 252) 0%, rgb(38, 89, 155) 35%, rgb(14,21,58) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(98, 180, 235) 0%, rgb(10, 141, 180) 35%, rgb(14,21,58) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(138, 193, 245) 0%, rgb(99, 147, 185) 35%, rgb(14,21,58) 100%);
    border:0px;
    border-color: transparent;
}
.btn-violat:hover,.btn-white:hover{
	background-image: -webkit-linear-gradient(35deg, rgb(68, 155, 236) 0%, rgb(98, 152, 232) 32%, rgb(108, 228, 232) 100%);
    background-image: -o-linear-gradient(35deg, rgb(69, 141, 235) 0%, rgb(87, 170, 238) 32%, rgb(95, 220, 236) 100%);
    background-image: linear-gradient(125deg, rgb(88, 146, 232) 0%, rgb(98, 140, 232) 32%, rgb(108, 207, 232) 100%);
    border:0px;
    border-color: transparent;
}

.icon-rounded{
	width: 49px;
    height: 49px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    transition: all .5s ease;
}
.icon-rounded i{
	font-size: 3rem;
	line-height: 30px;
	height:30px;
	width: 30px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	margin-left: 12px;
	transition: all .5s ease;

}
/*******************************************BACKGROUND-STYLES****************************************/
.bg-transparent{
	background-color: transparent;
}
.max-width-100{
	max-width: 100% !important;
}
.italic{
	font-style: italic;
}
.blog-category{
	text-transform: uppercase;
	color: #023f8b !important;
	font-weight: 600;
}
.margin-bottom-80{
	margin-bottom: 0px;
}
.margin-bottom-25{
	margin-bottom:25px;
}
.padding-top-90{
	padding-top: 90px;
}
.margin-top-bottom-30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.bordered-ios{
	background-color: transparent;
	border-color: #fff;
	border:1px solid;
}

/*******************************************SCROLL TOP ICON*****************************************/
.display-none{
	display: none;
	transition: all .5s ease;
}
.scroll-top-div {
      position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px;  /* ← ARRIBA DEL WHATSAPP */
    right: 30px;   /* ← MISMA POSICIÓN HORIZONTAL */
    cursor: pointer;
    transition: all .5s ease;
    z-index: 1000;
}
.scroll-top-icon-container{
	position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(35deg, rgb(67, 155, 238) 0%, rgb(12, 94, 247) 32%, rgb(45, 126, 231) 100%);
    background-image: -o-linear-gradient(35deg, rgb(76, 150, 247) 0%, rgb(98, 167, 232) 32%, rgb(51, 142, 228) 100%);
    background: linear-gradient(135deg, #035bc7 0%, #172a97 100%) !important;
    color: #fff;
}
.scroll-top-icon-container i{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
}
/*******************************************OVERLAY*************************************************/
@media screen and (max-width: 768px) {
    .sm-padding-top-bottom-50-75 {
        padding-top: 50px;
        padding-bottom: 75px;
    }
    .testimonial-content{
    	padding:0.5rem 1rem;
    }
    .sm-display-none{
		display: none;
	}
	.image-right-slide-wraper .image-right-slide-content{
		text-align: center;
	}
	.image-right-slide-bg{
		background-image: none!important;
	}
	.image-right-slide-bg{
		padding:4rem 15px;
	}
	.home-slider h2{
		font-size: 1.999em;
	}
	.home-slider .slider-para{
		font-size: 1em;
	}
	.padding-top-bottom-120{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.padding-top-bottom-90{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.padding-top-120{
		padding-top: 75px;
	}
	.padding-top-90{
		padding-top: 60px;
	}
	.card-block{
		padding: 2rem;
	}
	.navbar{
	    background-image: -webkit-linear-gradient(305deg, rgb(0, 72, 226) 0%, rgb(98, 161, 232) 32%, rgb(25, 169, 236) 100%);
	    background-image: -o-linear-gradient(305deg, rgb(88, 155, 232) 0%, rgb(39, 174, 228) 32%, rgb(69, 140, 235) 100%);
	    background-image: linear-gradient(35deg, rgb(88, 122, 232) 0%, rgb(98, 178, 232) 32%, rgb(82, 136, 218) 100%);
	}
	.navbar-divider{
		display: none;
	}
	.navbar-toggle{
		margin-top: 2px;
	}
	.logo-colored img, .logo-white img{
		max-height: 40px;
	}
}
@media screen and (min-width: 769px){
	.image-right-slide-wraper{
		display: table;
		width: 100%;
	}
	.image-right-slide-wraper .image-right-slide-content{
		display: table-cell;
	    vertical-align: middle;
	    float: none;
	}
	.image-right-slide-wraper .image-container{
		float: none;
    	display: table-cell;
	}
}


/***************************************OWL CAROUSEL ******************************************************************/

.owl-theme .owl-controls .owl-page span{
	background: #fff;
}
.owl-theme .owl-controls .owl-buttons div{
	font-size: 45px;
	background-color: transparent;
	color: #fff;
}
.home-slider .owl-controls{
	position: absolute;
    width: 100%;
    top: calc(50% - 35px);
}
.home-slider .owl-buttons{
	position: relative;
}
.home-slider .owl-prev{
	position: absolute;
	left: 0;
}
.home-slider .owl-next{
	position: absolute;
	right: 0;
}

/* ===== FONDO NEGRO ELEGANTE PARA HERO ===== */
.gradient-violat {
  background: linear-gradient(135deg, #000000 0%, #023f8b 100%) !important;
}

/* Mejorar legibilidad del texto */
.home-slider h2.cta-heading {
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
  font-size: 3.2rem;
}

.home-slider .slider-para {
  text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
  font-size: 1.3rem;
  font-weight: 500;
}



/* Botones más destacados */
.cta-btn-group .btn-orange {
  box-shadow: 0 5px 20px rgba(108, 166, 232, 0.4);
}

.cta-btn-group .btn-orange:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(38, 187, 197, 0.6);
}


/* ===== TEXTO BLANCO EN SECCIÓN PERSONALIZACIÓN ===== */
#personalizacion .cta-heading,
#personalizacion p {
  color: #ffffff !important;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

#personalizacion .cta-heading {
  font-size: 3.2rem !important; /* MUY GRANDE */
  margin-bottom: 2rem;
  font-weight: 700;
}

#personalizacion p {
  font-size: 1.6rem !important; /* MUY GRANDE */
  font-weight: 500;
  line-height: 1.7;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}




/* ===== IMAGEN SIN FONDO EN SECCIÓN PERSONALIZACIÓN ===== */
.imagen-sin-fondo {
    background: transparent !important;
    mix-blend-mode: multiply;
    width: 60% !important; /* 60% del contenedor */
    height: auto !important;
    max-width: 300px !important;
    display: block;
    margin: 0 auto;
}

/* WHATSAPP FLOTANTE */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-footer {
    max-height: 90px !important; /* Tamaño reducido */
    width: auto !important;
    margin-bottom: 15px;
    display: block;
}

.texto-logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-left: 15px;
}

/* ===== TEXTO MÁS A LA DERECHA - SECCIÓN UNIFORMES ===== */
#uniformes .features-grid {
    margin-left: 500px !important;
	  width: 100% !important;
}

#uniformes .feature-wiget {
    padding-left: 1px !important;
     text-align: justify !important;
}

.imagen-mitad-pantalla {
    height: 760px;
    width: 120%;
    object-fit: cover !important;
    object-position: center top; /* Posicionada arriba */
    display: block;
    margin: -0px auto 0 !important; /* Sube la imagen */
    margin-left: -0% !important; /* Centrado con overflow */
    max-width: none !important;
    border-radius: 15px;

}

#uniformes .container {
    width: 80% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box;
}



/* ===== ESTILOS SECCIÓN MARKETING ===== */
#marketing {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.marketing-features {
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.feature-item i {
    font-size: 2rem;
    color: #023f8b;
    margin-right: 1rem;
    margin-top: 0.5rem;
}

.feature-item h5 {
    color: #023f8b;
    margin-bottom: 0.5rem;
}

.benefit-card {
    padding: 2rem 1rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.benefit-card i {
    font-size: 3rem;
    color: #023f8b;
    margin-bottom: 1rem;
}

.benefit-card h5 {
    color: #023f8b;
    margin-bottom: 1rem;
}


/* ===== IMAGEN AL LADO DEL TEXTO - MARKETING ===== */
#marketing .col-md-6 img.imagen-mitad-pantalla {
    max-width: 560px !important;
    height: 450px !important;
    margin-bottom: 55px !important;
    display: block;
    position: relative;
    left: -20px !important
}
/* Asegurar que el texto y imagen estén alineados */
#marketing .row {
    align-items: center;
}

/* Espaciado adecuado */
#marketing .col-md-6:first-child {
    padding-right: 30px;
}

#marketing .col-md-6:last-child {
    padding-left: 30px;
}







/* Estilos para la sección Nosotros mejorada */
.bg-light {
  background-color: #f8f9fa;
}

.subheading {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}

.mission-vision-box {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  margin-bottom: 30px;
}

/* VALORES */
.values-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.values-grid .col-xs-6 {
  padding: 0 10px;
  margin-bottom: 20px;
}

.value-item {
  background: white;
  padding: 25px 15px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  height: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.value-item:hover {
  transform: translateY(-5px);
}

.value-item i {
  font-size: 40px;
  color: #6a11cb;
  margin-bottom: 15px;
  display: block;
}

.value-item h5 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.value-item p {
  font-size: 13px;
  color: #666;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

.about-image-container {
      height: 500px !important;
    width: auto !important;
    object-fit: contain !important;
}
.shadow-effect {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border-radius: 8px;
  width: 100%;
}

/* ESTADÍSTICAS - POSICIÓN MÁS ALTA */
.stats-overlay {
    position: absolute;
  bottom: -20px !important; /* !important para forzar la posición */
  left: 10%;
  right: 10%;
  background: white;
  padding: 20px 10px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  z-index: 10;
}

/* Clase específica para posición más alta */
.stats-higher {
  bottom: -20px; /* En lugar de -40px - MÁS ARRIBA */
}

.stats-overlay .row {
  margin: 0;
}

.stats-overlay .col-xs-4 {
  padding: 0 5px;
}

.stat-item {
  text-align: center;
  padding: 0 10px;
}

.stat-item h3 {
  font-size: 28px;
  font-weight: 700;
  color: #6a11cb;
  margin-bottom: 5px;
  line-height: 1;
}

.stat-item p {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.3;
}

/* CERTIFICACIONES - POSICIÓN MÁS ALTA */
.certifications {
  background: white;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  margin-top: 10px !important; /* Cambia este valor */
}

/* Clase específica para posición más alta */

.cert-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.cert-logo-item {
  text-align: center;
  padding: 10px;
  flex: 1;
  min-width: 100px;
}

.cert-logo-item p {
  font-size: 12px;
  margin-top: 8px;
  color: #666;
  font-weight: 500;
}

.process-section {
  background: white;
  padding: 50px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  margin-top: 80px;
}

.process-step {
  padding: 20px 10px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #114ccb 0%, #2575fc 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 20px;
}

.process-step h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .values-grid .col-xs-6 {
    width: 50%;
  }
  
  .value-item {
    min-height: 160px;
    padding: 20px 10px;
  }
  
  .value-item i {
    font-size: 35px;
  }
  

  .stats-higher {
    bottom: auto; /* Reset para móviles */
  }
  
  .stat-item h3 {
    font-size: 24px;
  }
  
  .cert-logo-item {
    min-width: 80px;
  }
  


}

@media (max-width: 480px) {
  .values-grid .col-xs-6 {
    width: 100%;
  }
  
  .value-item {
    min-height: auto;
    padding: 20px;
  }
  
  .stats-overlay .col-xs-4 {
    margin-bottom: 15px;
  }
  
 
}


