/*
Theme Name: Ecobonuz
Theme URI: http://ecobonuz.com
Author: Lukas F. Castro
Description: Tema desenvolvido para landingpage da Ecobonuz
Version: 1.0
*/


h1{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 55px;
/* identical to box height, or 120% */
letter-spacing: 1px;
color: #3F3F3F;
}

.h1-sub{
/* H1-Subpage */
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 58px;
/* identical to box height, or 121% */
letter-spacing: 1px;
}

h2{

/* H2 */
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 48px;
/* identical to box height, or 120% */
letter-spacing: 1px;
}

h3{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 38px;
/* identical to box height, or 119% */
letter-spacing: 1px;
}

h4{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px;
/* identical to box height, or 117% */
letter-spacing: 1px;
}

h5{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
/* identical to box height, or 120% */
letter-spacing: 1px;
}

h6{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
/* identical to box height, or 122% */
letter-spacing: 1px;
}

.body-18{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
/* identical to box height, or 150% */
letter-spacing: 1px;
}

.body-16{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
/* identical to box height, or 150% */
letter-spacing: 1px;
}

.tag-bod{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
/* identical to box height, or 119% */
letter-spacing: 1px;
}

.interaction-16{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 22px;
/* identical to box height, or 138% */
letter-spacing: 1px;
}

.descritivo-16{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 40px;
/* identical to box height, or 250% */
letter-spacing: 1px;
}

.navbar{
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: line;
    color: rgb(28, 28, 28);
    padding: 20px 0;
}

.nav-item{
    margin-left: 40px;
}

.btn-second{
    background: transparent;
    margin: 0 20px 0 30px; 
    cursor: pointer;
    padding:  0 20px;
    border: 1px solid #61a05b;
    border-radius: 30px;
}

.btn-second:hover{
    background-color: #61a05b3b;
    border: 1px solid transparent;
}

.btn-primary{
    background: #61a05b;
    cursor: pointer;
    padding:  0 40px;
    border: 1px solid #4b7c46;
    border-radius: 30px; 
}

.btn-primary:hover{
    background-color: #446f40;
    border: 1px solid transparent;
}

.hero{
    margin-top: 96px;
}

.tag{
   background-color: #b7deb482;
   color: #61a05b;
   padding: 5px 16px;
   border-radius: 150px;
}

.tag-blue{
    background-color: #5dbcdc58;
    color: #214F78;
    padding: 5px 16px;
    border-radius: 150px;
 }

.bg{
    background-image: url(./img/bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    margin-top: -800px;
    height: 1050px;
}

.bg-resgate{
    background-image: url(./img/bg-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    margin-top: -240px;
    height: 340px;
}

.resgate{
    padding-top: 18px;
}

.card-big{
    padding: 40px 53px 30px 53px;
    background: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #b7deb446;
}

.active{
    background:#b7deb446;
    border-radius: 20px 20px 0 0;
    border-bottom: 0px;
}

.card-big img{
    width: 40px;
    height: 40px;
    text-align: left;
    margin-bottom: 16px;
}

.card-funcionalidade{
    width: 500px;
    border-left: 2px solid transparent;
    margin-bottom: 20px;
    border-left: 2px solid #aff0a879;
}

.card-funcionalidade span{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    color: #61a05b;

}

.card-funcionalidade img{
    margin-right: 16px;
    margin-left: 10px;
}

.card-funcionalidade p{
    padding-left: 55px;
    margin-top: 15px;
}

.card-funcionalidade:hover{
    border-left: 2px solid #61a05b;
    cursor: pointer;
}

.call-baixar{
    background: linear-gradient(114.17deg, #61A05B 34.51%, #A3CB70 100%);
    padding: 40px;
    
}

.chamada{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.chamada span{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 24px;
}

.container-nulled{
    padding: 0 60px 0 60px;
    
}

.chamada-sac{
    margin-top: 110px;
}

.chamada-sac h3{
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 27px;
}

.chamada-sac div img{
    margin-left: 15px;
    cursor: pointer;
}

.card{
    border: none;
    padding-bottom: 20px;
    margin: 0 auto;
}

.card-header{
    background-color: transparent;
}

.btn img{
    margin-left: 100px;
}

.btn-link{
    font-size: 18px;
    font-weight: 600;
    font-style: none;
    color: #3F3F3F;
}

.btn-link:hover{
    color: #61A05B;
    font-style: none;
    
}

.parceiros{
    margin-top: 120px;
}

.slide-parceiros{
    margin-top: 30px;
    justify-content: space-between;
}

.slide-parceiros img{
    filter: grayscale(100%);
    opacity: 40%;
    cursor: pointer;
}

.slide-parceiros img:hover{
    filter: grayscale(0%);
    opacity: 100%;
    transition: opacity 1s;
}

.footer{
    border-top: 1px solid #61a05b;
}

.redes{
    margin: auto;
}

.redes img{
    margin-right: 10px;
    
}

.itens-footer{
    list-style: none;
    font-size: 16px;
    font-family: "Inter";
    margin-top: 30px;
    cursor: pointer;
}

.itens-footer li:first-child{
    font-weight: 800;
    color: #61A05B;
}

.itens-footer li{
    margin-top: 10px;
}

.titulo-footer{
    font-size: 16px;
    font-family: "Inter";
    margin-top: 30px;
    font-weight: 800;
    color: #61A05B;
}

.call-lojas img{
    margin-top: 10px;
}

.btn-outline-secondary{
    background-color: #61a05b;
    color: #fff;
    padding: 20px;
    border-color: #446f40;
}

.form-control{
    border-color: #446f40;
}

.copy{
    font-size: 14px;
    font-family: 'Inter';
    text-align: center;
    margin-top: 100px;
    background-color: #61a05b;
    padding: 30px;
    color: #fff;
}

.responsive-menu{
    display: none;
}

.responsive-menu img{
    max-width: 150px;
    margin-right: -30px;
}

footer{
    margin:70px 0 70px 0;
}

/* Responsivo */ 

@media only screen and (max-width: 900px){
    .hero{
        margin-top: 50px;
    }

    .bg{
        margin-top: -1100px;
        height: 1400px;
        margin-bottom: -50px;
    }

    .call-buttom-baixar{
        cursor: pointer;
    }

    .call-buttom-baixar img{
        margin-bottom: 20px;

    }

    .tag{
        padding: 5px 10px;
        line-height: 35px;
        text-align: center;
     }
     
     .tag-blue{
        padding: 5px 10px;
        line-height: 35px;
        text-align: center;
      }

      .card-funcionalidade{
        width: 100%;
        border-left: 2px solid transparent;
        margin-bottom: 20px;
        border-left: 2px solid #aff0a879;
    }

    .container-nulled{
        padding: 0;
        
    }

    .d-op a img{
        margin-top: 20px;
        align-items: center;
    }

    .itens-footer{
        margin-top: 35px;
        padding: 0;
    }

    .chamada-sac{
        align-items: center;
        text-align: center;
    }

    .responsive-menu{
        display: flex;
        margin-top: 50px;
    }

    .navbar{
        display: none;
    }

    
}