:root{
    --colorfirst: #d4af37; 
    --colorsecond: #423a38;
    --verydarkgrey: #191919;
    --darkgrey: #32353a; 
    --mediumgrey: #737373;  
    --grey: #646464;    
    --lightgrey: #969696;
    --verylightgrey: #f0f0f0;
    --white: #fff;
    --black: #000000;
    --btnBorderAmount: 20px;
}
.var_use_example {
    background-color: var(--white);
}

.bg_colorfirst {
  background-color: var(--colorfirst) !important;
}
.color_colorfirst {
  color: var(--colorfirst) !important;
}
.bg_colorfirst {
  background-color: var(--colorfirst) !important;
}
.color_colorfirst {
  color: var(--colorfirst) !important;
}
.bg_black {
  background-color: var(--black) !important;
}
.color_black {
  color: var(--black) !important;
}
.bg_verydarkgrey {
  background-color: var(--verydarkgrey) !important;
}
.color_verydarkgrey {
  color: var(--verydarkgrey) !important;
}
.bg_darkgrey {
  background-color: var(--darkgrey) !important;
}
.color_darkgrey {
  color: var(--darkgrey) !important;
}
.bg_grey {
  background-color: var(--grey) !important;
}
.color_grey {
  color: var(--grey) !important;
}
.bg_lightgrey {
  background-color: var(--lightgrey) !important;
}
.color_lightgrey {
  color: var(--lightgrey) !important;
}
.bg_verylightgrey {
  background-color: var(--verylightgrey) !important;
}
.color_verylightgrey {
  color: var(--verylightgrey) !important;
}
.bg_white {
  background-color: var(--white) !important;
}
.color_white {
  color: var(--white) !important;
}

@font-face {
  font-family: 'Montserrat-Regular';
  font-style: normal;
  src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
  font-family: 'Comfortaa-Regular'; 
  font-style: normal;
  src: url('../fonts/Comfortaa-Regular.ttf');
}
@font-face {
  font-family: 'Montserrat-Bold';
  font-style: normal;
  src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
  font-family: 'Montserrat-Light';
  font-style: normal;
  src: url('../fonts/Montserrat-Light.otf');
}
@font-face {
  font-family: 'noto-sans-regular';
  font-style: normal;
  src: url('../fonts/NotoSans-Regular.ttf');
}
@font-face {
  font-family: 'noto-sans-bold';
  font-style: normal;
  src: url('../fonts/NotoSans-Bold.ttf');
}
@font-face {
  font-family: 'noto-sans-medium';
  font-style: normal;
  src: url('../fonts/NotoSans-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans-Light';
  font-style: normal;
  src: url('../fonts/OpenSans-Light.ttf');
}

@font-face {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  src: url('../fonts/OpenSans-Bold.ttf');
}


a {
    color: var(--colorfirst);
}


/* *************************************** */
/* *************************************** */
/* *************************************** */
/* *************************************** */
p,
.p {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: rgb(100, 100, 100);
}
h1, 
.h1 {
  font-family: OpenSans-Bold; 
  font-size: 50px;
  line-height: 60px;
  color: var(--grey);
}
h2,
.h2 {
  font-family: OpenSans-Light;
  font-size: 36px;
  line-height: 46px;
  color: var(--colorfirst);
}
h3,
.h3 {
  font-family: OpenSans-Bold;
  font-weight: normal; 
  font-size: 26px;
  line-height: 36px;
  color: var(--colorfirst);
}
h4,
.h4 {
  font-family: OpenSans-Light;
  font-size: 20px;
  line-height: 28px;
  color: var(--grey);
  font-weight: normal;
}
h5,
.h5 {
  font-family: OpenSans-Bold;
  font-size: 18px;
  line-height: 18px;
  color: var(--grey);
  font-weight: normal;
}
.menu-big-font {
  font-size: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  p,
  .p {
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #646464;
  }
  h1,
  .h1 {
  font-family: OpenSans-Bold; 
    font-size: 50px;
    line-height: 60px;
  color: var(--grey);
  }
  h2,
  .h2 {
    font-family: OpenSans-Light;
    font-size: 34px;
    line-height: 44px;
    color: var(--colorfirst);
  }
  h3,
  .h3 {
    font-family: OpenSans-Regular;
    font-weight: normal;
  font-size: 26px;
  line-height: 36px;
    color: var(--colorfirst);
  }
  h4,
  .h4 {
    font-family: OpenSans-Light;
    font-size: 20px;
    line-height: 28px;
  color: var(--grey);
    font-weight: normal;
  }
  h5,
  .h5 {
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 16px;
    color: var(--grey);
    font-weight: normal;
  }
  .menu-big-font {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  p,
  .p {
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #646464;
  }
  h1,
  .h1 {
  font-family: OpenSans-Bold; 
    font-size: 40px;
    line-height: 50px;
  color: var(--grey);
  }
  h2,
  .h2 {
    font-family: OpenSans-Light;
    font-size: 32px;
    line-height: 42px;
    color: var(--colorfirst);
  }
  h3,
  .h3 {
    font-family: OpenSans-Light;
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    color: var(--colorfirst);
  }
  h4,
  .h4 {
    font-family: OpenSans-Light;
    font-size: 20px;
    line-height: 26px;
  color: var(--grey);
    font-weight: normal;
  }
  h5,
  .h5 {
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 16px;
    color: var(--grey);
    font-weight: normal;
  }
  .menu-small-font {
    display: none;
  }
  .menu-big-font {
    font-size: 24px;
  }
}


/* *************************************** */
/* *************************************** */
/* *************************************** */
/* *************************************** */



.row > .h1 *,
.row > .h2 *,
.row > .h3 *,
.row > .h4 *,
.row > .h12 * {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  font-style: inherit !important;
  color: inherit !important;
}

.footer_nav_text{
    font-family: NotoSans-Regular;
    font-size: 16px; 
    line-height: 50px;
    color: var(--grey);
}
/* fim de estilos pré definidos */

.upperforce{
  text-transform: uppercase;
}

.loadingwrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.8);
    z-index: 99999;
}


.checkbox_item_custom label,
.checkbox_item_custom label p,
.checkbox_item_custom label .p{
    font-size: 12px !important;
    line-height: 24px !important;
    color: var(--darkgrey) !important;
}

.checkbox_item_custom label a,
.checkbox_item_custom label p a,
.checkbox_item_custom label .p a{
    color: var(--darkgrey) !important;
}

.checkbox_item_custom .container{
    min-height: 5px !important;
}

.checkbox_item_custom .container input:checked ~ .checkmark{
    background-color: var(--colorfirst) !important;
}


.bold_grey_link{
    text-decoration: none;
    color: var(--lightgrey);
    font-weight: bold;
}
.bold_grey_link:hover{
    text-decoration: none;
    color: var(--grey);
    
}

.verProjectos:hover{
    font-weight: bold !important;
}



.tipo_sl{
    padding: 5px;
    margin: 5px;
    display: block !important;
}
.tipo_sl *{
    margin: 0;
}




.main_btn,
.btn_solid_first{
  cursor: pointer;
  background-color: transparent;
  border: solid 1px var(--grey);
  padding: 8px 30px;
}
.btn_solid_first:hover{
  color: white;
  text-decoration: none !important;
}

.btn_solid_lightgrey{
  cursor: pointer;  
  background-color: var(--verylightgrey);
  border-radius: 5px;
  padding: 8px 30px;
  color: var(--verydarkgrey);
  color: var(--verydarkgrey);
}
.btn_solid_lightgrey:hover{
  text-transform: uppercase;
}

.footer *{
    margin: 0;
}


@media (max-width: 1038px) {
  .main_body{
    width: 95%;
  }

}
@media (max-width: 850px) {
  .main_body{
    width: 90%;
  }

}

/*delays*/
.delay-100ms {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay-200ms {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay-300ms {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay-400ms {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.delay-500ms {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay-600ms {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay-700ms {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.delay-800ms {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.delay-900ms {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
/*end delays*/

a:hover{
  color: var(--colorfirst);
  text-decoration: none;
}

h1,
.h1{
    margin: 0;
}
h2,
.h2{
    margin: 0;
}
h3,
.h3{
    margin: 0;
}
h4,
.h4{
    margin: 0;
}
p,
.p{
    margin: 0;
}
.overflow_hidden_scrollbar::-webkit-scrollbar {
  display: none;
}

.overflow_hidden_scrollbar{
  overflow: scroll; 
  scrollbar-width: none;
}

.flex-even {
  flex: 1;
}

.custom_swiper_nav{
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}

/* ------------------------------------------------------------------------------------ */
/* -------------------------------------CUSTOM CSS------------------------------------- */
/* ------------------------------------------------------------------------------------ */


.swiper-button-prev,
.swiper-button-next{
  color: var(--colorfirst);
  background-image: none !important;
}

.socialCont{
  background-color: white;
  padding: 8px;
  margin: 5px;
  display: flex;
  height: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
  color: var(--colorfirst);
}



@media (max-width: 990px) {
  /* PARALLAX HEIGHT */
  .container--big{
    min-height: 240px !important;
  }
}



/* BTNS */

.btn_solid{
  background-color: var(--colorfirst);
  border-top-left-radius: var(--btnBorderAmount);
  border-bottom-right-radius: var(--btnBorderAmount);
  padding: 8px 40px;
  color: white !important;
  font-family: Comfortaa-Regular !important; 
  font-size: 20px;
  line-height: 30px;
}

.btn_border{
  border: solid 1px var(--colorfirst);
  border-top-left-radius: var(--btnBorderAmount);
  border-bottom-right-radius: var(--btnBorderAmount);
  padding: 8px 40px;
  color: var(--colorfirst) !important;
  display: inline-block;
  text-align: center;

  transition: all 0.3s ease-in-out;
}
.btn_border:hover{
  background-color: var(--colorfirst);
  color: white !important;
}

/* END BTNS */