/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/ago/2018, 17:16:15
    Author     : grodrigues
*/ 

:root{
    --colorfirst: #969696; 
    --colorsecond: #191919;
    --white: #fff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #323232; 
    --grey: #969696;
    --lightgrey: #dcdcdc;
    --verylightgrey: #eef2f5;
}
.var_use_example {
    background-color: var(--white);
}

.main_btn-huric {
  background-color: transparent !important;
  color: var(--colorsecond) !important;
  border: 1px solid var(--colorsecond);
  padding: 10px 40px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0px;
  webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.main_btn-huric:hover,
.main_btn-huric.active {
  background-color:var(--colorsecond) !important;
  border: 1px solid var(--colorsecond);
  color: var(--white) !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}

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

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

@font-face {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face {
  font-family: 'THEOBALWID'; 
  font-style: normal;
  src: url('../fonts/Theo-Ballmer-Wide-Regular.ttf');
}


@font-face {
  font-family: 'Ubuntu-Light';
  font-style: normal;
  src: url('../fonts/Ubuntu-L.ttf');
}

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

h1,
.h1 {
  font-family: THEOBALWID;
  font-size: 42px;
  line-height: 60px;
  color: var(--colorsecond);
  font-weight: normal !important;
  letter-spacing:6px;
}
h2,
.h2 {
  font-family: THEOBALWID;
  font-size: 32px;
  line-height: 42px;
  color: var(--colorsecond);
  font-weight: normal !important;
  letter-spacing:6px;
}

h3,
.h3 {
  font-family: THEOBALWID;
  font-size: 22px;
  line-height: 32px;
  /* color: var(--white); */
  color: var(--grey);
  font-weight: normal !important;
  letter-spacing:4px;
}
h4,
.h4 {
  font-family: Ubuntu-Light;
  font-size: 22px;
  line-height: 36px;
  color: var(--grey);
  font-weight: normal !important;
}
h5,
.h5 {
  font-family: Ubuntu-Light;
  font-size: 24px;
  line-height: 32px;
  color: var(--lightgrey);
  font-weight: normal !important;
}
h6,
.h6 {
  font-family: Montserrat-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: Montserrat-Light;
  font-size: 24px;
  line-height: 26px;
  color: var(--lightgrey);
  font-weight: normal !important;
}

h14,
.h14 {
  font-family: Montserrat-Light;
  font-size: 60px;
  line-height: 80px;
  color: var(--darkgrey);
  font-weight: normal !important;
}
/* --------------------------------- */



p,
.p {
  font-family: Ubuntu-Light;
  font-size: 16px;
  line-height: 26px;
  color: var(--darkgrey);
  font-weight: normal !important;
}

body{
    /* background-color: #000 !important; */
}

.menu_holder,
.desktopmenuholder
{ 
    /* background-color: var(--verydarkgrey) !important; */
    background-color: var(--black) !important;
}
 
.menu_account_fas .separator{
    width: 0px;
    height: 25px;
    background-color: #000000;
    display: inline-block;
}

.menu_account_fas div{
    display: inline-block;
}

.menu_account_fas div:not(:last-child){
    border-right: 1px solid #FFF;
}

.menu_account_fas a{
    cursor: pointer;
}

.menu_account_fas span{
    color: #FFF;
    font-size: 25px;
    line-height: 25px;
    margin-right: 20px;
    margin-left: 20px;
}

.open_menu_div{
    border: 1px solid #FFF;
    width: 43px;
    float: right;
    cursor: pointer;
}

.open_menu_div span{
    color: #FFF;
    font-size: 25px;
    line-height: 25px;
    margin: 10px;
}


.landing_entry_social{
    font-size: 25px;
    display: block;
    text-align: center;
    width: 30px;
    
    line-height: 35px;
}

.landing_entry_social.grey{
    color: var(--verydarkgrey);
}

.landing_entry_social.white{
    color: var(--black);
}

/*.landing_entry_social:not(:last-child){*/
.landing_entry_social {
    
}

.landing_entry_socials div{
    width: 30px;
    margin-bottom: 10px;
}



.landing_entry_socials div:not(:last-child){
    border-bottom: 1px solid var(--verydarkgrey);
}

.landing_entry_socials.white div:not(:last-child){
    border-bottom: 1px solid var(--black);
}

.landing_entry_social.grey:hover{
    
}

.landing_entry_socials.right div{
    margin-left: auto;
    margin-right: 0;
}


.landing_entry_socials_main_fix{
    position: fixed;
    right: 0;
    top: 140px;
    z-index: 999999;
}


.boxed-title{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 80px;
}

.boxed-title-box{
    width: 50%;
    height: 300px;
    border: 1px solid var(--grey);
}

.boxed-title-text{
    background-color: var(--verydarkgrey);
    padding: 25px;
    position: absolute;
    left: 80px;
    top: 40px;
}

.main_btn-huric{
    padding: 10px 15px !important;
}
 
.main_btn{
    color: var(--grey) !important;
    border: 1px solid var(--grey) !important;
}


@media (max-width: 720px) {
    h1,
    .h1 {
      font-size: 30px;
      line-height: 40px;
      font-weight: normal !important;
      letter-spacing:6px;
    }
    h2,
    .h2 {
      font-size: 24px;
      line-height: 32px;
      font-weight: normal !important;
      letter-spacing:6px;
    }

    h3,
    .h3 {
      font-size: 20px;
      line-height: 26px;
      font-weight: normal !important;
    }
    h4,
    .h4 {
      font-size: 18px;
      line-height: 24px;
      font-weight: normal !important;
    }
    h5,
    .h5 {
      font-size: 16px;
      line-height: 24px;
      font-weight: normal !important;
    }
    
    p,
    .p {
      font-size: 16px;
      line-height: 24px;
      font-weight: normal !important;
    }
    
    .boxed-title-text{
        left: 20px !important;
        top: 20px !important;
    }
    
    .bborder_links{
        text-align: center !important;
    }
    
    #banner-arrow{
        display: none;
    }

}


.home_suc_proj_mctr_bar{
    width: 95% !important;
    height: 1px !important;
    background-color: #000 !important;
    position: absolute !important;
    left: 50px !important;
}

@media (max-width: 1870px) {
    
    .home_suc_proj_mctr_bar{
        width: 92% !important;
    }

}

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

}

@media (max-width: 575px) {
    .home_suc_proj_mctr{
        display: none;
    }
}


/* ----extra---- */

.prod_item:hover .prod_item_text h3{
  color: var(--darkgrey) !important;
}

.boxed-title-text.h1{
  color: var(--white) !important;
}


.all_scat_ctr{
  padding-top: 20px;   
}

.all_scat_ctr div{
  text-align: center;
  padding-top: 8px;
  padding-bottom: 5px;
  display: block;
}


.all_scat_ctr div:not(:last-child){
  border-bottom: 1px solid var(--darkgrey);    
}

.home_categ_items > div{
  margin: 15px;
  padding-left: 20px;
}

.home_categ_items div{
  width: 100%;
}

.home_categ_items a{
  color: var(--darkgrey) !important;
  cursor: pointer;
}

.home_categ_items div:not(:last-child){
  border-bottom: 1px solid var(--darkgrey);    
}

.home_cat_item{
  background-color:var(--darkgrey);
  color: var(--colorfirst) !important;   
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--verylightgrey);
}


.home_cat_item a{
  text-decoration: none;
}

.home_cat_item h2{
  color: var(--colorfirst) !important;       
}

.home_cat_item:hover h2{
  color: var(--darkgrey) !important;       
}

.home_cat_item:hover{
  background-color: var(--colorfirst) !important;   
  color: var(--darkgrey) !important;   
}

.bg_verydarkgrey h1,
.bg_verydarkgrey .h1,
.bg_verydarkgrey h2,
.bg_verydarkgrey .h2,
.bg_verydarkgrey h3,
.bg_verydarkgrey .h3,
.bg_verydarkgrey p,
.bg_verydarkgrey .p{
  color: var(--white) !important;
}

.boxed-title-1 h3{
  color: var(--white) !important;
}

.fa.fa-angle-left.color_white,
.fa.fa-angle-right.color_white{
  color: var(--black) !important;
  border-color: var(--black) !important;
}

.footer_contactos .p,
.footer_contactos p{
  color: #dcdcdc !important;
}

.prod_item:hover .prod_item_text h3{
  color: var(--black) !important;
  font-weight: bold !important;
}


.portfolio_next_project{
  height: 40px;
  width: 40px;
  border: 1px solid #191919;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.portfolio_next_project span{
color: #191919;
font-size: 37px;
padding: 0px;
line-height: 37px;
}

.portfolio_next_project:hover span{
color: #FFF;   
}

.portfolio_next_project:hover{
background-color: #191919;
}

.portfolio_description{
  position: absolute;
  right: 50px;
  top: -50px;
  background-color: #323232;
  color: #191919;
  z-index: 9;
  padding: 15px;
}

.bg_colorfirst h3{
  color: var(--white) !important;
}

.overlay-other-subd h2{
  color: var(--white) !important;
}

.overlay-content a.h2.color_white{
  color: var(--white) !important;
}

.automatic-form_handler label.container{
  color: var(--colorsecond) !important;
  font-size: 12px !important;
}

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

.mapacolorforce h1,
.mapacolorforce .h1,
.mapacolorforce h2,
.mapacolorforce .h2,
.mapacolorforce h3,
.mapacolorforce .h3
{
   color: var(--white) !important; 
}


.fa.fa-file.color_white{
  color: var(--colorsecond) !important;
}