/*
  STYLE v 1.1;
  05/2023;
  João Diogo Pereira;
*/

/*FONTS*/

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

/*GERAL*/

*{
  font-family:'Montserrat'!important;
}

html {
  overflow-x: hidden; 
}

.main-container {
  margin: 0 auto;
  width: 90%; 
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; 
}

a {
  text-decoration: none!important; 
}

.row {
  margin: 0;
  padding: 0; 
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; 
  overflow:hidden;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; 
}

.preloader{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.svg?v=1.1);
}

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

body:not(.home) .principal, .sidebarMenuInner{
  margin-top: 79px!important;
}

.page-template-page-contactos .principal{
  display: flex;
  align-items: center;
}

em{
  font-style: italic;
}

.btns{
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  padding: 6px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  border: solid 1px #4c2715;
  transition:all .3s ease-in-out;
}

.btns--brown, 
.btns--transparent:hover{
  color: #fcb94d;
  background-color: #4c2715;
}

.btns--transparent, .btns--brown:hover{
  color: #4c2715;
  background-color: transparent;
}

.home__about__content{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.projeto:hover .sabermais, .produtobanner:hover .produtos__cartao--sabermais, .produto:hover .produtos__cartao--sabermais{
  color: #4C2715;
  background-color: transparent;
}
 
.projeto:hover .sabermais svg .amarelo, .produtobanner:hover .produtos__cartao--sabermais  svg .amarelo, .produto:hover .produtos__cartao--sabermais  svg .amarelo, .galeria__thumbs .owl-nav button:hover svg .yellow{
  fill: #4C2715;
}  

.page-template-default h1{
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.page-template-default h2{
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: left;
  color: #fcb94d;
}

.page-template-default .content h5{
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.page-template-default .content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.page-template-default .content a{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
  transition: all .3s ease-in-out;
}

.page-template-default .content a:hover{
  color:#fcb94d;
}

.custom-mt{
  margin-top:-6rem;
}