* {
  font-family: "Montserrat";
  text-align: center;
}

p {
  font-family: Verdana;
}

/* Headings */

.big-heading,
.intro {
  line-height: 1.5;
  font-size: 2.5rem;
  margin: 30px auto;
}

/* Containers */

div.container-fluid {
  padding: 8% 10%;
}

div.container-fluid2 {
  padding: 4% 8%;
}

/* Sections */

.testimonial-PR {
  display: flex;
  align-items: center;
  margin-top: 4%;
}

.testimonial3 {
  align-self: flex-start;
}

.testimonial-MJ {
  display: flex;
  margin-bottom: 3%;
  margin-top: 2%;
}

.txt-rigt {
  text-align: right;
}

.colored-section {
  background-color: #222f;
  color: #fff;
}

.white-section {
  background-color: #f1b642;
}

/* Navigation Bar */

nav.navbar {
  font-size: large;
  padding-bottom: 3rem;
}

li.nav-item {
  padding: 0 18px;
}

a.nav-link {
  font-size: 1.4rem;
  font-family: "Montserrat-light";
}

a.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.25rem !important;
  font-weight: bold;
}

/* Title Section */

.left {
  text-align: left;
}

#title .container-fluid {
  padding-top: 4%;
  padding-bottom: 15%;
}

/* Title Image */

.title-image {
  width: 45%;
  transform: rotate(10deg);
  position: absolute;
  right: 10%;
}

.img-comissao {
  width: 100%;
  height: 100%;
}

/* Features */

.space {
  margin-top: 30px;
  margin-bottom: 0;
}

.txt-icon {
  font-size: 1.1rem;
}

div.box {
  padding: 2%;
  font-size: 0.9rem;
}

.icon {
  color: #222f;
  margin-bottom: 1rem;
}

.icon:hover {
  color: rgb(85, 83, 83);
}

.txt-whoWeAre {
  color: #000000;
  font-size: 22px;
  text-align: left;
  margin-top: 20px;
}

/* Testimonial Section */

#testimonials {
  background-color: #222f;
}

.testimonial-text {
  font-size: 1.5rem;
  line-height: 1.5;
  align-self: flex-start;
}

.txt-left {
  text-align: left;
}

.txt--carousel {
  font-size: 1.3rem;
}

.testimonial-image {
  width: 13%;
  border-radius: 10%;
  margin: 3%;
  margin-top: 0;
  /* align-self: flex-start; */
}

/* Press */

#press {
  background-color: #f5c35f;
}

.press-logo {
  width: 45%;
}

.carousel-inner {
  padding: 7% 5%;
}

.cta-heading {
  line-height: 1.5;
  font-size: 2rem;
  margin: 30px auto 30px auto;
}

/* Footer */

.ico {
  margin: 20px 10px;
  color: black;
}

/* Media */

@media (max-width: 1028px) {
  .title-image {
    position: static;
    transform: rotate(0);
    padding-left: 0px;
    padding-right: 0px;
    left: 0px;
  }

  #title {
    text-align: center;
  }

  #cta {
    padding: 7% 3%;
  }

  .testimonial-image {
    width: 25%;
  }

  .testimonial-text {
    font-size: 30px;
  }

  .navbar-brand {
    font-size: 1.8rem !important;
  }
  a.nav-link {
    font-size: 2.3rem;
    font-family: "Montserrat-light";
  }

  .big-heading {
    text-transform: uppercase;
  }
  /*Font Size*/
  .txt-icon {
    font-size: 2.1rem;
    text-align: left;
  }

  .txt-whoWeAre {
    font-size: 2.2rem;
  }

  .feature-title {
    font-size: 2.5rem;
  }

  .img2-comissao {
    margin-bottom: 5%;
  }

  #footer div.container-fluid2 {
    padding: 7%;
    font-size: 1.4rem;
  }

  .author {
    font-size: 1.5rem;
    font-style: italic;
    margin-top: 4%;
  }

  div.container-fluid {
    padding-bottom: 20%;
  }

  .testimonial-image {
    width: 30%;
    border-radius: 10%;
    margin: 3%;
    margin-top: 0;
  }

  .testimonial-PR {
    margin-bottom: 5%;
  }
}

.image3 {
  height: 700px;
  width: 700px;
  margin: 30px;
}

img {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  margin-bottom: 2%;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 24 24' fill='none' stroke='%23f1b642' stroke-width='2' stroke-linecap='round' stroke-linejoin='bevel' %3E%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
  border-color: rgb(241, 182, 66);
}

.menuBar {
  border: 1px solid rgb(241, 182, 66);
}
