@charset "UTF-8";


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,
font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
}

::-webkit-input-placeholder {
  font-size: 14px;
  color: #a3a3a3;
}
:-moz-placeholder {
  font-size: 14px;
  color: #a3a3a3;
}
::-moz-placeholder {  
  font-size: 14px;
  color: #a3a3a3;
}
:-ms-input-placeholder {  
  font-size: 14px;
  color: #a3a3a3;
}

ul {
  list-style:none;  
}
input:focus {
  outline: none;
}
textarea:focus{
  outline:none;
}
select:focus{
  outline:none;
}


a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a {
  transition: all 0.5s;
  text-decoration: none;
}

textarea, input[type="text"], input[type="button"], input[type="submit"] { -webkit-appearance: none; border-radius: 0; }




body {
  font-family: Arial,'Trebuchet MS',Arial,Helvetica,sans-serif;
  font-size: 1rem;
  background: #f5f8f4;
  font-weight: 500;
  color: #212121;
}


.center {
  width: 1240px;
  margin: 0 auto;
}


.top {
  display: block;
  width: calc(100%);
  padding: 8px 0 0 0;
  background: #fff;
  box-shadow: 2px 1px 7px #e1e3e7;
  z-index: 99;
}
.top > .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.top a > img {
  display: inline-block;
  width: 100px;
  height: auto;
}
.top nav > span{
  font-size: 0;
}
.top nav {
  display: inline-block; 
  vertical-align: middle;
}
.top nav li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 30px;
}
.top nav li > span {
  display: block;
  padding: 18px 0 25px 0;
  font-size: 13px;
  font-weight: 600;
  color: #466934;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.top nav li > a {
  display: block;
  padding: 18px 0 25px 0;
  font-size: 13px;
  font-weight: 600;
  color: #466934;
  text-transform: uppercase;
  text-decoration: none;
}
.top nav li > a:hover {
  text-decoration: none;
  color: #e58f3c;
}


.top nav li:hover > ul {
  display: block;
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 999;
}
.top nav li > ul {
  min-width: 200px;
  padding: 0 20px 0 20px;
  background: #fff;
  display: none;
}
.top nav li > ul > li {
  display: block;
  margin: 0;
}

.top div > .bt-menu {
  display: none; 
  width: 30px;
  margin: 0 40px 0 0;
  font-size: 30px;
  color: #142554; 
  vertical-align: middle;
  cursor: pointer;
}
.top div > .bt-menu {
  line-height: 24px;
}

.top div > .bt-search {
  display: inline-block;
  width: 30px;
  margin: 0 0 0 40px;
  font-size: 30px;
  color: #142554; 
  vertical-align: middle;
  cursor: pointer;
}
.top div > .bt-search {
  line-height: 24px;
}


.top div > .sep {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: 0 0 0 40px;
}


.search {
  display: inline-block;
  width: 550px;
  padding: 0 0 0 10px;
  border: 1px solid #959595;
  border-radius: 5px;
}
.search input {
  display: inline-block;
  width: calc(100% - 80px);
  padding: 13px 20px 13px 10px;
  font-size: 16px;
  border: 0;
  vertical-align: middle;
}
.search span {
  display: inline-block;
  padding: 8px 10px 8px 10px;
  background: #ffc000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  vertical-align: middle;
}
.search span > em {
  display: block;
  line-height: 22px;
  font-size: 30px;
  color: #142554;
  padding: 0;
}


.slide {
  display: block;
  width: 100%;
  margin: 1px 0 0 0;
}



#search {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(70, 105, 62, 0.9);
  z-index: 99999;
}
#search > span {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
#search > div {
  display: block;
  margin: 0 0 100px 0;
}
#search > div > img {
  display: inline-block;
  margin: 0 0 20px 0;
  width: 120px;
  height: auto;
}
#search > div > div {
  display: flex;
  width: 500px;
  padding: 5px 20px 5px 20px;
  align-items: center;
  background: #fff;
  border-radius: 50px;
}
#search > div > div form {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
}
#search > div > div input {
  width: calc(100% - 100px);
  padding: 15px 20px 15px 20px;
  font-size: 25px;
  border: 0;
}
#search > div > div button {
  padding: 3px 0 0 0;
  font-size: 40px;
  color: #002055;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#search > div > div button > em {
  line-height: 0;
}

#search input::-webkit-input-placeholder {
  font-size: 25px;
  color: #9e9e9e;
}
#search input:-moz-placeholder {
  font-size: 25px;
  color: #9e9e9e;
}
#search input::-moz-placeholder {  
  font-size: 25px;
  color: #9e9e9e;
}
#search input:-ms-input-placeholder {  
  font-size: 25px;
  color: #9e9e9e;
}

.s-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0) !important;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}
.s-inactive {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}




footer {
  display: block;
  width: 100%;
  padding: 50px 0 50px 0;
  background: #3b6a2c;
  color: #fff;
  font-weight: 400;
}
footer .center > p {
  display: block;
  margin: 30px 0 0 0;
  font-size: 11px;
  text-align: center;
}
footer .center > p > a {
  display: inline;
  color: #fff;
  text-decoration: none;
}
footer .center > p > a:hover {
  text-decoration: underline;
}

footer .text {
  display: block;
  margin: 0 0 40px 0;
  width: 100%;
  text-align: center;
}
footer .text > p {
  font-size: 16px;
  line-height: 25px;
}

footer .links {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  margin: 50px 0 50px 0;
}
footer .links > div {
  display: inline-block;
}
footer .links > div > p {
  display: block;
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .links > div > ul > li > a {
  display: block;
  padding: 5px 0 8px 0;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
footer .links > div > ul > li > a:hover {
  color: #1a4a0b;
  text-decoration: none;
}

footer .links > div > ul > li > a > em {
  margin: 0 5px 0 0;
  font-size: 20px;
  vertical-align: middle;
}

footer .links > div > ul > li strong {
  font-size: 13px;
  font-weight: 600;
}
footer .links > div > ul > li p {
  margin: 6px 0 20px 0;
  font-size: 15px;
}




#h-header {
  display: block;
}
#h-header > header {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 550px;
  background-image: url('https://bonitoecotour.com/blog/wp-content/uploads/2023/06/bonito-ms-ecotour-passeios-em-bonito-agencia-turismo-bonito-eco-tour.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
#h-header > header > div {
  width: 580px;
  margin: 0 0 30px 30px;
  color: #fff;
}
#h-header > header > div > h1 {
  margin: 0 0 20px 0;
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
}
#h-header > header > div > p {
  font-size: 20px;
}



.bg-white {
  background: #fff;
}

.h-list {
  display: block;
  width: 100%;
  padding: 0 0 30px 0;
}
.h-list h2, .h-list div > h2 {
  display: inline-block;
  margin: 50px 10px 0 10px;
  padding: 0 30px 5px 0;
  font-size: 24px;
  color: #44782a;
  text-transform: uppercase;
  border-bottom: 3px solid #e3ecde;

}
.h-list p, .h-list div > p {
  margin: 10px 10px 20px 10px;
  font-size: 16px;
  line-height: 25px;
}

.h-list div section {
  display: inline-block;
  width: calc(100% - 36px);
  height: auto;
  margin: 0 10px 20px 10px;
  padding: 8px 8px 0 8px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 1px 7px #e1e3e7;
}
.h-list div section:hover {
  box-shadow: 0px 3px 12px #c5c9cf;
}

.h-list div section > a > img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.h-list div section > a > div {
  display: block;
  height: 150px;
  margin: 0 0 10px 0;
}
.h-list div section > a > div > h3 {
  margin: 10px 10px 6px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #222;
}

.h-list div section>a>div>strong.passeiotitle {
    margin: 10px 10px 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #222;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.h-list div section > a > div > p {
  margin: 10px 10px 20px 10px;
  font-size: 13px;
  line-height: 18px;
  color: #4b4849;
} 

.h-list div section > a > span {
  display: block;
  margin: 0 10px 20px 10px;
  font-size: 20px;
  font-weight: 700;
  color: #456934;
}


.h-item-2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h-item-2 > div {
  width: 25%;
}

.h-list .text {
  display: block;
  width: calc(100% - 40px);
  margin: 0 20px 50px 20px;
}


#text {
  display: block;
  width: calc(100% - 60px);
  margin: 0 30px 60px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}
#text p {
  margin: 0 0 12px 0;
}
#text h2 {
  margin: 20px 0 15px 0;
  font-size: 22px;
}
#text h3 {
  margin: 20px 0 15px 0;
  font-size: 18px;
}

main > section {
  display: block;
  width: calc(100% - 60px);
  margin: 50px 30px 80px 30px; 
}
main > section h2 {
  display: inline-block;
  margin: 0 10px 0 10px;
  padding: 0 30px 5px 0;
  font-size: 24px;
  color: #44782a;
  text-transform: uppercase;
  border-bottom: 3px solid #e3ecde;
}
main > section > p {
  margin: 10px 10px 20px 10px;
  font-size: 16px;
  line-height: 25px;
}
main > section > div {
  display: block;
}
main > section > div > div {
  display: block;
  border-radius: 10px;
}
main > section > div > div div {
  display: block;
  width: calc(100% - 8px);
  padding: 2px 0;
  margin: 0 2px 0 2px;
  background: #fff;
}

main > section > div > div h3 {
  margin: 10px 10px 6px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #222;
}
main > section > div > div p {
  margin: 10px 10px 20px 10px;
  font-size: 13px;
  line-height: 18px;
  color: #4b4849;
} 
main > section > div > div img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 5px;
}


main > section strong {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  z-index: 9;
}


#breadcrumb {
  display: block;
  width: 100%;
  margin: 30px 0 20px 0;
}
#breadcrumb > li {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
#breadcrumb > li:after {
  content: '›';
  margin: 0 10px 0 10px;
  font-size: 12px;
  vertical-align: top;
  color: #8b8c98;
}
#breadcrumb > li:last-of-type:after {
  content: '';
}
#breadcrumb > li > a {
  display: inline-block;
  font-size: 12px;
  color: #8b8c98;
  text-decoration: underline;
}
#breadcrumb > li > a:hover span {
  text-decoration: underline;
}
#breadcrumb > li > a > span {
  display: inline-block;
}
#breadcrumb > li > span {
  font-size: 12px;
  color: #8b8c98;
}






.page_404 {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.page_404 div {
  display: block;
  width: 380px; 
  text-align: center;
}
.page_404 div > img {
  display: inline-block;
  width: 50%;
  height: auto;
}
.page_404 div > strong {
  display: block;
  margin: 30px 0 10px 0;
  font-size: 30px;
  font-weight: 600;
}
.page_404 div > p {
  display: block;
  font-size: 15px;
  font-weight: 300;
}
.page_404 div > a {
  display: block;
  margin: 30px 0 0 0;
  font-size: 14px;
  color: #071f51;
  text-decoration: none;
  vertical-align: middle;
}
.page_404 div > a:hover {
  color: #071f51;
  text-decoration: underline;
}
.page_404 div > a > i {
  margin: 0 10px 0 0;
}


#texto {
  display: block;
  width: calc(100% - 60px);
  margin: 30px 0 30px 0;
  padding: 30px;
  vertical-align: top;
  border-radius: 10px;
  background: #fff;
}
#texto header {
  display: block;
  margin: 10px 0 30px 0;
}
#texto header > h1 {
  font-size: 25px;
  font-weight: 600;
}
#texto .conteudo {
  display: block;
  color: #2e2e36;
}
#texto .conteudo h2 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 600;
}
#texto .conteudo h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
}
#texto .conteudo p {
  margin: 0 0 22px 0;
  font-size: 16px;
  line-height: 32px;
}
#texto .conteudo a {
  color: #092869;
  text-decoration: none;
}
#texto .conteudo a:hover {
  color: #092869;
  text-decoration: underline;
}
.texto>article a{
  color: #ff8500;
}
.texto>article{
    max-width: 1040px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;text-align: justify;
    font-size: 16px;
    line-height: 1.4em;    font-family: Arial,'Trebuchet MS',Arial,Helvetica,sans-serif;
}

.p-title-format{
  font-weight: bold;
  font-size: 22px;
}
#text h3 {
    text-align: left;
}
#text h2 {
    text-align: left;
}





#bt-whatsapp {
  position: fixed;
  display: flex;
  bottom: 20px;
  left: 20px;
  height: 55px;
  width: 55px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 100%;
  background: #65d072;
  cursor: pointer;
  box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%); 
}
#bt-whatsapp em {
  font-size: 38px;
  color: #fff;
  line-height: 35px;
}

.monte-pacote {
  display: block;
  width: 100%;
  margin: 40px 0 0 0;
}
.monte-pacote iframe {
  overflow: hidden; 
  min-height: 400px; 
  width: 100%; 
  margin: 50px 0 0 0; 
  padding: 0px;
}


.l-header {
  display: block;
}
.l-header > header {
  display: block;
  margin: 0 0 0 0;  
}
.l-header > header > h1 {
  display: inline-block;
  margin: 0;
  padding: 0 30px 5px 0;
  font-size: 24px;
  font-weight: 700;
  color: #44782a;
  text-transform: uppercase;
  border-bottom: 3px solid #e3ecde;
}
.l-header > header > p {
  margin: 10px 0 20px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.l-header > header .social {
  display: block;
  margin: 20px 0 0 0;
}
.l-header > header .social > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  border-radius: 100%;
  font-size: 20px;
}


.list {
  display: flex;
  width: 100%;
  margin: 40px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list section {
  display: inline-block;
  width: calc(50% - 36px);
  height: auto;
  margin: 0 0 30px 0;
  padding: 8px 8px 0 8px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 1px 7px #e1e3e7;
}
.list section:hover {
  box-shadow: 0px 3px 12px #c5c9cf;
}

.list section img.infoimg {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.list section > div.info {
  display: block;
  min-height: 130px;
  margin: 0 0 10px 0;
}
.list section  div.info > h3 {
  margin: 10px 10px 6px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #222;
}
.list section  div.info > strong {
  margin: 10px 10px 6px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #222;
}
.list section div.info > p {
  margin: 10px 10px 20px 10px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
} 
.list section div.info > span {
  display: block;
  margin: 10px 10px 20px 10px;
  font-size: 11px;
  color: #4b4849;
}
.list section div.info > span > strong {
  font-size: 22px;
  font-weight: 700;
  color: #3c6a2c;
} 
.list section span.button {
  display: block;
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #f38e1e;
  border-radius: 5px;
}



.pagination {
  display: block;
  width: 100%;
  margin: 30px 0 60px 0;
  text-align: center;
  font-size: 15px;
}
.pagination .left, .pagination .right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px 13px 16px;
  margin: 0 8px 0 8px;
  height: 25px;
  width: 30px;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background: #354e25;
  text-decoration: none;
  cursor: pointer;
}
.pagination em {
  line-height: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 800;
}
.pagination div {
  display: inline-block;
  margin: 0 18px 0 18px;
}
.pagination a {
  display: inline-block;
  margin: 0 5px 0 5px;
  color: #111111;
  text-decoration: none;
}
.pagination a:hover {
  transform: scale(1.2);
}
.pagination b {
  margin: 0 15px 0 15px;
  font-size: 22px; 
}
.pagination span {
  display: inline-table;
  width: 30px;
}
.pagination span.sep {
  font-size: 17px;
  color: #c5c5c5;
}
.pagination .nav > p {
  display: none;
}
.pagination a p {
  display: none;
}
.pagination span.nav {
  padding: 13px 16px 13px 16px;
  font-weight: 300;
  font-size: 17px;
  color: #d2d2d2;
  text-decoration: none;
  cursor: pointer;
}



.list .view-plus {
  display: flex;
  width: 100%;
  margin: 30px 0 0 0;
  justify-content: center;
  align-items: center;
}
.list .view-plus > span {
  display: inline-block;
  padding: 15px 20px 15px 20px;
  border-radius: 10px;
  background: #3b6a2c;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.list .view-plus > span:hover {
  background: #255217;
}



.list .message {
  display: block;
  width: calc(100% - 40px);
  margin: 60px 20px 60px 20px;
  text-align: center;
  background: transparent;
}
.list .message > em {
  font-size: 50px;
  color: #bfc3d5;
}
.list .message > strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #696974;
}



.p-slide {
  height: 250px;
  overflow: hidden;
}

.p-slide img {
  height: 250px;
  object-fit: cover;
}

.p-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.p-item header {
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e3ecde;
}
.p-item header > h1 {
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 700;
  color: #44782a;
  text-transform: uppercase;
  border-bottom: 3px solid #e3ecde;
}
.p-item header > p {
  font-size: 16px;
  font-weight: 600;
}
.p-item header .social {
  display: block;
  margin: 20px 0 0 0;
}
.p-item header .social > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  border-radius: 100%;
  font-size: 20px;
}

.p-item .avaliacao {
  display: block;
  margin: 20px 0 30px 0;
}
.p-item .avaliacao img {
  margin: 0 2px 0 0;
}


.p-item .p-item-description {
  display: block;
  margin: 10px 0 20px 0;
  font-size: 16px;
  line-height: 28px;
}
.p-item .p-item-description p {
  margin: 0 0 15px 0;
  font-weight: 500;
}
.p-item .p-item-description img {
  width: 100% !important;
  height: auto !important;
}
.p-item .p-item-description strong {
  margin: 30px 0 0 0;
  text-decoration: underline;
  text-transform: uppercase;
}
.p-item .p-item-description h2 {
  margin: 30px 0 10px 0;
  font-size: 20px;
}
.p-item .p-item-description ul {
  list-style: square;
  padding: 10px 0 30px 20px;
}
.p-item .p-item-description ul > li {
  margin: 5px 0 5px 0;
  font-weight: 500;
}
.p-item .p-item-description a {
  color: #092869;
  text-decoration: none;
}
.p-item .p-item-description a:hover {
  color: #092869;
  text-decoration: underline;
}


.p-item .p-item-description strong{
  text-decoration: auto !important;
  text-transform: none !important;
}


.p-item-infra {
  display: block;
  margin: 20px 0 20px 0;
}
.p-item-infra > h2 {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}
.p-item-infra > ul {
  margin: 20px 0 0 0;
}
.p-item-infra > ul > li {
  display: inline-block;
  width: calc(33.3333%);
  margin: 5px 0 10px 0;
  font-size: 14px;
  font-weight: 500;
}
.p-item-infra > ul > li > em {
  margin: 0 5px 0 0;
  font-size: 20px;
  color: #000;
  vertical-align: middle;
}


.p-item-price {
  display: block;
  width: calc(100% - 2px);
  margin: 50px 0 0 0;
  padding: 20px 0 0 0;
  background: #ebf1e7;
  border: 1px solid #dfe7d9;
  border-radius: 10px;
}
.p-item-price > h2 {
  display: block;
  margin: 0 20px 0 20px;
  font-size: 26px;
}
.p-item-price > p {
  display: block;
  margin: 10px 20px 20px 20px;
  font-size: 16px;
}
.p-item-price > section {
  display: inline-block;
  width: calc(50% - 40px);
  margin: 20px 0 0 0;
  padding: 20px;
  border-top: 1px solid #dfe7d9;
  border-radius: 6px;
  text-align: left;
}
.p-item-price > section:nth-child(even) {
  width: calc(50% - 41px);
  border-left: 1px solid #dfe7d9;
}
.p-item-price > section > h3 {
  margin: 0 0 20px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.p-item-price > section > span {
  display: inline-block;
  width: calc(50% - 20px);
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;  
  background: #e6ede1;
}
.p-item-price > section > span:nth-child(even) {
  width: calc(50% - 30px);
  margin: 0 10px 0 0;
}
.p-item-price > section > span > strong {
  display: block;
  margin: 5px 0 0 0;
  font-size: 20px;
  color: #e58f3c;
}




.p-price {
  display: block;
  width: calc(100% - 42px);
  margin: 50px 0 0 0;
  padding: 20px;
  background: #ebf1e7;
  border: 1px solid #dfe7d9;
  border-radius: 10px;
}
.p-price > h2 {
  display: block;
  margin: 0 20px 0 20px;
  font-size: 26px;
}
.p-price > p {
  display: block;
  margin: 10px 20px 20px 20px;
  font-size: 16px;
}
.p-price > strong {
  margin: 10px 20px 20px 20px;
  font-size: 30px;
  font-weight: 700;
  color: #3a6a2c;
}



.facebook {
  color: #fff;
  background: #3e5c98;
}
.facebook:hover {
  color: #fff;
  background: #939393;
}
.twitter {
  color: #fff;
  background: #34aade;
}
.twitter:hover {
  color: #fff;
  background: #939393;
}
.telegram {
  color: #fff;
  background: #149cd0;
}
.telegram:hover {
  color: #fff;
  background: #939393;
}
.whatsapp {  
  color: #fff;
  background: #4fbf5e;
}
.whatsapp:hover {
  color: #fff;
  background: #939393;
}




.left {
  display: inline-block;
  width: calc(100% - 450px);
  margin: 20px 0 70px 0;
  vertical-align: top;
}



.right {
  position: sticky;
  display: inline-block;
  width: 370px;
  top: 0;
  padding: 10px;
  margin: 0 0 30px 50px;
  background: #e5e8da;
  border-radius: 10px; 
}



.p-form {
  display: block;
  width: 100%;
  margin: 0;
}

.p-form > .msg {
  margin: 50px 0 50px 0;
  text-align: center;
}
.p-form > .msg > strong {
  display: block;
  margin: 0 0 15px 0;
  font-size: 40px;
} 
.p-form > .msg > p {
  font-size: 22px;
} 

.p-form h2 {
  margin: 0 10px 10px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #e58f3c;
}
.p-form p {
  display: block;
  margin: 0 10px 10px 10px;
  font-size: 14px;
  font-weight: 600;
}


.p-form form > .half {
  display: inline-flex;
  width: calc(50% - 15px);
  margin: 0 10px 0 0;
}
.p-form form > .half + .half {
  margin: 0 0 0 10px;
}

.p-form form > span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #C22D32;
  text-align: center;
}

.p-form form label {
  display: block;
  margin: 0 0 2px 2px;
  font-size: 14px;
}
.p-form form input[type=text] {
  display: block;
  width: calc(100% - 22px);
  padding: 22px 10px 6px 10px;
  background: #fff;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
}

.p-form form textarea {
  display: block;
  width: calc(100% - 22px);
  padding: 22px 10px 6px 10px;
  background: #fff;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
}

.p-form form select {
  display: block;
  width: calc(100%);
  padding: 20px 10px 8px 10px;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  color: #212121;
  background: #fff;
}

.p-form form button {
  display: block;
  width: calc(100%);
  margin: 20px 0 0 0;
  padding: 15px 0 15px 0;
  border-radius: 5px;
  background: #3b6a2c;
  border: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.p-form form button:hover {
  background: #255217;
}


.p-form form + div {
  display: block;
  margin: 40px 0 0 0;
  padding: 20px;
  width: calc(100% - 40px);
  border-radius: 10px;
  background: #9fae4e;
}
.p-form > div span.title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.textwhite{
  color: #fff;
}
.p-form > div > span {
  font-size: 14px;
}
.p-form > div > p {
  margin: 20px 0 5px 0;
  font-size: 14px;
  font-weight: 700;
}
.p-form form + div > strong {
  font-size: 25px;
  color: #fff;
}

.boxwhiteinside {
  font-size: 12px;    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin: 10px 0px;
}

.boxwhiteinside .fa-star{
   font-size: 12px;
}

.fa-orange .fa{
  color: orange;
}


.field {
  display: flex;
  flex-flow: column-reverse;
}
.field label, input {
  transition: all 0.2s;
  touch-action: manipulation;
}

.field input + label, .field select + label, .field textarea + label   {
  display: inline;
  height: 16px;
  margin: 0 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.field input:placeholder-shown + label, .field select:placeholder-shown + label, .field textarea:placeholder-shown + label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 1.9rem) scale(1);
  color: #606060;
}
.field ::-webkit-input-placeholder, .field ::-webkit-textarea-placeholder {
  opacity: 1;
  transition: inherit;
  text-align: right;
  font-size: 1px;
  color: #949495;
}
.field input:focus::-webkit-input-placeholder, .field select:focus::-webkit-input-placeholder {
  opacity: 1;
}
.field input:not(:placeholder-shown) + label, .field select:not(:placeholder-shown) + label, .field textarea:not(:placeholder-shown) + label,
.field input:focus + label, .field textarea:focus + label, .field select:focus + label {
  transform: translate(0, 1.2rem) scale(1);
  cursor: pointer;
  opacity: 1;
  font-size: 10px;
  color: #606060;
}







.checkForm {
  margin: 30px 0 20px 0;
}
.checkForm strong {
  display: block;
  margin: 0 0 18px 0;
  font-size: 14px;
}
.checkForm > label {
  display: inline-block !important;
  position: relative;
  width: calc(50% - 30px);
  padding: 0 0 12px 26px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.checkForm > label > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  background-color: #fff;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.checkForm > label:hover input ~ .checkmark {
  background-color: #fff;
}
.checkForm > label > input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkForm > label > input:checked ~ .checkmark:after {
  display: block;
}
.checkForm > label .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #282828;
  background: #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


input.error, input[type="checkbox"].error, textarea.error {
  border: 3px solid #C22D32 !important;
}

input.error, textarea.error {
  border: 3px solid #C22D32 !important;
}
input[type="checkbox"].error {
  font-weight: 800;
}




.spin {
  display: inline-block;
  -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.texto {
  margin: 40px 0 30px 0;
  font-size: 16px;
}
.texto h2 {
  display: block;
  margin: 20px 0 15px 0;
  font-size: 22px;
  font-weight: 700;
}
.texto h3 {
  display: block;
  margin: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 700;
}
.texto p {
  margin: 0 0 18px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}
.texto ul {
  margin: 20px 0 30px 0;
  font-size: 16px;
  line-height: 32px;
}
.texto ul > li {
  display: block;
  margin: 5px 0 5px 15px;
}
.texto ul > li:before {
  content: '- ';
}
.texto a {
  color: #092869;
  text-decoration: none;
}
.texto a:hover {
  color: #092869;
  text-decoration: underline;
}




#tabela {
  display: block;
  width: 100%;
  margin: 50px 0;
}
#tabela > table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
#tabela > table > thead {
  background: #3b6b2e; 
}
#tabela > table > thead > tr {
}
#tabela > table > thead > tr > th {
  padding: 15px 20px 15px 20px;
  font-size: 16px;
  color: #fff;
  empty-cells: show;
  text-align: left;
}
#tabela > table > thead > tr > th:first-of-type {
  border-top-left-radius: 5px;
}
#tabela > table > thead > tr > th:last-of-type {
  border-top-right-radius: 5px;
}

#tabela > table > tbody {
  margin: 20px;
  background: #fff;
}
#tabela > table > tbody > tr {
  border-bottom: 1px solid #f0f2e6;
}
#tabela > table > tbody > tr:hover {
  background: #e6e8d9;
}
#tabela > table > tbody > tr > td {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
}

#tabela > table > tbody a {
  font-weight: 700;
  color: #000;
}
#tabela > table > tbody a:hover {
  text-decoration: underline;
}





#contato {
  display: block;
  margin: 50px 0 60px 0;
}

#contato > .msg > strong {
  display: block;
  margin: 20px 0 30px 0;
  font-size: 35px;
  font-weight: 700;
}
#contato > .msg > p {
  font-size: 18px;
  line-height: 30px;
}


#contato strong {
  font-size: 35px;
  font-weight: 500;
  color: #142554;
}
#contato form {
  display: block;
  margin: 20px 0 0 0;
}
#contato form > p {
  display: block;
  margin: 0 0 20px 0;
  font-size: 13px;
}
#contato form > span {
  display: block;
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #C22D32;
}
#contato input {
  display: block;
  width: calc(100% - 42px);
  padding: 15px 20px 15px 20px;
  margin: 15px 0 0 0;
  border: 1px solid #c5d2b8;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}
#contato select {
  display: block;
  width: calc(100%);
  padding: 15px 20px 15px 20px;
  margin: 15px 0 0 0;
  border: 1px solid #c5d2b8;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
}
#contato textarea {
  display: block;
  width: calc(100% - 40px);
  padding: 15px 20px 15px 20px;
  margin: 15px 0 0 0;
  border: 1px solid #c5d2b8;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}

#contato form button {
  display: block;
  margin: 20px 0 0 0;
  padding: 20px 30px 20px 30px;
  border-radius: 5px;
  background: #3b6a2c;
  border: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#contato form button:hover {
  background: #255217;
}



.reserva {
  display: inline-block;
  margin: 10px 0 20px 0;
  padding: 15px 20px 15px 20px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background: #3b6a2c;
  border-radius: 5px;
}
.reserva:hover {
  background: #255217;
}
.reserva em {
  margin: 0 10px 0 0;
}
.btnblue{
  background: #227ff9;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 20px;
    margin: 5px;
}





#splashRegister {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
}
#splashRegister > div {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
#splashRegister > div > section {
  position: relative;
  width: 800px;
  align-items: center;
  padding: 20px;
  background: #e7e8db;
  border-radius: 10px;
  font-size: 0;
}

#splashRegister > div > section > span {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 27px;
  padding: 3px 0 0 0;
  background: #e7e8db;
  font-size: 22px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
}

#splashRegister > div > section > section, aside {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#splashRegister > div > section > aside {
  width: calc(50% - 50px);
  margin: 0 0 0 50px;
  overflow: hidden;
  border-radius: 10px;
}
#splashRegister > div > section > aside > img {
  width: 110%;
  height: auto;
  object-fit: cover;  
  border-radius: 10px;
}



#splashRegister .msgError {
  display: block;
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #f32c2c;
  text-align: center;
}

#splashRegister > div > section > section > .msg {
  display: flex;
  height: 100%;
  text-align: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
#splashRegister > div > section > section > .msg b {
  display: block;
  margin: 0 0 20px;
  font-size: 40px;
  clear: both;
}
#splashRegister > div > section > section > .msg p {
  display: block;
  font-size: 22px;
  line-height: 30px;
}



#splashRegister > div > section > section > h2 {
  font-size: 26px;
  color: #d9934d;
  text-align: center;
}
#splashRegister > div > section > section > p {
  display: block;
  margin: 10px 0 30px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

#splashRegister > div > section form { 
  display: flex;
  flex-wrap: wrap;
}
#splashRegister a { 
  display: block;
  margin: 30px 0 0 0;
  font-size: 20px;
  color: #1b45ba;
}
#splashRegister a:hover { 
  text-decoration: underline;
}
#splashRegister > div > section form label.error { 
  width: 100%;
  margin: 10px 0 20px 10px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #de003f !important;
}
#splashRegister > div > section form input.error { 
  border: 1px solid #fff;
  background: #fff;
}

#splashRegister > div > section form > input {
  display: block;
  width: calc(100% - 42px);
  padding: 15px 20px 15px 20px;
  margin: 0 0 20px 0;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
}
#splashRegister > div > section form > input:focus {
  background: #fff;
}
#splashRegister > div > section form > button {
  width: 100%;
  padding: 20px 20px 20px 20px;
  margin: 10px 0 0 0;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  border-radius: 7px;
  background: #456934;
  color: #fff;
  cursor: pointer;
}




.aviso-cookie {
  position: fixed;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px 0 15px 0;
  background: rgba(70, 105, 52, 0.9);
  text-align: center;
  z-index: 9999999999999;
}
.aviso-cookie p {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.aviso-cookie button {
  padding: 10px 20px 10px 20px;
  margin: 0 0 0 30px;
  background: #e48b3b;
  border-radius: 5px;
  border: 0;
  font-size: 13px;
  color: #fff;
}
.aviso-cookie a {
  color: #fff;
  text-decoration: underline;
}


i.icon-formas-pagamento{
  background-image: url('https://bonitoecotour.com/blog/wp-content/uploads/2022/12/payment-mobile_2021.webp');
      width: 312px;
    height: 127px;
    display: block;
}
div.formas-pagamento-area{
      background: #fff;
    width: 312px;
    border-radius: 25px;
  
}
@media (max-width:600px) {
  div.formas-pagamento-area{
      margin: 0 auto;
  }
  
}

    .rating_stars{
        margin: 5px 0px 10px 10px !important;
    padding: 0;
    line-height: 0;
    position: relative;
    top: 5px;
  }
  main section .titleformt {
    display: inline-block ; 
    margin: 0 10px ;
    padding: 0 30px 5px 0;
    font-weight: bold;
    font-size: 24px;
    color: #44782a ;
    text-transform: uppercase ;
    border-bottom: 3px solid #e3ecde ;
}



.stars_icos .fa-star{
      color: orange;
    font-size: 12px;
}
.linkwhite{
  color: #fff;text-decoration: underline;
}







/*      galeria          */




.galeria {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    gap:16px;
    padding:32px;
}

.galeria-image{
    width: 100%;
    height:200px;
    display:flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.galeria img{
    width:100%;
}

.galeria-close{
    
    position: absolute;
    top:40px;
    right:40px;
    color:white;
    font-weight: bold;
    cursor: pointer;
    background-color: #000000;
    border-radius:100%;
    padding:8px;
    height:20px;
    width:20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.galeria-open{
    position: fixed;
    z-index: 99;
    top:0px;
    left:0px;
    width: 100%;
    height:100%;
    align-items: center;
    justify-content: center;
    background-color: rgb(2 2 2 / 82%);
    display: none;
}

.galeria-open-image{
    position:relative;
    padding:26px;
    z-index: 9999;
}



.galeria-open-image img{
    max-width: 1000px;
    width:100%;
    max-height:70vh;
}

.next,.prev{
    position: absolute;
    top:50%;
    cursor: pointer;
  
}
.next{
    right:26px;
    transform: rotate(180deg);
}
.galeria-open .iframe{
    display:none;
    max-width:800px;
}


@media(max-width:556px){
    .galeria{
        grid-template-columns: 1fr 1fr;
    }

    .galeria-image{
        width: 100%;
        height:100px;
    }
    .galeria-open .iframe{
        width:100%;
    }
}









#indice{
    height:auto;
}


.new-div{
   
    max-width: 1000px;
    width:100%;
    padding:0px 100px;
    margin: 0 auto;

    display:flex;
    align-items: center;
    justify-content: center;
}

.new-div .span{
    position: absolute;
    top:0px;
    left:4%;
 

}

@media(max-width:996px){
    .new-div .span{
        position: absolute;
        top:0px;
        left:5%;
    
    }
      
}

@media(max-width:556px){
    .new-div .span{
        position: absolute;
        top:5px;
        left:9.6%;
    
    }
      
}


/*      galeria          */

/*      FIX INDEX AJUSTES          */

.content-ready-more{display: none;}
  .button-content-ready-more{font-size: 14px;
    display: table;
    margin: 5px 10px;
    background: #67ff61;
    border-radius: 30px;
    padding: 5px 20px;
    color: #000;
    font-weight: bold;

    }

      .index .botao-whatsapp{background: #08a423;}
  .index .botao-plus{background: #fdbc12;}
  .index .h-blog h4 {
    font-size: 14px;
    margin: 10px 0;
  }


  .index .post_description .post_content{    min-height:47px;display: block;
    font-size: 14px;
    margin: 5px 10px;}


    .index .post_leia_mais{    font-size: 14px;}
    .index .post_date{        font-size: 12px;
    margin: 5px 10px;
    color: #333;
}
main > section > div > div h3{min-height: 67px;}

.index .post_leia_mais {
    font-size: 14px;
    display: table;
    margin: 5px 10px;
    background: #67ff61;
    border-radius: 30px;
    padding: 5px 20px;
    color: #000;
    font-weight: bold;
}
.index .post_leia_mais a{
    color: #000;
}
.index #text {
    display: block;
     width: calc(100% - 15px); 
     margin: 0 auto; 
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.index #text p {
    margin: 0 0 23px 0;
}
.index #text p {
    margin: 0 0 18px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    font-family: Lato;
    font-weight: 400;
    font-size: 17px;
    text-align: left;
}


@media (max-width:1240px) {

	.center {
	  width: calc(100% - 20px);
	  margin: 0 10px 0 10px;
	}

}



@media (max-width:1098px) {

	.top div > .bt-menu {
	  display: inline-block;
	}
	.top a > img {
	  width: 100px;
	}


	.top nav {
		position: fixed;
		display: block; 
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #466934;
		background: rgba(70, 105, 62, 0.98);
		vertical-align: middle;
		z-index: 9999;
		overflow-x: auto;
	}
	.top nav > span {
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 40px;
		color: #fff;
		cursor: pointer;
	}
	.top nav ul {
		display: block;
		margin: 40px 0 0 0;
	}
	.top nav li {
		display: block;
		margin: 20px 0 0 0;
	}
	.top nav li > span {
		padding: 5px 0 5px 0;
		margin: 0 20px 0 20px;
	  	font-size: 15px;
	  	color: #fff;
	}
	.top nav li > a {
		padding: 5px 0 5px 0;
		margin: 0 20px 0 20px;
	  	font-size: 15px;
	  	color: #fff;
	}

	.top nav li:hover > ul {
	  	position: relative;
	  	top: 0;
	}
	.top nav li > ul {
		display: block;
	 	width: calc(100% - 40px);
	 	margin: 5px 0 30px 0;
	  	padding: 0 20px 0 20px;
	  	background: #507b39;
	  	list-style: disc !important;
	}
	.top nav li > ul > li > a {
		padding: 15px 0 15px 0 !important;
	}




	footer .links {
	  display: block;
	  margin: 50px 0 50px 0;
	}
	footer .links > div {
	  width: 50%;
	  margin: 0 0 30px 0;
	}


	main > section {
	  width: calc(100% - 20px);
	  margin: 50px 10px 50px 10px; 
	}
	main > section ul {
	  margin: 10px 0 50px 0;
	}
	main > section > .marca li {
	  width: calc(20% - 10px);
	  margin: 0 5px 20px 5px;
	}
	





	#search > div {
	  width: calc(100% - 20px);
	  margin: 0 10px 300px 10px;
	}
	#search > div > div {
	  width: calc(100% - 30px);
	  padding: 5px 15px 5px 15px;
	}
	#search > div > div > input {
	  width: calc(100% - 80px);
	  padding: 15px 20px 15px 20px;
	  font-size: 18px;
	}
	#search > div > div > button {
	  font-size: 32px;
	}

	#search input::-webkit-input-placeholder {
	  font-size: 18px;
	}
	#search input:-moz-placeholder {
	  font-size: 18px;
	}
	#search input::-moz-placeholder {  
	  font-size: 18px;
	}
	#search input:-ms-input-placeholder {  
	  font-size: 18px;
	}


	.m-active {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  -ms-transform: translateX(0);
	  transform: translateX(0) !important;
	  -webkit-transition: all .25s linear;
	  -moz-transition: all .25s linear;
	  -ms-transition: all .25s linear;
	  transition: all .25s linear;
	}
	.m-inactive {
	  -webkit-transform: translateX(-100%);
	  -moz-transform: translateX(-100%);
	  -ms-transform: translateX(-100%);
	  transform: translateX(-100%);
	  -webkit-transition: all .25s linear;
	  -moz-transition: all .25s linear;
	  -ms-transition: all .25s linear;
	  transition: all .25s linear;
	}



	.left {
	  display: block;
	  width: calc(100%);
	  margin: 40px 0 40px 0;
	}
	.right {
	  display: block;
	  width: calc(100% - 20px);
	  margin: 0 0 50px 0;
	}


	.list section {
		width: calc(100% - 17px);
	}


	.p-item {
	  	display: block;
	  	width: calc(100%);
	}
	.p-item header > h1 {
	  	font-size: 20px;
	}
	.p-item header > p {
	  	margin: 10px 0 30px 0;
	  	font-size: 15px;
	}
	.p-item header .social > a {
	  	width: 34px;
	  	height: 34px;
	  	font-size: 16px;
	}

	.l-header > header .social > a {
	  	width: 34px;
	  	height: 34px;
	  	font-size: 16px;
	}


	.p-item-infra > ul > li {
	  	width: calc(50%);
	  	margin: 10px 0 10px 0;
	}
	.p-item-infra > ul > li > em {
	  	font-size: 22px;
	}


	.h-item-2 > div {
	  width: 50%;
	}

}


@media (max-width:600px) {


	#splashRegister > div > section {
	  width: calc(100% - 70px);
	  margin: 0 15px 0 15px;
	}
	#splashRegister > div > section > span {
	  top: 0;
	  right: 0;
	  font-size: 25px;
	}

	#splashRegister > div > section > section, aside {
	  width: 100%;
	  margin: 0;
	}
	#splashRegister > div > section > aside {
	  display: none;
	}

	.h-item-2 > div {
	  width: 50%;
	}


	footer {
		text-align: center;
	}
	footer .links > div {
	  	width: 100%;
	  	margin: 0 0 40px 0;
	}



	.l-header > header > h1 {
	  	font-size: 22px;
	}
	.l-header > header > p {
		margin: 15px 0 30px 0;
	  	font-size: 15px;
	  	line-height: 23px;
	}

	.list div section {
		width: calc(50% - 16px);
		margin: 0 0 30px 0;
	}

	.list .view-plus {
	  	margin: 10px 0 0 0;
	}
	.list .view-plus > span {
	  	font-size: 16px;
	}




	.p-item-price > h2 {
	  	font-size: 22px;
	}
	.p-item-price > p {
	  	font-size: 15px;
	}
	.p-item-price > section > h3 {
	  	font-size: 14px;
	}
	.p-item-price > section > span {
	  	display: inline-block;
	  	width: calc(100% - 20px);
	}
	.p-item-price > section > span:nth-child(even) {
	  	width: calc(100% - 20px);
	  	margin: 0;
	}


	.h-list div section > a > div {
		height: auto;
	}


}

@media (max-width:414px) {

	.list div section {
		width: calc(100% - 16px);
	}

	.p-item-price > section {
	  	display: inline-block;
	  	width: calc(100% - 40px);
	}
	.p-item-price > section:nth-child(even) {
	  	width: calc(100% - 40px);
	  	border-left: 0;
	}


	.h-item-2 > div {
	  width: 100%;
	}
}


@media (max-width:320px) {

	.p-item-infra > ul > li {
	  	width: calc(100%);
	}

}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: auto;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
   
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 46%;

    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    
    z-index: 999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    padding: 5px;
    font-family: 'slick';
    font-size: 32px;
    line-height: 0;
    background: #3b6a2c;
    border-radius: 100%;

    opacity: .65;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 16px;
}
[dir='rtl'] .slick-prev
{
    right: 20px;
    left: auto;
}
.slick-prev:before
{
    content: '\f113';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f113';
}

.slick-next
{
    right: 30px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 16px;
}
.slick-next:before
{
    content: '\f114';
}
[dir='rtl'] .slick-next:before
{
    content: '\f114';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 30px;
    height: 30px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 120px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 15px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 285px;
  z-index: -1;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}
.container-modules-avaliacoes .p-form {
  width: 90%;
  padding: 10px;
  margin: 30px auto;
  background: #e5e8da;
  border-radius: 10px;
}
.container-modules-avaliacoes #form-avaliacoes button {
  max-width: 75%;
  margin: 15px auto 0 auto;
}
.container-modules-avaliacoes textarea {
  resize: none;
}
@media (max-width: 570px) {
  .container-modules-avaliacoes #form-avaliacoes .half {
    /* width: calc(100% - 10px); */
    width: 100%;
    margin-left: 0;
  }
}

.p-form form input[type="email"] {
  display: block;
  width: calc(100% - 22px);
  padding: 22px 10px 6px 10px;
  background: #fff;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
}

.container-estrelas-avaliacao {
  margin-top: 15px;
}
.container-estrelas-avaliacao .estrelas-avaliacao {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-estrelas-avaliacao .estrelas-avaliacao i {
  font-size: 2rem;
}
.container-estrelas-avaliacao .estrelas-avaliacao i.selecionada {
  color: #fc0;
  cursor: pointer;
}
.container-estrelas-avaliacao .estrelas-avaliacao i:not(.selecionada) {
  color: #ccc;
  cursor: pointer;
}

.container-avaliacoes {
}
.container-avaliacoes .header-avaliacoes {
  width: 100%;
  margin-bottom: 15px;
}
.container-avaliacoes .header-avaliacoes h2 {
  width: 100%;
  color: #fff;
  margin: 0 auto 0 auto;
  text-align: center;
}

.lista-avaliacoes {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.lista-avaliacoes p {
  margin: 0;
}
.lista-avaliacoes .container-lista-avaliacoes {
  display: none;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  min-height: 50px;
  padding: 10px 15px;
}
.lista-avaliacoes .container-lista-avaliacoes:not(.hide) {
  display: block;
}
.lista-avaliacoes .container-lista-avaliacoes:not(:last-child) {
  margin-bottom: 10px;
}
.lista-avaliacoes .container-lista-avaliacoes .header-container-avaliacoes {
  display: flex;
  justify-content: space-between;
}
.lista-avaliacoes
  .container-lista-avaliacoes
  .header-container-avaliacoes
  span {
  font-size: 1rem;
  color: #000;
}
.lista-avaliacoes .container-lista-avaliacoes .header-container-avaliacoes {
}

.lista-avaliacoes
  .container-lista-avaliacoes
  .header-container-avaliacoes
  .container-author-avaliacoes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lista-avaliacoes
  .container-lista-avaliacoes
  .header-container-avaliacoes
  .container-author-avaliacoes
  .rate-avaliacoes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
}
.lista-avaliacoes
  .container-lista-avaliacoes
  .header-container-avaliacoes
  .container-author-avaliacoes
  .rate-avaliacoes
  > i {
  color: #fc0;
}
.lista-avaliacoes
  .container-lista-avaliacoes
  .header-container-avaliacoes
  .container-author-avaliacoes
  .rate-avaliacoes
  > span {
  font-weight: 800 !important;
}

.lista-avaliacoes
  .container-lista-avaliacoes
  .header-container-avaliacoes
  .container-author-avaliacoes
  .author-avaliacoes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lista-avaliacoes
  .container-lista-avaliacoes
  .header-container-avaliacoes
  .container-author-avaliacoes
  .author-avaliacoes
  p {
  font-weight: 800;
}

.lista-avaliacoes
  .container-lista-avaliacoes
  .header-container-avaliacoes
  .container-data-avaliacoes {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.lista-avaliacoes
  .container-lista-avaliacoes
  .header-container-avaliacoes
  .container-data-avaliacoes
  > i {
  position: relative;
  font-size: 0.8rem;
  color: #a7a0a0;
  top: 3px;
  margin-right: 5px;
}
.lista-avaliacoes
  .container-lista-avaliacoes
  .header-container-avaliacoes
  .container-data-avaliacoes
  > span {
  font-size: 0.8rem;
  color: #a7a0a0;
}

.lista-avaliacoes .container-lista-avaliacoes .body-container-avaliacoes {
  margin-top: 15px;
  margin-bottom: 10px;
}
.lista-avaliacoes .container-lista-avaliacoes .body-container-avaliacoes > p {
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container-paginacao-avaliacoes {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  margin-top: 15px;
}
.container-paginacao-avaliacoes .paginacao-avaliacoes {
  height: 90%;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 2px;
  cursor: pointer;
  padding: 0 5px;
  background-color: #fff;
  font-weight: 600;
}
.container-paginacao-avaliacoes .paginacao-avaliacoes:not(:last-child) {
  border-right: 1px solid #ccc;
}

.btn-mostrar-mais-texto-avaliacao {
  font-weight: 800;
  cursor: pointer;
}

.pag-selecionada {
  background-color: #9fae4e !important;
  color: #fff !important;
}

.start-container-avaliacoes {
  width: fit-content;
  margin-left: auto;

}
.start-container-avaliacoes i{
  color: #fc0;
}

.start-container-avaliacoes i:not(.marcada) {
  color: #ccc;
}

.resposta-agencia-container-avaliacoes{
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff7f7;
  padding: 10px 15px;
  border-radius: 8px;
}
.resposta-agencia-container-avaliacoes label{
  font-size: 0.9rem !important;
  font-weight: 700;
  margin-right: 10px;
}
.resposta-agencia-container-avaliacoes p{

}
.main>section .title {
    display: inline-block;
    margin: 0 10px;
    padding: 0 30px 5px 0;
    font-size: 24px;
    color: #44782a;
    text-transform: uppercase;
    border-bottom: 3px solid #e3ecde;
}







div{
    box-sizing: border-box;}

.p-form form textarea{
    box-sizing: border-box;}
    .field input:placeholder-shown + label, .field select:placeholder-shown + label, .field textarea:placeholder-shown + label{
    box-sizing: border-box;}
.p-form form input[type=text]{ box-sizing: border-box;}


.p-form form input[type=text]{
      padding: 22px 0px 6px;
}



.buttonOne{
    position:fixed;
   top:30%;
   right:40px;

}

.buttonTwo{
    position:fixed;
    top:70%;
    right:40px;
}
/* BUTTON ONE */

.phone{
    width:60px;
    height:60px;
    background-color:limegreen;
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius:50%;
    font-size:30px;
    color:white;
    scale: 0.6;
    
}
.phone::before,
.phone::after{
    width:100px;
    height:100px;
    position:absolute;
    content:"";
    border-radius:50%;
    border:1px solid limegreen;
}
.phone::before{
    animation:move 1.5s linear infinite;
}
.phone::after{
    animation:move 1.5s 0.4s linear infinite;
}
.phone img{
      width: 46px;
    filter: invert(1);
}
.icon{
    transform:rotate(-30deg);
  
}

@keyframes move{
    0%{
        transforms:scale(0.5);
        opacity:0;
    }
    50%{
        transform:scale(1);
        opacity:1;
    }
    100%{
        transform:scale(1.5);
        opacity:0;
    }
}

/* BUTTON TWO */
.whatsapp-icon {
   
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
    animation: earthquake 2s alternate infinite;
  }
  
  .whatsapp-icon.has-notification {
    position: relative;
  }
  
  .whatsapp-icon.has-notification .notification {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff0000;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    z-index: 2;
  }

  .whatsapp-icon.has-notification .fa-whatsapp {
    position: relative;
    z-index: 1;
    filter:invert(1);
    top: 10px;
    left: 2px;
  }

  @keyframes earthquake {
    0% { transform: translate(0, 0) rotate(0deg); }
    10% { transform: translate(-2px, -3px) rotate(-1deg); }
    20% { transform: translate(-3px, -1px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-2px, 2px) rotate(-1deg); }
    60% { transform: translate(-1px, -1px) rotate(0deg); }
    70% { transform: translate(2px, 1px) rotate(-1deg); }
    80% { transform: translate(1px, 3px) rotate(1deg); }
    90% { transform: translate(-3px, -2px) rotate(0deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
  }


/* BOX BOTTOM */


#div-bottom{
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index: 999999;
/*    background-color: rgba(243, 243, 243, 0.277);*/
    display: none;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: fixed;
}
#div-bottom-child {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: fixed;
    max-width: 800px;
    bottom: 0px;
    padding: 26px 24px;
    background: #21898a;
    border-radius: 20px 20px 0px 0px;
}
#div-bottom-child h1, #div-bottom-child h2, #div-bottom-child p{
    color:white;
}
#div-bottom-child h1{
    font-size:20px;
}
#div-bottom-child h2{
    font-size:20px;
}
#div-bottom-child p{
    font-size:16px;
}
#div-bottom-child a{
    background-color: #25d366;
    max-width: max-content;
    padding:16px;
    border-radius:20px;
    font-size: 16px;
    text-decoration: none;
    display:flex;
    align-items: center;
    gap:8px;
    text-transform: uppercase;
    font-weight: bold;
    margin:0 auto;
    color:white;
}
.div-bottom-show{
    display:flex !important;
}


.box-contact{
    display:flex;
    justify-content: space-between;
    background:blue;
    height:50px;
    position: fixed;
    bottom:0;
    width:100%;
    display:none;
}

.btn-whatsapp-contact{
    width:50%;
    background:pink;
}
.box-contact div{
    width:100%;
    height:50px;
}
.box-contact-one{
    width:50px !important;
    background-color: #25d366;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.btn-whatsapp-contact{
    width:100%;
    height:50px;
    width: 40px;
    height: 40px;
    background-color: #25d366;
    border:0;
    color:white;

    border-radius: 50%;
}
.btn-whatsapp-contact:hover{
    cursor:pointer;
}
.box-contact-two-link,.box-contact-three-link{
    width:100%;
    height:50px;
    background: rgb(62, 62, 62);
    cursor:pointer;
    border:0;
    font-family:'Poppins',sans-serif;
    text-transform: uppercase;
    color:white;
    font-size:12px;
}
.box-contact-two-link{
    border-right:2px solid white;
}


@media(max-width:996px){
    .buttonOne{
        display:none;
    }
    .box-contact{
    
        display:flex;
    }
    
}

.botao-whatsapp {
    background-color: #25d366;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    margin-right: 10px;
    display: flex;
    gap: 8px;
    width: 100% !important;
    align-items: center;
    justify-content: center;
        box-sizing: border-box;
}
  
  .botao-plus {
    background-color: #ff7f50;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    width:100% !important;
    box-sizing: border-box;
  }
  .i{
      color:white;
  }

  .link-whats{
    width:100%;
  }
  .link-whats img{
    filter: invert(1);
  }
  #bt-whatsapp{display:none;}

  .list section{
    padding-bottom: 5px;
  }


  .p-form form input[type=text] {
    display: block;
    width: calc(100% - 0px);
    padding: 22px 10px 6px;
    background: #fff;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
}


.p-form form+div {
    display: block;
    margin: 40px 0 0;
    padding: 20px;
    width: calc(100% - 0px);
    border-radius: 10px;
    background: #9fae4e;
}

.topo-slide {
/*position: relative;*/
}
.topo-slide .link-whats{

}
.topo-slide .botao-whatsapp{
/*      position: absolute;*/
    width: 200px !important;
   /* bottom: -20px;
    left: calc(50% - 100px)*/;
    box-shadow: 0px 0px 26px -1px #3634347a;
    border-radius: 20px;
    margin: 20px auto 0;
}





/* codigo novo  10-05-2023*/



.menu-mobile-feature {
  display: none;
  font-size: 16px;
  position: relative;
}
.menu-mobile-feature li {
  font-size: 20px;
}
.menu-mobile-feature li a {
  color: rgb(255, 255, 255);
}
.menu-mobile-feature * {
  box-sizing: border-box;
}
.menu-mobile-feature .select {
  background: #2a2f3b;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px #2a2f3b solid;
  border-radius: 0.5em;
  padding: 1em;
  cursor: pointer;
  transition: 0.3s;
}
.menu-mobile-feature .select:hover {
  background: #23a741;
}
.menu-mobile-feature .caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: 0.3s;
}
.menu-mobile-feature .menu {
  list-style: none;
  padding: 0.2em 0.5em;
  background: #323741;
  border: 1px #363a43 solid;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  color: #9fa5b5;
  position: relative;
  top: 0.6em;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  display: none;
  transition: 0.5s;
  z-index: 1;
}
.menu-mobile-feature .menu li {
  padding: 0.7em 0.5em;
  margin: 0.3em 0;
  border-radius: 0.5em;
  cursor: pointer;
}
.menu-mobile-feature .menu li:hover {
  background: #2a2d35;
}
.menu-mobile-feature .active {
  background: #23242a;
}

@media (max-width: 996px) {
  .menu-mobile-feature {
    display: block;
  }
}
.select-clicked {
  border: 2px #26489a solid;
  box-shadow: 0 0 0.8em #26489a;
}

.caret-rotate {
  transform: rotate(180deg);
}

.menu-open {
  transition: 0.5s;
  display: block !important;
  opacity: 1 !important;
}

.menu-desktop-feature {
  display: none;
  font-size: 16px;
  padding: 16px;
}
.menu-desktop-feature ul li {
  padding: 12px 0px;
  text-transform: capitalize !important;
  border-bottom: 1px solid #d2d2d2;
  cursor: pointer;
  transition-duration: 0.5s;
}
.menu-desktop-feature ul li a {
  color: rgb(111, 111, 111);
}
.menu-desktop-feature ul li:hover {
  opacity: 0.5;
}
@media (min-width: 996px) {
  .menu-desktop-feature {
    display: block;
  }
}

.ebooks-feature {
  min-height: 100vh;
}

.landing-hero {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 46px 24px;
}
@media screen and (max-width: 800px) {
  .landing-hero {
    padding: 46px 24px;
  }
}
.landing-hero h1 {
  font-family: "Poppins", sans-serif;
  font-size: 100px;
}
@media screen and (max-width: 800px) {
  .landing-hero h1 {
    font-size: 46px;
  }
}
.landing-hero h2 {
  margin-top: 16px;
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  .landing-hero h2 {
    font-size: 26px;
    color: #3b6a2c;
  }
}
.landing-hero p {
  margin-top: 16px;
  line-height: 150%;
  font-size: 16px;
}

.landing-ebooks {
  max-width: 996px;
  width: 100%;
  padding: 96px 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
}
@media screen and (max-width: 800px) {
  .landing-ebooks {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 556px) {
  .landing-ebooks {
    grid-template-columns: 1fr;
  }
}

.landing-ebook {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.landing-ebook img {
  width: 100%;
}
.landing-ebook H2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.015em;
  color: #3b6a2c;
}
.landing-ebook button {
  width: 100%;
  border: 0px;
  height: 63px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  background: #3b6a2c !important;
  transition-duration: 0.5s;
}
.landing-ebook button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.landing-newsletter {
  padding: 96px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(243.46deg, #33FCBD 16.66%, #5BF38D 49.49%, #5CF38C 83.34%);
}

.landing-container {
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.landing-container form {
  display: flex;
  gap: 50px;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
}
.landing-container form input, .landing-container form button {
  height: 50px;
}
@media screen and (max-width: 800px) {
  .landing-container form {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  .landing-container {
    flex-direction: column;
  }
}

.landing-capture {
  max-width: 1400px;
  width: 100%;
  min-height: 80vh;
  align-items: center;
  margin: 0 auto;
  padding: 96px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .landing-capture {
    grid-template-columns: 1fr;
  }
}
.landing-capture div {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.landing-capture div h1 {
  font-size: 46px;
  line-height: 130%;
  color: white;
}
@media screen and (max-width: 800px) {
  .landing-capture div h1 {
    font-size: 36px;
  }
}
.landing-capture div p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: white;
}
.landing-capture div form {
  grid-template-columns: 1fr;
  width: 100%;
  padding: 26px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: auto;
}
@media (min-width: 996px) {
  .landing-capture div form {
    max-width: 375px;
  }
}
.landing-capture div form h2 {
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
}
.landing-capture div form input {
  height: 36px;
/*  border: 0px;*/
  width: 100%;
  padding: 16px;
}
.landing-capture div form select {
  height: 36px !important;
  margin-bottom: 12px;
}
.landing-capture div form button {
  width: 100%;
  height: 56px;
  background: #3b6a2c !important;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  text-align: center;
  color: #FFFFFF;
  border: 0px;
}
@media screen and (max-width: 800px) {
  .landing-capture div form {
    max-width: 100%;
  }
}

.landing-bg {
  background-image: url("https://bonitoecotour.com/blog/wp-content/uploads/2022/09/85o-VIAJAR-DE-AVIA%CC%83O-PELA-PRIMEIRA-VEZ-1920x1077-1.jpg");
  background-size: cover;
  height: auto;
}

#error-name-feature,
#error-email-feature,
#error-phone-feature {
  font-size: 16px;
  color: red;
}

#success-feature {
  font-size: 16px;
  color: #3b6a2c !important;
}/*# sourceMappingURL=main.css.map */

.destaque-infos-feature{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    gap:16px;
    row-gap:26px;
}

.destaque-icone-feature{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
    width:36px;
    height:36px;
    background-color: #EBF1E7;
   padding:4px;
   box-sizing:border-box;
    border-radius: 4px;
}
.destaque-icone-feature i{
  width:26px !important;
  height:auto;
}

.destaque-column-feature{
    display:flex;
    gap:16px;
}
.item_destaque_feature_title{font-size:12px;font-weight: bold;}

.destaque-content-feature{
    display:flex;
    flex-direction: column;
    gap:4px;
}

@media(max-width:996px){
     .destaque-infos-feature{
        grid-template-columns: 1fr 1fr 1fr ;
     }
}

@media(max-width:556px){
    .destaque-infos-feature{
       grid-template-columns: 1fr 1fr ;
    }
}
.item__icon__container__inlineIconFlex i{
    font-size:1.5rem !important;
}

.pagination{
  display:flex !important;
  align-items:center;
  justify-content:center;
}
.instagram-feature-icon{
  margin-right:6px;
  margin-top:4px;
}

.whatsapp-icon-resource{
  margin-right:6px;
  margin-top:8px;
  
}
.flaticon-star{
  font-size:24px;
}

.info-resource{
  font-size:10px;
  color:#fc0;
}

.icon-whats-resource-button{
  margin-right:6px;
}
.icone-whats-button{
  margin-right:6px;
}

.slick-next:before {
    content: '\f111';
    font-family: flaticon_bonito !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding: 12px;
    font-size: 20px;
}

.slick-prev:before {
    content: '\f113';
    content: '\f115';
    font-family: flaticon_bonito !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding: 12px;
    font-size: 20px;
}
.h-list > div .flaticon-star{
      color: #fc0;
    padding-top: 5px;
    font-size: 14px !important;
}
.p-item .p-item-description a{
  color: #ff9d0b;
    text-decoration: underline;
    font-weight: bold;
}