@import url("https://fonts.googleapis.com/css2?family=Montserrat: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&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Nunito Sans", sans-serif;
  background-color: #fff;
}

input:focus,
a:focus,
button:focus,
textarea:focus {
  outline: none !important;
}

input:active,
a:active,
button:active,
textarea:active {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

p {
  font-weight: 300;
  font-size: 22px;
}

h1 {
  font-size: 68px;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 46px;
}

h4 {
  font-size: 34px;
}

h5 {
  font-size: 20px;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

::-webkit-input-placeholder,
select,
input {
  /* Edge */
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

:-ms-input-placeholder,
select,
input {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

::-ms-input-placeholder,
select,
input {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

::placeholder,
select,
input {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

textarea {
  color: #fff;
}

body {
  background-image: url("../images/img-bg-lp.png");
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  height: auto;
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: all 463ms ease-in-out;
  transition: all 463ms ease-in-out;
  background-color: transparent;
}

header.fixed-top {
  height: auto;
  -webkit-transition: all 463ms ease-in-out;
  transition: all 463ms ease-in-out;
}

header .logo img {
  width: 100%;
  height: auto;
}

header nav {
  padding-left: 0 !important;
}

header nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav ul li {
  margin: 0px 100px 0 0;
}

header nav ul li a {
  font-size: 18px;
  padding-left: 0 !important;
  color: #fff;
}

header nav .dropdown.show .dropdown-toggle::after {
  background-image: url("../fonts/svg-up-arrow.svg");
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

header nav .dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

header nav .dropdown-toggle:after {
  background-image: url("../fonts/svg-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  right: -25px;
  background-size: 14px;
  position: absolute;
  bottom: 0;
  border: none;
  background-color: transparent;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.navbar-toggler {
  display: none;
}

#main-home .banner {
  position: relative;
	background-image:url(../images/img-bg-topo.png);
	background-repeat:no-repeat;
	background-size:80%;
	background-position:left;
	margin-bottom:100px;
}

#main-home .banner .selo {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index:11;
}
#main-home .banner .arrows {
    position: absolute;
    bottom: 15px;
    right: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
}

#main-home .banner .arrows a {
  display: block;
  margin: 0 15px;
}

#main-home .banner .slider .slider-item  {
/*   background-image: url("../images/img-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom; */
  height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#main-home .banner .slider .slider-item  .imagem-fixa{
	position:absolute;
	right:-1000px; 
	background-repeat: no-repeat;
    background-size: contain;
    height: 1092px;
    width: 48%;
    max-width: 902px;
	z-index:10;
}
#main-home .banner .slider .slider-item  .imagem-fixa.efeito-right-to-left{
	right:0;
}
#main-home .banner .slider .slider-item  .titulo{
	margin-bottom:100px;
	position:relative;
}
#main-home .banner .slider .slider-item  .titulo::before{
	content:"";
	background-image: url("../images/img-hashtag.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
	display:block;
    height: 350px;
    width: 350px;
    top: -105px;
    left: -140px;
    position: absolute;
}

#main-home .banner .slider .slider-item  .titulo h1{
	font-family: "Montserrat",sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    font-style: italic;
	line-height: 82px;
}
#main-home .banner .slider .slider-item  p {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}

#main-home .banner .slider .slider-item a {
  display: block;
  padding: 16px 30px;
  background-color: #fff;
  color: #e26000;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  font-weight: 600;
}

#main-home .animais-expostos {
  padding: 50px 0 0;
}

#main-home .animais-expostos h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 600;
}

#main-home .animais-expostos h2 span {
  color: #e26000;
}

#main-home .animais-expostos p {
  color: #fff;
  margin-top: 50px;
}

#main-home .lista {
  padding: 150px 0 150px;
  position: relative;
  overflow: hidden;
}

#main-home .lista .after {
  display: block;
  width: 190px;
  height: 460px;
  position: absolute;
  right: 0;
  top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/img-comprimido.png);
}

#main-home .lista .before {
  display: block;
  width: 380px;
  height: 317px;
  position: absolute;
  right: 0;
  bottom: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/img-comprimido2.png);
}

#main-home .lista .row-lista {
  margin: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-home .lista .row-lista .icone img {
  max-width: 100px;
  margin: 0 auto;
}

#main-home .lista .row-lista .texto p {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
}

#main-home .consumo {
  padding-bottom: 100px;
  padding-top: 0px;
}

#main-home .consumo h3 {
  font-size: 34px;
  text-transform: uppercase;
  color: #e26000;
  margin-bottom: 20px;
  font-weight: 600;
}

#main-home .consumo p {
  color: #fff;
}

#main-home .consumo a {
  display: block;
  padding: 16px 60px;
  background-color: #e26000;
  color: #fff;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  font-weight: 600;
}

#main-home .contato {
  overflow: hidden;
  display: block;
}

#main-home .contato .col-bg {
  background-image: url(../images/img-bg-contato.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#main-home .contato .col-form {
  background-image: url(../images/img-contato.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  position: relative;
}

#main-home .contato .col-form:after {
  content: "";
  display: block;
  position: absolute;
  width: 500px;
  background-image: url(../images/img-contato.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  top: 0;
  right: -500px;
}

#main-home .contato .col-form h4 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 35px;
  font-weight: 600;
}

#main-home .contato .col-form form br {
  display: none;
}

#main-home .contato .col-form form span {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
#main-home .contato form{
	position:relative;
	padding-bottom: 40px
}
#main-home .contato .wpcf7-submit, #main-home .contato .mktoForm .mktoButtonWrap.mktoInset .mktoButton{
	    background: transparent;
    border: none;
    position: absolute;
    bottom: 10px;
    right: -100px;
	z-index: 10;
	color: #FFF;
    box-shadow: none;
}
#main-home .contato .wpcf7 form .wpcf7-response-output{
	color:#fff;
}
#main-home .contato .col-form form span input, #main-home .contato .col-form form .mktoField,
#main-home .contato .col-form form span textarea {
  background-color: transparent;
  border: 1px solid #fff;
  width: 100% !important;
  padding: 5px;
  text-indent: 6px;
	box-shadow: none;
	-webkit-appearance: auto;
	color: #FFF;
}

#main-home .contato .col-form form span textarea {
  height: 120px;
}

#main-home .contato .mktoForm{
	width: 100% !important;
}

#main-home .contato .mktoForm .mktoFieldWrap, #main-home .contato .mktoForm .mktoFormCol {
    float: none;
	margin-bottom: 0 !important;
}

#main-home .contato .mktoForm .mktoRequiredField .mktoAsterix, #main-home .contato .mktoForm .mktoOffset{
	display: none;
}

#main-home .contato .mktoForm .mktoLabel {
    display: block;
	width: 100% !important;
	color: #FFF;
}

#main-home .contato .mktoForm .mktoButtonRow{
	display: block;
}

footer {
  padding: 50px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap:wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a44600;
}

footer .row.row-menu {
  padding: 100px 0;
}

footer .row.row-menu .menu-footer {
  display: inline-block;
  margin-right: 20px;
  min-width: 180px;
}

footer .row.row-menu .menu-footer h4 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 40px;
}

footer .row.row-menu .menu-footer ul li a {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
}

footer .row-bottom {
  border-top: 1px solid #fff;
  padding-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .row-bottom p {
  color: #fff;
  font-size: 20px;
}

footer .row-bottom .social {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .row-bottom .social p {
  padding-right: 80px;
}

footer .row-bottom .social .icones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .row-bottom .social .icones a {
  margin-right: 15px;
  display: block;
  font-size: 26px;
}

footer .row-bottom .social .icones a i {
  color: #fff;
}

footer .row-bottom .copyright p {
  font-weight: bold;
}
footer .cookie-box {
    position: fixed;
	z-index:9999;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #ea6c11;
    background: #f2f2f2;
	 height: 0;
	  -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
	  overflow: hidden;
}
footer .cookie-box.active{
	 height:212px;
/*   -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease; */
}

footer .cookie-box h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}
footer .cookie-box p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}
footer .cookie-box a{
	color:#000;
	font-weight:600;
	font-style:italic;
	text-decoration:underline;
}
footer .cookie-box button {
    background: #fff;
    color: #ea6c11;
    font-size: 16px;
    line-height: 1.33em;
    -moz-box-shadow: 0px 1px 2px 0 #777;
    -webkit-box-shadow: 0px 1px 2px 0 #777;
    box-shadow: 0px 1px 2px 0 #777;
    border: 0;
    margin-right: 10px;
    padding: 0.5em 1em 0.3em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 2px;
    white-space: nowrap;
    text-decoration: none;
    width: 100%;
	font-weight:600;
}
/*# sourceMappingURL=main.css.map */