
body{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  background: #eaeaea;
  color: #111
}

h1,h2,h3,h4,h5,h6{
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.h1 {
  font-size: 2.5rem;
}

h3{
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 1.7rem;
}

.card-title {
 font-size: 1.2rem;
}


.h5, h5 {
  font-size: 1.05rem;
  line-height: 1.5rem;
}


.header-carousel-container {
  position: relative;
  height: 50vh; 
  overflow: hidden;
}


.carousel-item img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6); 
}


.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; 
  
}

.text-shadow-custom {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}


.brand {
  width: 40px;
}

.text-primary{
  color: #4786f1 !important;
}

.text-black{
  color: #000 !important;
}



.color-title {
  color: white; 
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
}


.color-title span {
  display: inline-block;
  transition: filter 0.5s ease-out;
}

ul li{
  margin-bottom: .75rem;
}

.lista-con-iconos {
  list-style: none; 
  padding-left: 0; 
}

.lista-con-iconos li {
  margin-bottom: 5px;
  display: flex; 
  align-items: center;
}
      
.lista-con-iconos li .bi {
  color: #4786f1; 
  margin-right: 8px;
  font-size: 1.2rem;
}

.swiper-custom-navigation {
  display: flex;
  justify-content: center; 
  align-items: center;
  margin-top: 25px; 
}


.swiper-custom-navigation .swiper-button-prev {
  position: relative; 
  top: auto;        
  left: auto;       
  right: auto;
  margin-right: 15px; 
}

.swiper-custom-navigation .swiper-button-next {
  position: relative; 
  top: auto;
  right: auto;
  left: auto;
}


.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 60px; 
  color: #333;    
}

.swiper-navigation-icon {
  color: #4786f1;
}

.swiper-button-next svg, .swiper-button-prev svg{
  height: 90%;
}



.btn{
  border-radius: 8px;
  padding: .3rem 1rem;
}

.btn:hover, button:hover {
  opacity: .7;
}





.bg-diseno  p.area, .text-diseno{
  color: #9CE594;
}
.bg-contabilidad p.area, .text-contabilidad{
  color: #FEBA6C;
}
.bg-negocios p.area, .text-negocios{
  color: #779DEE;
}
.bg-sistemas p.area, .text-sistemas{
  color: #F98F8F;
}
.bg-poli p.area, .text-poli{
  color: #CB9DFC;
}

.bg-diseno  button{
  background: #9CE594;
  border: #9CE594
}
.bg-contabilidad button{
  background: #FEBA6C;
  border: #FEBA6C
}
.bg-negocios button{
  background: #779DEE;
  border: #779DEE
}
.bg-sistemas button{
  background: #F98F8F;
  border: #F98F8F
}
.bg-poli button{
  background: #CB9DFC;
  border: #CB9DFC
}



footer {
  background: #2f2f2f;
}

.listado {
  column-count: 1;
  column-gap: 1.5rem;
  padding: 0;
}

.listado .card {
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 15px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
}

.div-card {
  border: 0;
  border-radius: 15px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
}




.card .progress {
  height: 0;
  transition: height 0.3s ease;
  border-radius: 0;
}


.card:hover .progress {
  height: 5px;
}


.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}




@media(max-width:992px){
.h1 {
    font-size: 2rem;
}

.card-title {
    font-size: 1.1rem;
}

.header-carousel-container {
  height: 25vh;
}

.swiper-button-next svg, .swiper-button-prev svg{
  height: 70%;
}

}


@media(min-width:992px){
  body{
    font-size: 15px;
  }
  .listado {
    column-count: 2;
  }
  .brand {
    position: absolute;
  }
  p.modalidad{
    font-size: 18px;
  }
  h3{
    font-size: 27px;
    line-height: 32px;
  }
  h4 {
    font-size: 1.7rem;
  }
  .overlay-text {
    font-size: 3.5rem !important; 
}
.color-title {
  font-size: 3rem;

}
}

@media(min-width:1200px){
  .listado {
    column-count: 3;
  }
}