
:root{
    --colorfirst: #EFBC1A; 
    --colorsecond: #b4b4b4;
    --white: #fff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #646464; 
    --grey: #8C8C8C;    
    --lightgrey: #B4B4B4;
    --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: 'LIBRE-BASKERVILLE';
  font-style: normal;
  src: url('LibreBaskerville-Regular.otf');
}

@font-face {
  font-family: 'Neris-Light';
  font-style: normal;
  src: url('../fonts/Neris-Light_0.otf');
}

@font-face {
  font-family: 'Neris-Semibold';
  font-style: normal;
  src: url('../fonts/Neris-SemiBold.otf');
}

@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;
    text-decoration: none !important;
}


h1,
.h1 {
  font-family: LIBRE-BASKERVILLE;
  font-size: 40px;
  line-height: 50px;
  color: var(--verydarkgrey);
  font-weight: normal !important;
}
h2,
.h2 {
  font-family: LIBRE-BASKERVILLE;
  font-size: 30px;
  line-height: 40px;
  color: var(--verydarkgrey);
  font-weight: normal !important;
}
h3,
.h3 {
  font-family: OpenSans-Bold;
  font-size: 20px; 
  line-height: 30px;
  color: var(--verydarkgrey);
  font-weight: normal !important;
}
h4,
.h4 {
  font-family: OpenSans-Light;
  font-size: 16px;
  line-height: 24px;
  color: var(--darkgrey);
  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-Light;
  font-size: 14px;
  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: 575px) {
    h1,
    .h1 {
      font-size: 32px;
      line-height: 42px;
    } 
    
    h2,
    .h2 {
      font-size: 28px;
      line-height: 36px;
    }
    h3,
    .h3 {
      font-size: 20px; 
      line-height: 28px;
    }
}

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

.round{
  border-radius: 50%;
}

/* ------------------------- */

.title_underline{
  border-bottom: solid var(--colorfirst) 2px;
  width: 10%;
  margin: 0 auto;
}

h1,
.h1{
  margin-top: unset ;
}

/* body{
  background-color: var(--verylightgrey);
} */


/*PARCEIROS*/
.parceiros_link_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    /* background-color: rgba(25, 25, 50, 0.5); */
    z-index: 2;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.parceiros_cont:hover .parceiros_link_overlay {
    opacity: 1;
}

.parceiros_cont img {
    transition: all 0.5s ease-in-out;
}

.parceiros_cont:hover img {
    transform: scale(1.1);
}

.parceiros_social_circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--colorfirst);
    margin: 5px 8px;
}
/*END PARCEIROS*/

.overflow_hidden_scrollbar::-webkit-scrollbar {
  display: none;
}

.overflow_hidden_scrollbar{
  overflow: scroll; 
  scrollbar-width: none;
}

.stop-scrolling {
  height: 100% !important;
  overflow: hidden !important;
}
/* .stop-scrolling {
  position: fixed; 
  overflow-y:scroll
} */

.automatic-form_handler input[type="reset"].main_btn{
  border: solid 1px var(--colorfirst) !important;
  color: var(--colorfirst) !important;
  background-color: transparent !important;
}
