
@font-face {
  font-family: "Aldo";
  src: url("../fonts/aldo/AldoPC.eot");
  src: url("../fonts/aldo/AldoPC.eot?#iefix") format("embedded-opentype"),
    url("../fonts/aldo/AldoPC.otf") format("opentype"),
    url("../fonts/aldo/AldoPC.svg") format("svg"),
    url("../fonts/aldo/AldoPC.ttf") format("truetype"),
    url("../fonts/aldo/AldoPC.woff") format("woff"),
    url("../fonts/aldo/AldoPC.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

.green-mip {box-shadow:0 0 0;background-color:#5e8c2f;border:1px solid #5e8c2f}
.green-mip:hover {background-color:#fff;color:#5e8c2f;box-shadow:0 0 0;}
header {
    background-image: url('../img/bg-header.png');
    background-repeat: no-repeat;
    background-size: 100% 685px;
    position:relative;
    text-align:center;
    height:685px;
}
header .main-header {
    padding:5vmax 0;
}
header .main-header a.nav-collapse i {color:#fff;font-size:2rem;padding:1rem;background-color:#5e8c2f;border-radius:50%;}
header a.btn-large.white-border {border:1px solid #fff;box-shadow:0 0 0;}
header a.btn-large.white-border:hover {background-color:#fff!important;color:#5e8c2f;box-shadow:0 0 0;}
header p {font-family:Roboto;font-weight:300;color:#fff;font-size:2rem;margin-bottom:8vmax;}

#mip-online h1 {color:#5e8c2f;font-family:Aldo;font-weight:600;}
#mip-online p {color:#444a59;}

#importancia h2 {color:#5e8c2f;font-family:Aldo;font-weight:600;font-size:2.2rem;margin-bottom:3rem;}
#importancia p {color:#444a59;font-family:Roboto;margin:0;font-size:1.1rem;}
#importancia .card-panel .row {margin-bottom:0;}

#mobile {background-image:url('../img/bg-mobile.png');background-size:100% 100%;padding:11% 0 7%;}
#mobile h2{color:#fff;font-size:2rem;font-family:Aldo;font-weight:600;margin: 0 0 5rem;}
#mobile h2 span.blue-mip {color:#1c3268;}

#facilidade h2{font-size:3rem;margin:6rem 0;}
#facilidade h2, #facilidade h4 {color:#1c3268;font-family:Aldo;font-weight:600;}
#facilidade p {color:#1c3268;font-family:Roboto;}
#facilidade i.fa.fa-plus {color:#5e8c2f;}

#inspiracao {background-image:url('../img/bg-inspiracao.png');background-size:100% 100%;padding:12% 0 7%;color:#fff;}
#inspiracao .insp-cap {margin:1rem 0 3rem;}
#inspiracao h2 {color:#fff;font-family:Aldo;font-weight:600;}
#inspiracao p {font-family:Roboto;}
#inspiracao p.inspiracao-cap {font-weight:300;}

#depoimentos h2{color:#5e8c2f;font-family:Aldo;font-weight:600;font-size:2rem;}
#depoimentos p {font-family:Roboto;color:#1c3268;}
#depoimentos p.autor {font-weight:700;color:#5e8c2f;}
#depoimentos a.try-out {color:#1c3268;font-family:Roboto;font-size:2rem;margin-top:3rem;}

#contato {background-image:url('../img/bg-contato.png');background-size:100% 100%;padding:10% 0;}
#contato .telefone {font-family:Aldo;font-weight:600;font-size:2rem;margin:5% 0;display:inline-flex!important;}
#contato .telefone i{font-size:3rem;margin-right:1rem;}
#contato h2 {color:#5e8c2f;font-size:2.3rem;font-family:Aldo;font-weight:600;}
#contato p {color:#fff;font-size:1.2rem;font-family:Roboto;font-weight:300;}
#contato .input-field label {color:#fff;}
#contato .input-field input {border-bottom:1px solid #fff;color:#fff;}
#contato .input-field input:focus + label {color:#fff;}
#contato .input-field input:focus {box-shadow:0 1px 0 0 #5e8c2f;border-color:#5e8c2f;}

#materiais {margin:3rem 0 5rem;}
#materiais h2 {color:#5e8c2f;font-size:2rem;font-family:Aldo;font-weight:600;}
#materiais p {color:#1c3268;font-family:Roboto;}
#materiais i.fa.fa-chevron-circle-up {position:absolute;right:75px;font-size:3rem;color:#5e8c2f;cursor:pointer;}

footer, footer a {color:#4f5457;}
footer a {font-size:1.2rem;margin-bottom:1rem;}
footer a.valign-wrapper {display:inline-flex;}
footer .copyright {margin:0;padding:0;}
footer i, footer h4 {color:#5e8c2f;}
footer h4{font-size:2rem;font-family:Aldo;font-weight:600;}
footer i.fa.fa-whatsapp {font-size:24px;}
footer #newsletter_form .input-field input:focus + label {color:#5e8c2f;}
footer #newsletter_form .input-field input:focus {box-shadow:0 1px 0 0 #5e8c2f;border-color:#5e8c2f;}
footer #social {border-left:1px solid #4f5457;}
footer #social i {border:2px solid #5e8c2f;color:#5e8c2f;padding:0.2rem 0.4rem;font-weight:bold;font-size:1.5rem;}

@media all and (max-width:992px) {
    #mobile {background:#5e8c2f;transform:skewY(5deg);margin:5rem 0;padding-top:7%;color:#fff;}
    #mobile .container {transform: skewY(-5deg);}
    #mobile .list p {margin:0;margin-bottom:2rem;}
    #mobile .list p:last-child {margin-bottom:0;}
    #inspiracao {background:#5e8c2f;transform:skewY(-5deg);margin:5rem 0;padding-top:5%;}
    #inspiracao .container {transform:skewY(5deg);}
    #contato {background:#1c3268;text-align:center!important;transform: skewY(5deg);margin:5rem 0;}
    #contato .container {transform: skewY(-5deg);}
    #materiais {margin-bottom:7rem;}

    footer #social {margin-top:1.14rem;border:0;border-top:1px solid #9e9e9e;}
    
    header {
        height:530px;
    }
}

/*BOTÃO AJUDA CHAT*/
#bt-fechar-ajuda{display:none; width: 40px; height: 113px; position:fixed;bottom:5px;right: 5px;cursor: pointer;z-index: 999999;}
#bt-ajuda-rodape{display:none; width:350px; height:100px; position:fixed;bottom:0;right: 2%;cursor: pointer;z-index: 99999;}
#bt-ajuda-rodape img{max-width: 100%;}
#bt-ajuda-clique{width:350px; height:225px; display:none; position:fixed;bottom:5px;right: 2%; cursor: pointer;z-index: 99999;}
#bt-atendimento-ajuda{background: #dcdcdc; min-height: 50px; width: 350px;padding-top: 1px; }
#bt-meio-atendimento-ajuda{background: #fff; width: 300px;padding: 5px 0px; border-radius: 5px; text-align: center; color:#a8a7a7;margin: 10px auto;font-size: 1.5em; }
/*BOTÃO AJUDA CHAT*/