/* @import url("https://fonts.googleapis.com/css2?family=Barlow: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&display=swap");
@import url(../fonts/stylesheet.css); */
@import url("../fonts/stylesheet.css");

body {
  font-family: "Source Sans Pro";
  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;
}


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: 20px;
  color: #202d17;
  letter-spacing: 1px;
}

:-ms-input-placeholder,
select,
input {
  /* Internet Explorer 10-11 */
  font-size: 20px;
  color: #202d17;
  letter-spacing: 1px;
}

::-ms-input-placeholder,
select,
input {
  font-size: 20px;
  color: #202d17;
  letter-spacing: 1px;
}

::placeholder,
select,
input {
  font-size: 20px;
  color: #202d17;
  letter-spacing: 1px;
}

body {
  position: relative;
}

body .barra_menu {
  background-color: #e7dbd6;
  height: 150px;
  width: 40%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

body.home .barra_menu {
  height: 500px;
}

.navbar-toggler {
  display: none;
}

.arrow_slider {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.arrow_slider.arrow_prev {
  left: -40px;
}

.arrow_slider.arrow_prev img {
  width: 20px;
  height: auto;
}

.arrow_slider.arrow_next {
  right: -40px;
}

.arrow_slider.arrow_next img {
  width: 20px;
  height: auto;
}

.col-titulo {
  overflow-x: hidden;
}

.col-titulo h2 {
  text-align: center;
  color: #a66730;
  margin: 30px auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 10px;
  position: relative;
}
.single .content_post iframe {
    width: 100%;
	height: 600px;
	margin: 40px 0;
}
.single .content_post blockquote p {
    font-size: 38px;
    line-height: 44px;
}
.single .content_post blockquote{
	width:80%;
	margin:80px auto;
}
.single .content_post .depoimento_single{
	margin:40px 0 40px;
}
.single .content_post .depoimento_single .text {
    width: 75%;
    padding: 60px 100px;
	position:relative;
}
.single .content_post .depoimento_single .text::before{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    bottom: 0;
    margin: 0;
    left: 30px;
	background-image:url(../img/aspas1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.single .content_post .depoimento_single .text::after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    bottom: 0;
    margin: 0;
    right: 30px;
	background-image:url(../img/aspas2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.single .content_post .depoimento_single .imagem_depoimentos {
    width: 25%;
}
.single .content_post .depoimento_single  .depoimento {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single .content_post .depoimento_single .text p.nome {
    font-size: 24px;
    font-weight: 600;
	color:#a66730;
}
.single .content_post .depoimento_single .text p.nome span {
    font-weight: 200;
}

.single .content_post h2,.single .content_post h3,.single .content_post h4{
	margin-bottom:6px;
	 color: #a66730;
}
h2.subtitulo_post {
    font-size: 38px;
    margin-top: 10px;
    font-weight: 300;
    color: #a66730;
}
.content_post img:not(.alignright), .content_post img:not(.alignleft), .content_post img:not(.aligncenter){
	width:100%;
	height:auto;
}
.content_post img.alignright, .content_post img.alignleft, .content_post img.aligncenter{
	width:auto;
	height:auto;
}
.col-titulo h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 550px;
  left: -600px;
  height: 1px;
  background-color: #202d17;
}

.col-titulo h2:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 550px;
  right: -600px;
  height: 1px;
  background-color: #202d17;
}

.category main .cabecalho_cat {
  margin-bottom: 0;
}

#main-ods .banner {
  height: 500px;
}

#main-ods .banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main-ods .conteudo h1,
#main-ods .conteudo h2,
#main-ods .conteudo h3,
#main-ods .conteudo h4 {
  color: #a66730;
}

#main-ods .conteudo h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

#main-ods .conteudo p {
  margin-bottom: 15px;
  font-family: "Akhand Soft", sans-serif;
  font-weight: 300;
}
#main-ods .conteudo p a{
	color:#a66730;
}

#main-ods .conteudo img.aligncenter {
  margin: 30px auto 50px;
  height: auto;
  width: 100%;
}

#main-ods .ods {
  margin-top: 30px;
}

#main-ods .ods h2 {
  font-size: 38px;
  margin-bottom: 15px;
  color: #a66730;
}

#main-ods .ods p {
  margin-bottom: 15px;
  font-family: "Akhand Soft", sans-serif;
  font-weight: 300;
}


#main-ods .principios {
  margin-top: 50px;
}

#main-ods .principios .principio_item {
  margin-bottom: 60px;
}

#main-ods .principios .principio_item .content {
  position: relative;
}

#main-ods .principios .principio_item .content:before {
  content: "";
  height: 25px;
  width: 3px;
  display: block;
  top: 5px;
  left: 5px;
  background-color: #000;
  position: absolute;
}

#main-ods .principios .principio_item h5 {
  color: #86888a;
  font-size: 16px;
}

#main-ods .principios .principio_item h4 {
  color: #1c4f78;
  font-size: 22px;
  margin-bottom: 10px;
}

#main-ods .principios .principio_item .lista_temas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main-ods .principios .principio_item .lista_temas span {
  display: block;
  max-width: 20%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #fff;
  background-color: #000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 13px;
  padding: 0 4px;
  margin-top: 8px;
}

#main-ods .principios .principio_item .lista_temas .temas {
  width: 80%;
  margin-left: auto;
}

#main-ods .principios .principio_item .lista_temas .temas li {
  margin: 5px 0;
  border-bottom: 1px solid;
  color: #4d4d4f;
}

#single_ods .cabecalho_ods {
  background-color: #b06730;
  text-align: center;
  padding: 0;
}

#single_ods .cabecalho_ods h1 {
  color: #fff;
  font-size: 44px;
  font-family: "Akhand Soft", sans-serif;
  letter-spacing: 2px;
  padding: 25px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

#single_ods .cabecalho_ods nav {
  background-color: #0d7dbb;
  padding: 20px 25px 20px;
  position: relative;
}

#single_ods .cabecalho_ods nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: -20px;
  top: -78px;
  width: 100%;
  right: 0;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


#single_ods .cabecalho_ods nav h2 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Akhand Soft", sans-serif;
  letter-spacing: 2px;
}

#main-iniciativa .banner {
  height: 500px;
}

#main-iniciativa .banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main-iniciativa .depoimentos {
  margin-bottom: 30px;
}

#main-iniciativa .conteudo {
  margin: 30px 0;
}

#main-iniciativa .conteudo h1,
#main-iniciativa .conteudo h2,
#main-iniciativa .conteudo h3,
#main-iniciativa .conteudo h4 {
  color: #a66730;
}

#main-iniciativa .conteudo h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

#main-iniciativa .conteudo p {
  margin-bottom: 15px;
  font-family: "Akhand Soft", sans-serif;
  font-weight: 300;
}

#main-iniciativa .conteudo img.aligncenter {
  margin: 50px auto;
  height: auto;
  width: auto;
  height: auto;
}

#main-iniciativa .ods {
  margin-top: 50px;
}

#main-iniciativa .ods h2 {
  font-size: 38px;
  margin-bottom: 15px;
  color: #a66730;
}

#main-iniciativa .ods p {
  margin-bottom: 15px;
  font-family: "Akhand Soft", sans-serif;
  font-weight: 300;
}


.single-post .table-post {
	border: 1px solid #000;
	padding: 8px;
}

.single .categoria_post {
  margin: 15px 0 0;
}

.single .categoria_post a {
  font-size: 18px;
  color: #000;
}

.single .content_post .banner {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.single .content_post .cabecalho {
  margin-bottom: 30px;
  position: relative;
}

.single .content_post .cabecalho .compartilhar_post {
  position: absolute;
  right: 0;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.single .content_post .cabecalho .compartilhar_post a.btn-modal {
  display: block;
  margin-left: 10px;
}

.single .content_post .cabecalho .compartilhar_post a.btn-modal img {
  width: 15px;
}

.single .content_post .cabecalho p.categoria {
  margin: 10px 0;
}

.single .content_post .cabecalho h1 {
  color: #a66730;
  font-family: "Barlow Condensed";
  font-size: 52px;
  line-height: 58px;
  font-weight: 500;
  margin-bottom: 0px;
}

.single .content_post .cabecalho p {
  margin-bottom: 0;
}

.single .content_post p {
  margin-bottom: 25px;
  font-weight: 300;
}

.single img.alignright {
  float: right;
  margin: 40px;
  margin-right: 0;
}

#main-contato .banner {
  height: 350px;
  position: relative;
  overflow-y: hidden;
  margin-bottom: 30px;
}

#main-contato .banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#main-contato .conteudo h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

#main-contato .conteudo h1,
#main-contato .conteudo h2,
#main-contato .conteudo h3,
#main-contato .conteudo h4 {
  color: #a66730;
}

#main-contato .conteudo p {
  margin-bottom: 15px;
  font-family: "Akhand Soft", sans-serif;
  font-weight: 300;
}

#main-contato .conteudo .box-form {
  margin-top: 50px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

#main-contato .conteudo .box-form select.area {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  background: #a66730;
  padding: 6px;
  font-size: 18px;
  padding-left: 28px;
  margin-bottom: 5px;
  font-size: 20px;
}

#main-contato .conteudo .box-form form br {
  display: none;
}

#main-contato .conteudo .box-form form ::-webkit-input-placeholder,
#main-contato .conteudo .box-form form select,
#main-contato .conteudo .box-form form input {
  /* Edge */
  color: #666666;
}

#main-contato .conteudo .box-form form :-ms-input-placeholder,
#main-contato .conteudo .box-form form select,
#main-contato .conteudo .box-form form input {
  /* Internet Explorer 10-11 */
  color: #666666;
}

#main-contato .conteudo .box-form form ::-ms-input-placeholder,
#main-contato .conteudo .box-form form select,
#main-contato .conteudo .box-form form input {
  color: #666666;
}

#main-contato .conteudo .box-form form ::placeholder,
#main-contato .conteudo .box-form form select,
#main-contato .conteudo .box-form form input {
  color: #666666;
}

#main-contato .conteudo .box-form form .wpcf7-submit {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  background: #a66730;
  border: none;
  padding: 6px;
  font-size: 24px;
}

#main-contato .conteudo .box-form form .wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

#main-contato .conteudo .box-form form .wpcf7-form-control-wrap input {
  width: 100%;
  margin-bottom: 5px;
  text-indent: 22px;
  padding: 8px;
  border: 1px solid;
  border-color: #a66730;
}

#main-contato .conteudo .box-form form .wpcf7-form-control-wrap textarea {
  width: 100%;
  text-indent: 22px;
  padding: 8px;
  height: 200px;
  border-color: #a66730;
}

main .cabecalho_cat {
  padding: 10px 0;
  margin-bottom: 30px;
}

main .cabecalho_cat h1 {
  font-family: "Akhand Soft", sans-serif;
  font-size: 54px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}



main .grid_post {
  margin: 30px 0 0;
}

main .grid_post .post_item {
  margin-bottom: 20px;
}

main .grid_post .post_item .data_post {
  cursor: default;
}

main .grid_post .post_item .categoria_post {
  margin: 0px 0;
}


main .grid_post .post_item .thumb {
  margin-bottom: 10px;
}

main .grid_post .post_item .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .grid_post .post_item h3 {
  color: #a66730;
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 6px;
  font-weight: 300;
}

main .grid_post .post_item p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-family: "Akhand Soft", sans-serif;
  font-weight: 300;
}

main .pagination-search {
	display: flex;
    flex-wrap: wrap;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 40px;
	margin-bottom: 40px;
}

.search .pagination-search .wp-pagenavi .pages a {
	text-transform: none;
    text-decoration: none;
    color: #b06730;
}

.search .pagination-search .wp-pagenavi .pages a::hover {
	text-transform: none;
    text-decoration: none;
    color: #b06730;
}

main .grid_post .post_large .post_item .thumb img {
  height: 560px;
}

main .grid_post .posts_small .post_sem_thumb.post_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 25px;
  background-color: #e7dbd6;
  margin-bottom: 0;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .grid_post .posts_small .post_sem_thumb.post_item h3 {
  font-size: 36px;
  line-height: 36px;
}

main .grid_post .posts_small .post_item h3 {
  font-size: 30px;
  line-height: 34px;
  font-family: "Barlow Condensed";
  font-weight: 500;
}

main .grid_post .posts_small .post_item .thumb img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

main .grid_post .lista_horizontal .posts_small .post_item .thumb img {
  height: 220px;
}

main .videos {
  background-color: #202d17;
  margin: 30px 0;
}

main .videos .cabecalho {
  background-color: #a66730;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 20px;
}



main .videos .row-videos {
  padding: 80px 0 160px;
}

main .videos .row-videos .lista-videos .video_item:last-child {
  margin-bottom: 0;
}

main .videos .row-videos .destaque .video_item {
  position: relative;
}

main .videos .row-videos .destaque .video_item .video {
  height: 100%;
}

main .videos .row-videos .destaque .video_item .video a {
  height: 100px;
  width: 100px;
}

main .videos .row-videos .destaque .video_item .content {
  position: absolute;
  bottom: -90px;
  left: 0;
  height: 80px;
  width: 100%;
}

main .videos .video_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

main .videos .video_item .video {
  width: 100%;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

main .videos .video_item .video a.player {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 65px;
  height: 65px;
}

main .videos .video_item .video a.player img {
  width: 100%;
  height: 100%;
}

main .videos .video_item .content {
  text-align: right;
}

main .videos .video_item .content h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}

main .videos .video_item .content p {
  font-size: 14px;
}

main .videos .destaque .video_item .content {
  text-align: left;
}

/* main .newsletter .col_text {
  background-color: #802b01;
  padding: 20px 40px;
  position: relative;
}

main .newsletter .col_text:before {
  content: "";
  left: 30px;
  z-index: 10;
  background-image: url(../img/before-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 170px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

main .newsletter .col_text:after {
  content: "";
  right: -39px;
  z-index: 10;
  background-image: url(../img/after-form.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

main .newsletter .col_text h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
}

main .newsletter .col_form > div {
  margin-right: 50px;
}

main .newsletter .col_form {
  padding: 20px 40px;
  background-color: #dcdcdc;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .newsletter .col_form button.wpcf7-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  bottom: 0;
  margin: auto;
}

main .newsletter .col_form form {
  width: 100%;
  margin-right: 45px;
} */

  /* Edge */
/* main .newsletter .col_form form ::-webkit-input-placeholder,
main .newsletter .col_form form select,
main .newsletter .col_form form input {
  font-size: 20px;
  color: #202d17;
  letter-spacing: 1px;
} */

  /* Internet Explorer 10-11 */
/* main .newsletter .col_form form :-ms-input-placeholder,
main .newsletter .col_form form select,
main .newsletter .col_form form input {
  font-size: 20px;
  color: #202d17;
  letter-spacing: 1px;
} */

/* main .newsletter .col_form form ::-ms-input-placeholder,
main .newsletter .col_form form select,
main .newsletter .col_form form input {
  font-size: 20px;
  color: #202d17;
  letter-spacing: 1px;
}

main .newsletter .col_form form ::placeholder,
main .newsletter .col_form form select,
main .newsletter .col_form form input {
  font-size: 20px;
  color: #202d17;
  letter-spacing: 1px;
}

main .newsletter .col_form form input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #202d17;
  background-color: transparent;
  padding: 6px;
} */
/* 
main .eventos {
  margin-bottom: 80px;
}

main .eventos .slider {
  position: relative;
}

main .eventos .evento_item {
  border: 1px solid #a66730;
  border-top: 5px solid #a66730;
  border-bottom: 5px solid #a66730;
  margin: 0 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

main .eventos .evento_item .content {
  padding: 30px;
}

main .eventos .evento_item .content h3 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
}

main .eventos .evento_item .content p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

main .eventos .evento_item .content p.data {
  font-size: 22px;
  margin-bottom: 30px;
}

main .eventos .evento_item .content a.saiba_mais {
  padding: 8px;
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  display: block;
  color: #000;
  font-family: "Akhand Soft", sans-serif;
  font-size: 18px;
}

main .eventos .evento_item .content a.saiba_mais:hover {
  color: #000;
}

main .depoimentos {
  padding: 70px 0;
  background-image: url(../img/bg-depoimentos.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid #a66730;
  border-bottom: 5px solid #a66730;
}

main .depoimentos .banner_depoimentos {
  position: relative;
}

main .depoimentos .banner_depoimentos:after {
  content: "";
  left: 0;
  z-index: 10;
  background-image: url(../img/before-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 220px;
  display: block;
  position: absolute;
  bottom: -110px;
  right: 0;
  margin: auto;
}

main .depoimentos .content {
  width: 74%;
  margin: 140px auto 50px;
}

main .depoimentos .content h3 {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 58px;
  line-height: 64px;
  font-weight: 500;
}

main .depoimentos .content p {
  color: #fff;
  text-align: center;
  width: 64%;
  font-size: 24px;
  margin: auto;
}

main .redes_sociais {
  margin: 70px 0;
}

main .redes_sociais h2 {
  margin-bottom: 20px;
}

main .redes_sociais .social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .redes_sociais .social a {
  display: inline-block;
  margin: 0 18px;
}

main .redes_sociais .social a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

main .apoio {
	display: none;
  margin: 50px 0 80px;
}

main .apoio h2 {
  margin-bottom: 70px;
}

main .apoio .apoiador {
  width: calc(92% / 4);
  margin: 1%;
  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;
}

main .apoio .apoiador img {
  margin: 0 auto;
  max-width: 190px;
} */

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.modal_compartilhe button.close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
  opacity: 1;
}

.modal_compartilhe .modal-content {
  padding: 5px;
  background-color: transparent;
  position: relative;
  border: 1px solid #a66730;
  border-radius: 0;
}

.modal_compartilhe .modal-content::before {
  content: "";
  width: 180px;
  height: 195px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/before-banner.png);
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.modal_compartilhe .modal-content .modal-conteudo {
  background-color: #a66730;
  padding: 50px;
  padding-top: 120px;
  border-radius: 0;
  text-align: center;
}

.modal_compartilhe .modal-content p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 200;
}

.modal_compartilhe .modal-content .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_compartilhe .modal-content .social a {
  display: block;
  margin: 0 10px;
}

.modal_salvar button.close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
  opacity: 1;
}

.modal_salvar .modal-dialog {
  max-width: 550px;
}

.modal_salvar .modal-content {
  padding: 5px;
  background-color: transparent;
  position: relative;
  border: 1px solid #a66730;
  border-radius: 0;
}

.modal_salvar .modal-content::before {
  content: "";
  width: 180px;
  height: 195px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/before-banner.png);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  margin: auto 0;
}

.modal_salvar .modal-content .modal-conteudo {
  background-color: #a66730;
  padding: 20px;
  padding-left: 150px;
  padding-right: 50px;
  border-radius: 0;
}

.modal_salvar .modal-content p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 200;
}
/* 
#main-home .wpcf7 form .wpcf7-response-output {
  margin-top: 0;
}

#main-home .wpcf7 form .wpcf7-response-output {
  margin-top: 0;
  position: absolute;
  bottom: -80px;
}

#main-home .wpcf7-not-valid-tip {
  font-size: 14px;
  position: absolute;
}

#main-home .wpcf7 form.invalid .wpcf7-response-output {
  bottom: -65px;
} */
/* .search-title h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #a66730;
}
.search-title{
	margin-bottom: 10px;	
}
.search-title form {
    width: 340px;
	position:relative;
}
.search-title input[type="text"] {
    width: 100%;
	margin-bottom:0;
	text-indent:10px;
	padding-right:33px;
}
.search-title button {
    border: none;
    background: transparent;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 10px;
} */
footer {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  background-image: url(../img/bg-footer.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 860px;
}

footer::before {
  content: "";
  width: 190px;
  height: 206px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/before-footer.png);
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

footer:after {
  content: "";
  background-color: #802b01;
  height: 20px;
  width: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
}

footer .logo-footer {
  margin: 230px 0 100px;
  padding-bottom: 100px;
  position: relative;
}

footer .logo-footer:after {
  content: "";
  display: block;
  width: 110%;
  position: absolute;
  left: -5%;
  right: -5%;
  margin: 0 auto;
  height: 1px;
  background-color: #802b01;
  bottom: 0;
}

footer .logo-footer img {
  height: auto;
  margin: 0 auto;
}

footer .redes_sociais p {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: 5px 0px 10px;
  font-family: "Akhand Soft", sans-serif;
  letter-spacing: 2px;
}

footer .redes_sociais img {
  margin: 0 auto;
}

footer .redes_sociais .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .redes_sociais .social a {
  margin: 0 10px;
}

footer ul li a {
  color: #fff;
  font-family: "Akhand Soft", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}

footer ul li a:hover {
  color: #fff;
}
/*# sourceMappingURL=main.css.map */

