.img-logoUniTech{
    max-height: 5rem;
}

/* .carousel-item{
    max-height: 30rem;
} */

.carousel {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-item {
  max-height: 80vh;
}

body{
    background-color: rgb(238, 238, 238);
}

nav{
    background-color: #0e3f68;
}

.img-univo-footer{
    max-width: 10rem;
}

/* CARDS DE COMISIONES  */
  
  .cards {
    margin: 0px auto;
    text-align: center;
      display: -webkit-flex;
      display: flex;
    border-radius: 10px;
      -webkit-justify-content: center; 
    justify-content: center;
    -webkit-flex-wrap: wrap; 
      flex-wrap: wrap;
      margin-top: 15px;
      padding: 1.5%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all .2s ease-in;
    border-top: 4px solid #fbc20b;
  }
  
  .cards:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.16), 0 4px 10px rgba(0,0,0,0.23);
  }

/* targetas comision de desarrollo de sitio web*/
.cards .circular-image {
  max-width: 270px;
  max-height: 270px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.cards .circular-img img {
  object-fit: fill !important;
}

/* imagenes de las demas comisiones */
.card-img-top {
  max-width: 270px;
  max-height: 270px;
  border-radius: 50%;
  margin: auto;
}


/* Estilos para las imagenes de la galeria */
.gallery > div {
  padding: 2px;
}

