/* Section 1 */
.homepage-1{
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 190px;
}

.homepage-1 h1{
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 39px;
    line-height: 49px;

    color: #FFFFFF;
}

.homepage-1 button{
    margin-top: 60px;
    margin-bottom: 129px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    background: #FEC827;
    border-radius: 6px;
    padding: 13px 26px;
}

.homepage-1 p{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */

    color: #FFFFFF;
}

.homepage-1 .cartoes{
    background: #FFFFFF;
    border-radius: 4px;
    height: 32px;
    width: 387px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.homepage-1 .nova_maquineta{
    width: 100%;
    height: auto;
}

.homepage-1 .cartao_maquineta{
    width: 28%;
    /* transform: translate(20px, -170%) rotate3d(0, 0, 1, -45deg); */
    animation: go-back 1s infinite alternate;
}

.gestao-box {
     padding: 2% 2% 2% 6%;
}

@keyframes go-back {
    0% {
        /* transform: translateX(10px); */ 
        transform: translate(40px, -165%) rotate3d(0, 0, 1, -45deg);
    }
    100% {
        /* transform: translateX(0); */
        transform: translate(10px, -165%) rotate3d(0, 0, 1, -45deg);
    }
}

@media (min-width: 768px) and (max-width: 991px){
footer .container  {
    max-width: 760px;
}
}

@media(max-width:1199px){
    .homepage-1 h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media(max-width:991px){
    .homepage-1 h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .homepage-1 button {
        margin-bottom: 110px;
    }
    .homepage-1 .nova_maquineta {
        width: 100%;
        height: auto;
    }
}

@media(max-width:767px){
    .homepage-1 h1 {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
    }
    .homepage-1 button {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .homepage-1 .cartoes {
        width: 80%;
        margin: 10px auto;
    }
    .homepage-1 .nova_maquineta {
        width: 100%;
        height: auto;
        margin-top: 3rem;
    }
    .homepage-1 {
        padding-top: 110px;
        padding-bottom: 105px;
    }
    .gestao-box {
        padding: 2%;
    }
}

@media(max-width: 530px){
    .homepage-1 h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .homepage-1 button {
        font-size: 14px;
    }
}

@media(max-width: 490px){
    .homepage-1 h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .homepage-1 p {
        font-size: 14px;
    }
    .homepage-1 .nova_maquineta {
        width: 100%;
        height: auto;
        margin-top: 3rem;
    }
}
@media(max-width: 390px){
    .homepage-1 h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .homepage-1 p {
        font-size: 12px;
    }
    .homepage-1 .cartoes {
        width: 95%;
    }
    .homepage-1 .nova_maquineta {
        width: 100%;
        height: 400px;
        margin-top: 3rem;
    }
}

@media(max-width:360px){
    .homepage-1 h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .homepage-1 p {
        font-size: 11px;
    }
    .homepage-1 .nova_maquineta {
        width: 100%;
        height: auto;
        margin-top: 3rem;
    }
}

/* Section 2 */

.homepage-2 img{
    width: 100%;
}

.homepage-2 .title{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 100%;
    color: #FF6B00;
    margin-bottom: 60px;
}

.homepage-2 .title span{
    font-weight: bold;
}

.homepage-2 .itens{
    display: flex;
    align-items: center;
    justify-items: center;
    margin-bottom: 30px;
}

.homepage-2 .itens img{
    height: 60.000022888183594px;
    width: 60.000022888183594px;
}

.homepage-2 .itens p{
    
    margin-left: 30px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;

}

.btn-oferta{
    padding: 13px 30px;
    background: #FF6B00;
    border-radius: 6px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 65px;
}
    
@media (min-width: 768px){
    .homepage-2 .left{
        max-width: calc(720px/2);
        margin: auto;
    }
}
@media (min-width: 992px){
    .homepage-2 .left{
        max-width: calc(960px/2);
        margin: auto;
    }
}

@media (min-width: 1200px){
    .homepage-2 .left{
        max-width: calc(1140px/2);
        margin: auto;
    }
}

@media(max-width: 1199px){
    .homepage-2 .title {
        font-size: 46px;
    }
}

@media(max-width: 991px){
    .homepage-2 .title {
        font-size: 36px;
    }
    .homepage-2 .itens p {
        font-size: 16px;
    }
    .btn-oferta {
        margin-top: 40px;
    }
}

@media(max-width: 860px){
    .homepage-2 .title {
        font-size: 34px;
    }
    .homepage-2 .itens p {
        font-size: 14px;
    }
    .btn-oferta {
        margin-top: 35px;
    }
    .homepage-2 .itens img {
        height: 56.000023px;
        width: 56.000023px;
    }
}

@media(max-width: 767px){
    .homepage-2 .itens {
        width: 100%;
        justify-items: center;
        align-items: center;
        flex-direction: column;
    }
    .homepage-2 .itens p {
        margin-left: 0px;
        margin-top: 15px;
        font-size: 18px;
        line-height: 22px;
    }
    .homepage-2 .title {
        font-size: 36px;
        margin-bottom: 25px;
    }
}

@media(max-width: 576px){
    .homepage-2 .title {
        font-size: 34px;
    }
    .homepage-2 .itens p {
        font-size: 16px;
    }
}

@media(max-width: 400px){
    .homepage-2 .title {
        font-size: 28px;
    }
    .homepage-2 .itens p {
        font-size: 14px;
        line-height: 18px;
    }
}

/* Section 3 */

.homepage-3{
    margin-top: 100px;
    width: 100%;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.homepage-3 h1{
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.homepage-3 h4{    
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 15px;
}


.homepage-3 .box img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.homepage-3 .blog{
    position: relative;
    background: #FF8126;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 6px 6px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.homepage-3 .blog .texto{
    padding: 30px 25px;
}

.homepage-3 .blog .title{
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: 30px !important;
}

.homepage-3 .blog .info{
    font-weight: normal;
    font-size: 16px;
    line-height: 110%;
    color: #333333;
    margin: 20px 0;
}

.homepage-3 .btn-blog{
    margin-top: 53px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FF6B00;
}

/* .homepage-3 .box .blog img {
    aspect-ratio: 3/2;
} */

@media(max-width:1199px){
    .homepage-3 .blog .title {
        font-size: 20px;
    }
}
@media(max-width:991px){
    .homepage-3 .blog .title {
        font-size: 18px;
    }

    .homepage-3 .blog .info {
        font-size: 14px;
        margin: 14px 0;
    }

    .homepage-3 h1 {
        font-size: 36px;
    }

    .homepage-3 h4 {
        font-size: 20px;
    }
    .homepage-3 .blog .texto {
        padding: 30px 20px;
    }
}
@media(max-width:767px){
    .homepage-3 h1 {
        font-size: 30px;
    }
    .homepage-3 .blog .title {
        font-size: 16px;
    }
    .homepage-3 .blog .info {
        font-size: 14px;
    }
    .homepage-3 .blog .texto {
        padding: 15px;
    }
    .homepage-3 h4 {
        font-size: 18;
        margin-top: 10px;
    }
}

@media(max-width:575px){
    .homepage-3 .blog {
        margin-bottom: 30px;
    }
    
    .homepage-3 .blog .title {
        font-size: 24px;
    }
    .homepage-3 .blog .info {
        font-size: 18px;
    }
    .homepage-3 .blog .texto {
        padding: 15px 25px;
    }
    .homepage-3 h4 {
        font-size: 18;
        margin-top: 10px;
    }
    .homepage-3 .btn-blog {
        margin-top: 15px;
    }
}

@media(max-width:490px){
    .homepage-3 .blog .title {
        font-size: 22px;
    }
    .homepage-3 .blog .info {
        font-size: 16px;
    }
    .homepage-3 .blog .texto {
        padding: 15px 25px;
    }
    .homepage-3 .btn-blog {
        margin-top: 15px;
    }
}

.homepage-3 .itens{
    display: flex;
    align-items: center;
    justify-items: center;
    margin-bottom: 20px;
}

.homepage-3 .itens picture,
.homepage-3 .itens img{
    height: 40.00001525878906px;
    width: 40.00001525878906px;    
}

.homepage-3 .itens p{
    
    margin-left: 30px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0 !important;

}

.homepage-3 .gestao{
    margin-top: 100px !important;
}

.homepage-3 .gestao h1{
    font-size: 37px;
    line-height: 100%;
    color: #FFFFFF;
    font-weight: normal;
    text-align: left;
    margin-bottom: 20px;
}

.homepage-3 .gestao h1 span{
    font-weight: bold;
}

.homepage-3 .gestao .subtitle{
    font-family: Quicksand;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 37px;
}

.homepage-3 .gestao .btn-blog{
    margin-top: 20px;
}

.gestao .notebook{
    width: 100%;
    /* margin-top: 10px; */
}
@media(max-width: 1199px){
    .homepage-3 .gestao h1 {
        font-size: 34px;
    }
    .homepage-3 .gestao .subtitle {
        font-size: 22px;
    }
}
@media(max-width:991px){
    .homepage-3 .gestao h1 {
        font-size: 32px;
    }
    .homepage-3 .gestao .subtitle {
        font-size: 20px;
    }
}
@media(max-width:860px){
    .homepage-3 .gestao h1 {
        font-size: 28px;
    }
    .homepage-3 .gestao .subtitle {
        font-size: 18px;
    }

    .homepage-3 .itens p {
        font-size: 16px;
    }
}
@media(max-width:767px){
    .homepage-3 .gestao {
        margin-top: 30px !important;
    }
    .homepage-3 .gestao h1 {
        font-size: 36px;
        text-align: center;
        margin-top: 30px;
    }
    .homepage-3 .gestao .subtitle {
        text-align: center;
    }
    .homepage-3 .itens {
        width: 25%;
        margin-bottom: 30px;
        justify-items: center;
        align-items: center;
        flex-direction: column;
    }
    .homepage-3 .itens p {
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 0 !important;
        text-align: center;
    }

    .homepage-3 .box-itens {
        display: flex;
        flex-wrap: wrap;
    }
}
@media(max-width:575px){
    .homepage-3 .itens {
        width: 50%;
    }
    .homepage-3 .gestao h1 {
        font-size: 30px;
    }
    .homepage-3 .gestao .subtitle {
        font-size: 16px;
    }
}

@media(max-width: 430px){
    .homepage-3 .itens {
        width: 100%;
    }
    .homepage-3 .gestao h1 {
        font-size: 26px;
    }
    .homepage-3 .gestao .subtitle {
        font-size: 14px;
    }
}

@media(max-width: 390px){
    .homepage-3 .gestao h1 {
        font-size: 24px;
    }
    .homepage-3 .gestao .subtitle {
        font-size: 14px;
    }
}


/* Section 4 */
.homepage-4{
    padding: 100px 0;
}

.homepage-4 h1{
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    /* identical to box height, or 40px */

    text-align: center;

    color: #FF6B00;
}
.homepage-4 .box img{
    width: 100%;
}

.homepage-4 .box{
    position: relative;
    background: #F2F2F2;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 6px 6px;
    width: 100%;
}

.homepage-4 .box .texto{
    padding: 10px 25px;
    text-align: center;

}

.homepage-4 .box .title{
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    color: #333333;
    margin-top: 0px !important;
}

.homepage-4 .box .empresa{
    font-size: 14px;
    line-height: 120%;
    color: #FF6B00;
}

.homepage-4 .box .info{
    font-weight: normal;
    font-size: 16px;
    line-height: 110%;
    color: #333333;
    margin: 20px 0;
}

.homepage-3 .btn-blog{
    margin-top: 53px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FF6B00;
}

@media(max-width:1199px){
    .homepage-4 .box .title {
        font-size: 20px;
    }
}
@media(max-width:991px){
    .homepage-4 .box .title {
        font-size: 18px;
    }

    .homepage-4 .box .info {
        font-size: 14px;
        margin: 14px 0;
    }

    .homepage-4 .box .texto {
        padding: 30px 20px;
    }

    .homepage-4 h1 {
        font-size: 36px;
    }
}
@media(max-width:767px){
    .homepage-4 .box {
        margin-bottom: 30px;
    }

    .homepage-4 .box .title {
        font-size: 32px;
    }
    .homepage-4 .box .info {
        font-size: 18px;
    }
    .homepage-4 .box .texto {
        padding: 15px;
    }
    .homepage-4 {
        padding: 100px 0 0;
    }
}

@media(max-width:575px){
    .homepage-4 h1 {
        font-size: 32px;
    }
    
    .homepage-4 .box .title {
        font-size: 24px;
    }
    .homepage-4 .box .info {
        font-size: 18px;
    }
    .homepage-4 .box .texto {
        padding: 15px 25px;
    }
}

@media(max-width:490px){
    .homepage-4 h1 {
        font-size: 30px;
    }
    .homepage-4 .box .title {
        font-size: 22px;
    }
    .homepage-4 .box .info {
        font-size: 16px;
    }
    .homepage-4 .box .texto {
        padding: 15px 25px;
    }
}

.form img{
    width: 90%;
}

div.form{
    margin-top: 150px;
}

.form form{
    display: flex;
    flex-wrap: wrap;
}

.homepage-4 .form .form-group{
    width: 100%;
    margin-bottom: 20px
}

.homepage-4 .form  .form-check {
    margin-bottom: 20px;
    margin-right: 40px;
    padding-left: 0;
}
.homepage-4 .form label{
    margin-bottom: 6px;
}

.btn-form{
    padding: 13px 60px;
    background: #FF6B00;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}

h1.form{
    text-align: left;
    font-weight: normal;
    font-size: 50px;
    line-height: 100%;
    /* or 50px */
    color: #FF6B00;
    margin-bottom: 40px;

}

h1.form span{
    font-weight: bold;
}

.whatsapp {
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 40px;
}


@media only screen and (min-width: 50px) and (max-width: 800px) {
  .whatsapp {
    display: none;
  }
}



@media(max-width: 1199px){
    h1.form {
        font-size: 40px;
    }
}
@media(max-width: 991px){
    h1.form {
        font-size: 36px;
    }
}
@media(max-width: 767px){
    h1.form {
        font-size: 42px;
        text-align: center;
    }
}
@media(max-width: 575px){
    h1.form {
        font-size: 30px;
    }

    .formulario-fale .btn{
        width: 100%;
        margin-bottom: 15px;
    }
}