﻿

.roxo {
    color: #8524a0;
}

.azul {
    color: #04aadc;
}

.branco {
    color: #ffffff;
}

.cinza {
    color: #666;
}

.cinza-claro {
    color: #c1c1c1;
}

.fontS28 {
    font-size: 28px;
}





.borderOperacoes {
    text-align: center;
    width: 230px;
    height: 45px;
    border: 2px solid #e1e1e1;
    border-radius: 2px;
    background-color: #e1e1e1;
    color: #8524a0;
    font-weight: bold;
}

    .borderOperacoes:hover {
        text-align: center;
        width: 230px;
        border: 2px solid #8524a0;
        border-radius: 2px;
        background-color: #8524a0;
        color: #fff;
        font-weight: bold;
    }

#header-sistemaPDV {
    background-image: url(/img/SEOHomes/bg-sistemaPDV.jpg);
    background-size: cover;
    background-position: center;
    /*height: 705px;*/
    margin-top: -65px;
    height: 605px;
    width: 100%;
}

.navbar-brand {
    padding: 0px 0px;
}

    .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;
    }



#header-erp-gratuito {
    background-image: url(/img/SEOHomes/bg-erp-gratuito.png);
    background-size: cover;
    background-position: center;
    height: 705px;
    width: 100%;
}

#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%;
    }
}

.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*/

#img-header-eclipse {
    margin-right: -150px;
    width: 660px;
}


@media (max-width: 1350px) {
    #img-header-eclipse {
        width: 55%;
        height: 30%;
        /*padding-top: 200px;*/
        padding-right: 50px;
    }
}


@media (max-width: 1350px) {
    #textEclipseMobile {
        text-align: center;
        max-width: 700px;
    }
}

@media (max-width: 1350px) {
    .imgRight {
        padding-top: 150px;
        margin-top: 350px;
        margin-left: -680px;
    }
}

@media (max-width: 1350px) {
    .imgRightEclipse {
        padding-top: 150px;
        margin-top: 150px;
        margin-left: -680px;
    }
}

@media (max-width: 1350px) {
    .imgRightMiddleIMG {
        padding-top: 150px;
        margin-top: 350px;
        margin-left: -700px
    }
}

@media (max-width: 1350px) {
    #textEclipseRight {
        max-width: 1000px;
        padding-left: 350px;
    }
}


@media (max-width: 1350px) {
    #inserirEmailRightMiddle {
        padding-left: 250px;
    }
}

@media (max-width: 1350px) {
    .imgLeft {
        margin-top: 450px;
        margin-right: -620px;
    }
}

@media (max-width: 1350px) {
    #alignEclipseCenter {
        display: flex;
        justify-content: center;
        margin-left:-200px;
    }
}

@media (min-width: 1025px) {
    #OnOffSec02 {
        padding-top:200px;
    }
}
.btDownloadMobile{
    display: none;
}
@media only screen and (max-width: 970px) {
    #btnDownloadHeader{
        display: none !important;
    }
    .btDownloadMobile{
        display: block;
    }
}