/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2025 | 15:04:23 */
    .slider-container {
      position: relative;
      
    }

    /* Contenedor de flechas */
 
.custom-nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  z-index: 10;
}

.custom-nav button {
  background-color: #C4DFDF;
  border: none;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.custom-nav button:hover {
  background-color: #AFD3D3;
}

.custom-nav svg {
  width: 20px;
  height: 20px;
  fill: #008C8D;
}

/* Añadir margen arriba al swiper */
.swiperplan {
  margin-top: 12px;
}

    /* Swiper estilos */
    .swiperplan {
      padding-bottom: 2rem;
    }

    .swiper-slide {
      background: #ffffff;
      border-radius: 16px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      width: 260px;
      overflow: hidden;
		height:auto!important;
    }

    .card-header {
	  font-family: 'Montserrat';
      background-color: #008C8D;
      color: white;
      padding: 0.8rem;
      font-weight: bold;
      font-size: 0.95rem;
		line-height: 20px;
    }

	.card-header-informatica{
		background-color: #012d78;
		color: white;
		padding: 0.8rem;
	    font-weight: bold;
	    font-size: 0.95rem;
		font-family: 'Montserrat';
	}

    .custom-nav-informatica button{
		background-color: #012D7852;
	}

	.custom-nav-informatica button:hover{
		background-color: #0f1961bf;
	}

	.custom-nav-informatica svg{
		fill: #012d78;
	}

	.custom-nav-informatica svg:hover{
		fill: #ffff;
	}


    .card-header-comercial{
		 background-color: #009862;
		 color: white;
		 padding: 0.8rem;
		 font-weight: bold;
		 font-size: 0.95rem;
		 font-family: 'Montserrat';
	}

	.custom-nav-comercial button{
		background-color: #00996366;
	}

	.custom-nav-comercial button:hover{
		background-color: #009862;
	}

	.custom-nav-comercial svg{
		fill: #009862;
	}

	.custom-nav-comercial svg:hover{
		fill: #ffff;
	}


    .card-header-industrial{
		 background-color: #F68D18;
		 color: white;
		 padding: 0.8rem;
		 font-weight: bold;
		 font-size: 0.95rem;
		 font-family: 'Montserrat';
		 line-height: 22px;
		 height: 75px;
	}

	.custom-nav-industrial button{
		background-color: #FFCF9A;
	}

	.custom-nav-industrial button:hover{
		background-color: #FFCF9A;
	}

	.custom-nav-industrial svg{
		fill: #F68D18;
	}

	.custom-nav-industrial svg:hover{
		fill: #ffff;
	}

.card-header-servicios{
		 background-color: #DD0205;
		 color: white;
		 padding: 0.8rem;
		 font-weight: bold;
		 font-size: 0.95rem;
		 font-family: 'Montserrat';
		 line-height: 22px;
		 height: 75px;
	}

	.custom-nav-servicios button{
		background-color: #DE020682;
	}

	.custom-nav-servicios button:hover{
		background-color: #A30204;
	}

	.custom-nav-servicios svg{
		fill: #DD0205;
	}

	.custom-nav-servicios svg:hover{
		fill: #ffff;
	}
	



    .card-body {
      padding: 0.8rem 1rem;
    }

    .card-body ul {
      padding-left: 1.2rem;
      margin: 0;
    }

    .card-body li {
	  color: #000000;
      font-size: 0.9rem;
      margin-bottom: 0.4rem;
	  line-height: 18px;
    }



.tabs {
            width: fit-content;
            display: flex;
            gap: 0.5rem;
            padding: 5px 8px;
            border-radius: 10px;
            background: #F4F4F4;
            /* Segment Inner */
            box-shadow: 0px 1px 2px 0px rgba(97, 97, 97, 0.20) inset, 0px 2px 4px 0px rgba(97, 97, 97, 0.20) inset;
        }

        .tab-btn{
            border-radius: 10px;
            background: #F4F4F4;
            /* Segment Inner */
            border: none;
            color: #616161;
        }

        .tab-btn svg {
            display: none;
        }

        .tab-btn.active {
            background: #fff;
            border: none;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            cursor: pointer;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 0.3rem;
            color: #007c79;
            font-weight: 600;
            svg{
                display: block;
            }
        }

.tab-btn-informatica.active{
	color: #012d78;
}

.tab-btn-industrial.active{
	color: #F68D18;
}

.tab-btn-servicios.active{
	color: #DD0205;
}


.tab-content {
      
      display: none;
      
    }

    .tab-content.active {
      display: flex;
    }