/*
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: #ef4036; 
    --colorsecond: #191919;
    --white: #fff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #323232; 
    --grey: #646464;
    --lightgrey: #969696;
    --verylightgrey: #eef2f5;
}
.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: 'Montserrat-Bold'; 
  font-style: normal;
  src: url('../fonts/Montserrat-Bold.ttf');
}

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

@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');
}

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

h1,
.h1 {
  font-family: Montserrat-Bold;
  font-size: 40px;
  line-height: 50px;
  color: var(--colorfirst);
  font-weight: normal !important;
}
h2,
.h2 {
  font-family: Montserrat-Light;
  font-size: 28px;
  line-height: 40px;
  color: var(--colorfirst);
  font-weight: normal !important;
}

h3,
.h3 {
  font-family: Montserrat-Light;
  font-size: 24px;
  line-height: 32px;
  color: var(--verydarkgrey);
  font-weight: normal !important;
}
h4,
.h4 {
  font-family: Montserrat-Light;
  font-size: 18px;
  line-height: 26px;
  color: var(--darkgrey);
  font-weight: normal !important;
}
h5,
.h5 {
  font-family: Montserrat-Bold;
  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: OpenSans-Regular;
  font-size: 14px;
  line-height: 24px;
  color: var(--darkgrey);
  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;
}
/* fim de estilos pré definidos */
.menu-big-font {
  font-size: 60px;
  line-height: 80px;
  color: #d32229;
}
.menu-small-font {
  font-size: 16px;
  line-height: 24px;
  color: #969696;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.trapezoid {
    background-color:  var(--colorfirst);
    border-top: 150px solid var(--white);
    border-left: 180px solid transparent;
    border-right: 2000px solid transparent;
    border-bottom: 50px solid transparent;
    height: 0;
    width: 0px;
    position: absolute;
    z-index: -1;        
}
 
.sticky_menu_desktop {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

#content-content_holder{
    padding-top: 0px;
}


.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: ""; 
  position: absolute;
  height: 10px;
  border-bottom: 2px solid var(--colorfirst);
/*  border-top: 1px solid white;*/
  top: 0;
  width: 80px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}


.default_btn {
  background-color: transparent !important;
  color: var(--lightgrey) !important;
  border: 1px solid var(--lightgrey);
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  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;
}
.default_btn p {
  color: var(--lightgrey) !important;
}
.default_btn:hover,
.default_btn.active, 
input[type="submit"].main_btn,
input[type="reset"].main_btn{
  background-color: transparent !important;
  border: 1px solid var(--colorfirst);
  color: var(--colorfirst) !important;
  text-decoration: none !important;;
  cursor: pointer !important;;
  text-transform: uppercase !important;;
}
.default_btn:hover p,
.default_btn.active p {
  color: var(--colorfirst)  !important;
}

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

.default_btn_white {
  background-color: transparent !important;
  color: var(--white) !important;
  border: 1px solid var(--white);
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  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;
}
.default_btn_white p {
  color: var(--white) !important;
}
.default_btn_white:hover, 
.default_btn_white.active, 
input[type="submit"].main_btn,
input[type="reset"].main_btn{
  /* background-color: var(--white) !important; */
  color: white !important;
  text-decoration: none !important;;
  cursor: pointer !important;;
  text-transform: uppercase !important;;
}
.default_btn_white:hover p,
.default_btn_white.active p {
  color: white !important;
}

img{
    max-width: 100%;
    height: auto;
}

a{
    text-decoration: none !important;
}