/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700&display=swap");

/* Styler */
body {
  font-family: "Merriweather Sans", sans-serif;
  text-decoration: none;
}

body button {
  text-decoration: none;
}

.espaco60 {
  clear: both;
  height: 60px;
}

footer {
  position: fixed;
  bottom: 0;
  background-color: #e50e16;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  padding: 10px;
  width: 100%;
  z-index: 99;
}

footer p {
  margin: 0px;
  font-size: 0.6em;

    text-align: left;
}

/* Background-helpers */

.bg-red {
  background-color: #e50e16;
}

/* Navbar */
.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Breadcrumbs */
.card-header .btn {
  width: 100%;
}

.btn-link:hover {
  transition: all 0.3s;
}

.btn i {
  font-size: 40px;
  margin-right: 32px;
  margin-top: auto;
  margin-bottom: auto;
}

.float-left {
  display: flex;
}

.float-left p {
  margin-top: auto;
  margin-bottom: auto;
}

.float-right i {
  font-size: 25px;
  transition: all 0.3s;
}

.col-2 {
  display: flex;
}

.btn-link:hover {
  filter: brightness(0.9);
  text-decoration: none;
}

.btn-link[aria-expanded="true"] .float-right i {
  transform: rotate(90deg);
}

/* Breacrumbs colors */
.card-body .btn {
  padding: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 99px;
}

#headingOne .btn-link,
#collapseOne h6 {
  color: #0078b1;
}

#collapseOne .btn {
  color: white;
  background-color: #0078b1;
  border-color: #0078b1 !important;
  border-radius: 4px;
}

#collapseOne .btn-outline-primary:hover {
  background-color: white;
  color: #0078b1 !important;
}

#collapseOne .btn-outline-primary:focus {
  background-color: white;
  color: #0078b1 !important;
}

#collapseOne .btn-outline-primary:active {
  background-color: white;
  color: #0078b1 !important;
}

#headingSeven .btn-link,
#collapseSeven h6 {
  color: #F623FA;
}

#collapseSeven .btn {
  color: white;
  background-color: #000e5f;
  border-color: #000e5f !important;
  border-radius: 4px;
}

#collapseSeven .btn-outline-primary:hover {
  background-color: white;
  color: #000e5f !important;
}

#collapseSeven .btn-outline-primary:focus {
  background-color: white;
  color: #000e5f !important;
}

#collapseSeven .btn-outline-primary:active {
  background-color: white;
  color: #000e5f !important;
}
#headingTwo .btn-link,
#collapseTwo h6 {
  color: #ff7a08;
}

#collapseTwo .btn {
  color: #ff7a08;
  border-color: #ff7a08;
}

#collapseTwo .btn-outline-primary:hover {
  background-color: #ff7a08;
  color: white !important;
}

#collapseTwo .btn-outline-primary:focus {
  background-color: #ff7a08;
  color: white !important;
}

#collapseTwo .btn-outline-primary:active {
  background-color: #ff7a08;
  color: white !important;
}

#headingThree .btn-link,
#collapseThree h6 {
  color: #e50e16;
}

#collapseThree .btn {
  color: #e50e16;
  border-radius: 99px;
  border-color: #e50e16;
}

#collapseThree .btn-outline-primary:hover {
  background-color: #e50e16;
  color: white !important;
}

#collapseThree .btn-outline-primary:focus {
  background-color: #e50e16;
  color: white !important;
}

#collapseThree .btn-outline-primary:active {
  background-color: #e50e16;
  color: white !important;
}

#headingFour .btn-link,
#collapseFour h6 {
  color: #ffad0d;
}

#headingFive .btn-link,
#collapseFive h6 {
  color: #6dc72a;
}

#headingSix .btn-link,
#collapseSix h6,
#collapseSix h5,
#collapseSix b {
  color: #94498b;
}

.btn-link:active,
.btn-link:focus {
  text-decoration: none;
}

/* Caroulsel */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: drop-shadow(2px 4px 6px black);
}

#carouselUnidades .container {
  padding-top: 30px;
  padding-right: 70px;
  padding-left: 70px;
  min-height: 280px;
}

#carouselUnidades .carousel-item {
  color: white;
  background-color: #ff7a08;
}

/* SOCIAL */

.div-icons {
  flex: 1;
  display: flex;
  justify-items: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 30%;
  padding-right: 30%;
}

.div-icons a {
  margin-left: auto;
  margin-right: auto;
}

/* LINK */
#collapseSix a {
  text-decoration: none;
}
