.fm{
    background:#0D499C;
    border-radius: 20px;
    opacity: 0.6;
    box-shadow: 8px -8px teal;
}
.carousel .carousel-control-prev {
    position: absolute;
    left: -85%;
    z-index: 1;
    color: #0a0a0a !important;
    font-weight: bold;
  }
  
  .carousel .carousel-control-next {
    position: absolute;
    right: -85%;
    z-index: 1;
    color: #0a0a0a !important;
    font-weight: bold;
  }
  
  @media (max-width: 768px) {
  .carousel .carousel-control-prev {
      left: 0%;
      color: #ffffff !important;
  }
  
  .carousel .carousel-control-next {
      right: 0%;
      color: #ffffff !important;
   }
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(108%);
  }
  .img {
    transition: all 0.8 ease;
  }
  .img:hover{
    filter: grayscale(1);
    transition: ease;
  }
  .margarin {
    font-family: "Margarine", sans-serif;
    font-weight: 500;
    font-style: normal;
    color:#003087;
  }
  .margarin2{
    font-family: "Margarine", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#003087;
    opacity: 0.7;
  }
  .imm{
    width: 100px;
    height: 200px;
  }
  .caja{
    -webkit-transition: font-size 1s ease;
  transition: font-size 1s ease;
  }
  .caja:hover{
  font-size: 20px;
}
.sig{
  display: flex;
  align-items: flex-start;
}
.list{
  list-style: none;
}
.wline{
  text-decoration: none;
  color: unset;
}
.zoom:hover {
  transform: scale(2);
  transition: transform 0.5s ease-in-out;
}
.nav-link:hover{
  text-decoration: underline;
  font-size: 30px;
}
.less{
  margin-top: -50px;
}
.bgfoot{
  background: #023E73; 
}
.img2{
  width: 180px;
  height: 180px;
}
