#carousel-slider .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  width: 5%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carousel-slider .carousel-control.left {
  left: 0;
}

#carousel-slider .carousel-control.right {
  right: 0;
}

#carousel-slider .carousel-control span {
  font-size: 40px; /* Ajusta el tamaño del ícono */
  color: #fff; /* Ajusta el color de la flecha */
}

a,li,h1,h2,h3,h4,h5,h6,p{
    font-family:'Montserrat';
}

.section-academica {
  background-image: url("img/bg_cards.png");
  background-size: contain;         /* Cubre todo el contenedor */
  background-position: left top; 
  background-repeat: no-repeat;   /* Evita que se repita */
  padding: 0px 0px;             /* Espaciado interno (ajusta según necesites) */
  color: white;                   /* Texto legible sobre el fondo */
  position: relative;
  z-index: 1;
}

.zoom12:hover{
    cursor:pointer;
    transform: scale(1.15);
    
}

