body {
  padding: 0px;
  margin: 0px;
}
#btn-whatssApp {
  position: fixed !important;
  top: 90vh;
  left: 10px;
}
nav {
  height: 120px !important;
  background: linear-gradient(to right, #134647, #20a2a5) !important;
  /*background-color: #12575c !important;*/
}
.brand-logo {
  margin-left: 10px;
}
#logo {
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.7));
}
#nav-mobile {
  margin-right: 40px;
}
nav ul a {
  color: white !important;
}
.carousel {
  margin-top: 56px !important;
}
.title {
  text-align: center;
  margin-bottom: 50px !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
}
section {
  margin-top: 100px;
  margin-bottom: 100px;
}
#ciclovia {
  text-align: center !important;
  font-size: 18pt;
}
.ciclovia-item {
  margin-left: 10px;
  padding-bottom: 5px;
}
.section-resalt {
  /*background: linear-gradient(135deg, #ff0007, #170e0e);*/
  /*background-color: rgba(255, 232, 0, 0.8);*/
  background-color: #f5f5f5;
  padding: 50px 0px;
}
.container_img_gallery {
  display: flex;
  justify-content: center;
}
.img_galery {
  max-width: 95%;
}
.about-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px !important;
  min-height: 400px !important;
  margin: 20px !important;
}
.about-icon {
  font-size: 100px !important;
}
.about-text {
  margin-top: 30px;
  text-align: justify;
}
.card-politica {
  min-height: 980px !important;
}
.value-card {
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.value-icon {
  font-size: 100px !important;
}
.value-text {
  text-align: justify;
}
footer {
  background-color: #464545;
  color: #f5f5f5;
  padding: 20px 0px;
}
.footer-logo {
  text-align: center;
  margin-top: 35px;
}
.footer-img {
  max-width: 75%;
}
.footer-contact {
  text-align: right;
  min-height: 200px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-text {
  margin-left: 5px;
  vertical-align: top;
}
/* Media Query */
@media (max-width: 600px) {
  #about {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
