/*
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: #0099FF; 
    --colorsecond: #f05a57;
    --white: #fff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #323232; 
    --grey: #646464;
    --lightgrey: #969696;
    --verylightgrey: #dcdcdc;
}
.var_use_example {
    background-color: var(--white);
}

.menu_home_ctr_menus{
    height: 100% !important;
}

a{
    text-decoration: none !important;
}

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

@import url('https://fonts.googleapis.com/css?family=Nunito|Open+Sans+Condensed:300');

.main_btn{
    border-radius: 40px !important;
}

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

h1,
.h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 40px;
  line-height: 60px;
  color: var(--darkgrey);
  font-weight: normal !important;
}
h2,
.h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: var(--lightgrey);
  font-weight: normal !important;
}
h3,
.h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: var(--colorfirst);
  font-weight: normal !important;
}
h4,
.h4 {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: var(--lightgrey);
  font-weight: normal !important;
}
h12,
.h12 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  font-weight: normal !important;
}

h13,
.h13 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 60px;
  line-height: 60px;
  color: var(--white);
  font-weight: normal !important;
}

p,
.p {
  font-family: 'Nunito', sans-serif;
  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;
}

.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;        
}
 
.footer_copyright a{
    text-decoration: none;
    color:#fff !important;
    font-weight: bolder;
}

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

.container.container--big{
  min-height: 450px !important;
}

@media screen and (max-width: 576px ) {
  .container.container--big{
      min-height: 450px !important;
  }
  
}