.body {
  color: #2C3E50;
  background-color:	#FFFFFF; !important
  padding-top: -10px;
  padding-bottom: 0px;
  margin-top: -10px;
}


.navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    background-color: #531345;
    margin-top: -8px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 80px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}

.navbar-expand-lg .navbar-collapse {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Roboto Condensed, sans-serif", Helvetica,sans-serif";
    color: #FFFFFF;
    font-weight: bold;
    position: static;
    padding-bottom: 5px;
    padding-top: 5px;
    padding: 45px 15px 45px 18px;in-right: 50px;
    border-radius: 2px;

}
  .navbar-light .navbar-nav .nav-link:hover {
    color: #FFFFFF;
    background-color: #FF00FF;
    border-radius: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    float: inline-start;
  }

  a {
    color: #FFFFFF;
    text-decoration: underline;
    transition: all .6s ;
}
a:hover {
    font-size:1.2em;
    color: white;
    text-decoration: none;
    transition-timing-function: ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: darkorchid;
    border: 1px solid darkgreen;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
    margin-top: -5px;
;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    height: 32rem;
  }

  .carousel-caption {
  line-height: 1.43;
  font-weight: bold;
  text-shadow: 0 0 0.2em black,
    0 0 0.1em black,
    0 0 0.1em black;
  z-index: 0px;
  margin-bottom: -25px;
  margin-top: 0px;
  color: #fff;
  font-family: Circular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

  /* Página Sobre Nós
-------------------------------------------------- */

.texto_principal {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  text-align: justify;
}

.butoes_acai {
  background-color: #531345;
  color: #ffffff;
  border-radius: 30px;
  border-width: thin;
  border-width: 0px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: dashed;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

  /* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
    
  }
  .marketing h2 {
    font-weight: 400;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }

  .marketing .col-lg-4 {
    margin-left: 30px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.card-img-top {
    border-radius: 100px 100px 100px 100px;
}

.card-img, .card-img-bottom, .card-img-top {
  width: 50%;
}

.card-text {
  display: flex;
  text-align: justify;
}
/*fim*/

/*footer rodapé*/
.bs-docs-footer {
  padding-top: 5px;
  padding-bottom: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #531345;
}

.rodape {
  font-family: 'PT Serif', serif;
  background-color: darkorchid;
  color: #ffffff;
  padding: 18px;
  margin-bottom: -13px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: -10px;
}

.h6, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: justify;
  font-family: 'PT Serif', serif;
}
