/*
Theme Name: agroPro
Theme URI: http://agropro.com.br
Author: Saulo Pedro 
Author URI: http://saulopedro.com.br/
Description: Tema teste criado para tema wordpress.
Version: 1.0
*/
/* IMPORTS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.kumbh-sans-100 {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
}

.kumbh-sans-300 {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
}

.kumbh-sans-500 {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
}

.kumbh-sans-600 {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
}

.kumbh-sans-bold {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
}

.kumbh-sans-900 {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
}

/*style-script*/
.style-script-regular {
  font-family: "Style Script", cursive;
  font-weight: 400;
  font-style: normal;
}

/*lilita-one*/
.lilita-one-regular {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1200px) {
  body .banner .banner-icone {
    width: auto;
  }
  body .banner .banner-image {
    margin-top: 40%;
  }
  body #links {
    bottom: 6%;
  }
}
@media (max-width: 992px) {
  body .historia .historia-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body .footer-image {
    display: none;
  }
}
@media (max-width: 768px) {
  body .banner .banner-icone {
    left: -30%;
  }
  body .banner .banner-icone.right {
    right: -53%;
  }
  body .banner .banner-content h1 {
    font-size: 56px;
    line-height: 70px;
  }
  body .banner .banner-content h2 {
    font-size: 160px;
    line-height: 170px;
  }
  body .banner .banner-image {
    margin-top: 55%;
  }
}
@media (max-width: 576px) {
  body #header .navbar .navbar-toggler {
    border: 2px solid #ffa51d;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body #header .navbar .navbar-toggler span {
    color: #ffa51d;
  }
  body #header .navbar #navbarNav {
    margin-top: 15px;
  }
  body #header .navbar #navbarNav .navbar-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body #header.menuative {
    background-color: #830c4f;
    border-bottom: 2px solid white;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  }
  body .banner {
    height: auto;
  }
  body .banner .banner-icone {
    width: 450px;
    left: -43%;
    top: -55%;
  }
  body .banner .banner-icone.right {
    top: -55%;
  }
  body .banner .banner-content {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    margin-top: 108px;
  }
  body .banner .banner-image {
    margin: 20px 0;
  }
  body footer .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body footer .footer-social-media {
    margin-bottom: 20px;
  }
  body footer .footer-final a {
    margin-top: 20px;
  }
  body #links {
    bottom: 6%;
  }
}
/* Gerais */
body, html {
  font-family: "Kumbh Sans", sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

* {
  font-family: "Kumbh Sans", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: transparent;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#header .navbar-toggler {
  border: 2px solid #ffffff;
  outline: none;
}
#header .navbar-toggler span {
  font-size: 20px;
  line-height: 24px;
  color: white;
}
#header .navbar {
  background-color: transparent !important;
}
#header .navbar #navbarNav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .navbar #navbarNav .navbar-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .navbar #navbarNav .navbar-nav li a {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  text-transform: inherit;
  color: #ffffff;
  text-align: center;
  margin: 0 10px;
}
#header .navbar #navbarNav .navbar-nav li a img {
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .navbar #navbarNav .navbar-nav li a img:hover, #header .navbar #navbarNav .navbar-nav li a img:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#header.scrollfix {
  background-color: #830c4f;
  border-bottom: 2px solid white;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.banner {
  position: relative;
  background-color: #830c4f;
  height: 100vh;
  border-bottom: 2px solid white;
}
.banner .banner-content {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .banner-content h1 {
  font-size: 70px;
  text-transform: inherit;
  font-weight: bold;
  line-height: 90px;
  color: #ffa51d;
}
.banner .banner-content h2 {
  font-family: "Style Script", cursive;
  font-size: 180px;
  text-transform: inherit;
  font-weight: bold;
  line-height: 184px;
  color: #ffffff;
}
.banner .banner-content a.btn-banner {
  background-color: #ffa51d;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 30px;
  margin-top: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner .banner-content a.btn-banner:hover {
  background-color: white;
  color: #ffa51d;
}
.banner .banner-image {
  position: relative;
  margin-top: 20%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner .banner-image:hover, .banner .banner-image:focus {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.banner .banner-image img {
  width: 100%;
}
.banner .banner-icone {
  position: absolute;
  top: -64%;
  left: -20%;
  width: 600px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: 1;
}
.banner .banner-icone.right {
  top: -42%;
  left: auto;
  right: -30%;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
.banner .banner-icone.bottom {
  top: 84%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.linhas {
  position: relative;
  padding: 100px 40px;
  background-color: #830c4f;
  z-index: 2;
}
.linhas h2 {
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 50px;
}
.linhas .linha-subtitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: inherit;
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.linhas .linha-item {
  background-color: wheat;
  border: 1px solid #ffffff;
  color: #000000;
  padding: 20px 15px;
  border-radius: 10px;
}

.qualidade {
  position: relative;
  padding: 30px;
  background-color: #ffffff;
}
.qualidade .qualidade-content {
  margin-top: 60px;
}
.qualidade .qualidade-content h2 {
  font-size: 70px;
  line-height: 68px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffa51d;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: -2px 0 #830c4f, 0 2px #830c4f, 2px 0 #830c4f, 0 -2px #830c4f;
}
.qualidade .qualidade-content h3 {
  font-size: 60px;
  line-height: 58px;
  font-weight: 400;
  text-transform: uppercase;
  color: #830c4f;
  margin-bottom: 25px;
  text-align: center;
}
.qualidade .qualidade-content .qualidade-subtitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: inherit;
  color: #000000;
  margin-bottom: 35px;
  text-align: center;
}
.qualidade .qualidade-image img {
  width: auto;
  height: auto;
}

.acai {
  position: relative;
  background-color: #830c4f;
  padding: 60px 30px;
}
.acai .container {
  position: relative;
  z-index: 2;
}
.acai .acai-content {
  margin-top: 60px;
  text-align: center;
}
.acai .acai-content h2 {
  font-size: 100px;
  line-height: 80px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
}
.acai .acai-content h3 {
  font-size: 50px;
  line-height: 54px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 25px;
}
.acai .acai-content .acai-subtitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: inherit;
  color: #ffffff;
  margin-bottom: 35px;
}
.acai .acai-image img {
  width: auto;
  height: auto;
}
.acai .bolas1, .acai .bolas2 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 1;
}
.acai .bolas2 {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.historia {
  position: relative;
  background-color: #830c4f;
  padding: 80px 20px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.historia .historia-image {
  text-align: center;
}
.historia .historia-image img {
  width: 100%;
  max-width: 250px;
}
.historia .historia-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 35px;
}
.historia .historia-subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: inherit;
  color: #ffffff;
  margin-bottom: 20px;
}

footer {
  position: relative;
  background-color: #830c4f;
  padding: 60px 20px 0px;
}
footer .footer-content {
  min-width: 60%;
}
footer .footer-content .footer-title {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
footer .footer-content h3 {
  text-transform: uppercase;
}
footer .footer-content p, footer .footer-content a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: inherit;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}
footer .footer-social-media h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
footer .footer-social-media .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
footer .footer-social-media .social-media a {
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-transform: inherit;
  color: #ffffff;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-social-media .social-media a:hover, footer .footer-social-media .social-media a:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #ffa51d;
}
footer .footer-image {
  position: relative;
  height: 325px;
}
footer .footer-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 230px;
}
footer .footer-final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  border-top: 2px solid #ffffff;
}
footer .footer-final p, footer .footer-final a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: inherit;
  color: #ffffff;
}

#links {
  position: fixed;
  top: auto;
  left: auto;
  right: 3%;
  bottom: 3%;
  z-index: 10;
}
#links .links-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#links .links-content .modal-item {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#links .links-content .modal-item:last-of-type {
  margin-bottom: 0;
}
#links .links-content .modal-item:last-of-type span {
  color: red;
}
#links .links-content .modal-item:hover, #links .links-content .modal-item:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#links .links-content .modal-item span {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  text-transform: inherit;
  color: #25d366;
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  padding: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#links .links-content .modal-item span svg, #links .links-content .modal-item span i, #links .links-content .modal-item span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: 35px;
}

.wow {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */