
body{
    margin: 0;
    padding: 0;
}
/*HEADER - CABEÇALHO*/

/*CABEÇALHO PÁGINA DE LOGIN*/
.header-fluid {
    background: #00aeb7;
    border-top: 8px solid #059DA5;
}

.header-fluid-login {
    background: #0BACB5;
    background: linear-gradient(to right, #0A92CF 0%, #0BACB5 100%);
}

.header-logo-soluto{
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-main{
    margin-top: 30px;
    margin-bottom: 30px;
}
.col-formulario{
    border-right: 2px solid #F5F5F9;
    padding-bottom: 30px;
}
.titulo-entrar-login{
    font-size: 25px;
    color: #0A92CF;
    margin-bottom: 30px;
    margin-top: 0px;
    font-family: 'Share Tech', sans-serif;
}

.texto-lembrar {
    color: #0a88c2;
}

.inputs-acesso-login{
    width: 100%;
    min-height: 40px;
    font-size: 12px;
    border: 1px solid #0A92CF;
    padding: 0px 10px;
    border-radius: 4px;
}
.inputs-acesso-login:focus{
    outline: none;
}
.submit-acesso-login-desc{
    border-radius: 0px;
    border-color: #0A92CF;
    color: #0A92CF;
    font-weight: 600;
    font-size: 12px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    -webkit-transition: background 1ms ease;
    -moz-transition: background 1ms ease;
    -ms-transition: background 1ms ease;
    -o-transition: background 1ms ease;
    transition: background 1ms ease;


}
.submit-acesso-login-icone{
    border-radius: 0px;
    border-color: #0A92CF;
    color: #0A92CF;
    font-weight: 600;
    font-size: 12px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-left: 0px !important;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    padding: 6px 8px;
    -webkit-transition: background 1ms ease;
    -moz-transition: background 1ms ease;
    -ms-transition: background 1ms ease;
    -o-transition: background 1ms ease;
    transition: background 1ms ease;
}

.div-btn-hover:hover .btn{
    background: #FFFFFF;
    border-color: #059DA5;
    color: #059DA5;
}

.submit-acesso-login-icone:focus, .submit-acesso-login-desc:focus{
    outline: none;
    background: #FFFFFF;
    border-color: #059DA5;
    color: #059DA5;
    box-shadow: none;
}

@media only screen and (min-width: 1px) and (max-width:  767px){
    .submit-acesso-login-icone, .submit-acesso-login-desc{
        padding: 6px;
    }
}

.div-esqueci-senha button{
    text-decoration: none;
    background: none;
    border: none;
}

.col-form-esq-senha{
    display: none;
}

.div-esqueci-senha button:focus{
    outline: none;
}

.msg-dados-email p{
    font-size: 12px;
    color: green;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    display: none;
}

.desc-esqueci-senha{
    font-size: 12px;
    color: #0A92CF;
    margin-top: 10px;
    padding: 0;
}
.recuperar-senha{
    padding: 0;
}

.recuperar-senha:active:focus{
    outline: none;
}
.recuperar-senha:hover{
    font-weight: 600;
}


.titulo-possui-cadastro{
    font-size: 25px;
    color: #0A92CF;
    margin-bottom: 30px;
    margin-top: 0px;
    font-family: 'Share Tech', sans-serif;
}
.btn-cadastrar{
    width: 100%;
    background: #0A92CF;
    color: #FFFFFF;
    font-weight: 600;
    padding: 9px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btn-alterar-senha {
    background: #0A92CF;
    color: #FFFFFF;
    font-weight: 600;
}
.btn-alterar-senha:focus{
    outline: none;
    color: #FFF;
    box-shadow: none;
}
.btn-alterar-senha:hover{
    color: #FFFFFF;
    background: #059DA5;
}

.btn-cadastrar:focus{
    outline: none;
    color: #FFF;
    box-shadow: none;
}
.btn-cadastrar:hover{
    color: #FFFFFF;
    background: #059DA5;
}

.titulo-modal{
    font-size: 25px;
    color: #0A92CF;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Share Tech', sans-serif;
    text-align: center;
}
.col-inputs{
    margin: auto;
    float: none;
}
@media only screen and (min-width: 1px) and (max-width:  767px){
    .pass-tel-mobile{
        margin-bottom: 15px;
    }
}
.desc-preencha-form{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}

.col-inputs .form-control{
    color: #8A8A8A;
    width: 100%;
    min-height: 40px;
    font-size: 12px;
    border: 1px solid #0A92CF;
    padding: 0px 10px;
    border-radius: 4px;
}
.col-inputs .form-control:focus{
    box-shadow: none;
    border: 1px solid #0A92CF;
}

.btn-enviar-form-cadastro{
    width: 100%;
    background: #0A92CF;
    color: #FFFFFF;
    font-weight: 600;
    padding: 9px;
    border-color: #0A92CF;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.btn-enviar-form-cadastro:focus{
    outline: none;
    color: #FFF;
    box-shadow: none;
}
.btn-enviar-form-cadastro:hover{
    color: #0A92CF;
    background: #FFF;
    border-color: #0A92CF;
}

.footer-main{
    background: #F5F5F9;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-main-titulo{
    font-size: 25px;
    color: #0A92CF;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Share Tech', sans-serif;
}
.footer-main-descricao{
    color: #798691;
    font-size: 12px;
    margin: 10px 0;
    font-family: 'Open Sans', sans-serif;
}

.footer-main-btn-group{
    margin-top: 2px;
}

.footer-main-btn-group:hover a{
    border-color: #059DA5;
    background: #FFFFFF;
    color: #059DA5;
}

.alert-success {
    color: #fff;
    background-color: #0A92CF;
    border-color: #059DA5;
}


.footer-main-btn-contato, .footer-main-btn-icone{
    border-color: #0A92CF;
    color: #0A92CF;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    background: #F5F5F9;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;;
}
.footer-main-btn-icone:focus, .footer-main-btn-contato:focus{
    border-color: #0A92CF;
    background: #FFFFFF;
    color: #0A92CF;
    outline: none;
    box-shadow: none;
}
.footer-main-btn-contato{
    padding: 14px 30px;
}
.footer-main-btn-icone{
    padding: 15px 15px;
    font-size: 13px;
}

/*CABEÇALHO PADRÃO RESTANTE DO SITE*/
.navbar-default .navbar-toggle{
    border: 0;
}
.icon-menu:focus, .icon-menu:hover{
    background: #0094A1 !important;
    transition: all 1s;
}
.icon-menu:focus .icon-bar, .icon-menu:hover .icon-bar{
    transition: all 1s;
    background: #FFF !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #0094A1;
}
.icon-bar-solucoes{
    background: #0094A1 !important;
}

@media only screen and (min-width: 1px) and (max-width:  767px){
    .navbar-solucoes{
        border: 1px solid #e7e7e7;
        background: rgba(245, 245, 245, 0.31) !important;
    }
}

.menu-fixo{
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #FFF !important;
    border-bottom: 1px solid #efefef !important;
}
.menu-fixo .link-menu{
    background: #FFF !important;
    color: #0BACB5 !important;
}
.menu-fixo .link-menu.selecionado{
    border-bottom: 2px solid #0BACB5 !important;

}
.navbar-toggle{
    margin: 20px 0 0 0;
}
.navbar-default{
    background: transparent;
    border-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    font-family: 'Share Tech', sans-serif;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.navbar-pag-solucoes{
    position: relative;
    background: #FFF;
    border-bottom: 1px solid #efefef !important;
}
.logo-menu-brand{
    padding-top: 10px;
    margin-bottom: 10px;
}

.li-menu{
    padding: 25px 0 20px 40px;
}

@media only screen and (min-width: 768px) and (max-width:  991px){
    .li-menu{
        padding: 25px 0 20px 30px;
    }
}
.link-menu{
    padding: 0px !important;
    color: #0BACB5 !important;
    font-size: 15px;
    border: 0;
    background: transparent;
    transition: color 1s ease 0s;
    font-family: 'Ubuntu', sans-serif !important;
}
.link-menu:focus{
    outline: none;
}
.link-menu:hover{
    color: #000 !important;
}

.link-menu-solucoes{
    padding: 0px !important;
    color: #798691 !important;
    font-size: 15px;
    border: 0;
    background: transparent;
    transition: color 1s ease 0s;
    font-family: "Ubuntu", sans-serif !important;

}
.link-menu-solucoes:focus{
    outline: none;
}
.link-menu-solucoes:hover{
    color: #0BACB5 !important;
}
.link-menu-solucoes.selecionado{
    border-bottom: 2px solid #0BACB5;
}

@media only screen and (min-width: 1px) and (max-width:  767px){
    .li-menu{
        padding: 10px 0;
        text-align: center;
    }
}

.navbar-right .link-menu.selecionado{
    background: transparent;
    border-bottom: 2px solid #0BACB5;
}


/*CAMINHO DE PÃO*/
.fluid-caminho-pao{
    background: #0BACB5;
    font-family: "Open Sans", sans-serif;
}
.breadcrumb{
    padding: 0px;
    background: #0BACB5;
    margin-bottom: 0px;
}
.link-caminho-pao{
    color: #FFF;
    padding: 10px 5px 10px 0px;
}
.link-caminho-pao a{
    color: #FFF;
}
.breadcrumb .selecionado{
    background: #00a68e;
    padding: 10px 10px 10px 0px;
    color: #FFF;
}
li.link-caminho-pao:before{
    content: "" !important;
}
li.selecionado:before{
    content: "" !important;
}
/*FIM CAMINHO DE PÃO*/

/*MAIN - CORPO DO SITE*/

/* BANNERS */
@media only screen and (min-width: 1px) and (max-width:  500px){
    .banner2-simplicidade{
        background: url("../img/site/banners/faixas/simplicidade-celular2.jpg") no-repeat;
        min-height: 334px;
    }

    .banner3-acessibilidade{
        background: url("../img/site/banners/faixas/acessibilidade-celular.jpg") no-repeat;
        min-height: 334px;
    }
}
@media only screen and (min-width: 501px) and (max-width:  991px){
    .banner2-simplicidade{
        background: url("../img/site/banners/faixas/simplicidade-tablet2.jpg") no-repeat;
        min-height: 400px;
    }

    .banner3-acessibilidade{
        background: url("../img/site/banners/faixas/acessibilidade-tablet.jpg") no-repeat;
        min-height: 400px;
    }
}

@media only screen and (min-width: 1px) and (max-width:  767px){
    .banner1-solucoes-servicos{
        background: url("../img/site/banners/banner-principal/banner-celular1.jpg") no-repeat;
    }
}

@media only screen and (min-width: 768px) and (max-width:  991px){
    .banner1-solucoes-servicos{
        background: url("../img/site/banners/banner-principal/banner-tablet1.jpg") no-repeat;
    }
}

@media only screen and (min-width: 992px){
    .banner1-solucoes-servicos{
        background: url("../img/site/banners/banner-principal/banner-principal1.jpg") no-repeat;
    }

    .banner2-simplicidade{
        background: url("../img/site/banners/faixas/simplicidade2.jpg") no-repeat;
        min-height: 400px;
    }

    .banner3-acessibilidade{
        background: url("../img/site/banners/faixas/acessibilidade.jpg") no-repeat;
        min-height: 400px;
    }
}


.efeito-parallax{
    position: relative;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
}

.sem-parallax-celular{
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: 50% !important;
}




/*--------------------- FAIXA TRABALHE COM EFICIENCIA---------------------*/
.container-eficiencia-sistema{
    padding-top: 30px;
    padding-bottom: 30px;
}
.titulo-eficiencia-sistema{
    font-size: 36px;
    color: #0A92CF;
    margin-bottom: 30px;
    font-family: 'Share Tech', sans-serif;
    line-height: 1;

}
.descricao-eficiencia-sistema{
    font-family: "Open Sans", sans-serif;
    color: #798691;
    line-height: 1.8;
    margin-bottom: 10px;
}
.img-dispositivos{
    float: right;
}

/*--------------------- FAIXA DE SEGURANÇA ---------------------*/

.container-seguranca{
    padding-top: 30px;
    padding-bottom: 30px;
}
.titulo-seguranca{
    font-size: 45px;
    color: #0A92CF;
    margin-bottom: 30px;
    font-family: 'Share Tech', sans-serif;
    line-height: 1;
    margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .titulo-seguranca{
        margin-top: 0px;
    }
}
@media only screen and (min-width: 1px) and (max-width: 767px){
    .titulo-seguranca{
        margin-top: 0px;
    }
}



.descricao-seguranca{
    font-family: "Open Sans", sans-serif;
    color: #798691;
    line-height: 1.7;
    font-size: 22px;
    margin-bottom: 10px;
}
.img-seguranca{
    float: none;
    margin: auto;
}


/*--------------------- FAIXA DE TECNOLOGIAS ---------------------*/

.titulo-faixa-tecnologia{
    font-size: 36px;
    color: #0A92CF;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Share Tech', sans-serif;
}
.col-desc-principal-tecnologias{
    margin: auto;
    float: none;
}
.col-desc-principal-tecnologias p{
    color: #798691;
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
}

.faixa-tecnologias{
    margin-top: 50px;
}
.col-descicao-titulo-tecnologia{
    margin-bottom: 30px;
}
.titulo-tecnologia{
    font-size: 18px;
    color: #0A92CF;
    font-family: "Open Sans", sans-serif;
}
.desc-tecnologia{
    color: #798691;
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
}
.img-tecnologia{
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .img-tecnologia{
        margin-top: 0px;
    }
    .faixa-tecnologias{
        margin-top: 0px;
    }

    .col-desc-principal-tecnologias{
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 767px){
    .faixa-tecnologias{
        margin-top: 0px;
    }

    .col-desc-principal-tecnologias{
        margin-bottom: 30px;
    }

    .img-tecnologia{
        margin-bottom: 15px;
    }
}

/*--------------------- FAIXA DE CONTATO ---------------------*/
.fluid-faixa-contato{
    background: #F5F5F9;
}
.img-mulher-tecnologia{
    margin-top: 92px;
}
.titulo-principal-contato{
    font-size: 36px;
    color: #0A92CF;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
}

.inputs-form{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 3px;
    box-shadow: none;
}
.textarea-form{
    box-shadow: none;
}

.textarea-form:focus, .inputs-form:focus{
    box-shadow: none;
    border-color: #ccc;
}

.inputs-form:focus, .textarea-form:focus{
    outline: none;
}

.form-btn-group{
    margin-top: 15px;
    margin-bottom: 30px;
}

.btn-enviar-form{
    padding:7px 40px;
    color: #FFFFFF;
    background: #0BACB5;
    border-color: #0BACB5;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.btn-enviar-form:focus{
    border-color: #0BACB5;
    background: #FFF;
    color: #0BACB5;
    outline: none;
    box-shadow: none;
}

.btn-enviar-form:hover{
    border-color: #0BACB5;
    background: #FFF;
    color: #0BACB5;
}

@media only screen and (min-width: 1px) and (max-width: 767px){
    .descricao-fale-conosco{
        font-size: 13px;
    }

    .col-info-contato{
        border: 0px;
        padding-bottom: 0px;
    }
    .col-info-endereco{
        border: 0px;
    }

    .titulo-principal-fale-conosco{
        margin-top: 0px;
        font-size: 25px;
        margin-bottom: 25px;
    }
    .col-form-fale-conosco, .form-btn-group{
        margin-bottom: 0px;
    }
    .col-facebook{
        margin-top: 0px;
        margin-bottom: 30px;

    }

    .btn-enviar-form{
        margin-bottom: 30px;
    }
}


/*--------------------- PÁGINA DE SERVIÇOS ---------------------*/
.container-servicos{
    padding-bottom: 30px;
}
.titulo-bem-vindo-inicio{
    font-size: 36px;
    color: #0A92CF;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Share Tech', sans-serif;
}
.col-descricao-bem-vindo{
    margin: auto;
    float: none;
}
.descricao-bem-vindo-inicio{
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
    color: #798691;
}
.link-solucoes, .link-pet-gestao-pedidos {
    margin-top: 30px;
}
.link-solucoes:hover, .link-pet-gestao-pedidos:hover{
    text-decoration: none;
}
.img-servico, .img-solucoes{
    margin-top: 30px;
}
.col-solucoes, .col-pet-gestao-pedidos{
    margin-top: 30px;
    margin-bottom: 0px;
}
.col-solucoes:hover, .col-pet-gestao-pedidos:hover{
    transition: 1s ease;
    box-shadow: 0px 0px 25px 0px rgba(128, 128, 128, 0.22);
}
.titulo-servico-inicio, .titulo-solucoes-inicio{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}
.titulo-solucoes-inicio{
    color: #0A92CF;
}
.descricao-servico-inicio, .descricao-solucoes-inicio{
    font-family: "Open Sans", sans-serif;
    color: #798691;
    line-height: 1.8;
    margin-bottom: 30px;
}

.pacotes-fluid{
    margin-top: 30px;
    padding-bottom: 30px;
    background: #F5F5F9;
}

.descricao-pacote{
    background: #0A92CF;
    padding: 10px;
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.col-principal-itens-pacote{
    background: #FFF;
    padding-bottom: 30px;
    min-height: 255px;
}

.col-desc-pacotes{
    margin: auto;
    float: none;
    text-align: center;
    background: #FFF;
}

.item-pacote:before{
    content: "•";
    color: #0A92CF;
    padding: 0 10px 0 0;
}

.img-pacote{
    margin: auto;
    float: none;
    margin-top: 30px;
    margin-bottom: 30px;
}


.item-pacote{
    font-family: "Open Sans", sans-serif;
    line-height: 1.4;
    color: #798691;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .descricao-servico-inicio, .descricao-solucoes-inicio{
        font-size: 12px;
    }
    .titulo-servico-inicio, .titulo-solucoes-inicio{
        font-size: 18px;
    }

    .col-principal-itens-pacote{
        margin-bottom: 30px;
    }
    .pacotes-fluid{
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 1px) and (max-width: 767px){
    .col-pet-gestao-pedidos{
        margin-bottom: 0px;
    }

    .col-principal-itens-pacote{
        margin-bottom: 30px;
    }
    .pacotes-fluid{
        padding-bottom: 0;
    }
}




/*---------------------FOOTER - RODAPÉ DO SITE---------------------*/
.footer-fluid{
    background: #0BACB5;
    padding-bottom: 70px;
    padding-top: 70px;
}
.footer-fluid-login{
    padding-top: 10px !important;
    padding-bottom: 30px !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* padding-top: 0px !important; */
    background: #0BACB5;
    background: linear-gradient(to right, #0BACB5 0%, #0A92CF 100%);
}
@media only screen and (min-width: 1px) and (max-width: 767px){
    .footer-fluid-login{
        position: relative;
    }
}

.footer-fluid-login .footer-main{
    margin-bottom: 30px;
}
.footer-logo-soluto{
    margin-top: 50px;
    margin-bottom: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
    .footer-logo-soluto{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.col-footer-contato{
    margin-top: 70px;
}


.titulo-quem-somos-footer{
    font-weight: 600;
    color: #FFFFFF;
    font-size: 15px
}
.desc-quem-somos-footer{
    color: #FFFFFF;
    line-height: 1.8;
}
.link-facebook-footer{
    color: #FFFFFF;
    font-size: 13px;
}
.link-facebook-footer i{
    margin: 10px 5px 0 0;
    font-size: 17px;
    color: white;
}
.link-facebook-footer:hover {
    color: #0a3d61;
    text-decoration: none;
}
.link-facebook-footer:hover i{
    color: #0a3d61;
}
.link-facebook-footer:focus{
    color: #0a3d61;
    text-decoration: none;
    outline: none;
}


.desc-phone, .desc-email{
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-size: 16px;
}

.desc-email a {
    color: #FFFFFF;
}

.desc-phone{
    margin-top: 34px;
}

.desc-email {
    margin-bottom: 34px;
}

.desc-endereco, .link-google-maps{
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 5px;
}
.fa-map-marker:before {
    padding: 0 5px 0 0;
}
.link-google-maps i {
    margin-top: 15px;
}
.link-google-maps:hover{
    color: #0a3d61	;
    text-decoration: none;
}
.link-google-maps:focus{
    color: #FFF;
    text-decoration: none;
    outline: none;
}

.col-icone-fb{
    padding: 0;
}
.icone-facebook{
    border: 1px solid #ffffff;
    padding: 10px 25px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 25px;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -ms-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}
.icone-facebook:hover{
    background: #0A92CF;
    border-color: #0A92CF;
}


/*MEDIA QUERIES  -  RESPONSIVO*/

@media (min-width: 1px) and (max-width: 767px) {
    .desc-esqueci-senha{
        font-size: 11px;
    }
    .col-formulario{
        border: 0px;
    }

    .desc-phone, .desc-email{
        font-size: 12px;
    }

    .footer-main-btn-group{
        margin-top: 30px;
        float: left;
    }

    .col-footer-contato{
        text-align: center;
        margin-top: 35px;
        margin-bottom: 35px;
    }
}


/* EFEITO FEDE IN */
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
/* FIM FEDE IN */
