
:root{
    --colorfirst: #9d9c9c; 
    --colorsecond: #9d9c9c;
    --colorthird: #4B6992;
    --white: #fff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #211f20; 
    --grey: #9d9c9c;    
    --lightgrey: #969696;
    --verylightgrey: #f0f0f0;
}
.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;
}

@font-face {
  font-family: 'bebas-neue-book';
  font-style: normal;
  src: url('../fonts/BebasNeue_Book.otf');
}

@font-face {
  font-family: 'bebas-neue-regular';
  font-style: normal;
  src: url('../fonts/BebasNeue_Regular.otf');
}

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

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


@font-face {
  font-family: 'Noto-Sans-Regular';
  font-style: normal;
  src: url('../fonts/NotoSans-Regular.ttf');
}

@font-face {
  font-family: 'Brandon-regular';
  font-style: normal;
  src: url('../fonts/Brandon_reg.otf');
}



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


h1,
.h1 {
  font-family: 'bebas-neue-book';
  /* font-size: 50px; */
  font-size: 48px;
  /* line-height: 60px; */
  line-height: 58px;
  /* letter-spacing: 10px; */
  letter-spacing: 9px;
  color: var(--grey);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

h2,
.h2 {
  font-family: 'Brandon-regular';
  /* font-size: 22px; */
  font-size: 20px;
  /* line-height: 30px; */
  line-height: 28px;
  /* letter-spacing: 3px; */
  letter-spacing: 2px;
  color: var(--darkgrey) !important;
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

h3,
.h3,
h3 a,
.h3 a{
  font-family: 'bebas-neue-book';
  /* font-size: 20px; 
  line-height: 30px; */
  font-size: 18px; 
  line-height: 24px;
  letter-spacing: 3px;
  color: var(--lightgrey);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

h4,
.h4 {
  font-family: 'bebas-neue-regular';
  font-size: 18px;
  line-height: 24px;
  color: var(--darkgrey);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
} 

p,
.p {
  font-family: 'Noto-Sans-Regular';
  font-size: 12px;
  line-height: 18px;
  color: var(--grey);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

p.serif{
  font-family: 'adobe-garamond-pro-regular';
  font-size: 18px;
  line-height: 22px;
  color: var(--grey);
  font-weight: normal !important;
}

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

.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;
}

@media (max-width: 1250px) {
  h1,
  .h1 {
    font-size: 35px;
    line-height: 40px;
  } 
  h2,
    .h2 {
      font-size: 18px;
      line-height: 26px;
    }
    h3,
    .h3 {
      font-size: 20px; 
      line-height: 28px;
    }
    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: 15px; 
      line-height: 23px;
    }
}

.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;
  }


}

/* bars icon */
  #bars_icon_mobile,
  #bars_icon{
    width: 35px;
    display: inline-block;
    cursor: pointer;
  }
  #bars_icon_mobile .bars_bar,
  #bars_icon .bars_bar{
    width: 100%;
    height: 2px;
    border-radius: 1px;
    margin: 5px 0 ;
    background-color: var(--lightgrey);
    pointer-events: none;
  }
/* bars icon */