@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
* {
  margin: 0;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fe8112;
  text-decoration: none;
}
body {
  font-family: "Open Sans", sans-serif;
  background-color: #fffffe;
}
p {
  font-weight: 100;
}
strong {
  font-weight: 700;
}
section {
  padding: 10vh 0px;
}
.title-line {
  font-size: 4.75rem;
  font-weight: 300;
  color: #000;
  font-family: "impact" !important;
  position: relative;
  z-index: 3;
}
.title-line::before {
  content: "";
  display: block;
  width: 50%;
  height: 40px;
  background-color: #fe8112;
  position: absolute;
  bottom: 5px;
  left: calc(24%);
  right: 0;
  z-index: -1;
}
.title-line-blue::before {
  background-color: #453bfe;
}
.title-triangle {
  font-size: 6.5rem;
  font-weight: 300;
  color: #000;
  font-family: "impact" !important;
  position: relative;
  z-index: 3;
}
.title-triangle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  border-top: 130px solid #fe8112;
  position: absolute;
  top: 0px;
  left: 38%;
  right: 0;
  z-index: -1;
}
@media (max-width: 720px) {
  .title-line {
    font-size: 2.75rem !important;
  }
  .title-line::before {
    width: 80%;
    height: 10px;
    background-color: #fe8112;
    position: absolute;
    bottom: 3px;
    left: 10%;
    right: 0;
    z-index: -1;
  }
  .title-triangle {
    font-size: 3.5rem;
  }
  .title-triangle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 80px solid #fe8112;
    position: absolute;
    top: 0px;
    left: 27%;
    right: 0;
    z-index: -1;
  }
}
.wd-60 {
  width: 60%;
  margin: auto;
}
@media (max-width: 720px) {
  .wd-60 {
    width: 100%;
    margin: auto;
  }
}
.text-white {
  color: #fffffe;
}
#carouselExampleIndicators {
  background: #000000;
  /* padding-top: 50px; */
  /* margin-top: -62px; */
}
.carousel-item {
  height: 90vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.logo-hero {
  width: 90%;
  position: absolute;
  bottom: -50px;
  left: 50px;
}
.logo-hero-mobile {
  display: none;
}

#whoweare {
  background-image: url("https://busaolivre.com/wp-content/themes/BusaoLivre/assets/imagens/bg-weare.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#whoweare br {
  display: block; /* makes it have a width */
  content: ""; /* clears default height */
  margin-top: 0; /* change this to whatever height you want it */
}
#whoweare .btn-livre .svg-icon,
#whoweare .svg-icon svg {
  width: 100px;
  fill: #fff;
  cursor: pointer;
}
#whoweare .btn-livre:hover .svg-icon {
  fill: #000;
}
/* media */
#media {
  background-color: #f1f1fc;
}
#media .card {
  margin: 0px 10px;
  background-color: transparent;
  border: none;
}
#media .card a {
  color: #000;
}
#media .card .card-body {
  padding-top: 0.25rem;
}
#media .card .card-body h5 {
  font-size: 0.85rem;
  color: #453bfe;
  cursor: pointer;
  font-weight: bold;
}
#media .card .card-body p {
  font-size: 0.8rem;
}
#media .card .card-body p small {
  font-size: 0.7rem;
}
#media .media-slick {
  margin-top: 20px;
}
#media .media-slick img {
  width: 90%;
  margin: auto;
}
#media .card .bg-img-card {
  width: auto;
  max-width: 30%;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  margin-left: 1.25rem;
}
#media .slick-prev,
#media .slick-next {
  background-color: #dedcff;
  width: 30px;
  height: 30px;
}
#media .slick-prev {
  margin-right: 40px;
}
#media .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  color: #2016db !important;
}
#media .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #2016db !important;
  background-color: #dedcff;
}
@media (max-width: 720px) {
  #media .img-midia {
    width: 100%;
  }
  #media .media-slick {
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
}
/* whoiswithus */
#whoiswithus {
  font-size: 0.8rem;
}
#whoiswithus a {
  color: #453bfe;
  text-decoration: none;
}
#whoiswithus a:hover {
  color: #000000;
}
@media (max-width: 720px) {
  #whoiswithus .img-whoiswithus {
    width: 100%;
  }
}

/* FOOTER2 */
.footer2 {
  background-color: #453bfe;
  color: #000000;
}
.footer2 p {
  font-weight: 300;
  margin: 10px 0px;
}
.footer2 .navbar-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer2 .navbar-footer li {
  float: right;
}

.footer2 a svg {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #000;
  color: #453bfe;
  border-radius: 50px;
  padding: 5px;
  width: 18px;
  height: 18px;
  margin: 10px 5px;
}

.footer2 a svg:hover {
  background-color: #fff;
  color: #000;
}
.footer2 a::after {
  display: none;
}
@media (max-width: 720px) {
  .footer2 {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .title-line {
    font-size: 4rem;
  }
  .title-line::before {
    bottom: 0px;
  }
}
@media (max-width: 720px) {
  .logo-hero {
    display: none;
  }
  .logo-hero-mobile {
    display: inline;
    position: absolute;
    width: 85%;
    bottom: 0;
    left: 30px;
  }
  #whoweare .btn-livre p:last-child {
    margin-bottom: 2.5rem;
  }
  #whoiswithus img {
    width: 50% !important;
  }
  #whoiswithus .md-text-center {
    text-align: center;
  }
  .footer2 .navbar-footer {
    display: flex;
    justify-content: center;
  }
}


