@import url("../fonts/stylesheet.css");
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "gothamregular", sans-serif;
  color: #707070;
}

a:any-link {
  text-decoration: none;
}

.img-responsive {
  max-width: 100%;
}

form input[type=text],
form input[type=email],
form input[type=tel] {
  border: 1px solid #EF6129;
  border-radius: 0;
}
form textarea.form-control {
  border: 1px solid #EF6129;
  border-radius: 0;
  height: 120px;
}
form button.btn-primary {
  width: 100%;
  padding: 6px 10px;
  cursor: pointer;
}

.btn-primary {
  background-color: #EF6129;
  color: white;
  border: 1px solid #EF6129;
  outline: none;
  padding: 15px 50px;
  text-transform: uppercase;
  transition: 0.3s;
}
.btn-primary:hover {
  background-color: #fff;
  color: #EF6129;
  border-color: #EF6129;
}

.btn-secondary {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  outline: none;
  padding: 15px 50px;
  text-transform: uppercase;
  display: inline-block;
}
.btn-secondary:hover {
  background-color: #fff;
  color: #EF6129;
  border-color: white;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ef6129;
  border-color: #ef6129;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ef6129;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #ef6129;
}

button:focus,
a.btn-primary:focus {
  outline: 1px dotted #EF6129;
  outline: 5px auto #EF6129;
}

.text-orange {
  color: #EF6129;
}

strong {
  font-family: "gothambold";
}

.text-right {
  text-align: right;
}

h1,
h2,
h3,
h4 {
  font-family: "gothambold";
}

.link-wpp {
  background-color: #EF6129;
  border-radius: 50px;
  display: block;
  position: fixed;
  bottom: 15px;
  border: 1px solid #24242445;
  right: 15px;
  box-shadow: 1px 2px 9px 3px #24242445;
  padding: 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  box-shadow: 2px -6px 10px 5px rgba(0, 0, 0, 0.36);
}
header .logo img {
  width: 200px;
}
header nav {
  display: flex;
  align-items: center;
}
header nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
header nav ul li {
  margin: 0 10px;
}
header nav ul li a {
  color: #EF6129;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px;
  border: 1px solid #fff;
  transition: 0.5s;
}
header nav ul li a:any-link {
  color: #EF6129;
}
header nav ul li.current-menu-item a, header nav ul li:hover a {
  border: 1px solid #EF6129;
}

section.banner {
  min-height: 90vh;
}
section.banner #carouselBanner .carousel-indicators {
  display: flex;
  align-items: center;
}
section.banner #carouselBanner .carousel-indicators li {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  margin: 10px;
  cursor: pointer;
}
section.banner #carouselBanner .carousel-indicators li.active {
  background-color: #fff;
  width: 9px;
  height: 9px;
}
section.banner #carouselBanner .carousel-item {
  width: 100%;
  height: 90vh;
  background-position: center;
  background-size: cover;
}
section.banner #carouselBanner .carousel-item .overflow {
  background-color: rgba(0, 0, 0, 0.12);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 150px;
  /*background-image: url("../images/girassol-metade.png");*/
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: right;
}
section.banner #carouselBanner .carousel-item .overflow h2 {
  font-size: 60px;
  font-family: "gothambold";
  color: #fff;
  text-shadow: 0px 2px 13px #00000078;
}

section.sobre {
  min-height: 90vh;
  background-image: url("../images/girassol_laranja.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: auto 100%;
  padding: 80px 0;
}
section.sobre h2 {
  font-size: 55px;
  margin-bottom: 40px;
}
section.sobre p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 60px;
  color: #707070;
}
section.sobre a.btn-primary {
  margin: 40px 0;
}

section.comercializacao {
  background-color: #EF6129;
  color: #fff;
  min-height: 90vh;
  padding: 70px 0;
}
section.comercializacao h2 {
  font-size: 55px;
}
section.comercializacao p {
  font-size: 18px;
}
section.comercializacao ul {
  margin: 100px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
section.comercializacao ul li {
  width: 200px;
  text-align: center;
  margin: 10px;
}
section.comercializacao ul li img {
  width: 120px;
  margin: 0 auto 10px;
  display: block;
}
section.comercializacao ul li img:hover {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
section.comercializacao ul li a:any-link,
section.comercializacao ul li a:hover {
  color: #fff;
  display: block;
  font-size: 16px;
  text-decoration: none;
}

section.blog {
  min-height: 90vh;
  padding: 70px 0;
}
section.blog h2 {
  font-family: "gothambold";
  text-transform: uppercase;
  color: #EF6129;
  font-size: 50px;
}
section.blog article {
  box-shadow: 1px 5px 8px 2px rgba(0, 0, 0, 0.12);
  margin: 30px 0;
  transition: 0.3s;
}
section.blog article:hover {
  box-shadow: 4px 9px 8px 2px rgba(0, 0, 0, 0.18);
}
section.blog article .thumb-post {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}
section.blog article .post-preview {
  padding: 20px;
  min-height: 195px;
}
section.blog article .post-preview h3 {
  font-size: 17px;
  color: #EF6129;
}
section.blog article .post-preview p {
  font-size: 14px;
  text-align: justify;
}

section.newsletter {
  border-top: 2px solid #ccc;
  padding: 40px 0;
}

footer .sitemap {
  background-color: #EF6129;
  color: #fff;
  padding: 30px 0;
}
footer .col-logo img {
  width: 150px;
}
footer a,
footer a:hover,
footer a:link {
  color: #fff;
  text-decoration: none;
}
footer ul.redes-sociais {
  list-style: none;
  padding: 0;
}
footer ul.redes-sociais li {
  margin: 10px;
}
footer ul.redes-sociais li img {
  width: 40px;
}
footer .copyright {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
footer .copyright p {
  margin: 0;
  color: #707070;
}

.intro-sobre {
  padding: 90px 0;
  text-align: justify;
}
.intro-sobre h1 {
  text-transform: uppercase;
  color: #EF6129;
  margin-bottom: 30px;
  font-size: 55px;
}
.intro-sobre p {
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
}

.pilares {
  background-color: #EF6129;
  color: #FFF;
  text-align: center;
  padding: 100px 0;
}
.pilares h2 {
  text-transform: uppercase;
}
.pilares article {
  padding: 10px 0;
}

.equipe {
  padding: 90px 0;
  border-bottom: 2px solid #ccc;
}
.equipe h1 {
  color: #EF6129;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 55px;
}
.equipe p {
  font-size: 19px;
}
.equipe article {
  width: 100%;
  box-shadow: 1px 5px 8px 2px rgba(0, 0, 0, 0.12);
  margin: 30px 0px;
  cursor: pointer;
  transition: 0.3s;
}
.equipe article:hover {
  box-shadow: 4px 9px 8px 2px rgba(0, 0, 0, 0.18);
}
.equipe article .foto-integrante {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 320px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.equipe article .info-integrante {
  padding: 20px;
  text-align: center;
}
.equipe article .info-integrante h2 {
  font-size: 26px;
  color: #EF6129;
}
.equipe article .info-integrante p {
  font-size: 16px;
  margin: 0;
  color: #EF6129;
  font-family: "gothamregular";
}

.modal .modal-dialog {
  width: 900px;
  max-width: 100%;
}
.modal .modal-dialog .logo-bravo {
  width: 180px;
  max-width: 100%;
  margin: 30px auto;
  display: block;
}
.modal .modal-header {
  border: none;
  padding: 20px 30px 0;
}
.modal .modal-body {
  padding: 30px 50px;
}
.modal .modal-body .foto-integrante {
  box-shadow: 1px 5px 8px 2px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.modal .modal-body h2 {
  color: #EF6129;
  font-size: 30px;
  margin: 29px 0 0;
}
.modal .modal-body h3 {
  color: #707070;
  font-family: "gothamregular";
  font-size: 20px;
}
.modal .modal-body p {
  text-align: justify;
}

section.intro-blog {
  min-height: 90vh;
  padding: 70px 0;
}
section.intro-blog .form-busca {
  width: 500px;
  max-width: 100%;
  margin: 30px auto;
}
section.intro-blog .form-busca button {
  background-color: #EF6129;
  color: #fff;
  border-color: #EF6129;
  border-radius: 0;
}
section.intro-blog .lista-post {
  border-top: 1px solid #ccc;
  padding-top: 50px;
  margin-top: 30px;
}
section.intro-blog h2 {
  font-family: "gothambold";
  text-transform: uppercase;
  color: #EF6129;
  font-size: 50px;
}
section.intro-blog article {
  box-shadow: 1px 5px 8px 2px rgba(0, 0, 0, 0.12);
  margin: 15px 0;
}
section.intro-blog article .thumb-post {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}
section.intro-blog article .post-preview {
  padding: 20px;
  min-height: 245px;
}
section.intro-blog article .post-preview h3 {
  font-size: 17px;
  color: #EF6129;
}
section.intro-blog article .post-preview p {
  font-size: 14px;
  text-align: justify;
}

.post-content {
  padding: 90px 0 0;
}
.post-content .container {
  width: 900px;
  max-width: 100%;
}
.post-content h1 {
  color: #EF6129;
  text-transform: uppercase;
  margin: 0;
  font-size: 55px;
}
.post-content h2 {
  color: #EF6129;
  text-transform: uppercase;
  margin: 40px 0 20px;
}
.post-content .capa-post {
  width: 100%;
  height: 400px;
  margin: 40px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-content p {
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
}

section.posts-relacionados {
  padding: 90px 0;
}
section.posts-relacionados .container {
  width: 900px;
  max-width: 100%;
}
section.posts-relacionados h2 {
  font-family: "gothambold";
  text-transform: uppercase;
  color: #EF6129;
  font-size: 26px;
}
section.posts-relacionados article {
  box-shadow: 1px 5px 8px 2px rgba(0, 0, 0, 0.12);
  margin: 30px 0;
  max-width: 100%;
}
section.posts-relacionados article .thumb-post {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 237px;
}
section.posts-relacionados article .post-preview {
  padding: 20px;
  min-height: 195px;
}
section.posts-relacionados article .post-preview h3 {
  font-size: 17px;
  color: #EF6129;
}
section.posts-relacionados article .post-preview p {
  font-size: 14px;
  text-align: justify;
}

section.intro-comercializacao {
  border-bottom: 2px solid #ccc;
  padding: 90px 0;
}
section.intro-comercializacao h1 {
  color: #EF6129;
  text-transform: uppercase;
  margin: 0;
  font-size: 50px;
}
section.intro-comercializacao h2 {
  color: #EF6129;
  font-size: 19px;
  margin: 20px 0;
}
section.intro-comercializacao article {
  text-align: center;
  margin: 30px;
}
section.intro-comercializacao article p {
  max-width: 100%;
  margin: 0 auto;
  min-height: 44px;
}

.contato {
  border-bottom: 2px solid #ccc;
  padding: 90px 0;
}
.contato h1 {
  color: #EF6129;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 50px;
}
.contato p {
  margin: 0;
}
.contato p > a:any-link {
  color: #707070;
}
.contato iframe {
  margin: 30px 0;
}
.contato form {
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  .border-desktop {
    width: 90%;
    border-bottom: 1px solid #EF6129;
    margin: 20px auto;
  }
}
@media (max-width: 991px) {
  .container {
    width: 900px !important;
    max-width: 100%;
  }

  section.comercializacao {
    padding: 90px 0;
  }
  section.comercializacao ul {
    margin: 20px 0;
  }

  header nav ul {
    flex-direction: column;
  }
  header nav ul li {
    margin: 10px;
    text-align: right;
  }

  .navbar-toggler {
    font-size: 40px;
    color: #EF6129;
  }

  .equipe article .info-integrante h2 {
    font-size: 23px;
    color: #EF6129;
  }
}
@media (max-width: 940px) {
  .container {
    width: 880px !important;
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  section.banner #carouselBanner .carousel-item .overflow {
    background-image: none;
  }

  section.sobre {
    background-image: none;
  }
  section.sobre .container {
    text-align: center !important;
  }

  .pilares article {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 30px;
  }

  .equipe article {
    width: 400px;
    max-width: 100%;
    margin: 30px auto;
  }

  .newsletter {
    text-align: center;
  }

  .col-logo {
    text-align: center;
  }

  footer .sitemap {
    padding-top: 20px;
  }

  .col-social {
    border-top: 1px solid #fff;
    padding: 10px 0 0 0;
    margin: 20px 0 10px;
  }
  .col-social ul {
    margin: 0;
  }
}
@media (max-width: 650px) {
  section.banner #carouselBanner .carousel-item .overflow h2 {
    font-size: 50px;
  }
}
@media (max-width: 550px) {
  section.banner #carouselBanner .carousel-item .overflow h2 {
    font-size: 40px;
  }

  section.comercializacao h2 {
    font-size: 30px;
  }

  section.intro-comercializacao h1,
section.blog h2 {
    font-size: 30px;
  }

  .post-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 450px) {
  section.banner #carouselBanner .carousel-item .overflow h2 {
    font-size: 30px;
  }
}

/*# sourceMappingURL=main.css.map */
