body {
        font-family: 'Montserrat', sans-serif;
        background: #fcf8f4;
        font-size: 16px;
    color: #000;
    position: relative;
    min-height: 100vh;
    image-rendering: -webkit-optimize-contrast;
}
html,
body {
    overflow-x: hidden;
}

.indice {
    background: #FFF;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
  }


  .indice::after {
    content: "";
    position: relative;
    bottom: -40px;
    display: block;
    height: 4px;
    background: #56470a;
    width: 0;
    transition: all 0.3s;
    left: 50%;
    transform: translateX(-50%);
  }

  .indice:hover .link::before {
    left: 0;
    right: auto;
    width: 100%;
}
.indice:hover::after {
    width: 50%;

}
#example {
    width: 800px;
    max-width: 100%;
    margin: 0 auto !important;
    padding-top: 100px;
    padding-bottom: 30px;
  }
#example .timeline-navigation {
    top: 7px;
}
#example .timeline-navigation a {
	line-height: 38px;
	height: 42px;
	width: 42px;
	text-align: center;
	border-radius: 100%;
	border: 2px solid #002642;
	color: #002642;
	display: block;
	font-size: 13px;
  }
#example .timeline-navigation a:hover {
    color: #fff;
    background-color: #002642;
}
#example .timeline-navigation a.inactive {
    border-color: #b5b8cb;
    color: #b5b8cb;
    background-color: transparent !important;
}
#example .events {
    height: 1px;
    background-color: #b5b8cb;
}
#example .events .filling-line {
    background-color: #002642;
}
#example .events a {
    font-weight: 700;
    font-size: 20px;
}
#example .events a::after {
    width: 20px;
    height: 20px;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#example .events a,
#example .events a.older-event {
    color: #b5b8cb;
}
#example .events a::after,
#example .events a.older-event::after {
    background-color: #fff;
    border: 2px solid #b5b8cb;
}
#example .events a.selected {
    color: #002642;
}
#example .events a.selected::after {
    background-color: #002642;
    border-color: #002642;
}
#example .events-content {
    margin-bottom: 0;
}
#example .events-content li {
    color: #002642;
    font-size: 14px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    line-height: 1.5;
}
.grecaptcha-badge {
    display: none !important;
}
.res-conflitos-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.res-conflitos-popup .res-conflitos-box {
    background-color: #fff;
    padding: 65px 50px;
    width: 400px;
    max-width: 90%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: -100%;
    position: relative;
}
.res-conflitos-popup .res-conflitos-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    color: #212121;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.res-conflitos-popup .res-conflitos-close:hover {
    background-color: #212121;
    color: #fff;
}
.res-conflitos-popup.aberto {
    opacity: 1;
    pointer-events: all;
}
.res-conflitos-popup.aberto .res-conflitos-box {
    margin-top: 0%;
}
.container {
    width: 1640px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }

  .pages .container {
    width: 1640px;
    max-width: 100%;
    padding: 0 100px;
    margin: 0 auto;
  }


.container-lg {
    width: 1600px;
}
.container-full {
    width: 100%;
}
.content-section {
    padding-top: 50px;
    padding-bottom: 50px;
}



.content-section.pages {
    background: #FFF;
    padding-bottom: 110px;
    padding-top: 110px;
  }


  .content-section.pagesservice {
    background: #FFF;
    padding-bottom: 110px;
    padding-top: 110px;
  }


  .bo-content {
    line-height: 28px;
    word-wrap: break-word;
    font-size: 16px;
    text-align: left;
  }

  .bo-content.pages {
    line-height: 43px;
    word-wrap: break-word;
    font-size: 25px;
    text-align: center;
    padding: 0;
    margin-top: 40px;
    font-weight: 500;
  }

.bo-content p:nth-child(n + 2),
.bo-content ol:nth-child(n + 2),
.bo-content ul:nth-child(n + 2) {
    margin-top: 15px;
}
.bo-content ol li,
.bo-content ul li {
    position: relative;
    padding-left: 25px;
}
.bo-content ol li:nth-child(n + 2),
.bo-content ul li:nth-child(n + 2) {
    margin-top: 5px;
}
.bo-content ol li::before,
.bo-content ul li::before {
    position: absolute;
    left: 0;
    display: block;
}
.bo-content ul li {
    margin-left: 0;
    list-style: none;
    padding-left: 20px;
  }
.bo-content ol {
    counter-reset: contador;
}
.bo-content ol li {
    counter-increment: contador;
}
.bo-content ol li::before {
    content: counter(contador) ". ";
    top: 0;
    color: #AFA371;
}
.bo-content ul li::before {
    content: "";
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 0;
    background: #000;
  }
.bo-content img {
    max-width: 100%;
    height: auto !important;
}
.bo-content a:not(.btn) {
    color: #000;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.bo-content a:not(.btn):hover {
    color: #AFA371!important;
}
.bo-content table {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 0.9em;
    text-align: left;
}
.bo-content table,
.bo-content table th,
.bo-content table td {
    border: 1px solid #dadada;
}
.bo-content table th,
.bo-content table td {
    padding: 10px;
    vertical-align: middle;
}
.bo-content table th {
    font-weight: 700;
}
.video-16-9 {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
.video-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.maintenance-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    background: #fff;
}
.maintenance-section img {
    will-change: transform;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}
.maintenance-section h1 {
    margin-bottom: 30px;
}
.title-404 {
    color: #AFA371;
    font-size: 125px;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
}
.site-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.site-popup .inner {
    width: 900px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
.site-popup .inner .site-popup-closer {
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 17px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.site-popup .inner .site-popup-closer:hover {
    color: #000;
    background: #fff;
}
.site-popup .inner img {
    display: block;
    width: 100%;
}
.site-popup.open {
    opacity: 1;
    pointer-events: all;
}
.split-section:nth-child(n + 2) {
    margin-top: 50px;
}
.split-section main:last-child,
.split-section aside:last-child {
    margin-top: 50px;
}


 /* The Modal (background) */
 .modal {
    display: none;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 0.60;
    -moz-transition: all 0.60;
    -o-transition: all 0.60;
    transition: all 0.6s;
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	padding: 40px;
	  padding-top: 40px;
	padding-top: 40px;
	padding-top: 20px;
	width: 90%;
	position: relative;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 600px;
	left: 50%;
	padding-top: 49px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
	-webkit-transition: all 0.60;
	-moz-transition: all 0.60;
	-o-transition: all 0.60;
	transition: all 0.6s;
	animation-name: fadeIn;
	animation-duration: 0.4s;
  }
  .modal-content a
  {
   transition:all 0.3s;
  }
  .modal-content a:hover
  {
    color:#1F5049;
  }
  
  @media (max-height: 800px) {



    .content-section.pages {
        background: #FFF;
        padding-bottom: 110px;
        padding-top: 110px;
      }
	.modal-content {

		top: 0%;
		transform: translate(-50%,-0%);
	
	  }
      .bo-content.pages {
        line-height: 33px;
        word-wrap: break-word;
        font-size: 18px;
        text-align: center;
        padding: 0;
        margin-top: 40px;
        font-weight: 500;
      }
}

  @media (max-width: 992px) {

	.modal-content {
		background-color: #fefefe;
		width: 90%;
		position: relative;
		top: 0%;
		transform: translate(-0%,-0%);
		max-width: 100%;
		left: 0%;
		padding-top: 0;
		box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
		-webkit-transition: all 0.60;
		-moz-transition: all 0.60;
		-o-transition: all 0.60;
		transition: all 0.6s;
		animation-name: fadeIn;
		animation-duration: 0.4s;
		margin: 5%;
		padding: 40px;
	  }

}

.modalbg
{
	position:fixed;
	width:100%;
	height:100%;
}

  /* The Close Button */
  .close {
	color: #AFA371;
	float: right;
	font-size: 35px;
	font-weight: 500;
	top: -36px;
	position: relative;
	right: -20px;-webkit-transition: all 0.60;
	-moz-transition: all 0.60;
	-o-transition: all 0.60;
	transition: all 0.6s;
  }
  
  .close:hover,
  .close:focus {
	color: #1F5049;
	text-decoration: none;
	cursor: pointer;
  } 

  .text_modal
  {
	  color: #647387;
	  font-size: 13px;
	  text-align: left;
	  padding: 0;
	  line-height: 20px;
  }

  
  .img_modal
{
		display: block;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transition: opacity 0.3s;
		height: 230px;
		border-radius: 100%;
		width: 230px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin-top:40px;
}


@media (min-width: 768px) {
    .split-section {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .split-section main,
    .split-section aside {
        margin-top: 0 !important;
    }
    .split-section main {
        width: 65%;
    }
    .split-section aside {
        width: 30%;
    }
}


.double-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 50px;
  align-items: stretch;
}
.double-col .col:nth-child(1) {
  width: 50%;
  margin-top: 0;
  background-size: cover;
  background-position: center;
}
    .double-col .col:nth-child(2) {
        margin-top: 0;
        padding: 0px 0px 0px 80px;
      }

      .double-col .col:nth-child(2) .bo-content {
        max-width:640px
      }


    .double-col .col:nth-child(2n + 1) {
        margin-left: 0;
    }


    @media (max-width: 1290px) {


    .double-col .col:nth-child(1) {
        width: 50%;
        margin-top: 0;
      }
      .double-col .col:nth-child(2) {
        margin-top: 0;
        padding: 0px 0px 0px 61px;
        width: 50%;
      }

    }


@media (max-width: 767.98px) {
    .content-section.pages {
        background: #FFF;
        padding-bottom: 80px;
        padding-top: 80px;
      }
    .double-col .col:nth-child(1) {
        width: calc(100% - 40px);
        margin-top: 0;
        min-height: 500px;
        background-size: cover;
        background-position: center;
        margin: 20px !important;
          margin-bottom: 20px;
        margin-bottom: 40px !important;
      }
      .double-col .col:nth-child(2) {
        margin-top: 0;
        padding: 20px;
        width: 100%;
      }






    .triple-col .col:nth-child(n + 2) {
        margin-top: 50px;
    }
}
@media (min-width: 768px) {
    .triple-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .triple-col .col {
        width: 30%;
        margin-left: 5%;
        margin-top: 5%;
    }
    .triple-col .col:nth-child(3n + 1) {
        margin-left: 0;
    }
    .triple-col .col:nth-child(-n + 3) {
        margin-top: 0;
    }
}


.box_blue
{
    background: #1F5049;
    color: #FFF;
    padding: 40px;
    border-radius: 5px;

}

.box_blue a
{
    color: #AFA371!important;

}

.box_blue a:hover
{
    color: #fff!important;

}



.box_blue h2
{
    color: #FFF;

}

.double-col .col img {
    border-radius: 0;
  }


.btn {
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    border-radius: 0;
    background: #AFA371;
    border: 0;
    padding: 9px 34px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    transition: 0.3s all;
  }
.btn:hover {

    background: #1F5049;transition: 0.3s all;

}
.btn,
.btn i,
.btn span {
    display: inline-block;
    line-height: 25px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.btn, .btn span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
.btn i {
    font-size: 14px;
}
.btn i:first-child {
    margin-right: 10px;
}
.btn i:last-child {
    margin-left: 10px;
}
.btn:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}
.btn[disabled] {
    opacity: 0.7;
    cursor: wait;
}
.btn.btn-full-width {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.btn.btn-lg {
    padding: 9px 34px;
  }
  .btn-after-section {
    text-align: left;
    margin-top: 50px;
  }
.btn.btn-link {
    padding: 0 0 1px 0;
    border: 0;
    background: none;
    position: relative;
}
.btn.btn-link:before {
    display: none;
}
.btn.btn-link:hover {

    background: #1F5049;

}
.btn.btn-link,
.btn.btn-link i,
.btn.btn-link span {
    color: #1F5049;
    font-size: 15px;
}
.btn.btn-link span {
    text-transform: none;
}

.btn.btn-link:hover,
.btn.btn-link:hover span,
.btn.btn-link:hover i {
    color: #fff;
}
.btn.btn-from-white-sec {
    background: #afa371
}

.btn.btn-from-white-sec:hover {
    background: #1F5049
}
.btn.btn-from-white-sec:not(:hover),
.btn.btn-from-white-sec:not(:hover) span,
.btn.btn-from-white-sec:not(:hover) i {
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;;
    color: #AFA371;
    font-weight: 700;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1.line,
h2.line,
h3.line,
h4.line,
h5.line,
h6.line {
    padding-bottom: 20px;
    position: relative;
}
h1.line::before,
h2.line::before,
h3.line::before,
h4.line::before,
h5.line::before,
h6.line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 3px;
    background: #AFA371;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
    text-align: center;
}
h1.center::before,
h2.center::before,
h3.center::before,
h4.center::before,
h5.center::before,
h6.center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
h1.mb,
h2.mb,
h3.mb,
h4.mb,
h5.mb,
h6.mb {
    margin-bottom: 50px;
}
*:not(.bo-content) > h1:last-child,
*:not(.bo-content) > h2:last-child,
*:not(.bo-content) > h3:last-child,
*:not(.bo-content) > h4:last-child,
*:not(.bo-content) > h5:last-child,
*:not(.bo-content) > h6:last-child {
    margin-bottom: 0;
}
h1 {
    margin-top: 35px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.2;
}

h2 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.3;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    text-transform: none;
  }

  h3.smalltext {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.3;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #afa371;
    text-transform: uppercase;
  }

h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 1.3;
}
h5 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
}
h6 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 800px) {
    .pages .container {
        width: 1640px;
        max-width: 100%;
        padding: 0 20px!important;
        margin: 0 auto;
      }
    h2 {
        margin-top: 20px;
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 400;
        color: #000;
        letter-spacing: 5px;
      }

}


.section-heading {
    margin-bottom: 60px;
  }

  .pagesservice .section-heading {
    margin-bottom: 60px;
    max-width: 800px;
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }

  .pagesservice .section-heading .bo-content {
    text-align:center;
  }

  .section-heading .subtitle {
    color: #AFA371;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 13px;
    font-size: 13px;
  }
.section-heading .title {
    margin-top: 0;
}
.section-heading.center .subtitle, .section-heading.center .title {
    text-align: center;
    text-transform: uppercase;
  }
.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social-icons a:nth-last-child(n + 2) {
    margin-right: 10px;
}
.social-icons a i {
    font-size: 16px;
    color: #AFA371;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

footer .social-icons a i {
  font-size: 16px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}


.social-icons a:hover i {
    color: #AFA371;
}
.contact-info .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .contact-info .item:nth-last-child(n+2) {
    margin-bottom: 20px;
  }
.contact-info .item i,
.contact-info .item .info {
    line-height: 24px;
}
.contact-info .item i {
    color: #fff;
    margin-right: 20px;
    font-size: 17px;
  }
  .top-bar .contact-info .item i {
    color: #fff;
    margin-right: 5px;
    font-size: 17px;
  }



.contact-info .item .info .title {
    display: none;
}
.contact-info .item .info a {
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.contact-info .item .info a:hover {
    color: #AFA371;
}
.mega-contact-info {
    padding-left: 0;
    background-repeat: no-repeat;
    background-position: top left;
  }
@media (max-width: 576px) {

.mega-contact-info {
    padding-left: 0;
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
  }

  .section-heading .subtitle {

    font-size: 14px;
    font-weight: 600;
  }
}

@media (max-width: 767.98px) {


    .owl-carousel .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex!important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
    }
    .owl-carousel .owl-dots .owl-dot:nth-last-child(n + 2) {
        margin-right: 8px;
    }
    .owl-carousel .owl-dots .owl-dot span {
        display: block;
        border: 1px solid #afa675;
        width: 8px;
        height: 8px;
        border-radius: 100px;
        -webkit-transition: width 0.3s, background 0.3s;
        transition: width 0.3s, background 0.3s;
    }
    .owl-carousel .owl-dots .owl-dot.active span {
        width: 18px;
        background: #afa675;
    }
    .marcas.owl-carousel .owl-dots {
        display:none!important
    }


}
.mega-contact-info .phone span,
.mega-contact-info .phone a {
    font-size: 34px;
    font-weight: 300;
}
.mega-contact-info .phone span {
    color: #9b9b9b;
}
.mega-contact-info .phone a {
    color: #1F5049;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.mega-contact-info .phone a:hover {
    color: #AFA371;
}
.mega-contact-info .email {
    margin-top: 18px;
}
.mega-contact-info .email span,
.mega-contact-info .email a {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}
.mega-contact-info .email a {
    opacity: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.mega-contact-info .email a:hover {
    color:#AFA371;
}
.mega-contact-info .address {
    margin-top: 40px;
}
.mega-contact-info .address .bo-content {
    font-size: 14px;
    margin-bottom: 12px;
}
.mega-contact-info .address a i,
.mega-contact-info .address a span {
    color: #1F5049;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-weight: 700;
    font-size: 15px;
}
.mega-contact-info .address a:hover i,
.mega-contact-info .address a:hover span {
    color: #AFA371;
}
.smart-forms[id^="form-"] {
    z-index: 0;
    position: relative;
        font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #9b9b9b;
}
.smart-forms[id^="form-"] .form-body {
    padding: 0;
}
.smart-forms[id^="form-"] .tagline span,
.smart-forms[id^="form-"] .rating:hover .rating-star:hover,
.smart-forms[id^="form-"] .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms[id^="form-"] .rating-input:checked ~ .rating-star,
.smart-forms[id^="form-"] .gui-input:focus ~ .field-icon i,
.smart-forms[id^="form-"] .gui-textarea:focus ~ .field-icon i {
    color: #AFA371;
}
.smart-forms[id^="form-"] .gui-input,
.smart-forms[id^="form-"] .checkbox,
.smart-forms[id^="form-"] .select > select,
.smart-forms[id^="form-"] .gui-textarea,
.smart-forms[id^="form-"] .file .button,
.smart-forms[id^="form-"] .input-hint {
    border-radius: 4px;
}
.smart-forms[id^="form-"] .gui-input,
.smart-forms[id^="form-"] .gui-textarea,
.smart-forms[id^="form-"] .checkbox,
.smart-forms[id^="form-"] input:checked + .checkbox,
.smart-forms[id^="form-"] .select > select,
.smart-forms[id^="form-"] .input-hint {
    border-width: 1px;
}
.smart-forms[id^="form-"] .gui-input,
.smart-forms[id^="form-"] .gui-textarea,
.smart-forms[id^="form-"] .select > select {
        font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.smart-forms[id^="form-"] .gui-input:hover,
.smart-forms[id^="form-"] .gui-input:focus,
.smart-forms[id^="form-"] .file .gui-file:hover + .gui-input,
.smart-forms[id^="form-"] .file .gui-file:focus + .gui-input,
.smart-forms[id^="form-"] .gui-textarea:hover,
.smart-forms[id^="form-"] .gui-textarea:focus,
.smart-forms[id^="form-"] .select > select:hover,
.smart-forms[id^="form-"] .select > select:focus,
.smart-forms[id^="form-"] input:hover + .checkbox,
.smart-forms[id^="form-"] input:hover + .radio,
.smart-forms[id^="form-"] input:focus + .checkbox::before,
.smart-forms[id^="form-"] input:focus + .radio::before,
.smart-forms[id^="form-"] input:checked + .checkbox,
.smart-forms[id^="form-"] input:checked + .radio,
.smart-forms[id^="form-"] .gui-input:hover ~ .input-hint,
.smart-forms[id^="form-"] .switch > input:checked + .switch-label,
.smart-forms[id^="form-"] .switch > input:checked:focus + .switch-label {
    border-color: #AFA371;
}
.smart-forms[id^="form-"] .radio::before,
.smart-forms[id^="form-"] input:focus + .radio::before,
.smart-forms[id^="form-"] .switch > input:checked + .switch-label,
.smart-forms[id^="form-"] .switch > input:checked:focus + .switch-label {
    background: #AFA371;
}
.smart-forms[id^="form-"] .checkbox::before {
    top: 5px;
    left: 5px;
    border-color: #AFA371;
}
.smart-forms[id^="form-"] .form-footer {
    padding: 0;
    background: none;
    overflow: visible;
}
.smart-forms[id^="form-"] .option {
    color: #9b9b9b;
}
.smart-forms[id^="form-"] .option a {
    color: #AFA371;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.smart-forms[id^="form-"] .option a:hover {
    color: #AFA371;
}
.smart-forms[id^="form-"] .option-acceptance {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.smart-forms[id^="form-"] .option-acceptance .checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
}
.smart-forms[id^="form-"] .option-acceptance .text {
    padding-top: 5px;
}
.smart-forms[id^="form-"] .option-acceptance .text small {
    font-size: 11px;
    display: block;
    margin-top: 5px;
}
.smart-forms[id^="form-"] .input-hint {
    border-color: #bdc3c7 !important;
    margin-top: 0;
    border-top: 0;
}
.smart-forms[id^="form-"] .input-hint.solo-hint {
    border: 1px solid #bdc3c7;
}
.smart-forms[id^="form-"] .clone-widget {
    padding-right: 0;
    padding-bottom: 40px;
}
.smart-forms[id^="form-"] .clone-widget .button {
    top: auto;
    right: auto;
    bottom: 10px;
    left: auto;
    font-size: 11px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
}
.smart-forms[id^="form-"] .clone-widget .button.clone {
    left: 0;
    background: #AFA371;
}
.smart-forms[id^="form-"] .clone-widget .button.clone:hover {
    background: #31c3fd;
}
.smart-forms[id^="form-"] .clone-widget .button.delete {
    right: 0;
}
.smart-forms[id^="form-"] .rating-star {
    position: relative;
}
.smart-forms[id^="form-"] .rating-star span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.smart-forms[id^="form-"] .rating-star span::before {
    left: auto;
    right: 8px;
}
.smart-forms[id^="form-"] .rating label:hover span {
    left: 26px;
}
.select2-container .select2-dropdown {
    border-radius: 4px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
    background: #AFA371;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
.pagination li {
    margin-bottom: 10px;
}
.pagination li a {
    font-weight: 600;
    border-radius: 100%;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    border-width: 1px;
    border-style: solid;
  }
  .pagination li a, .pagination li a i {
    display: block;
    width: 35px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #000;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    border-color: #000;
  }
.pagination li a:hover,
.pagination li a:hover i {
    color: #AFA371;
}
.pagination li a.atual {
    border-color: #AFA371;
    color: #AFA371;
  }
.pagination li:nth-last-child(n + 2) {
    margin-right: 5px;
}
.slideshow-carousel {
    z-index: 0;
}
.slideshow-carousel .slideshow-item {
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    width: 50%;
    left: 50%;
    opacity: 0;
    background-position: center right;
    transition: all 1s ease-in-out; /* Adicione a transição */
  }
  
  .slideshow-carousel .slideshow-item.image-animation-class {
    opacity: 1;
  }


  .slideshow-carousel .container {
    width: 1640px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    left: -50%;
    position: relative;
  }


  .slideshow-carousel .slideshow-item .caption {
    width: 80%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    padding-left: 120px;
    left: -50%;
    clip-path: inset(0% 100% 0% 0);  
    transition: clip-path 2s ease-in-out;
  }


  .slideshow-carousel .slideshow-item .caption.your-animation-class {
        clip-path: inset(0% 0% 0 0);

}
  

.slideshow-carousel .slideshow-item .caption .title, .slideshow-carousel .slideshow-item .caption .description {
    color: #000;
  }
.slideshow-carousel .slideshow-item .caption .title {
    font-size: 32px;
    margin-bottom: 34px;
}
.slideshow-carousel .slideshow-item .caption .description {
    font-size: 17px;
  }
.slideshow-carousel .slideshow-item .caption .description ul li {
    padding: 5px 0 5px 35px;
    line-height: 26px;
    list-style: none;
    margin-left: 0;
  }
.slideshow-carousel .slideshow-item .caption .description ul li:nth-child(n + 2) {
    margin-top: 0;
}
.slideshow-carousel .slideshow-item .caption .description ul li::before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    top: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    color: #AFA371;
    font-size: 11px;
}
.slideshow-carousel .slideshow-item .caption .btn-group {
    margin-top: 50px;
  }
.slideshow-carousel .slideshow-item .caption .btn-group a:nth-last-child(n + 2) {
    margin-bottom: 25px;
}
.slideshow-carousel .slideshow-item .caption .btn-group .slide-btn {
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slideshow-carousel .slideshow-item .caption .btn-group .slide-btn .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    margin-right: 20px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    position: relative;
}
.slideshow-carousel .slideshow-item .caption .btn-group .slide-btn .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-animation: pulse 0.8s ease-out 0s infinite;
    animation: pulse 0.8s ease-out 0s infinite;
}
.slideshow-carousel .slideshow-item .caption .btn-group .slide-btn .icon i {
    color: #1F5049;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.slideshow-carousel .slideshow-item .caption .btn-group .slide-btn span {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    max-width: 105px;
    line-height: 1.6;
}
.slideshow-carousel .slideshow-item .caption .btn-group .slide-btn:hover .icon {
    background: #AFA371;
}
.slideshow-carousel .slideshow-item .caption .btn-group .slide-btn:hover .icon i {
    color: #fff;
}
.slideshow-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slideshow-carousel .owl-nav {
    display:none
}


.slideshow-carousel .owl-nav button.owl-prev,
.slideshow-carousel .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slideshow-carousel .owl-nav button.owl-prev i,
.slideshow-carousel .owl-nav button.owl-next i {
    color: rgba(255, 255, 255, 0.56);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 30px;
}
.slideshow-carousel .owl-nav button.owl-prev:hover i,
.slideshow-carousel .owl-nav button.owl-next:hover i {
    color: #fff;
}

.slideshow-carousel .slideshow-item .caption .title {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 14px;
    line-height: 55px;
  }
  .slideshow-carousel .slideshow-item .caption .subtitle {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #afa371;
  }


@media (min-width: 576px) {
    .slideshow-carousel .slideshow-item .caption .btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .slideshow-carousel .slideshow-item .caption .btn-group a:nth-last-child(n + 2) {
        margin-right: 25px;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .slideshow-carousel .slideshow-item .caption .title {
        font-size: 50px;
    }
}
@media (min-width: 992px) {
    .slideshow-carousel .slideshow-item .caption .title {
        font-size: 60px;
    }
}
@media (min-width: 1400px) {
    .slideshow-carousel .slideshow-item .caption .title {
        font-size: 50px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 14px;
        line-height: 55px;
      }
      .slideshow-carousel .slideshow-item .caption .subtitle {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 800;
        color: #afa371;
      }




}



@media (max-width: 1040px) {


.slideshow-carousel .slideshow-item .caption {
    width: 80%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    padding-left: 0;
    left: -50%;
  }

  .slideshow-carousel .slideshow-item .caption .title {
    font-size: 41px;
  }

}


@media (max-width: 767.98px) {

    .slideshow-carousel .slideshow-item {
        height: 70vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        background-size: cover;
        position: relative;
        z-index: 0;
        background-repeat: no-repeat;
        width: 100%;
        left: 0;
        margin-bottom: 50vh;
      }
      .slideshow-carousel .container {
        width: 1640px;
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto;
        left: 0;
        position: relative;
      }
      
      .slideshow-carousel .slideshow-item .caption {
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 1;
        padding-left: 0;
        left: 0;
        top: 70vh;
        margin-top: 60px;
      }

      .slideshow-carousel .slideshow-item .caption .title {
        font-size: 26px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 11px;
        line-height: 31px;
      }
      .slideshow-carousel .slideshow-item .caption .description {
        font-size: 14px;
      }


}





@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
.entities-carousel .item {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.entities-carousel .item img {
    will-change: transform;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 106px;
    height: 84px;
    -o-object-fit: contain;
    object-fit: contain;
}
.entities-carousel .item:hover {
    opacity: 1;
}


.top-bar {
    background: #AFA371;
    display: none;
    margin-bottom: 130px;
    position: relative;
    z-index: 5;
  }
  .top-bar .container {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
@media (min-width: 992px) {
    body {
        padding-top: 0;
    }
    .top-bar {
        display: block;
    }
}
.top-bar .contact-info {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-bar .contact-info .item:nth-last-child(n + 2) {
    margin-right: 30px;
    margin-bottom: 0;
}
.top-bar .contact-info .item i {
    font-size: 13px;
  }
  .top-bar .contact-info .item .info {
    color: #fff;
    font-size: 12px;
  }
  .top-bar .contact-info .item .info .title {
    display: inline-block;
    display: none;
  }
.top-bar .contact-info .item .info .title::after {
    content: ":";
}

.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-menu li:nth-last-child(n + 2) {
    margin-right: 15px;
}
.top-menu li a {
    font-size: 13px;
    color: #fff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.top-menu li a:hover {
    color: #000;
}
.top-bar .social-icons {
    margin-left: 30px;
}
.top-bar .social-icons a i {
    display: block;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: #AFA371;
    border-radius: 100%;
    font-size: 12px;
    color: #1F5049;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-bar .social-icons a span {
    display: none;
}
.top-bar .social-icons a:hover i {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    color:#000
}
.top-bar .language-switcher {
    margin-left: 30px;
    position: relative;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-bar .language-switcher .current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.top-bar .language-switcher .current img {
    height: 14px;
    margin-right: 10px;
}
.top-bar .language-switcher .current span {
    font-size: 13px;
    margin-right: 5px;
}
.top-bar .language-switcher .current i {
    font-size: 11px;
}


.language-menu {
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -2px;
    color: #FFF;
    letter-spacing: 4px;
  }

  footer .language-menu {
    color: #000;
    text-align: left;
    justify-content: left;
    margin-top: auto;
  }


.language-menu a {

}
.language-menu a:nth-last-child(n+2) {
    margin-bottom: 0;
  }
.language-menu a img {
    height: 14px;
    margin-right: 10px;
}
.language-menu a span {
    font-size: 12px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #FFF;
    letter-spacing: 300;
  }

  footer .language-menu a span {
    color: #000;
  }

.language-menu a:hover span,
.language-menu a.active span {
    color: #000;
}
footer .language-menu a:hover span,
footer .language-menu a.active span {
    color: #AFA371;
  }



.top-bar .language-switcher:hover .language-menu {
    top: 100%;
    opacity: 1;
    pointer-events: all;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fcf8f4;
    z-index: 4;
    border-bottom:1px solid #e5d7ca;
  }

  header.transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 4;
    border-bottom: 0;
  }


header .container {
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .logo img {
    width: 140px;
  }

  body.sticky header .logo img {
    width: 100px;
  }

  body.sticky header .container {
    height: 90px;

  }


  @media (max-width: 767.98px) {

    header .container {
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
      }
      header .logo img {
        width: 100px;
      }

      .btn, .btn span {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
      }





  }






header .menu {
    display: none;
}
header .menu .mobile-submenu-toggler {
    display: none;
}
header .menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
header .menu > li:nth-last-child(n + 2) {
    margin-right: 30px;
}
header .menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

header .menu > li > a span,
header .menu > li > a i {
    color: #000;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
header .menu > li > a span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.64px;
    text-transform: uppercase;
  }
header .menu > li > a i {
    font-size: 11px;
    margin-left: 7px;
}
header .menu > li:hover > a::before,
header .menu > li.active > a::before {
    width: 100%;
    left: 0;
    right: auto;
}
header .menu > li:hover > a span,
header .menu > li:hover > a i,
header .menu > li.active > a span,
header .menu > li.active > a i {
    color: #AFA371;
}
header .menu > li:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: all;
}
header .submenu {
    position: absolute;
    top: 125%;
    left: -40px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: top 0.3s, opacity 0.3s;
    transition: top 0.3s, opacity 0.3s;
    width: 235px;
    background: #fff;
    -webkit-box-shadow: 0 5px 41.5px rgba(40, 40, 40, 0.11);
    box-shadow: 0 5px 41.5px rgba(40, 40, 40, 0.11);
    padding: 25px 40px;
    border-radius: 0 0 8px 8px;
}
header .submenu li a span {
    display: block;
    line-height: 21px;
    padding: 10px 0 9px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
}
header .submenu li a span::before,
header .submenu li a span::after {
    position: absolute;
    display: block;
}
header .submenu li a span::before {
    content: "";
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #AFA371;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
header .submenu li a span::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    bottom: 50%;
    left: -40px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 30px;
    text-align: center;
    opacity: 0;
    -webkit-transition: width 0.3s, opacity 0.3s;
    transition: width 0.3s, opacity 0.3s;
}
header .submenu li:hover a span,
header .submenu li.active a span {
    color: #AFA371;
}
header .submenu li:hover a span::before,
header .submenu li.active a span::before {
    width: 100%;
}
header .submenu li:hover a span::after,
header .submenu li.active a span::after {
    width: 40px;
    opacity: 1;
}
header .mobile-menu-opener {
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    margin-left: auto;
  }
header .mobile-menu-opener span {
    display: block;
    background: #AFA371;
    width: 22px;
    height: 3px;
    border-radius: 4px;
    margin: 0 auto;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
header .mobile-menu-opener span:nth-child(2) {
    width: 34px;
    margin-top: 7px;
    margin-bottom: 7px;
}
header .mobile-menu-opener:hover span,
header .mobile-menu-opener:focus span {
    background: #AFA371;
}
header .search-popup-opener {
    margin-left: 30px;
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    color: #AFA371;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
header .search-popup-opener:hover {
    color: #AFA371;
}

.search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:1vh;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    color: #FFF;
    z-index: 1;
    align-items: center;
  }
  .search .container {
    max-width: 700px;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0 40px;
  }

.search .fa-search {
    color: #313131;
    font-size: 25px;
    position: absolute;
    margin-top: 16px;
  }

.search input {
    flex-grow: 1;
    padding: 16px 20px;
      padding-left: 20px;
    border: 0;
    background: none;
    border-radius: 0;
    width: 100%;
    border: 0;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: 0px;
    font-size: 20px;
    border-bottom: 1px solid #333;
    color: #333;
    padding-left: 50px;
  }
.search input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.7);
}

.search input:-moz-placeholder {
	color: rgba(0, 0, 0, 0.7);
}

.search input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.7);
}

.search input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.7);
}

.search button {
	display: none;
}
.submenu-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 3;
	display: none;
  }
.search .title {
    font-size: 30px;
    border-left: 1px solid #FFF;
    padding-left: 30px;
    color: #FFF;
    margin-bottom: 30px;
    margin-top: 80px;
}
.search .search-closer {
    color: #ffff;
    font-size: 29px;
    cursor: pointer;
    transition: color 0.3s;
    position: fixed;
    background: #AFA371;
    padding: 40px 42px;
    top: 0;
    right: 0;
  }
  .search .search-closer::before {
      content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0%;
    background: #1F5049;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.search .search-closer i {
    color: #fff;
    font-size: 26px;
    position: relative;
    z-index: 1;
}
.search .search-closer:hover::before {
    height: 100%;
    top: auto;
    bottom: 0;
}



.search .search-closer:hover {
	color: #335d8f;
}

.search.open {
	opacity: 1;
	pointer-events: all;
    height: 100vh;

}


.header-btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: 30px;
    display: none;
}
body.sticky header {
    position: fixed;
    top: 0;
    -webkit-animation: stickyDrop 1s forwards;
    animation: stickyDrop 1s forwards;
    background: #fcf8f4;
  }
@-webkit-keyframes stickyDrop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}
@keyframes stickyDrop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}
@media (min-width: 576px) {
    .header-btn {
        display: block;
    }
}
@media (min-width: 992px) {
    header {
        top: 31px;
      }
}
@media (min-width: 1200px) {
    header .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
      }
    header .mobile-menu-opener {
        display: none;
    }
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 6;
    width: 280px;
    height: 100%;
    background: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.mobile-menu .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 20px;
}
.mobile-menu .mobile-menu-closer {
    display: none;
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 100%;
}
.mobile-menu .mobile-menu-closer i {
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #1F5049;
    color: #fff;
    border-radius: 4px 0 0 4px;
}
.mobile-menu .logo {
    padding-top: 40px;
    display: block;
    width: 160px;
    max-width: 100%;
    margin: 0 auto 40px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.mobile-menu .logo img {
    display: block;
    width: 100%;
}
.mobile-menu .logo:hover {
    opacity: 0.7;
}
.mobile-menu .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mobile-menu .menu li a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.mobile-menu .menu li a span {
    display: block;
    color: #000;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    line-height: 20px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }
.mobile-menu .menu li a i {
    display: none;
}
.mobile-menu .menu li .mobile-submenu-toggler {
    color: #AFA371;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 11px;
    margin-left: 7px;
}
.mobile-menu .menu li i.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile-menu .menu li .submenu {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    padding: 5px 20px;
}
.mobile-menu .menu li .submenu li a span {
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
}
.mobile-menu .menu li:hover > a span,
.mobile-menu .menu li:hover > a i,
.mobile-menu .menu li.active > a span,
.mobile-menu .menu li.active > a i {
    color: #AFA371 !important;
}
.mobile-menu .language-switcher {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mobile-menu .language-switcher a:nth-last-child(n + 2) {
    margin-right: 20px;
}
.mobile-menu .language-switcher a img {
    height: 16px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
.mobile-menu .language-switcher a:hover img,
.mobile-menu .language-switcher a:focus img,
.mobile-menu .language-switcher a.active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.btn-after-section {
    margin-top: 40px;
}
.mobile-menu-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.mobile-menu.open {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.mobile-menu.open .mobile-menu-closer {
    display: block;
}
.mobile-menu.open ~ .mobile-menu-overlay {
    opacity: 1;
    pointer-events: all;
}
.video-popup {
    position: fixed;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    z-index: 6;
    width: 900px;
    max-width: 95%;
    opacity: 0;
    pointer-events: none;
}
.video-popup .inner {
    position: relative;
}
.video-popup .video-popup-closer {
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.video-popup .video-popup-closer i {
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #1F5049;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.video-popup .video-popup-closer:hover i {
    background: #AFA371;
}
.video-popup-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.video-popup.open,
.video-popup.open ~ .video-popup-overlay {
    opacity: 1;
    pointer-events: all;
}

.home-final {
    display: flex;
    background: #F9F4EE;
    padding-top: 70px;
    padding-bottom: 70px;
  }
.home-final .item img {
   max-width:100%;
   width:100%;
}


.home-final .marcas {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    transition: all 0.3s;
  }
.home-final .marcas .item {
    height: auto;
    position: relative;
    transition: all 0.2s;
    opacity: 1;
    text-align: center;
  }
  .home-final .marcas .item img {
    width: auto;
    filter: invert(67%) sepia(33%) saturate(360%) hue-rotate(11deg) brightness(92%) contrast(88%);
    transition: all 0.3s;
    float: none;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
  }

  .home-final .marcas .item img:hover {
    filter: invert(5%) sepia(6%) saturate(4306%) hue-rotate(11deg) brightness(93%) contrast(88%);  }
@media (max-width: 767.98px) {




    .home-final .marcas {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        align-items: center;
        justify-content: center;
      }

      .home-final .newsletter, .home-final .col2 {
        padding: 0px;
      }
      .home-final .marcas .item {
        width: 100%;
        padding: 0;
      }
    .home-final .marcas .item:nth-child(2n + 1) {
        margin-left: 0;
    }
    .home-final .marcas .item:nth-child(-n + 2) {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .home-final .marcas .item {
        width: 100%;
        padding: 0;
      }
    .home-final .marcas .item:nth-child(4n + 1) {
        margin-left: 0;
    }
    .home-final .marcas .item:nth-child(-n + 4) {
        margin-top: 0;
    }
}
@media (min-width: 992px) {

    .home-final .newsletter,
    .home-final .col2 {
        width: 100%;
    }
}



..portfoliop-list
{
    display: flex;
    flex-wrap: wrap
}

.produtos-section {
    background-color:;
}
.produtos-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .produtos-item.list {
    width: calc(33.3% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  /* Estilize o terceiro item de cada linha */
  .produtos-item.list:nth-child(3n+3) {
    /* Adicione seu estilo CSS personalizado aqui */
    margin-right: 0;
    /* Outros estilos */
  }


  .produtos-item .image {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    height: 600px;
    border-radius: 0;
    background-color: #000;
  }


  .produtos-item .image img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }


  .produtos-item.list .image {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    height: 550px;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    transition: all 0.6s;
    background-repeat: no-repeat;
  }

  .produtos-item.list .shadowbutton {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    width: 100%;
    position: relative;
    height: 0px;
    margin-top: 0;
    transition: all 0.4s;
  }

  .produtos-item.list:hover .shadowbutton {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    height:200px;
    margin-top: -200px;

  }




  .produtos-item.list .image img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    -o-object-fit: cover;
    object-fit:none;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }





  .produtos-item .info {
    padding: 33px 40px 40px;
      padding-top: 33px;
    position: absolute;
    padding-top: 529px;
    display: flex;
    align-items: flex-end;
  }
  .produtos-item.list .info {
    padding: 33px 40px 40px;
      padding-top: 33px;
    padding-top: 33px;
    padding-top: 33px;
    padding-top: 33px;
    padding-top: 33px;
    padding-top: 20px;
    position: relative;
    display: block;
    z-index: 2;
    margin-top: 0;
    text-align: center;
  }
  .produtos-item .info .title {
    margin-bottom: 0;
    color: #000;
    opacity: 0;
    transition: all 0.3s;
    font-size: 26px;
  }
  .produtos-item.list .info .title {
    margin-bottom: 0;
    color: #000;
    opacity: 1;
    transition: all 0.3s;
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
    cursor: pointer;
  }
  .produtos-item.list:hover .info .title {
    color: #AFA371;
   
    
  }
  .produtos-item.list .info .subtitle {
    margin-bottom: 0;
    color: #000;
    opacity: 1;
    transition: all 0.3s;
    font-size: 22px;
    font-weight: 700;
    margin-top: 5px;
    cursor: pointer;
  }
  

 
  .produtos-item.list .viewcard {
    background: #AFA371;
    padding: 12px 22px;
    color: #FFF;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    margin-left: 100%;
    top: -80px;
    width: 125px;
    transition: all 0.5s;
    z-index: 3;
    cursor:pointer;

  }

  .produtos-item.list .viewcard:hover {
    background: #000;
   
    
  }

  .produtos-item:hover .title {
    opacity: 1;
  }




  .produtos-item.list:hover  .viewcard {
    margin-left:calc(100% - 125px);
  }



.produtos-item .info .excerpt {
    font-size: 15px;
    margin-bottom: 21px;
}
.produtos-item:hover::before {
    left: 40px;
    right: 40px;
}
.produtos-item:hover .info .link::before {
    left: 0;
    right: auto;
    width: 100%;
}




.services-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .services-page-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    width: 33%;

  }


  @media (max-width: 768px) {

  .services-page-item {
    width: 100%;
  
  }
  
}






  .services-page-item.home {
    width: 24%;
    margin: 1%;
      margin-right: 1%;
      margin-bottom: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    margin-right: 0;
    margin-bottom: 20px;
  }

.services-page-item::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    height: 4px;
    background: #AFA371;
    -webkit-transition: right 0.3s, left 0.3s;
    transition: right 0.3s, left 0.3s;
}
.services-page-item .image {
    position: relative;
    padding-bottom: 0;
    height: 400px;
  }

  .services-page-item .image img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    transition: all 0.3s;
    height: 400px;
  }


  .services-page-item .shadowbutton {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    width: 100%;
    position: relative;
    height: 0px;
    margin-top: 0;
    transition: all 0.4s;
  }

  .services-page-item:hover .shadowbutton {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    height:200px;
    margin-top: -200px;

  }
  .services-page-item .buttonshow {
    color: #AFA371;
    text-align: center;
    width: 100%;
    margin-top: -;
    position: relative;
    top: -53px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0;
    transition: all 0.6s;
    text-transform: uppercase;
  }
  .services-page-item:hover .buttonshow {
   opacity: 1;
  }


  .services-page-item .info {
    padding: 20px;
  }

  .services-page-item .info:nth-last-child(n + 3)  {
    padding-right:0
  }


  



      .services-page-item .info .title {
        margin-bottom: 0;
        padding-bottom: 30px;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-size: 26px;
        transition: all 0.3s;
      }
.services-page-item .info .excerpt {
    font-size: 15px;
    margin-bottom: 21px;
    color: #9b9b9b;
  }
.services-page-item:hover::before {
    left: 40px;
    right: 40px;
}
.services-page-item:hover .info .link::before {
    left: 0;
    right: auto;
    width: 100%;
}


.services-page-item:hover .info .title {
    color: #AFA371;
  }


.services-section {
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
    position: relative;
    z-index: 0;
}
.services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1F5049), to(rgba(20, 35, 64, 0.9)));
    background: linear-gradient(180deg, rgba(20, 35, 64, 0.9) 50%, rgba(20, 35, 64, 0.7) 100%);
  }
.services-section .container {
    position: relative;
    z-index: 1;
}
.services-section .section-heading {
    margin-bottom: 25px;
}
.services-section .section-heading .title {
    color: #fff;
}
.services-section .prologue {
    margin-bottom: 50px;
}
.services-section .prologue .bo-content {
    color: #fff;
}
.services-section .after-section {
    margin-top: 32px;
    text-align: center;
    color: #fff;
}
.services-section .after-section a {
    display: inline-block;
    padding-bottom: 1px;
    position: relative;
}
.services-section .after-section a::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    display: block;
    width: 100%;
    height: 2px;
    background: #AFA371;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.services-section .after-section a:hover {
    color: #AFA371;
}
.services-section .after-section a:hover::before {
    width: 80%;
}
.services-item {
    border-radius: 8px;
    background: #fff;
    padding: 40px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.services-item .image {
    width: 65px;
    margin-bottom: 25px;
}
.services-item .title {
    margin-bottom: 16px;
}
.services-item .excerpt {
    font-size: 15px;
    margin-bottom: 20px;
}
.services-item .link {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    padding: 0 10px;
    background: #1F5049;
    border-radius: 100px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.services-item .link i,
.services-item .link span {
    color: #fff;
}
.services-item .link i {
    font-size: 12px;
}
.services-item .link span {
    font-weight: 700;
    font-size: 0;
    margin-left: 0;
    -webkit-transition: font-size 0.3s, margin-left 0.3s;
    transition: font-size 0.3s, margin-left 0.3s;
}
.services-item:hover .link span {
    font-size: 14px;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .services-section .prologue {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .services-section .prologue .bo-content {
        padding-top: 37px;
    }
}
@media (max-width: 768px) {
    .services-page-item .info {
        padding: 0;
      }
.services-page-item.home {
    width: 100%;
    margin: 0%;
    margin-bottom: 65px;
  }
  .services-page-item .info .title {
    margin-bottom: 0;
    padding-bottom: 40px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
  }
}







.blog-item {
  padding: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  border-radius: 0;

  overflow: hidden;

  position: relative;

}

.blog-item .date {
    font-size: 13px;
    margin-bottom: 6px;
    background: #afa371;
    position: absolute;
    z-index: 1;
    padding: 10px 20px;
    color: #FFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 270px;
    right: 0;
  }
  .blog-item .title {
    margin-top: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-bottom: 18px;
    color: #000;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
  }
.blog-item .image {
    position: relative;
    z-index: 0;
    width: 100%;
    padding-bottom: 300px;
    margin-bottom: 32px;
    border-radius: 0;
  }
.blog-item .image img {
    position: absolute;
    top: 0;
    z-index: 0;
    display: block;
    width: 110%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    right:-10%;
    transition:all 0.3s
}

.blog-item:hover .image img {
    position: absolute;
    right: 0%;

}


.blog-item .excerpt {
    font-size: 12px;
    margin-bottom: 22px;
}
.blog-item .link {
    margin-top: auto;
    padding: 0 0;
    border-radius: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.blog-item .link span,
.blog-item .link i {
    color: #000;
    line-height: 26px;
    vertical-align: bottom;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.blog-item .link span {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.blog-item:hover .link span::after {
    width: calc(100%);
}



.blog-item .link span::after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 1px;
}

.blog-item .link span::after {
    width: 40px;
    background: #000;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}


.blog-item:hover .title {

    color: #AFA371!important;

  }

.blog-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px 24px;
}
@media (min-width: 576px) {
    .blog-grid {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    .blog-grid {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}

.image {
    border-radius: 0;
    padding-bottom: 56.25%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


.blog-show main .image {
  border-radius: 0;
  padding-bottom: 56.25%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}


.blog-show main .image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-show main .inner {
    position: relative;
    z-index: 1;
}
.blog-show main .date {
  font-size: 13px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
}
.blog-show main h1 {
    margin-top: 0;
    margin-bottom: 28px;
    color: #000;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
  }

 
.blog-show aside {
    margin-top: 50px;
}

.button_sear_bt
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:40px;
}
@media (min-width: 768px) {
  .blog-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: self-start;
  }
    .blog-show main {
        width: 65%;
    }
    .blog-show main .inner {
        padding: 0 0;
      }
      .blog-show aside {
        margin-top: 0;
        width: 30%;
        width: 500px;
        margin: 0;
        margin-left: 0px;
        padding: 60px 40px;
        position: relative;
        z-index: 1;
        background: #FFF;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
        margin-left: 60px;
      }
}



.portfolio-show main .date {
    font-size: 13px;
    color: #AFA371;
    margin-top: -13px;
}
.portfolio-show main h1 {
    margin-top: 0;
    margin-bottom: 28px;
    color: #000;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
.portfolio-show main .share {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 25px 25px 25px 40px;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.21);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.21);
}
.portfolio-show main .share label {
    font-weight: 700;
    color: #1F5049;
    font-size: 15px;
}
.portfolio-show main .share .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.portfolio-show main .share .icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2px solid #929ba2;
    border-radius: 100%;
    position: relative;
    z-index: 0;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.portfolio-show main .share .icons a:nth-last-child(n + 2) {
    margin-right: 10px;
}
.portfolio-show main .share .icons a::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 50%;
    z-index: 0;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    display: block;
    width: 20px;
    height: 20px;
    background: #1F5049;
    border-radius: 100%;
    -webkit-transition: width 0.3s, height 0.3s, background 0.3s;
    transition: width 0.3s, height 0.3s, background 0.3s;
}
.portfolio-show main .share .icons a i {
    font-size: 11px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.portfolio-show main .share .icons a:hover {
    border-color: #AFA371;
}
.portfolio-show main .share .icons a:hover::before {
    width: 40px;
    height: 40px;
    background: #AFA371;
}
.portfolio-show aside {
    margin-top: 50px;
}
@media (min-width: 900px) {
    .portfolio-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: auto;
    }

    .portfolio-show.stickyabsolute {
      align-items: flex-end;
  }


    .portfolio-show main {
        width: 50%;        

      }
      .portfolio-show main.sticky {
        position: fixed;
        top: 140px;
        width: calc(50% - 250px);
      }
    .portfolio-show main .inner {
        padding: 0 0;
        padding-right: 30px;
      }
    .portfolio-show aside {
        margin-top: 0;
        width: 50%;
    }

    .portfolio-show aside.sticky {
        margin-top: 0;
        width: 50%;
        margin-left: 50%;
    }

    .portfolio-show main.stickyabsolute {
      position: relative;
    }

    .portfolio-show aside.stickyabsolute {
      margin-top: 0;
      width: 50%;
      margin-left: 0;
  }
}


.portfolio-show aside img {
  width: 100%;
  margin-bottom: 30px;
}
.portfolio-show h2 {
  font-size: 42px;
  margin-bottom: 40px;
  font-weight: 400;
}
.portfolio-show h3 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 400;
}

.produtos-list {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}







.produtos-show main .inner {
    position: relative;
    z-index: 1;
}
.produtos-show main .date {
    font-size: 13px;
    color: #AFA371;
    margin-top: -13px;
}
.produtos-show aside h1 {
    margin-top: 0;
    margin-bottom: 28px;
    color: #000;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
.produtos-show main .share {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 25px 25px 25px 40px;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.21);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.21);
}
.produtos-show main .share label {
    font-weight: 700;
    color: #1F5049;
    font-size: 15px;
}
.produtos-show main .share .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.produtos-show main .share .icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2px solid #929ba2;
    border-radius: 100%;
    position: relative;
    z-index: 0;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.produtos-show main .share .icons a:nth-last-child(n + 2) {
    margin-right: 10px;
}
.produtos-show main .share .icons a::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 50%;
    z-index: 0;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    display: block;
    width: 20px;
    height: 20px;
    background: #1F5049;
    border-radius: 100%;
    -webkit-transition: width 0.3s, height 0.3s, background 0.3s;
    transition: width 0.3s, height 0.3s, background 0.3s;
}
.produtos-show main .share .icons a i {
    font-size: 11px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.produtos-show main .share .icons a:hover i{
    border-color: #AFA371;
}
.produtos-show main .share .icons a:hover::before {
    width: 40px;
    height: 40px;
    background: #AFA371;
}
.produtos-show aside {
    margin-top: 50px;
}


.produtos-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: self-start;
  }
  .produtos-show main {
    width: 350px;
    margin: 0;
    padding: 60px 40px;
    position: relative;
    z-index: 1;
    background: #FFF;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
  }
  .produtos-show.list main {
    width: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    background: none;
    box-shadow: 0px 0px 0 rgba(0,0,0,0);
    display: flex;
    align-items: flex-start;
  }

  .produtos-show.list main img {
    width: 100%;
  }
  .produtos-show.list main img:nth-child(1) {
   width: 97%;
  }



    .produtos-show main .inner {
        padding: 0 0;
      }
      .produtos-show aside {
        margin-top: 0;
        width: calc(100% - 350px);
        margin-left: 60px;
        font-size: 14px;
      }
      .produtos-show.list aside {
        margin-top: 0;
        width: 50%;
        margin-left: 60px;
      } 




      @media (max-width: 900px) {
.produtos-show
{
  display: block;
}
        .produtos-show.list main {
          width: 100%;
          margin: 0;
          padding: 0;
          position: relative;
          z-index: 1;
          background: none;
          box-shadow: 0px 0px 0 rgba(0,0,0,0);
          display: flex;
        }
        .produtos-show.list aside {
          margin-top: 0;
          width: 100%;
          margin-left: 0;
          margin-top:40px
        }
        .produtos-show main {
          width: 100%;
          margin: 0;
          padding: 60px 40px;
          position: relative;
          z-index: 1;
          background: #FFF;
          box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
        }


        .produtos-show aside {
          margin-top: 0;
          width: 100%;
          margin-left: 0;
          font-size: 14px;
          margin-top: 40px;
        }

        .produtos-list {
          margin-top: 20px;
          display: block;
          align-items: center;
          justify-content: flex-start;
          flex-wrap: wrap;
        }
        .produtos-item.list {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-right: 0;
          overflow: hidden;
          margin-bottom: 30px;
        }






      }







.produtos-show aside img {
    width:100%
}


.opcoes
{
  display: flex;
  flex-wrap: wrap;
}

.opcoes .opcao {
  width: 24%;
  margin-right: 1%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 11px;
}
.opcoes .opcao img
{
  width:100%;
  margin-bottom: 10px;
}


.opcoes .opcao span
{
  margin-top:10px;
  font-weight: 600;
}


.produtos-show h2 {
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 40pxpx;
}
.produtos-show h3 {
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 400;
}

  .produtos-show h2.subtitle {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0px;
    cursor: pointer;color:#000;transition: all 0.3s;
  }

  .produtos-show h2.subtitle:hover {

    cursor: pointer;color:#AFA371
  }
.portfolio-list
{
    display: flex;
    flex-wrap: wrap
}

.portfolio-section {
    background-color:;
}
.portfolio-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .portfolio-item.list {
    width: calc(33.3% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
    overflow: hidden;
    margin: 10px;
  }


  .portfolio-item .image {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    height: 600px;
    border-radius: 0;
    background-color: #000;
  }


  .portfolio-item .image img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }


  .portfolio-item.list .image {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    height: 400px;
    border-radius: 0;
    background-color: #000;
    width: 100%;
    background-size:cover;
  }

  .portfolio-item.list .image img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    -o-object-fit: cover;
    object-fit:none;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }





  .portfolio-item .info {
    padding: 33px 40px 40px;
      padding-top: 33px;
    position: absolute;
    padding-top: 529px;
    display: flex;
    align-items: flex-end;
  }

 .portfolio-item.list .info {
  padding: 33px 40px 40px;
  position: relative;
  display: block;
  z-index: 2;
  position: absolute;
  height: 400px;
  width: calc(33% - 80px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end; /* Adicionado para alinhar no final verticalmente */
}
  .portfolio-item .info .title {
    margin-bottom: 0;
    color: #FFF;
    opacity: 0;
    transition: all 0.3s;
    font-size: 26px;
  }

  .portfolio-item.list .info .title {
    margin-bottom: 0;
    color: #FFF;
    opacity: 1;
    transition: all 0.3s;
    font-size: 30px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
    cursor: pointer;
  }


  .portfolio-item.list .info .title:hover {
    color: #AFA371;
   
    
  }
  .portfolio-item.list .info .subtitle {
    margin-bottom: 0;
    color: #FFF;
    opacity: 1;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
  }
  
  .portfolio-item.list .info .subtitle:hover {
    color: #AFA371;
  }
 
  .portfolio-item.list .viewcard {
    background: #AFA371;
    padding: 12px 22px;
    color: #FFF;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    margin-left: 100%;
    top: -80px;
    width: 125px;
    transition: all 0.5s;
    z-index: 3;
    cursor:pointer;

  }

  .portfolio-item.list .viewcard:hover {
    background: #1F5049;
   
    
  }

  .portfolio-item:hover .title {
    opacity: 1;
  }




  .portfolio-item.list:hover  .viewcard {
    margin-left:calc(100% - 125px);
  }

  .portfolio-item.list .shadowbutton {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    height: 200px;
    margin-top: -248px;
    z-index: 1;
  }

.portfolio-item .info .excerpt {
    font-size: 15px;
    margin-bottom: 21px;
}
.portfolio-item:hover::before {
    left: 40px;
    right: 40px;
}
.portfolio-item:hover .info .link::before {
    left: 0;
    right: auto;
    width: 100%;
}










.recent-articles a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.recent-articles a:nth-last-child(n + 2) {
    margin-bottom: 19px;
}
.recent-articles a .image {
    width: 80px;
    height: 80px;
    position: relative;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
  }
.recent-articles a .image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
.recent-articles a .info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.recent-articles a .info .date {
  font-size: 13px;
  color: #AFA371;
}
.recent-articles a .info .title {
  font-size: 16px;
  margin-top: 4px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-weight: 400;
}
.recent-articles a:hover .info .title {
    color: #AFA371;
}
footer {
    background: #FBF4EC;
  }
footer main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 35px;
    text-align: center;
  }
  footer main .col {
    text-align: left;
    line-height: 28px;
  }
  footer main .col:nth-child(1) {
    border-right: 1px solid #e5d7ca;
    padding-right:40px; margin-right:50px

  }


footer aside {
    margin-top: 35px;
}
.footer-title {
    font-size: 18px;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
    font-weight: 600;
  }
.footer-menu li {
    text-align: center;
}
.footer-menu li:nth-last-child(n+3) {
    margin-bottom: 8px;
  }

.footer-menu li a {
    color: #000;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    line-height: 25px;
    font-size: 16px;
  }
.footer-menu li a:hover {
    color: #AFA371;
}
footer .mega-contact-info .phone a:not(:hover) {
    color: #fff;
}
footer .mega-contact-info .address a:not(:hover) i,
footer .mega-contact-info .address a:not(:hover) span {
    color: #fff;
}

    footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 160px 100px;
        padding-bottom: 160px;
        padding-bottom: 0;
      }
    footer main {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
      }
    footer aside {
        margin-top: 0;
        margin-left: 15%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .footer-title {
        text-align: left;
    }
    .footer-menu li {
        text-align: left;
    }

.copyright {
    background: #FBF4EC;
    padding-top: 88px;
    padding-bottom: 29px;
  }

  .copyright .bo-content {
    text-align: center;
    font-size: 14px;
    color: #000;
    width: 100%;
    margin-top: 25px;
  }
.copyright .bo-content a:hover {
    color: #1F5049;
}
.copyright .social-icons {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.copyright .social-icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.copyright .social-icons a:nth-last-child(n + 2) {
    margin-right: 30px;
}
.copyright .social-icons a i {
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    color: #1F5049;
    font-size: 12px;
    border-radius: 100%;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.copyright .social-icons a span {
    color: #9b9b9b;
    margin-left: 10px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.copyright .social-icons a:hover i {
    background: #AFA371;
}
.copyright .social-icons a:hover span {
    color: #AFA371;
}
.copyright .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e5d7ca;
  }
    .copyright .social-icons {
        margin-top: 0;
    }

    @media (max-width: 1024px) {

    footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 100px 40px;
          padding-bottom: 100px;
        padding-bottom: 160px;
        padding-bottom: 0;
      }
      footer main {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
      }

    }



@media (max-width: 800px) {
  .opcoes .opcao {
    width: 49%;
    margin-right: 1%;
    text-align: center;
    margin-bottom: 20px;
  }
    .blog-show main h1 {
        margin-top: 0;
        margin-bottom: 28px;
        color: #000;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: 5px;
        text-transform: uppercase;
      }
    footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 80px 20px;
        padding-bottom: 80px;
        padding-bottom: 160px;
        padding-bottom: 0;
      }
    footer main {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
      }
.copyright {
  padding-top: 50px;
  padding-bottom: 40px;
}

footer main .col:nth-child(1) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }

  .language-menu {
    color: #000;
    text-align: center;
    width: 100%;
    justify-content: left;
    margin-top: 8px;
  }


  .language-menu {
    color: #000;
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-top: 8px;
    text-align: center;
    margin-top: 38px;
  }
.language-menu a span {

    color: #000;
  }


.language-menu a:hover span,
.language-menu a.active span {
    color: #AFA371;
}


}

.scroll-top {
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #AFA371;
   opacity:0;
   transition: all 0.3s;
}
.scroll-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0%;
    background: #1F5049;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.scroll-top i {
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 1;
}
.scroll-top:hover::before {
    height: 100%;
    top: auto;
    bottom: 0;
}
@media (min-width: 992px) {
    .scroll-top {
        right: 0;
        bottom: 0;
        width: 70px;
        height: 150px;
        border-radius: 4px 0 0 0;
    }
}






.page-banner {
    height: 450px;
    background: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(255, 255, 255, 0.9);
} 


.page-banner .container {
    position: relative;
    z-index: 1;
}
.page-banner h1 {
    font-size: 70px;
    margin-bottom: 0px;
    text-align: center;
  }
  .page-banner h1 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 5px;
    margin-top: 100px;
  }


  .page-banner-breadcrumbs {
    height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
.page-banner-breadcrumbs .container {
    position: relative;
    z-index: 1;
}




.page-banner-breadcrumbs[style] .breadcrumbs a:not(:hover):not(:last-child),
.page-banner-breadcrumbs[style] .breadcrumbs .divider {
    color: #fff;
}
.page-banner-breadcrumbs .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    text-align: center;
}
.page-banner-breadcrumbs .breadcrumbs a,
.page-banner-breadcrumbs .breadcrumbs .divider {
    color: #000;
    line-height: 20px;
}
.page-banner-breadcrumbs .breadcrumbs a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 16px;
  }
.page-banner-breadcrumbs .breadcrumbs a, .page-banner-breadcrumbs .breadcrumbs .divider {
    color: #000;
    line-height: 20px;
  }

  .page-banner-breadcrumbs .breadcrumbs a:hover {
   color:#AFA371
  }
.page-banner-breadcrumbs .breadcrumbs .divider {
    margin: 0 10px;
    font-size: 11px;
}


.img_pages_simple {
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center;
  }


.google-map {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
}
.contact-section {
    padding-top: 0;

    position: relative;
    z-index: 1;
}

.contact-section .inner {
    padding: 0;

}
.contact-section .inner main .bo-content {
    margin-bottom: 28px;
}
.contact-info-panel {
    background: #FFF;
    padding: 61px 58px;
      padding-right: 58px;
      padding-left: 58px;
    padding-right: 40px;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    border: 1px solid #afa371;
  }


  footer .contact-info-panel {
    background:none;
    padding: 0;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    border: 0;
  }
  .contact-info-panel i{

  font-size: 100px;
  color: #afa371;
  margin-right: 40px;
}
.contact-info-panel h2 {
    font-size: 26px;
    color: #000;
    font-weight: 400;
  }
  


  .contact-info-panel .bo-content {
    color: #000;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: none;
    line-height: 20px;
    margin-top: 19px;
    text-align: left;
  }
.contact-info-panel .map-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.contact-info-panel .map-link i,
.contact-info-panel .map-link span {
    color: #fff;
}
.contact-info-panel .map-link i {
    font-size: 30px;
}
.contact-info-panel .map-link span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}

.contact-info-panel .map-link:hover span {
    margin-left: 3px;
}
.contact-info-panel .contact-info .item i {
    color: #000;
  }
.contact-info-panel .contact-info .item .info, .contact-info-panel .contact-info .item .info .title {
    color: #000;
  }
.contact-info-panel .contact-info .item .info small {
    font-size:10px
  }

.contact-info-panel .contact-info .item .info a:hover {
    color: #AFA371;
}
.top-bar .contact-info .item .info a:hover {
    color: #000;
}
.contact-info-panel .btn-after-section {
    margin-top: 26px;
}
@media (min-width: 768px) {
    .contact-section .inner {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
    .contact-section .inner aside {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .contact-section .inner main {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 8%;
    }
    .contact-info-panel {
        padding-right: 40px;
        padding-left: 40px;
    }
    .contact-info-panel .bo-content {
        text-align: left;
    }
    .contact-info-panel .map-link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 70px;
    }
    .contact-info-panel .btn-after-section {
        text-align: left;
    }
}
.sidebar .widget {
  background-color: none;
  padding: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.sidebar .widget:nth-child(n + 2) {
    margin-top: 40px;
}

.sidebar .widget .widget-title {
    margin-bottom: 18px;
    font-size:22px
}




/**
 * Serviços
 */
 .servicos-withoutcarousel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
 
.servicos-withoutcarousel .product-item {
    width: 23.5%;
    margin: 2%;
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 0;
    margin-right: 0;
    background: #FFF;
      background-color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 20px;
    -webkit-transition: all 0.23;
    -moz-transition: all 0.23;
    -o-transition: all 0.23;
    transition: all 0.3s;
    cursor: pointer;
    padding: 66px 40px 40px;
    cursor: pointer;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40,40,40,.11);
    box-shadow: 0 5px 83px 0 rgba(40,40,40,.11);
    border-radius: 8px;
    background-color: var(--global--color-white);
  }

.servicos-withoutcarousel .product-item:nth-child(4n+1) {
	margin-left:0;
}
.servicos-withoutcarousel .product-item:nth-child(-n+10) {
	margin-top:0;
}



  .servicos-withoutcarousel .product-item .thumbnail-wrap .thumbnail {
	display: block;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.3s;
	height: 230px;
	border-radius: 100%;
	width: 230px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
  }
  .servicos-withoutcarousel .product-item .title

  {
font-size:20px;

  }
 
  @media (max-width: 767.98px) {
    .page-banner {
        height: 390px;
   
      }
    .contact-info-panel {
        background: #FFF;
        padding: 30px 47px;
          padding-right: 47px;
          padding-left: 47px;
        padding-right: 58px;
        padding-left: 58px;
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #333;
        border: 1px solid #afa371;
      }
    .page-banner h1 {
        font-size: 30px;
        color: #000;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 5px;
        margin-top: 100px;
      }
	.servicos-withoutcarousel .product-item {
		width: 100%;
		margin: 0%;
		margin-top: 0;
		margin-bottom: 20px;
	  }
      .page-banner-breadcrumbs .breadcrumbs a {
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        font-size: 12px!important;
      }
  }

  .servicos-withoutcarousel .product-item:hover .thumbnail {
    opacity:1;
}
.servicos-withoutcarousel .product-item:hover .thumbnail-hover {
    opacity:0;
}



/**
 * Carrossel
 */

 .photos-carousel-bg {
	background: #002642;
	color: #FFF;
	padding: 70px 0;
	text-align: center;
  }
.photos-carousel-bg .titulo{
	color:#FFF;
	font-size:30px;
}

.photos-carousel {
    margin-bottom: 50px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .photos-carousel .item {
    height: 700px;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .photos-carousel .item i {
    opacity: 0;
    font-size: 14px;
    color: #FFF;
    background: #AFA371;
    padding: 30px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s;
    z-index: 2;
  }
.photos-carousel .item:hover i{
  
    opacity:1;
}



.owl-carousel .owl-item img {
    width: 100%;
    position: relative;
    float: left;
    object-fit: cover;
    height: 100%;
  }
.photos-carousel .item .image {
	display: block;
	max-width: 100%;
	padding-bottom: 100%;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	transition: opacity 0.3s;
	border: 2px solid #FFF;
	border-radius: 5px;
	color: #FFF;
  }

  .photos-carousel .item .title {
	margin-top: 15px;
	transition: color 0.3s;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 2px;
  }

.photos-carousel .item:hover .image {
	opacity: .7;
}

.photos-carousel .item:hover .title {
	color: #335d8f;
}

.photos-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex !important;
    justify-content: space-between;
    z-index: -1;
    transform: translateY(-50%);
  }
.photos-carousel .owl-nav button {
	cursor: pointer;
}

.photos-carousel .owl-nav button i {
    display: none;
    
  }
  .photos-carousel .owl-nav  button.owl-next i {

      border-top-left-radius: 5px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 5px;

  }
  

.photos-carousel .owl-nav button:hover i {
    background: #1F5049;
}

@media (max-width: 767.98px) {
	.photos-carousel {
		padding-right: 0;
		padding-left: 0;
	}
	.photos-carousel .item .title {
		font-size: 11px;
	}
}



.portfolio-item{
    display: flex !important;  // to override display:bloc i added !important
    flex-direction: row;   
    justify-content: center;  // to center you carousel
}


.portfolio-item img
{
    transition: all 0.8s;
    transform-origin: 50% 50%;
}


.portfolio-item:hover img
{

   opacity:0.7; transform:scale(1.1) translateY(-50%)
   }

   .portfolio-item.list:hover img
{

  opacity:1;transform:scale(1) translateY(-50%)
   }


.portfolio .gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    padding: 40px 10px;
    display: none;
    box-sizing: border-box;
}

.portfolio .gallery > img {
    max-height: 100%;
    width: auto;
}

.portfolio .close i {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
}

.portfolio .bar {
    display: block;
    position: absolute;
    top: 13px;
    float: left;
    width: 30px;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
}

.portfolio bar:first-child {
    transform: rotate(-45deg);
}

@media (max-width: 768px){
    .portfolio  #projects > ul > li {
        width: 48%;
    }
}

@media (max-width: 568px) {
    .portfolio  #projects > ul > li {
        width: 100%;
    }
}

@media all and (min-width: 800px) {
    .fancybox-thumbs {
      top: auto!important;
      width: auto!important;
      bottom: 0!important;
      left: 0!important;
      right : 0!important;
      height: 95px!important;
      padding: 10px 10px 5px 10px!important;
      box-sizing: border-box!important;
      background: rgba(0, 0, 0, 0.3)!important;
    }
    
    .fancybox-show-thumbs .fancybox-inner {
      right: 0!important;
      bottom: 95px!important;
    }

    .fancybox-thumbs__list {

        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items: center;
        display: flex;
      }
  }




  .footer_newsletter_form input {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.64px;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    color: #AFA371; /* Definir a cor do texto como #CBBDAD */
    border-color: #FFF;
    width: 100%;
    margin-top: 30px;
    padding: 17px 15px;
    transition: all 0.3s;
  }
  
  /* Adicionar uma regra para garantir a cor do texto */
  .footer_newsletter_form input[type="text"] {
    color: #AFA371 !important; /* Usar !important para garantir que essa regra prevaleça */
  }

  .footer_newsletter_form input::placeholder {
    color: #AFA371 !important; /* Usar !important para garantir que essa regra prevaleça */
}


.footer_newsletter_form input:focus{
 
  color:#AFA371;
  border-color:#AFA371;
}
.footer_newsletter_form .button {
    text-align:right;
  }
  .footer_newsletter_form button {
    border: 0;
    background: 0;
    color: #AFA371;
    position: relative;
    position: absolute;
    margin-top: -49px;
    z-index: 2;
    padding: 15px 20px;
    margin-left: -50px;
  }

  .footer_newsletter_form button i {
    color: #AFA371;
    font-size: 13px;
    transition: all 0.3s;
  }

  .footer_newsletter_form button:hover i {

    color:#AFA371;
  }






  .search_form input {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    color: #8e8e8e;
    border-color: #8e8e8e;
    width: 100%;
    padding: 14px 15px;
    transition: all 0.3s;
  }
  
  /* Adicionar uma regra para garantir a cor do texto */
  .search_form input[type="text"] {
    color: #000 !important; /* Usar !important para garantir que essa regra prevaleça */
  }

.search_form input:focus{
 
  color:#000;
  border-color:#AFA371;
}
.search_form .button {
    text-align:right;
  }
  .search_form button {
    border: 0;
    background: 0;
    color: #000;
    position: relative;
    position: absolute;
    margin-top: -51px;
    z-index: 2;
    padding: 15px 20px;
    margin-left: -57px;
  }
  .search_form button i {
    color: #000;
    font-size: 18px;
    transition: all 0.3s;
  }

  .search_form button:focus i {

    color:#AFA371;
  }

  .radio_list
  {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;;
  }

  /* Estilizando o rótulo que conterá o radio input */
.radio-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

/* Ocultando o radio input padrão */
.radio-input {
    opacity: 0;
    position: absolute;
}

.radio-text {
    padding: 0;
    border-radius: 0;
    color: #ccc;    margin-right: 20px;

  }

/* Estilizando o texto quando o radio input está selecionado */
.radio-input:checked + .radio-text {
    color: #000;
}

.radio-text.cor {
    padding: 0;
    border-radius: 0;
    color: #ccc;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid #FFF;
    outline: 1px solid #ccc;
    margin-right: 15px;
  }

  .radio-input:checked + .radio-text.cor {
    outline: 1px solid #000;
}


.share {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: ;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .share label {
    font-weight: 700;
    color: #000;
    font-size: 13px;
    margin-right: 10px;
  }
 .share .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.share .icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 40px;
    position: relative;
    z-index: 0;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
 .share .icons a:nth-last-child(n + 2) {
    margin-right: 10px;
}

 .share .icons a i {
    font-size: 18px;
    position: relative;
    z-index: 1;
    color: #000;
    transition: all 0.3s;
}
 .share .icons a:hover i {
    color: #AFA371;
}
 


.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  display: none;
}

.cc-color-override-113806705.cc-window {
  background: rgb(255, 255, 255) !important;
  width: 330px !important;
  max-width: 95% !important;
  box-shadow: rgba(172, 171, 171, 0.3) 0px -1px 10px 0px !important;
  left: 20px !important;
  bottom: 20px !important;
  font-weight: 300 !important;
  padding: 30px !important;
  display: block !important;
}

.cc-banner .cc-message {
display: block!important;
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important;
max-width: 100%!important;
margin-right: 1em!important;
line-height: 1.6!important;
font-size: 14px!important;
font-family: 'Poppins', sans-serif!important;
margin-bottom: 20px!important;
}

.cc-banner .cc-message a{
  color:#AFA371!important;
  transition: all 0.3s;
}
.cc-banner .cc-message a:hover{
  color:#1F5049!important;
}

.cc-color-override-113806705 .cc-btn {
  color: rgb(255, 255, 255) !important;
  border-color: transparent !important;
  background-color: #AFA371 !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0px !important;
  padding: 7px 20px !important;
  transition: all 0.3s !important;
}
.cc-color-override-113806705 .cc-btn:hover {

background-color: #1F5049 !important;

}
.cc-window.cc-invisible
{
    display:none!important;
    top:-99999px;
}

.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
}

 h2.accordion {
  margin-bottom: 15px!important;
  margin-top: 5px!important;

}

.accordion.has-subcategorias:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.has-subcategorias.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}