
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {

    font-family: 'Inter', 'Nunito', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;

}

hr {

	border:1px solid #113b8c!important;
	margin-bottom: 0px!important;
	margin-top: 0px!important;
}

img {
    transition: all 0.4s ease;
}

img:hover {
    transform: scale(1.03);
}

.fade-block {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-block.visible {
    opacity: 1;
    transform: translateY(0);
}

.shadow-soft {
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.stat-card {
    border-radius: 16px;
    padding: 20px;
    transition: 0.3s;
}

.stat-card:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-5px);
}

.glass-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.section-hover {
    transition: all 0.50s ease;
    border-radius: 16px;
    padding: 20px;
}

.section-hover:hover {
    background: linear-gradient(145deg, #f5f9ff, #eef4ff);
     transition: all 0.50s ease;
    transform: scale(1.01);
}

.mb-info {
    transition: all 0.4s ease;
    border-radius: 16px;
}

.mb-info:hover {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(6px);
    transform: translateY(-5px);
}


.bg-counter {
    background: linear-gradient(135deg, #0f2027, #134e5e, #009393);
    color: white;
    position: relative;
    overflow: hidden;
}

.bg-counter::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 20%, transparent 70%);
    top: -50%;
    left: -50%;
    animation: moveBg 10s linear infinite;
}

@keyframes moveBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.counter {
	  font-size: 2.5rem;
	  font-weight: bold;

}

.rounded-xl {
	border-radius: 14px;
}



.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}


.btn-purple {
  color: #824bb5;
  background-color: #fff!important;
  border-color: #824bb5!important;
}

.btn-purple:hover {
  color: #fff;
  background-color:#824bb5!important;
  border-color: #824bb5!important;
}

/**Colores**/
.bg-azul {
  background-color: #1490c6!important;
}



.t-azul-oscuro {
	color: #113b8c!important;

}


.bg-light-deg{
	background: #fafafa;
  background: radial-gradient(circle, rgba(250, 250, 250, 1) 0%, rgba(235, 235, 235, 1) 86%);
}

.bg-celeste {
	background-color: #00cef1;
}

.bg-celeste {
	background-color: #00cef1;
}


.bg-footer{
	background-color: #020A5D;

}

.bg-azul-o {
	background-color: #0d2d6b;
}


#blanco{
	#color: #fff!important;
}



.btn {
	  font-family: 'Inter', sans-serif;
  	font-weight: 600;
}

.bg-azul-oscuro {
  background: #1A49A3;
background: -webkit-linear-gradient(152deg, rgba(26, 73, 163, 1) 27%, rgba(71, 117, 196, 1) 100%);
background: -moz-linear-gradient(152deg, rgba(26, 73, 163, 1) 27%, rgba(71, 117, 196, 1) 100%);
background: linear-gradient(152deg, rgba(26, 73, 163, 1) 27%, rgba(71, 117, 196, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A49A3", endColorstr="#4775C4", GradientType=0);
}

.bg-light-deg {
    background: linear-gradient(180deg, #f7faff, #eef3ff);
}

.btn-azul {
    background: linear-gradient(135deg, #009393, #00c6c6, #0066ff);
    background-size: 200% 200%;
    border: none;
    color: #fff!important;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-radius: 12px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0,147,147,0.35);
}

.btn-azul:hover {
	 color: #fff!important;
    background-position: right center;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0,147,147,0.45);
}


a, ul, li {
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	list-style:none
}


/**ACCORDEON**/
  /* Estilos del acordeón */
  .card {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    margin-bottom: 10px;
}

.btn-acc {
    width: 100%;
    text-align: left;
    font-weight: 600;
}

    .accordion 
    }
    .accordion {
      background: #fff;
      padding: 0;
      border-bottom: 1px solid #f1f1f1;
    }
    .accordion .btn-acc {
      width: 100%;
      text-align: left;
      padding: .7rem 2rem .7rem 0rem;
      font-weight: 600;
      color: #1a1a1a;
      text-decoration: none !important;
      position: relative;
    }
    .accordion .btn-acc:hover,
    .accordion .btn-acc:focus {
      outline: none;
      box-shadow: none;
      color: #113b8c;
    }

    /* Indicador + / − (invertido según lo solicitado) */
    .accordion .btn-acc::after {
      content: "-";              /* cuando está ABIERTO (no tiene .collapsed) */
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.25rem;
      line-height: 1;
      font-weight: 700;
    }
    .accordion .btn-acc.collapsed::after {
      content: "+";              /* cuando está CERRADO (tiene .collapsed) */
    }

    /* Suave transición del contenido */
    .collapse {
      transition: height .25s ease;
    }

.btn-celeste {
  color: #fff!important;
  font-size: 1rem!important;
  background-color: #17a2b8!important;
  border-color: #17a2b8!important;
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600!important;
}

.btn-celeste:hover {
  color: #fff!important;
  font-size: 1rem!important;
  background-color: #0592a0!important;
  border-color: #0592a0!important;
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600!important;
}

.nav-link {
    position: relative;
    font-weight: 500;
    color: #1a1a1a !important;
    transition: 0.3s;
}

.nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -4px;
    background: linear-gradient(90deg, #009393, #0066ff);
    transition: width 0.3s ease;
}

.navbar {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.75) !important;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background: rgba(255,255,255,0.95) !important;
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
}

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

.nav-link:hover {
    color: #009393 !important;
}

.nav-link{
color: #1b598f!important;
font-weight: 600;
transition: 0.3s;
}

.bg-transparent{
	color: #000;
	opacity: 2;
}

.nav-link:hover {
	color: #17a2b8!important;
	font-weight: 600;
	border-bottom: 1px solid;
	transition: 0.2s;
}

.nav-link:active {
	color: #17a2b8!important;
	font-weight: 600;
	transition: 0.2s;
}

p {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
}

.texto{
	font-size: 14px;
	line-height: 1.2;
}

@media (max-width: 767.98px) {
.texto{
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}

 }

.p-13{
	font-size: 14px;
}

.p-18 {
  font-family: 'Inter', sans-serif!important;
  font-size: 17px!important;
}


.icono-index {
    transition: all 0.4s ease;
}

.icono-index:hover {
    transform: scale(1.15) rotate(3deg);
}

label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.bg-nav {
	background-color: #000;
	opacity: 0.5;
}


/* P y M */
.mb-7 {
	margin-bottom: 7%;
}

.mb-8 {
	margin-bottom: 8%;
}

.mt-8 {
	margin-top: 8%;
}

.mt-10 {
	margin-top: 10%;
}

.mt-14 {
	margin-top: 14%;
}

/* Padding*/
.pl-1 {
	padding-left: 1%;
}

.pl-2 {
	padding-left: 2%;
}

.pl-3 {
	padding-left: 3%;
}

.pl-4 {
	padding-left: 4%;
}

.pl-5 {
	padding-left: 5%;
}

.pl-6 {
	padding-left: 6%;
}

.pl-7 {
	padding-left: 7%;
}

.pl-8 {
	padding-left: 8%;
}

.pl-9 {
	padding-left: 9%;
}

.pl-10 {
	padding-left: 10%;
}

.pl-11 {
 	padding-left: 11%;
}

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

.pl-13 {
	padding-left: 13%;
}

.pr-6 {
	padding-right: 6%;
}

.pr-7 {
	padding-right: 7%;
}

.pr-8 {
	padding-right: 8%;
}

.pr-9 {
	padding-right: 9%;
}

.pr-10 {
	padding-right: 10%;
}

.pr-11 {
	padding-right: 11%;
}

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

.pr-13 {
	padding-right: 13%;
}

.pt-8 {
	padding-top: 8%;
}

.pb-8 {
	padding-bottom: 8%;
}

.pt-8 {
	padding-top: 7%;
}

.pt-10 {
	padding-top: 10%;
}

.pt-11 {
	padding-top: 11%;
}

.pb-10 {
	padding-bottom: 10%;
}

.pb-11 {
	padding-bottom: 11%;
}

.pt-25 {
	padding-top: 25%;
}

.pb-25 {
	padding-bottom: 25%;
}
/* P y M */

/* Width */

.w-50{
  width: 85%!important;

}


iframe { max-width: 100%; height: 200% auto; }


/* Modal */

.modal-header{
  padding: 0.5rem 1.3rem!important;
}

/* Focus*/


.btn:focus {
  outline: none!important;
  box-shadow: none!important;
}

*:focus {
    outline: 0 !important;
}

button:focus {
  outline:0!important;
}





/**nav-link-top {
	font-size: 12px!important;
	color: #000!important;
}

nav-link-top a{
	font-size: 12px!important;
	color: #000!important;
}
/**

.caracteristicas_slider {
	position: absolute;
	left: 0;
	right: 0;
	top: 10%;
	margin: 0 auto;
	z-index: 9999999;
}

 
.btn-whatsapp {
  display:block;
  width:70px;
  height:70px;
  color:#fff;
  position:fixed;
  right:20px;
  bottom:20px;
  border-radius:50%;
  line-height:80px;
  text-align:center;
  z-index:1000000000;
}

.nav-bodega.active{
	font-size: 15px!important;
	color: #fff!important;
	background-color: #1b598f!important;
	padding: 10px 20px;
	text-decoration: none;
}

.nav-bodega{
	font-size: 15px!important;
	color:#1b598f;
	padding: 10px 20px;
	text-decoration: none;
}

.nav-bodega:hover{
	font-size: 15px!important;
	color:#1b598f;
	padding: 10px 20px;
	transition: 3s;
	text-decoration: none;
}

.form-control {
    border: 1px solid #e0e6ed;
    box-shadow: none;
    transition: all 0.25s ease;
}

.form-control:focus {
    border-color: #009393;
    box-shadow: 0 0 0 3px rgba(0,147,147,0.15);
}

/* Carousel */
.blog .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -40px;
}

.blog .carousel-indicators li {
	background: #a3a3a3;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}

.blog .carousel-indicators .active {
	background: #707070;
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; color:#000;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:35%;top:calc(35% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

/* Carousel */


@media (max-width: 575.98px) {


	.titulo-anexo {
		padding-top: 110px;
		padding-bottom: 30px;
	}

	.alianza-logo{
	width: 150px;
	margin-bottom: 13px;

}

.mb-info {
	margin-bottom: 90px;
}

	.icono-index{
		width: 50px;
	}

 }

@media (min-width: 576px) and (max-width: 767.98px) {


	.titulo-anexo {
		padding-top: 120px;
		padding-bottom: 40px;
	}

.alianza-logo {
	width: 120px;
	margin-bottom: 13px;

}

.mb-info {
	margin-bottom: 100px;
}

	.icono-index{
		width: 60px;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) { 

.titulo-anexo {
	padding-top: 120px;
	padding-bottom: 40px;
}

.icono-index{
		width: 50px;
	}

.mb-info {
	margin-bottom: 110px;
}

}

@media (min-width: 992px) and (max-width: 1199.98px) { 

.titulo-anexo {
		padding-top: 130px;
		padding-bottom: 50px;
	}

.alianza-logo {
	width: 150px;

}

.icono-index {
		width: 50px;
	}

.mb-info {
	margin-bottom: 130px;
}

 }

@media (min-width: 1200px) and (max-width: 1399.98px) { 

	.titulo-anexo {
		padding-top: 130px;
		padding-bottom: 50px;
	}

.alianza-logo{
	width: 150px;

}

.icono-index {
		width: 70px;
}

.mb-info {
	margin-bottom: 150px;
}

 }

@media   (min-width: 1400px) { 

	.titulo-anexo {
		padding-top: 130px;
		padding-bottom: 50px;
	}

.alianza-logo{
	width: 200px;

}

.icono-index {
		width: 70px;
}

.mb-info {
	margin-bottom: 150px;
}

.nav-link{
	font-size: 1.1rem;
}

p {
	font-size: 1.2rem;
}

}

