
:root{
    --colorfirst: #463326; 
    --colorsecond: #292021;
    --colorthird: #4B6992;
    --gold: #9a8445;
    --white: #ffffff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #211f20; 
    --grey: #787878;    
    --lightgrey: #efeff1;
    --verylightgrey: #efeff1;
}
.var_use_example {
    background-color: var(--white);
}

.bg_colorfirst {
  background-color: var(--colorfirst) !important;
}
.color_colorfirst {
  color: var(--colorfirst) !important;
}
.bg_colorsecond {
  background-color: var(--colorsecond) !important;
}
.color_colorsecond {
  color: var(--colorsecond) !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;
}

.bg_gold {
  background-color: var(--gold) !important;
}
.color_gold {
  color: var(--gold) !important;
}

@font-face {
  font-family: 'pt-sans-bold';
  font-style: normal;
  src: url('../fonts/PT_Sans-Web-Bold.ttf');
}

@font-face {
  font-family: 'pt-sans-regular';
  font-style: normal;
  src: url('../fonts/PT_Sans-Web-Regular.ttf');
}

@font-face {
  font-family: 'adobe-garamond-pro-regular';
  font-style: normal;
  src: url('../fonts/AGaramondPro-Regular.otf');
}


.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(--gold) !important;
}

.main_btn.gold{
  border: 1px solid var(--gold) !important;
  color: var(--gold) !important;
}

.main_btn.gold:hover{
  background-color: var(--gold) !important;
}

/*a {
    color: var(--colorfirst) !important;
}*/

h1,
.h1 {
  font-family: 'pt-sans-bold';
  font-size: 50px;
  line-height: 60px;
  color: var(--colorfirst);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

h2,
.h2 {
  font-family: 'pt-sans-bold';
  font-size: 32px;
  line-height: 40px;
  color: var(--colorsecond);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

h3,
.h3 {
  font-family: 'pt-sans-regular';
  font-size: 22px; 
  line-height: 30px;
  color: var(--gold);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

h4,
.h4 {
  font-family: 'pt-sans-regular';
  font-size: 20px;
  line-height: 30px;
  color: var(--grey);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

h5,
.h5 {
  font-family: 'pt-sans-regular';
  font-size: 18px;
  line-height: 26px;
  color: var(--colorsecond);
  font-weight: normal !important;
}

/* 
h6,
.h6 {
  font-family: RobotoSlab-Bold;
  font-size: 18px;
  line-height: 24px;
  color: var(--lightgrey);
  font-weight: normal !important;
}
h7,
.h7 {
  font-family: OpenSans-Bold;
  font-size: 80px;
  line-height: 80px;
  color: var(--white);
  font-weight: normal !important;
}

h8,
.h8 {
  font-family: Bitter-Regular;
  font-size: 20px;
  line-height: 28px;
  color: var(--lightgrey);
  font-weight: normal !important;
}

h12,
.h12 {
  font-family: Raleway-Regular;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  font-weight: normal !important;
}

h13,
.h13 {
  font-family: OpenSans-Regular;
  font-size: 16px;
  line-height: 16px;
  color: var(--darkgrey);
  font-weight: normal !important;
} */

p,
.p {
  font-family: 'pt-sans-regular';
  font-size: 16px;
  line-height: 26px;
  color: var(--grey);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

.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 */


.gold-sep-div{
  display: none !important;
  background-color: var(--gold);
  width: 200px !important;
  max-width: 80%;
  height: 1px;
  text-align: center;
  margin: 0 auto !important;
}

.gold-sep-div{
  display: none !important;
  background-color: var(--gold);
  width: 200px !important;
  max-width: 80%;
  height: 1px;
  text-align: center;
  margin: 0 auto !important;
}

.gold-sep-div-left{
  display: none !important;
  background-color: var(--gold);
  width: 200px !important;
  max-width: 80%;
  height: 1px;
  text-align: left;
}


.loadingwrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.8);
    z-index: 99999;
}


.checkbox_item_custom label{
    font-size: 12px !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;
}

.top_menu_holder_space{
  display: none;
}

@media (max-width: 1250px) {

  #bars_side_menu{
    display: inline-block !important;
  }
  .top_menu_holder{
    display: none;
  }
  .top_menu_holder_space{
    display: block;
  }

  .padding_top_100.home{
    padding-top: 50px !important;
  }

  .padding_top_60.home{
    padding-top: 30px !important;
  }

}

@media (max-width: 1350px) {
  h1,
  .h1 {
    font-size: 35px;
    line-height: 40px;
  } 
  h2,
    .h2 {
      font-size: 18px;
      line-height: 26px;
    }
    h3,
    .h3 {
      font-size: 20px; 
      line-height: 28px;
    }
    h4,
    .h4 {
      font-size: 18px; 
      line-height: 22px;
    }
    p, 
    .p{
      font-size: 15px; 
      line-height: 23px;
    }
}

@media (max-width: 575px) {
    h1,
    .h1 {
      font-size: 30px;
      line-height: 35px;
    } 
    
    h2,
    .h2 {
      font-size: 24px;
      line-height: 26px;
    }
    h3,
    .h3 {
      font-size: 20px; 
  line-height: 28px;
    }
}

.tipo_sl{
    padding: 5px;
    margin: 5px;
    display: block !important;
}
.tipo_sl *{
    margin: 0;
}


/* -----------------------CUSTOM----------------------- */

h1,
.h1{
  padding-top: unset;
  margin-top: unset;
}
h2,
.h2{
  padding-top: unset;
  margin-top: unset;
}
h3,
.h3{
  padding-top: unset;
  margin-top: unset;
}
h4,
.h4{
  padding-top: unset;
  margin-top: unset;
}

a{
  text-decoration: none;
  color: var(--colorsecond);
  cursor: pointer !important;
}
a:hover{
  text-decoration: none;
  color: var(--grey);
}

@media (max-width: 1038px) {
  .main_body{
    width: 90% !important;
  }
}


.news_info_box{
  padding: 20px 30px;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
}
.news_info_box *{
  color: var(--colorfirst);
  transition: all 0.3s ease-in-out;
}

.news_item:hover .news_info_box{
  background-color: var(--colorsecond);
}
.news_item:hover *{
  color: white !important;
}

/* slick dots */

.slick-dots{
    list-style-type: none;
    position: absolute;
    /* left: 50%; */
    padding: 0;
    bottom: 0;
    /* right: auto; */
    /* -ms-transform: translate(-50%,0px);
    -webkit-transform: translate(-50%,0px);
    transform: translate(-50%,0px); */

    width: 100%;
    display: flex;
    justify-content: center;
}
.slick-dots li{
    float: left;
    margin: 5px;
}
.slick-dots .slick-active button{
    border: none;
    border-bottom: solid 3px white;
}
.slick-dots button{
    cursor: pointer;
    border: none;
    border-bottom: solid 1px white;
    /* border-radius: 50%; */
    background-color: transparent;
    color: transparent;
    width: 18px !important;
    height: 18px !important;
}

@media (max-width: 750px) {
  .slick-dots button{
    width: 28px !important;
    height: 28px !important;
  }
}

/* end slick dots */

/* FOOTER */

.footer *{
    margin: 0;
}

/* END FOOTER */


.home_social_holder{ 
  text-align: center;
}

.home_socials_item{
  display: inline-block;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.home_socials_item h3,
.home_socials_item .h3{
  line-height: 30px !important;
}

.home_social_holder .home_socials_item:not(:last-child){
  border-right: 2px solid var(--lightgrey);  
}




/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-sizer.sizer50,
.grid-item.sizer50 {
  width: 50% !important;
}

.grid-item .artista_overlay{
  max-height: 100% !important;
}

.grid-item {
  height: auto;
  float: left;
  border: 5px transparent solid;
}

.grid-item--width25 { width:  25%; }
.grid-item--width33 { width:  33.33%; }
.grid-item--width66 { width:  66.66%; }
.grid-item--width50 { width:  50%; }
.grid-item--width100 { width:  100%; }

.grid-item--height600{
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
}

.grid-item--height300{
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}

.grid-item--height-auto{
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
}


.grid-item--height150{
  height: 150px !important;
  min-height: 150px !important;
  max-height: 150px !important;
}
 
@media (max-width:920px) {    
  .grid-item--width25 { width:  100%; }
  .grid-item--width50 { width:  100%; }
  .grid-item--width33 { width:  100%; }

  .grid-item.sizer50 {
    width: 100% !important;
  }

  .grid-item {
    width: 100% !important;
  }


}

.sticky .choose_lang{
  color: var(--white) !important;
}

 /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); /* Safari & Chrome */
  -moz-transform: rotateY(180deg); /* Firefox */
  -ms-transform: rotateY(180deg); /* Internet Explorer */
  -o-transform: rotateY(180deg); /* Opera */
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Style the back side */
.flip-card-back {
  /* background-color: dodgerblue; */
  color: white;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); /* Safari & Chrome */
  -moz-transform: rotateY(180deg); /* Firefox */
  -ms-transform: rotateY(180deg); /* Internet Explorer */
  -o-transform: rotateY(180deg); /* Opera */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
} 

.team_flip_cont{
  position: relative;
}
.team_flip_cont:hover .team_flip_front{
  z-index: 1;
  opacity: 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); /* Safari & Chrome */
  -moz-transform: rotateY(180deg); /* Firefox */
  -ms-transform: rotateY(180deg); /* Internet Explorer */
  -o-transform: rotateY(180deg); /* Opera */
}
.team_flip_cont:hover .team_flip_back{
  z-index: 2;
  opacity: 1;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg); /* Safari & Chrome */
  -moz-transform: rotateY(0deg); /* Firefox */
  -ms-transform: rotateY(0deg); /* Internet Explorer */
  -o-transform: rotateY(0deg); /* Opera */
}
.team_flip_front{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg); /* Safari & Chrome */
  -moz-transform: rotateY(0deg); /* Firefox */
  -ms-transform: rotateY(0deg); /* Internet Explorer */
  -o-transform: rotateY(0deg); /* Opera */
  z-index: 2;
  opacity: 1;

  transition: all 0.5s ease-in-out;
}
.team_flip_back{
  position: absolute;
  top:0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;

  z-index: 1;
  opacity: 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); /* Safari & Chrome */
  -moz-transform: rotateY(180deg); /* Firefox */
  -ms-transform: rotateY(180deg); /* Internet Explorer */
  -o-transform: rotateY(180deg); /* Opera*/

  transition: all 0.5s ease-in-out;
}

/*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*/