﻿body {
  
}

.roxo {
    color: #8524a0;
}

.azul {
    color: #04aadc;
}

.branco {
    color: #ffffff;
}

.cinza {
    color: #666;
}

.cinza-claro {
    color: #c1c1c1;
}

.fontS28 {
    font-size: 28px;
}

.boxOperacoes {
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    color: #8524a0;
    width: 230px;
    height: 45px;
    font-size: 14px;
    text-align: center;
    margin: 10px 10px 10px 10px;
}

    .boxOperacoes:hover {
        border: 1px solid #c1c1c1;
        border-radius: 3px;
        color: white;
        background-color: #8524a0;
        width: 230px;
        height: 45px;
        margin: 10px 10px 10px 10px;
        font-size: 14px;
        text-align: center;
    }

#imgHeader {
    margin-right: -150px;
    width: 700px;
    padding-right: 50px;
}

#header-erp-gratuito {
    background-image: url(/img/SEOHomes/bg-financeiro.jpg);
    background-size: cover;
    background-position: center;
    /*height: 705px;*/
    height: 605px;
    width: 100%;
}


#header-erp-gratuito {
    margin-top: -65px;
}

.navbar-brand {
    padding: 0px 0px;
}


#bg-note {
    background-image: url(/img/SEOHomes/fundo-roxo.png);
    background-size: cover;
    background-position: center;
    height: 480px;
    width: 100%;
}

.btnBaixeGratisInput {
    position: absolute;
    margin-left: -53px;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    width: 195px;
    height: 50px;
    background: -moz-linear-gradient( top, #fd9844 0%, #fd9844);
    background: -webkit-gradient( linear, left top, left bottom, from(#fd9844), to(#fd9844));
    -moz-border-radius: 92px;
    -webkit-border-radius: 92px;
    border-radius: 92px;
    border: 0px solid #fd9844;
    transition: none;
}

.preenchaEmail {
    height: 50px;
    width: 420px;
    border: 2px solid #cccccc;
    border-radius: 60px;
    outline: 0;
    text-indent: 20px;
    color: black;
}

.preenchaEmailLeft {
    height: 50px;
    width: 420px;
    border: 2px solid #cccccc;
    border-radius: 60px;
    outline: 0;
    text-indent: 20px;
}

@media screen and (max-width: 1150px) {
    .preenchaEmailLeft {
        width: 120%;
    }
}

#bg-anuncio-sistema {
    background-image: url(/img/SEOHomes/bgSec05.png);
    background-size: cover;
    background-position: center;
    height: 500px;
}

#descricaoEclipse .boxOpInput {
    margin-top: 150px;
}

#descricaoEclipse #mobileIcons {
    margin-bottom: 30px;
}

.boxOpInput {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}

/*@medias*/

@media (max-width: 1350px) {
    #img-header-eclipse {
        width: 55%;
        height: 30%;
        padding-top: 200px;
        padding-right: 50px;
    }
}

@media (max-width: 1350px) {
    #operacoesHover {
    }
}

@media (max-width: 1350px) {
    .imgRight {
        margin-top: 350px;
        margin-left: -680px;
    }
}

@media (max-width: 1350px) {
    .imgLeft {
        margin-top: 350px;
        margin-right: -620px;
    }
}

@media (max-width: 1350px) {
    #imgEclipseAlign {
        margin-top:150px;
    }
}

@media (max-width: 1300px) {
    #imgHeader {
        width: 50%;
        height: 40%;
    }
}

#imgHeader {
    max-width: 695px;
    max-height: 615px;
    float: right;
}
.btDownloadMobile {
    display: none;
}

@media only screen and (max-width: 970px) {
    #btnDownloadHeader {
        display: none !important;
    }

    .btDownloadMobile {
        display: block;
    }
}