body {
  font-family: 'Poppins', sans-serif;
  display: block;
  background-color: #F5F5F5;
}

.body-wrapper {
  width: 100%;
  display: block;
}

.card {
  border: none;
}

.logo__img {
  width: 120px;
}

.menu-wrapper {
  width: 70%;
  margin: 20px 0px;
}

.img-container {
  /*border-radius: 24px 24px 0px 0px;*/
  overflow: hidden;
  height: 10rem;
  margin: 0px 20px;
}

.img-banner {
  max-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.title {
  position: absolute;
  color: #F5F5F5;
  left: 70px;
  bottom: 30px;
  font-weight: 600;
}

.navbar {
  height: 70px;
  background-color: #5454e9;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.btn-primary {
  background-color: #4cb979;
  /*border-radius: 6px;*/
  border-color: #4cb979;
  font-size: 14px;
  color: #F9F9F9;
  width: 25%;
  margin: 0 auto;
  padding: 12px 0px;
}

.btn-primary:hover {
  background-color: #5454e9;
  border-color: #5454e9;
}

.footer {
	background: #5454e9;
	padding: 30px;
	text-align: center;
	color: white; 
	
	/*position: fixed;*/
    bottom: 0;
    width: 100%;
	}

  .enlace-icesi, .enlace-icesi:visited, .enlace-icesi:hover{
		color:antiquewhite;
	}

.menu {
  /*border-radius: 0px 0px 24px 24px;*/
  margin: 0px 20px;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 15px rgba(54, 54, 54, 0.4);
          box-shadow: 0px 0px 15px rgba(54, 54, 54, 0.4);
}

.main {
  text-align: center;
  color: #231F20;
  font-weight: bolder;
  font-size: 1.8rem;
}

.label {
  color: #767575;
  font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 600px) {
  .menu-wrapper {
    width: 95%;
  }
  .menu {
    padding: 30px;
  }
  .img-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */