
/*=======================================================================
[Table of contents]
=========================================================================

1. Font Settings
2. Typography Settings
3. Section Title Settings
4. Button Settings
5. Section Settings
*/

/*------------------------------------------------------------------------------
/ 1. Font Settings
------------------------------------------------------------------------------*/

body, html{
    margin: 0;
    padding: 0;
}
body {
    line-height: 32px;
    color: #818181;
    letter-spacing: 0.64px;
    font-size: 16px;
    font-family: 'Baloo 2', cursive, 'Open Sans', sans-serif;
    font-weight: 400;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

/*------------------------------------------------------------------------------
/ 2. Typography Settings
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 h6{
    color: #000000;
    font-weight: 400;
    margin: 0 0 15px;
}
a{
    color: #000;
    text-decoration: none;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}
a:focus{
    color: #fff;
}
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------------------------------------------------------------------
/ 3. Section Title Settings
------------------------------------------------------------------------------*/
.noPadding{
    padding: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingLeft{
    padding-right: 0;
}

/*------------------------------------------------------------------------------
/ 4. Button Settings
------------------------------------------------------------------------------*/
.common_btn {
   border: none;
   font-size: 16px;
   font-weight: 400;
   background: #2a348c;
   color: #fff;
   height: 70px;
   text-transform: uppercase;
   text-align: center;
   padding: 28px 45.5px;
   display: inline-block;
   line-height: .8;
   letter-spacing: 1.6px;
   position: relative;
   outline: none;
   transition: all 0.4s ease-out;
   -moz-transition: all 0.4s ease-out;
   -webkit-transition: all 0.4s ease-out;
   -ms-transition: all 0.4s ease-out;
   -o-transition: all 0.4s ease-out;
}
.common_btn span {
    position: relative;
    z-index: 2;
}
.common_btn:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.common_btn:hover:after{
    width: 100%;
}
.common_btn:hover{
    color: #000;
}
.common_btn.red_bg{
    padding: 28px 40.5px;
}
   .common_btn.red_bg:after {
      background: #9a1961;
      background: linear-gradient(90deg, rgba(17, 183, 29, 1) 0%, rgba(44, 95, 45, 1) 100%);
   }
.common_btn.red_bg:hover:after{
    width: 100%;
}
.common_btn.red_bg:hover{
    color: #fff;
}

/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.commonSection{
    padding: 120px 0;
    position: relative;
}
.commonSection .container{
    position: relative;
    z-index: 2;
}
.grays{
    background: #f5f6fa;
}
.sub_title{
    font-size: 12px;
    line-height: .8;
    font-weight: 400;
    color: #818181;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.sec_title {
	font-size: 50px;
	line-height: 60px;
	font-weight: 400;
	color: #2C5F2D;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.green_color {
    color: #41c54a;
}
.white{
    color: #ffffff;
}
.sec_desc {
	margin: 0 0 54px;
}
.color_aaa{
    color: #aaaaaa;
}
.nopad {
	padding: 0 !important;
}





.tp-parallax-wrap{z-index:25 !important;}
.tp-parallax-wrap .layer_1 {
padding: 10px 60px;
background: linear-gradient(90deg, rgba(236,124,76,1) 0%, rgba(192,31,121,0.8) 35%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-transform: uppercase;
}



#video{width:100%;}

.contSectionSobre{padding-bottom:0 !important;}
.contSectionSobre .commomRightCont{padding: 100px 120px 0 0;}
.contSectionSobre .commomRightCont{text-align: right;}
.contSectionSobre .commomRightCont p{text-align: right;font-size:20px;margin-bottom: 20px;}

.contSectionServicos .contImg{padding:80px 0 40px 0;}

.contSectionDescritivo {background-color: #fafafa;}
.contSectionDescritivo .commomLeftCont{padding: 160px 0 0 100px;}
.contSectionDescritivo .commomLeftCont p{font-size:20px;margin-bottom: 20px;}
.contSectionDescritivo img{width:100%;}


.contSectionBtnFaixa{margin-top:-10px;}




@media (min-width:1000px) {
	
.tp-parallax-wrap .layer_2{padding: 160px 60px 0 !important;}
}