/*
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
*/  

.social_square{
    width: 20px;
    height: 20px;    
    text-align: center;
    display: inline-block;
}

.social_square span{
    line-height: 20px;
}

.social_square span.fa-facebook-f{
    background-color: #3b5998;
    color: #FFF !important;
    width: 100%;
    height: 100%;
}

.social_square span.fa-twitter{
    background-color: #1dcaff;
    color: #FFF !important;
    width: 100%;
    height: 100%;
}

.social_square span.fa-linkedin-in{
    background-color: #0077B5;
    color: #FFF !important;
    width: 100%;
    height: 100%;
}

.boxed-title-1{
    width: auto;
    height: auto;
    background-color: #000;
    border: 1px solid #FFF;
    padding: 10px;
    text-align: center;
}


.bborder_links div:not(:last-child){
    border-bottom: 1px solid #646464;    
}

.bborder_links div h4{
    margin: 0;
    padding: 0;
    margin-top: 10px !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;
}