*{font-family: "Barlow", sans-serif;}

:root{
  --color-primary: #936904;
  --font-t: 54px;
  --font-30: 30px;
  --font-20: 20px;
  --font-22: 22px;
  --font-18: 18px;
  --font-p: 17px;
  --font-14: 14px;
}
.light-page{
    background: #fff;
}
#wrap {
    overflow-x: hidden;
    overflow-y: hidden;
}
body::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    -webkit-border-radius: 16px;
}

body::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #121211;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #121211;
    -webkit-border-radius: 3px;
}

.separate-list li:last-child {
  border-bottom-width: 0;
  padding-bottom: 4px;
}
#nav-menu{
  background: #201F1F;
}
#nav-menu ul.list-inline {
  float: right;
  margin-bottom: 0;
}
#nav-menu .nav-link:hover{
  color: var(--color-primary);
}
#nav-menu .nav-link {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  padding-top: 5px; 
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 1rem;
  margin-right: 1rem;
}
#nav-menu .menu-item-has-children{
  position: relative;
}
#nav-menu .menu-item-has-children::before{
  content: "";
  position: absolute;
  background: url(../images/submenu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 7px;
  right: -4px;
  bottom: 39%;
}
.navbar .navbar-nav .sub-menu{
    margin: 0;
    padding: 0px 0;
    z-index: 2;
    min-width: 213px;
}
.navbar .sub-menu a:after{
  display: none;
}
.navbar .navbar-nav ul.sub-menu > li {
  padding:0;
}
.menu-topo ul.sub-menu > li {
  background: #000;
}
.navbar .sub-menu .nav-link {
  padding: 10px 0;
  margin-right: 1rem;
  margin-left: 1rem;
  bottom: 0px;
  position: relative;
  font-weight: 400 !important;
}
.navbar .sub-menu .nav-link:hover{
  color: #ebb91b !important;
}
@media (max-width: 1230px) {
  li:hover>.sub-menu{
    display: block !important;
    z-index: 999 !important;
  }
  .navbar .nav-link {
    bottom: -6px;
  }
}
.menu-topo {
  position: fixed;
  background: #201F1F;
  width: 100%;
  top: 0;
  transition: all 1s linear;
}
.side-menu-wrapper { /* style menu wrapper */
  background: #0000005c;
  padding: 40px 10px 0 10px;
  position: fixed; /* Fixed position */
  top: 0;
  right: 0; /* Sidebar initial position. "right" for right positioned menu */
  height: 100%;
  z-index: 2;
  transition: 0.5s; /* CSS transition speed */
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
}
.side-menu-wrapper .box > ul{ /* css ul list style */
  list-style:none;
  padding:0;
  margin:0;
  overflow-y: auto; /* enable scroll for menu items */
}
.side-menu-wrapper .box > ul > li{ /* links */
  display: block;
  border-bottom: 0;
  padding: 7px 4px;
  color: #1d4d56;
  text-transform: uppercase;
  transition: 0.3s;
  text-decoration: none;
}
.side-menu-wrapper .box ul li a:hover{
  text-decoration: none !important;
}
.side-menu-wrapper .box > a.menu-close { /* close button */
  padding: 8px 0 4px 0px;
  color: #fff;
  display: block;
  margin: -50px 19px 0px -6px;
  font-size: 43px;
  text-decoration: none;
  text-align: right;
}
.menu-overlay { /* overlay */
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}
.side-menu-wrapper .box ul li ul{ 
  text-decoration: none;
  list-style:none;
  margin-top: 10px;
  display: none;
}
.side-menu-wrapper .box ul li ul li a{
  display: block;
  margin-top: 10px;
  padding-left: 8px;
  font-size: 13px;
}
.side-menu-wrapper .box ul li:hover ul{
  display: block; 
}
.btn-cta{  
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-primary);
  padding: 10px 23px;
  width: auto;
}

.btn-cta:hover{
  opacity: 0.8;
  text-decoration: none !important;
}
.wpcf7-spinner {
  position: absolute;
}
.media {
  border-top-width: 0px;
  border-top-style: solid;
  padding-top: 0px;
  margin-top: 0;
}
.foto{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.mfp-iframe-holder .mfp-content {
  width: 50%;
}
hr{
  border-color: var(--color-primary);
  border-width: 3px;
}
/*===========================
    Home
=============================*/
#home{
  color: #000;
}
#home .bg-wrap{
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#home-4 .bg-wrap, #valor .bg-wrap{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#valor .box{
	color: #fff;
	background: var(--color-primary);
	border-radius: 8px;
	padding: 10px;
}
#valor .box img{
    width: 30px;
    height: auto;
	float: right;
}
#valor .box h3{
	font-size: var(--font-t); 
	font-weight: 700;
}
#valor .box p{
	font-size: var(--font-p);
}
#home h1{
  font-size: var(--font-t);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 20px;
  color: #936904;
}
#home p{
  font-size: var(--font-p);
  color: #fff;
}
#home .btn-cta{
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 15px;
}
#home-3 .bg-wrap{
  background: #f8f8f8;
}
#home-3{
  color: #000;
}
#home-3 h2{
  font-size: var(--font-t);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 30px;
}
#home-3 .box{
  border: 1px solid #4f4f4f;
  text-align: center;
  border-radius: 30px;
  padding: 4px;	
}
#home-4 h2,
#depoimento h2{
  font-size: var(--font-t);
  color: var(--color-primary);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 20px;
}
#depoimento h2 strong,
#home-6 h2 strong{
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
#home-3 p{
  margin-bottom: 0px;
  color: #4f4f4f;
  font-size: 15px;
}
#home-3 .foto{
  border-radius: 14px;
}
#home-3 .shadow {
  -webkit-box-shadow: 0px 27px 21px 0px rgb(0 0 0 / 22%);
  box-shadow: 0px 27px 21px 0px rgb(0 0 0 / 22%);
}
#home-4 p{
  font-size: var(--font-p);
}
#home-4 .box-text{
	min-height: 105px;
}
#home-4{
  color: #000;
}
#home-4 h3{
  font-size: var(--font-22);
}
#home-2 .bg-wrap{
  background: #201F1F;
}
#home-6 h2{
  font-size: var(--font-t);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
#home-6 p{
  color: var(--color-primary);
  font-size: var(--font-18);
}
#depoimento h2{
  color: #000;
}
#depoimento .bg{
  background: #F0EBE8;
}
#depoimento h3{
  font-size: var(--font-p);
}
#depoimento .content-box p{
  font-size: var(--font-p);
  margin-bottom: 0px;
  color: #808080;
}
#depoimento .foto-d{
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
}

#depoimento .content-box{
  padding: 25px 37px;
  background: #FFFFFF;
  border-radius: 8px;
}
#depoimento .scroll-d {
  height: 191px;
  padding-right: 17px;
  overflow-y: auto;
  margin-bottom: 15px;
}

#depoimento .scroll-d::-webkit-scrollbar {
  width: 3px;
  -webkit-border-radius: 16px;
}
#depoimento .scroll-d::-webkit-scrollbar-track-piece {
  background-color: #F9F6F6;
  -webkit-border-radius: 3px;
}
#depoimento .scroll-d:hover::-webkit-scrollbar-thumb:vertical,
#depoimento.scroll-d:hover::-webkit-scrollbar-thumb:horizontal {
  height: 5px;
  background-color: #ccc;
  -webkit-border-radius: 3px;
}




::-webkit-input-placeholder { /* Edge */
  font-size: 16px !important;
  color: #fff !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px !important;
  color: #fff !important;
}
::placeholder, select{
  font-size: 16px !important;
  color: #fff !important;
}
.owl-nav .owl-prev {
  left: -44px;
  top: 55%;
}
.owl-nav .owl-next {
  right: -44px;
  top: 55%;
}
.carousel-nav-aside-center .owl-nav .owl-prev, 
.carousel-nav-aside-center .owl-nav .owl-next{
  background: transparent;
}
.owl-theme .owl-nav [class *=owl-]::after,
.owl-theme .owl-nav .owl-prev::before,
.owl-theme .owl-nav .owl-next::before {
   display:none;
}
.owl-theme .owl-dot span {
  width: 13px !important;
  height: 13px !important;
  margin: 5px 7px !important;
  background: #ddd;
  border-width: 0px;
  border-style: solid;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  border-radius: 20px;
  cursor: pointer;
}
.owl-dot.active>span{
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.carousel-dots-center-bottom .owl-dots{
  bottom: -32px;
}
/*===========================
  footer
=============================*/
#contact{
  background: #201F1F;
  color: #fff;
  border-top: 1px solid #fff;
}
#contact h2{
  font-size: var(--font-t);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 20px;
}
#contact .icon:hover,
#footer .icon:hover{
  opacity: 0.5;
}
#contact .btn-cta {
  width: 100%;
  font-size: var(--font-18);
}
#contact .btn-ctal:hover{
  background: #6C172C !important;
}
#contact .icon{
  width: 40px;
}
#contact p,
#footer .box p{
  font-size: var(--font-18);
}
#contact h3,
#footer .box h3{
  font-size: var(--font-22);
  color: var(--color-primary);
}
textarea {
  height: 130px;
}
.form-control {
  border: 0px;
  background: #fff;
  padding: 11px;
  font-size: 16px;
  margin-bottom: 25px;
	color: #000;
}
.wpcf7-spinner {
  position: absolute !important;
}
::-webkit-input-placeholder,{ /* Edge */
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #1E1E1E !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #1E1E1E !important;
}
::placeholder, select{
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #1E1E1E !important;
}
/*===========================
    blog
=============================*/
#page-top h1{
  position: relative;
  font-family: "DM Serif Display", serif;
  font-size: var(--font-t);
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
}
#page-top h1:before{
  content: "";
  position: absolute;
  background: var(--color-primary);
  left: 0px;
  top: -17px;
  width: 87px;
  height: 2px;
}
#page-top .bg{
  background: #00000085;
}
iframe{
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
hr {
  border-color: #eee;
}
.titulo{
  font-size: var(--font-50) !important;
  font-weight: 400 !important;
}
.blog h1{
  font-size: var(--font-21);
  color: var(--color-primary);
  font-weight: 700;
}
.blog h4,
.artigos h1{
  font-weight: 700;
  font-size: var(--font-37);
  color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;  
}
.blog p{
  font-size: 17px;
  color: #333337;
  margin-bottom: 0px;
}
.blog .texto {
  margin-bottom: 30px;
}
.data {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  padding-left: 17px;
  position: relative;
}
.data::before{
  content: "";
  position: absolute;
  background: var(--color-primary);
  width: 10px;
  height: 10px;
  left: 0px;
  bottom: 24%;
}
.sidebar-group ul {
  list-style: none;
}
.sidebar-group ul li {
  font-size: 15px;
  padding-left: 10px;
  color: #666;
}
.sidebar .data{
  font-size: 11px;
  color: #666;
  margin-top: 12px;
}
.blog .item-img{
  opacity: 1 !important;
  transform: scale(1);
  transition: transform 2s;
}
.blog .item-img:hover{
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.sidebar .foto{
  width: 77px;
  height: 77px;
  object-position: center;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.sidebar-group h3, 
.sidebar h3{
  font-size: var(--font-21);
  font-weight: 600;
  color: var(--color-primary);
  margin-top: 18px;
  margin-bottom: 16px;
}
.sidebar p{
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 0px;
}
.sidebar .form-control {
  padding: 7px 20px;
  border: 1px solid #000;
  color: #000;
  margin-bottom: 0px;
}
.sidebar .btn{
  padding: 4px 10px;
  background: var(--color-primary);
  margin-left: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 12px 20px;
  border: 1px solid #eee;
  font-size: 18px;
  color: #666;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #012d1e;
  background: #012d1e;
  color: #fff;
}
.wp-pagenavi span.current{
  padding: 11px 21px;
}
.nextpostslink,.nextpostslink:hover{
  padding: 12px 18px !important;
}
.previouspostslink,.previouspostslink:hover {
  padding: 12px 18px !important;
}
.author-avatar img{
  margin-right: 10px;
  -ms-flex-item-align: center !important;
  align-self: center !important;
  border-radius: 50%;
  width: 44px;
}
.author-avatar h5{
  font-size: 13px;
  color: #424242;
  font-weight: 500;
  margin-bottom: 0px;
}
.author-avatar ul.list-inline > li + li, 
.author-avatar ul.list-justify > li + li {
  margin-left: 0px;
}

/*===========================
   wordpress
=============================*/
.artigos .item-img{
  opacity: 1 !important;
}
.artigos{
  color: #252525;
}
.artigos h2{
  font-size: 25px;
}
.artigos h3{
  font-size: 20px;
}
.artigos h4{
  font-size: 18px;
}
.artigos h5{
  font-size: 14px;
}
.artigos p{
  font-size: 15px;
}
.wpusb {
  border-top: 1px solid #d5dbd0;
  padding-top: 20px;
}
.wpusb-title {
  font-size: 14px;
  color: #14142b;
  display: inline-block;
  padding-right: 20px;
}
.size-full{
  width: 100% !important;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
blockquote {
  border-left: 2px solid #88865a;
  background: #f1f5ed;
  padding: 20px 20px 20px 25px;
  display: table;
  margin: 0 auto;
}
.has-drop-cap:not(:focus):first-letter {
  font-size: 4.4em;
  font-weight: 700;
  color: #88865a;
}
img, svg {
    height: auto;
    max-width: 100%;
}
img.alignleft, img.alignright {
    float: none;
    margin: 0;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  width: auto !important;
    height: auto !important;
}
img.alignleft, img.alignrig{
  margin: 0;
}
.alignleft {
    display: inline;
}
@media screen and (min-width: 30em){
  img.alignleft {
    float: left;
    margin-right: 1.5em;
  }
  img.alignright {
    float: right;
    margin-left: 1.5em;
  }
}
dfn, cite, em, i {
  font-style: italic;
}

.modal_lista .bg-wrap{
  border-radius: 8px;
  background: var(--color-primary);
}
.modal_lista h2{
  color: #5D7561;
  font-family: "DM Serif Display", serif;
  font-size: var(--font-t);
  color: #5D7561;
  margin-bottom: 20px;
}
.modal_lista p{
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: var(--font-p);
}
@media (max-width: 1201px) {

}

@media (max-width: 700px) {
  .logo{
    text-align: center !important;
  }
  .modal_orcamento .modal-content {
    width: 90%;
    padding: 12px;
  }
  .modal-open .modal {
      display: block !important;
  }
  .hidden-r, #home-6 p br{
    display: none;
  }
  .mfp-iframe-holder .mfp-content {
    width: 80%;
  }
  :root{
  --font-t: 30px;
  }
  
}

@media (max-width: 1000px) {

}
@media (max-width: 500px) {
 
}
@media (max-width: 330px) {

}