* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




html,
body{
    background: #ffffff;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;

}

.row {
    max-width: 1140px;
    margin: 0 auto;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;    
    display: block;
    height: 0; 
    visibility: hidden;
}

/*------------Heading----------------*/
h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 300%;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-transform: none;
}

h2 {
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #60ae49;
    content: "";
    width: 100px;
    margin: 0 auto;
    margin-top: 40px;
}

h3 {
    font-size: 120%;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 300;
}

/*--------Buttons---------*/

.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;   
    text-decoration: none;
    border-radius: 200px;
    color: #fff;
    -webkit-transition: background-color 0.2s, color 0.2s, border 0.2s;
    transition: background-color 0.2s, color 0.2s, border 0.2s;
    -webkit-transition-property: width;
    transition-property: width;
}


.btn-full:link,
.btn-full:visited{
    background-color: #60ae49;
    border: 1px solid #60ae49;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited,
input[type=submit]{
    border: 1px solid #60ae49;
    color: #60ae49;
    font-weight: 350
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active{
    background-color: #467e35;
    border-color: #467e35;
}

.btn-ghost:hover,
.btn-ghost:active,
input[type=submit]:hover,
input[type=submit]:active{
    color: #fff;
}
/*----------------------------*/


/*----------------------------------*/
/*------------Header----------------*/
/*----------------------------------*/

header {
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.75)),to(rgba(0, 0, 0, 0.75))), url(imgcss/img-11.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(imgcss/img-11.jpg);
    height: 100vh;
    width: auto;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.main-text {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}
.main-text span {
    text-transform: none;
    font-size: 120%;
}

.logo {
    height: 100px;
    width: auto;
    float: left; 
    margin-top: 20px; 
}

.logo-black { 
    display: none;
    height: 50px;
    width: auto;
    float: left; 
    margin-top: 2px;
    margin-bottom: 2px;
    
}


.atendimento24 {
    padding-top: 20px;
}


.atendimento24 h1{
    font-size: 100%;
    
}

.atendimento24 i {
    font-size: 150%;
    color: #1daf53;
    float: left;
}

.atendimento24 p {
    float: left;
    color: #fff;
    font-size: 110%;
    padding: 4px 10px
}




/* Main Nav*/
.main-nav {
    float: right;
    list-style: none;   
    margin-top: 55px; 
    
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 3px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
    padding-bottom: 8px
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 3px solid #60ae49;
    color: 
}

/* mobile nav */
.mobile-nav-icon {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}


/* sticky nav */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px #d6d6d6;
    box-shadow: 0 2px 2px #d6d6d6;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999;
}

.sticky li a{
    color: #555;
    padding: 16px;
    

}

.sticky .logo-black {
    display: block;
}

.sticky .logo {
    display: none;
}

.sticky .main-nav {
    margin-top: 18px;
    
}


/*----------------------------------*/
/*------------quem-somos------------*/
/*----------------------------------*/

.quem-section {
    padding: 80px 0;
}

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    text-align: center;
    margin-bottom: 20px;
    line-height: 145%;
}

.big-icon {
    display: block;
    font-size: 350%;
    padding-bottom: 15px;
    color: #60ae49;
}

.box {
    text-align: center;
    display: block;
    width: 80%;
    padding: 1%; 
}

.box p {
    padding-bottom: 30px;
    line-height: 145%;
}

/*----------------------------------*/
/*-----------profissionais----------*/
/*----------------------------------*/
.pros-section {
    padding: 80px 0;
    width: 100%;
    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url(imgcss/img-pros.jpg);
    background-image:linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(imgcss/img-pros.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.pros-section h2 {
    color: #fff;
}



.pros-box {
    float: left;
    color: #fff;
    text-align: left;
}

.pros-box-2 {
    float: right;
    color: #fff;
    text-align: left;
}

.pros-step div {
    color: #60ae49;
    border: 2px solid #60ae49;
    display: inline-block;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    padding-top: 13px;
    font-weight: 400;
    font-size: 130%;
    float: left;
    margin-right: 20px;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
}

.pros-step p {
    font-size: 120%;
    padding-top: 15px;
    width: 84%;
    line-height: 145%;
}

.pros-step {
    margin-bottom: 65px; 
}

.pros-step div:hover {
    color: #fff;
    background-color: #60ae49;
}

.pros-sec {
    width: 60%;
    margin: 0 auto;
    padding-left: 5%;
}

/*----------------------------------*/
/*------------serviços--------------*/
/*----------------------------------*/

.serv-section {
    padding: 80px 0;
    background-color: #f4f4f4;
}

.serv-section h3{
    text-align: center;
}


.serv-box {
    -webkit-perspective: 1000;
    perspective: 1000;
    position: relative;
    margin: 10px auto;
    height: 500px;
    z-index: 1;
    padding: 20px 60px;
    -ms-flex-line-pack: center;
    align-content: center;
}

.serv-box:hover .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-box-shadow: -2px 2px 10px #aaa;
    box-shadow: -2px 2px 10px #aaa;
}

.touch .serv-box.no-hover .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-box-shadow: -2px 2px 10px #aaa;
    box-shadow: -2px 2px 10px #aaa;
}


.flipper { 
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    -webkit-box-shadow: -2px 2px 10px #aaa;
    box-shadow: -2px 2px 10px #aaa;
}


.front, .back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #e6e6e6;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
}



.back {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    color: #6a5252;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-right: 3%;

}

.front h3 {
    margin-top: 200px;
    color: #60ae49;
    font-weight: 400;
    font-size: 200%;
    
}

.back ul {
    list-style: none;
    font-size: 130%;
    padding-bottom: 2%;
    text-align: justify;
}

.back ul li {
    padding-bottom: 2%;
    line-height: 25px;
}

.back ul p {
    display: inline;
    font-size: 66%
}

.small-icon {
    display: inline-block;
    color: #60ae49;
    font-size: 130%;
    width: 30px;
    text-align: center;
    margin-top: 5px;
    margin-right: 2%;
}

.back h3 {
    font-size: 160%;
    color: #60ae49;
    margin: 30px 0;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

#repres-text {
    width: 90%;
    padding-left: 20px;
}

#text-fix-movimento {
    text-align: left;
}

.auditec {
    font-size: 90%;
}

.auditecc ul p{
    display: inline;
    font-size: 80%;
}

.agro{
    overflow-y: scroll; 
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}



/*----------------------------------*/
/*---------------image--------------*/
/*----------------------------------*/


.image-show {
    list-style: none;
    width: 100%;
}

.image-show li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0;
    overflow: hidden;
    width: 25%;
}

.i-pic {
    margin:0;
    overflow: hidden;
    background-color: #000;
}

.i-pic img {
    opacity: 0.7;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.3s;
    transition: transform 0.4s, opacity 0.3s, -webkit-transform 0.4s;
}

.i-pic img:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    opacity: 1;
}

/*----------------------------------*/
/*-------------Treinamento----------*/
/*----------------------------------*/

.trein-section {
    padding: 80px 0;
    background-color: #fcfcfc;
    position: relative;
}

.scrolling-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 20px;  
    margin: 1em auto;
    width: 88%;
    bottom: 0;
}

.scrolling-wrapper::-webkit-box-shadow {
    background-color: transparent;
    display: none;
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
    display: none;
}

.scrolling-wrapper::-webkit-scrollbar {
    background: transparent;
    display: none;
}
.scrolling-wrapper{-ms-overflow-style: none;}



.card {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin:30px 20px;
    background-color: #fff;
    height: 350px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 5%;
}

.card img {
    width: auto;
    height: 50%;
    margin: 3% 15%;
    border-radius: 5%;

}


.card h3 {
    text-align: center;
    font-weight: 400;
    margin: 5px;
}

.card a{
    position: absolute;
    bottom: 10px;
    margin: 0 63px
}

.dir-img img {
    margin: 2% 2%;
    margin-bottom: 3%;
    width: 96%;
}

#maq-img {
    margin: 2% 9%
}

.card p{
    text-align: center;
    margin: 4% 10%;
    font-size: 90%;
}
#rac-box {
    padding-top: 50px

}

#rac-box h2 {
    font-weight: 400
}

#rac-box p {
    margin: 30px 0;
}

#left-button, #right-button{
    color: #60ae49;
    border: 2px solid #60ae49;
    display: inline-block;
    height: 75px;
    width: 75px;
    text-align: center;
    padding-top: 19px;
    font-weight: 400;
    font-size: 200%;
    border-radius: 50%;
    
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
}

#left-button {
    position: absolute;
    left: 1%;
    top: 52%;
}

#right-button {
    position: absolute;
    right: 1%;
    top: 52%;
}

#left-button:hover, 
#right-button:hover{
    color: #fff;
    background-color: #60ae49;
}

#img-operador{
    height: 42%;
    margin: 2% 14%;
}

/*----------------------------------*/
/*--------------Contato-------------*/
/*----------------------------------*/


.formulario {
    padding: 80px 0;
    background-color: #60ae49;
}

.formulario h2 {
    color: #fff;
}

.formulario h2:after {
    background-color: #fff;
}

.contact {
    width: 60%;
    margin: 0 auto;
}

input[type=text],
input[type=email],  
textarea {
    width: 100%;
}

input,
textarea{
    padding: 7px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

label {
    color: #fff;
    padding: 5px;
    margin: 5px;
    vertical-align: middle;
    
}

input[type=submit] {
    background-color: #fff;
}

*:focus {
    outline: none;
}

/*Index 1 and -1*/

.message-sent {
    padding: 14px;
    margin-bottom: 25px;
    margin-left: 8px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
}

.success {color: #60ae49}

.error {color: #d63031}


/*----------------------------------*/
/*--------------footer-------------*/
/*----------------------------------*/

footer {
    background: #ebebeb;
    padding: 50px;
    font-size: 80%;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
    font-size: 110%;
    font-weight: 400;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.info-footer {
    padding: 5px;
    font-size: 120%;
}

.info-footer:first-child {
    padding-top: 35px;
}

.info-footer i {
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 120%;
    
}

.address i {
    margin-bottom: 80px;
}

.info-footer p{
    color: #888;
    font-weight: 400;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited, 
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ccc;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.ion-social-facebook,
.ion-social-whatsapp,,
.ion-social-instagram {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-whatsapp:hover {
    color: #25d366;
}


.ion-social-instagram:hover {
    color: #833ab4;
}


/*----------------------------------*/
/*------------animation-------------*/
/*----------------------------------*/

.js--scrolling-wrapper {
    opacity: 0;
}

.js--scrolling-wrapper.animated {
    opacity: 1;
}

.js--wp-1 {
    opacity: 0;
}

.js--wp-1 animated {
    opacity: 1;
}


