body{
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    color:#00859b;
    margin-top: 120px;
}
h1,h2,h3,h4,h5,h6{
    font-size: 1.5em;
    font-weight: 700;
}
a, a:hover, a:focus, button, button:hover, button:focus, input, input:focus, input:hover{
    text-decoration: none;
    outline: none;
}
hr{
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid #78be20;
}
.btn-verde, .btn-verde:focus{
    background: #c4d600;
    color: #00859b;
    border-radius:30px;
    transition: all 600ms ease;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-weight: 600;
    text-align: center;
}
.btn-verde:hover{
    background: #00859b;
    color: #FFFFFF;
}

.btn-verde-escuro, .btn-verde-escuro:focus{
    background: #00859b;
    color: #FFFFFF;
    border-radius:30px;
    transition: all 600ms ease;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-weight: 600;
    text-align: center;
}
.btn-verde-escuro:hover{
    background: #c4d600;
    color: #00859b;
}

.modal{
    border-radius: 0;
}
.modal.fade .modal-dialog{
    position: absolute;
    padding:0;
    margin: 0;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal .modal-content{
    border-radius: 0;
}
.modal .modal-header{
    border:0;
    text-align: center;
    padding-top: 30px
}
.modal .modal-header .title{
    color: #00859b !important;
    font-size: 1.3em;
    margin: 0 !important;
    margin-bottom: 0 !important;
}
.modal .modal-body{
    padding: 30px 60px;
    font-size: 0.9em;
}
.modal .close{
    color: #78be20;
    font-size: 2em;
    opacity: 1;
    position: absolute;
    top: 3px;
    right: 7px;
}
.modal .btn-verde{
    position: relative !important;
}

/**
 * FORMULÁRIOS
 */
.wpcf7-form{
    margin-top: 30px;
    margin-bottom: 30px;
}
.wpcf7-form label{
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
}
.wpcf7-form .form-control{
    border-radius: 0;
    outline: none;
    background: none;
    border: 1px solid #00859b;
    height: 40px;
    padding: 10px 12px;
    color: #000;
}
.wpcf7-form .input-group-addon{
    border-radius: 0;
    outline: none;
    background: none;
    border: 1px solid #00859b;
    height: 40px;
    padding: 10px 12px;
    color: #00859b;
    border-left: none;
}
.wpcf7-form .input-group-addon button{
    padding: 0;
    margin:0;
    border: none;
    background: none;
}
.wpcf7-form textarea.form-control{
    height: 200px;
    padding: 10px 12px;
    color: #00859b;
}
.wpcf7-form .form-control:focus{
    box-shadow: none;
    border-color: #00859b;
}
.wpcf7-form .btn-form-enviar{
    border:1px solid #00859b;
    padding:10px 15px;
    background: #00859b;
    color: #FFFFFF;
    border-radius:20px;
    transition: all 600ms ease;
    font-weight: 700;
    margin-top: 15px;
    width: 80%;
}
.wpcf7-form .btn-form-enviar:hover{
    background: #78be20;
    border-color: #78be20;
}
.form-search{
    color:#888888;
    font-weight: 500;
}
.form-search .input-group .form-control{
    border: none;
    background: #FFFFFF;
    color:#000;
    font-size: 1.5em;
    height: 57px;
}
.form-search .input-group-addon{
    background: #FFFFFF;
    border: none;
    color:#000;
    font-size: 1.5em;
}
/**
 * HEADER
 */
#header #menu-mobile{
    display: none;
}

#header{
    position: fixed;
    background: #FFFFFF;
    width: 100%;
    top:0;
    display: block;
    box-shadow: 0 -3px 14px 1px #333;
    z-index: 999;
    transition: all 600ms ease;
}
#header .logo-header{
    margin:10px 0;
    max-height: 100px;
    transition: all 600ms ease;
}
#header .menu-header{
    margin:0;
    padding:0;
    list-style:none;
    margin-top: 55px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 600ms ease;
}
#header .menu-header li{
    display: inline-block;
    margin: 0 5px;
}
#header .menu-header li a{
    display: block;
    padding:5px 10px;
    color: #00859b;
    transition: all 600ms ease;
}
#header .menu-header li a:hover{
     color: #78be20;
}
#header .menu-header li.btn-link-green{
    float:right;
}

#header .menu-header li.btn-link-green a{
    background: #c4d600;
    color: #FFFFFF;
    border-radius:30px;
    transition: all 600ms ease;
}
#header .menu-header li.btn-link-green a:hover{
    background: #00859b;
    color: #FFFFFF;
}

/**
 * FOOTER
 */
#footer{
    background: #00859b;
    color:#FFFFFF;
    width: 100%;
    padding:0;
    padding-top: 30px;
    display: block;
    border-top: 3px solid #FFFFFF;
}
#footer a{
    color:#FFFFFF;
}
#footer a:hover{
    color:#78be20;
}
#footer .menu-footer{
    margin:0;
    padding:0;
    list-style:none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
#footer .menu-footer>li{
    position: relative;
    vertical-align:top;
    display: inline-block;
}
#footer .menu-footer>li:after{
    content: '|';
    position: absolute;
    right: 0;
    top: 2px;
    font-weight: 500;
}
#footer .menu-footer>li:last-child:after{
    content: '';
}
#footer .menu-footer li a{
    display: block;
    padding:3px 8px;
    color: #FFFFFF;
    transition: all 600ms ease;
}
#footer .menu-footer li a:hover{
    color: #78be20;
}
#footer .menu-footer li ul{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    font-weight: 500;
    text-align: left;
    text-transform: none;
}
#footer .icon{
    width: 26px;
    height:26px;
    display: inline-block;
    margin: 0 1px;
    overflow: hidden;
    font-size: 0.0001em;
    text-indent: -999px;
    background-image: url("../img/icons-social.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 26px;
}
#footer .icon.icon-facebook{
    background-position: 0 0;
}
#footer .icon.icon-linkedin{
    background-position: -27px 0;
}
#footer .icon.icon-twitter{
    background-position: -59px 0;
}
#footer .icon.icon-youtube{
    background-position: -82px 0;
}
#footer .icon.icon-pinterest{
    background-position: -108px 0;
}
#footer .copyright{
    display: block;
    padding-top: 50px;
    padding-bottom: 15px;
    font-size: 0.9em;
}

/**
 * SHARE
 */
.share .icon{
    top: 15px;
    position: relative;
    width: 40px;
    height:40px;
    display: inline-block;
    margin: 0 1px;
    overflow: hidden;
    font-size: 0.0001em;
    text-indent: -999px;
    background-image: url("../img/icons-social.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 40px;
}
.share .icon.icon-facebook{
    background-position: 0 0;
}
.share .icon.icon-linkedin{
    background-position: -41px 0;
}
.share .icon.icon-twitter{
    background-position: -84px 0;
}
.share .icon.icon-email{
    background-position: -208px 0;
}

/**
 * PÁGINAS
 */
#titulo-page{
    display: block;
    margin:0;
    width: 100%;
    padding: 60px 0;
    background-color: #f5f5f5;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color:#FFF
}
#titulo-page h1{
    margin:0;
    padding: 0;
    font-weight: 700;
    color: #FFFFFF;
}
#section{
    padding:30px 0;
}
.container-yellow{
    background: #e1ea80;
    color:#00859b;
}
.container-green{
    background: #c4d600;
    color:#00859b;
}

/**
 * PÁGINA INICIAL
 */
#banner{
    position: relative;
    display: block;
    margin:0;
    width: 100%;
    padding: 60px 0;
    color: #FFFFFF;
    background-color: #f5f5f5;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner .banner-texto-1{
    background-image: linear-gradient(to right, #FFF 40%, transparent 40%);
    margin-bottom: 60px;
}
#banner .banner-texto-1 .banner-faixa{
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 150px;
    -webkit-border-top-right-radius: 200px;
    -webkit-border-bottom-right-radius: 200px;
    -moz-border-radius-topright: 200px;
    -moz-border-radius-bottomright: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
#banner .banner-texto-1 .banner-faixa{
    color: #422b60;
}
#banner .banner-texto-1 .banner-faixa h1{
    font-size: 2.2em;
    font-weight: 700;
    color: #78be20;
    margin-bottom: 20px;
}
#banner .banner-texto-2{
    margin-bottom: 50px;
}
#banner .banner-texto-2 p{
    text-align: justify;
    text-align-last: center;
}
#banner .banner-texto-2 h2{
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: 700;
}

#banner .banner-botao{
    font-size: 1.5em;
}

#banner .banner-botao .btn-banner{
    display: inline-block;
    margin-top: 30px;
    padding: 15px 60px;
    background: #00859b;
    color: #FFFFFF;
    border:0;
    border-radius:50px;
    transition: all 600ms ease;
}
#banner .banner-botao .btn-banner:hover{
    background: #c4d600;
}
#como-participar{
    background: #f3f2f0;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
#como-participar h2{
    color: #00859b;
    font-weight: 700;
    margin: 0;
    margin-bottom: 40px;
}
#como-participar h3{
    font-weight: 700;
    margin-bottom: 30px;
}
#como-participar .como-participar-box{
    position:relative;
    min-height:240px;
    padding-bottom:60px;
}
#como-participar .como-participar-box .btn-verde{
    position: absolute;
    bottom:0;
    left: 0;
}
#como-participar .modal .modal-body{
    text-align: left;
}
#certificado{
    padding-top: 60px;
    padding-bottom: 60px;
}
#certificado h2{
    margin-top: 0;
    margin-bottom: 30px;
}
#certificado .certificado-descricao h3{
    font-size: 1.3em;
}
#certificado .certificado-descricao{
    margin-bottom: 30px;
}
#certificado .certificado-imagem{
    display: inline-block;
    background: #f3f2f0;
    border-radius: 50%;
}
#certificado .certificado-imagem img{
    max-width: 140px;
}
/**
 * RASTREAMENTO DE AÇÕES
 */
.acao{
    margin-bottom: 20px;
}
.acao .acao-empresa{
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #00859b;
}
.acao .acao-codigo a{
    display: block;
    padding: 15px;
    text-align: center;
    border: 1px solid #00859b;
    color: #00859b;
    transition: all 600ms ease;
}
.acao .acao-codigo a:hover{
    background: #78be20;
    color:#FFFFFF;
    border-color: #78be20;
}

/**
 * EMISSOES GEE
 */
.form-emissoes.wpcf7-form{
    margin-top: 80px;
    margin-bottom: 80px;
}
.form-emissoes.wpcf7-form label{
    padding:0;
    text-align: center;
    display: block;
}
.form-emissoes.wpcf7-form .input-group-addon{
    height: 40px;
    color:#000000;
    font-size: 1.5em;
    font-weight: 500;
}
.form-emissoes.wpcf7-form .form-control{
    font-size: 1.5em;
    height: 50px;
    text-align: center;
    font-weight: 500;
}
.form-emissoes.wpcf7-form .input-group .form-control{
    border-right: none;

}

/**
 * PROJETOS
 */
.total_emissoes{
    font-size: 3em;
    font-weight: 400;
    color: #fbe489;
    margin-top: 30px;
    margin-bottom: 20px;
}
#projeto-certificado{
    position: absolute;
    left: 50%;
    bottom: -200px;
    transform: translateX(-50%);
}
#projeto-certificado .certificado .certificado-imagem{
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 500ms ease;
}
#projeto-certificado .certificado .certificado-imagem img{
    filter: brightness(1) invert(0) grayscale(1) brightness(1);
    transition: all 200ms ease;
    max-width: 160px;
    padding: 0 30px;
}
#projeto-certificado .certificado:hover .certificado-imagem, #projeto-certificado .certificado.ativo .certificado-imagem{

}
#projeto-certificado .certificado:hover .certificado-imagem img, #projeto-certificado .certificado.ativo .certificado-imagem img{
    filter: brightness(1) invert(0) grayscale(0) brightness(1);
    transform: scale(1.3);
    transform-origin: bottom center;
}
#projeto-certificado .certificado:hover .certificado-descricao, #projeto-certificado .certificado.ativo .certificado-descricao{
    color:#00859b;
}

.emissoes_resultado{
    font-size: 2em;
    font-weight: 400;
    color: #00859b;
    margin-top: 20px;
    margin-bottom: 30px;
}
.projeto{
    margin-top: 30px;
}
.projeto-imagem{
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #00859b;
}
.projeto .btn-mais{
    font-size: 1.5em;
    font-weight: 500;
    display: inline-block;
    padding:5px 10px;
    line-height: 1;
    border-radius: 50%;
    position: absolute;
    bottom:-17px;
    right:20px;
    color: #FFFFFF;
    background: #00859b;
    cursor: pointer;
    z-index: 2;
    border: none;
}

.projeto .modal{
    border-radius: 0;
}
.projeto .modal .modal-dialog{
    position: absolute;
    margin: 0;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.projeto .modal .modal-content{
    border-radius: 0;
}
.projeto .modal .modal-header{
    border:0;
    text-align: center;

}
.projeto .modal .modal-header img{
    margin-top: 30px;
}

.projeto .modal .modal-body{
    padding: 30px 60px;
    font-size: 0.9em;
}
.projeto .modal .close{
    color: #78be20;
    font-size: 2em;
    opacity: 1;
}

/**
 * PÁGINA VERIFICAÇÃO
 */
#certificado-verificacao .certificado .certificado-imagem{
    display: inline-block;
    background: #f3f2f0;
    border-radius: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
}
#certificado-verificacao .certificado .certificado-imagem {
    max-width: 140px;
}

/**
 * PAGINA CERTIFICADO E SUCESSO
 */
.projeto-apoiado .projeto-nome{
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #00859b;
}
.projeto-apoiado .projeto-volume{
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #00859b;
    text-align: center;
}
.selo{
    font-weight: 700;
    color:#11204c;
    position:relative;
    text-transform: uppercase;
}
.selo .selo-nome{
    position:absolute;
    bottom:45px;
    width: 100%;
}
.selo .selo-ano{
    position:absolute;
    bottom:23px;
    width: 100%;
}
.selo .selo-codigo{
    position:absolute;
    bottom:-4px;
    width: 100%;
    font-size: 0.7em;
}
@media(max-width:991px){
    body{
        margin-top: 80px;
    }
    h1, h2, h3, h4, h5, h6{
        font-size: 1.2em;
    }
    #header .logo-header{
        max-height: 80px;
    }
    #header .menu-header{
        margin: 0!important;
        position: absolute;
        background: #FFFFFF;
        padding: 20px;
        width: 100%;
        left: 0;
        top:100px;
        box-shadow: 0 2px 7px -3px #333;
        display: none;
    }
    #header .menu-header li{
        display: block;
        text-align: center;
        margin:7px 0;

    }
    #header #menu-mobile{
        display: inline-block;
        font-size: 2em;
        margin-top: 30px;
        cursor: pointer;
        float:right;
    }
    #header .menu-header li.btn-link-green{
        float:none;
    }
    #footer .logo-footer{
        margin-bottom: 20px;
    }
    #footer .text-right{
        text-align: center;
    }
    #banner .banner-texto-1 .banner-faixa h1{
        font-size: 1.4em;
    }
    #certificado .certificado-descricao h3{
        font-size: 1.2em;
    }


}
@media(max-width:767px){
    #banner{
        padding:30px 0;
        padding-bottom: 30px !important;
    }
    .container-yellow{
        padding-top:30px !important;
    }
    #como-participar .como-participar-box{
        min-height: initial;
        margin-bottom: 50px;
    }
    #como-participar .como-participar-box .btn-verde{
        width: 90%;
        left:50%;
        transform: translateX(-50%);
    }
    #footer .menu-footer{
        margin-bottom: 20px;
    }
    #footer .menu-footer>li{
        display: block;
        text-align: left;

    }
    #footer .menu-footer>li:after{
        display: none;
    }
    #footer .text-right{
        text-align: left;
    }
    #projeto-certificado{
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}