
:root{
    --colorfirst: #192E45; 
    --colorsecond: #FF6E23;
    --colorthird: #4B6992;
    --white: #fff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #646464; 
    --grey: #8C8C8C;    
    --lightgrey: #B4B4B4;
    --verylightgrey: #F4F4F4;
}
.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: '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) !important;
}*/


h1,
.h1 {
  font-family: OpenSans-Bold;
  font-size: 40px;
  line-height: 50px;
  color: var(--colorfirst);
  font-weight: normal !important;
}
h2,
.h2 {
  font-family: OpenSans-Bold;
  font-size: 30px;
  line-height: 40px;
  color: var(--colorfirst);
  font-weight: normal !important;
}
h3,
.h3 {
  font-family: OpenSans-Bold;
  font-size: 20px; 
  line-height: 30px;
  color: var(--colorfirst);
  font-weight: normal !important;
}
h4,
.h4 {
  font-family: OpenSans-Light;
  font-size: 18px;
  line-height: 24px;
  color: var(--colorfirst);
  font-weight: normal !important;
}
h5,
.h5 {
  font-family: RobotoSlab-Bold;
  font-size: 24px;
  line-height: 32px;
  color: var(--lightgrey);
  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: OpenSans-Regular;
  font-size: 14px;
  line-height: 22px;
  color: var(--colorfirst);
  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);
}
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 */