﻿


@media (max-width: 1024px) {
    #img-header-eclipse {
        width: 55%;
        height: 50%;
        padding-top: 25px;
        min-width: 460px;
        min-height: 430px;
    }
}

@media (max-width: 1024px) {
    #imgHeader {
        display: none;
    }
}

@media (max-width: 1024px) {
    #titleSec02ControleEstoque {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (min-width: 1025px) {
    #imgHeaderMobile {
        display: none;
    }
}

#imgHeaderMobile {
    margin-top: -400px;
}

@media (min-width: 1025px) {
    #header-controle-estoque {
        background-image: url(/img/SEOHomes/bg-controle-estoque.jpg);
        background-size: cover;
        background-position: center;
        /*height: 702px;*/
        height: 602px;
        width: 100%;
    }
}

/*Francisco - Modificação*/
#home {
    margin-top: -65px;
}
/*Francisco - Modificação*/

@media (max-width: 1024px) {
    #header-controle-estoque {
        background-image: url(/img/SEOHomes/bg-controle-estoque.jpg);
        background-size: cover;
        background-position: center;
        height: 1050px;
        width: 100%;
    }
}

@media (max-width: 600px) {
    #header-controle-estoque {
        background-image: url(/img/SEOHomes/bg-controle-estoque.jpg);
        background-size: cover;
        background-position: center;
        height: 900px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    #textMobile {
        text-align: center;
        margin-right: 20px;
        margin-bottom: 200px;
        max-width: 600px;
    }
}

@media (max-width: 1024px) {
    #textMobile p {
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
}


@media (max-width:1024px) {
    .imgEclipseMobile {
        width: 100%;
        height: 30%;
    }
}

@media (max-width: 1024px) {
    #leftHeader {
        padding-top: 500px;
        text-align: center;
        left: 15%;
        right: 15%;
    }
}

@media (max-width: 1024px) {
    #btnMaisInfo {
        display: none;
    }
}

@media (max-width: 1024px) {
    #btnDowloadHeader {
        display: none;
    }
}

@media (max-width: 1024px) {
    #botoesWppDownload {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    #inserirEmail {
        display: none;
    }
}

@media (max-width: 1024px) {
    #imgModal {
        display: none;
    }
}

@media (max-width: 400px) {
    .btnWpp {
        margin-left: -30px;
    }
}

@media (max-width: 1024px) {
    #textMobile {
        text-align: center;
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {
    #textMobile p {
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
}

@media (min-width:1024px) {
    #mobileIcons {
        display: none;
    }
}

@media (min-width:1025px) {
    #imgRemoveIconMobile {
        display: none;
    }
}

@media (max-width:1024px) {
    #imgPreviewMobile {
        width: 100%;
        height: 30%;
    }
}

@media (max-width:300px) {
    .titleMobile {
        font-size: 30px;
    }
}

@media (max-width:250px) {
    .titleMobile {
        font-size: 30px;
        margin-left: -20px;
    }
}

@media (min-width:300px) {
    .titleMobile {
        margin-left: -30px;
        font-size: 50px;
    }
}

#conhecaStockMobile {
    display: flex;
    justify-content: center;
}

@media (min-width:1025px) {
    #conhecaStockMobile {
        display: none;
    }
}

@media (max-width:1024px) {
    h2.titleSec02ControleEstoque {
        text-align: center;
    }
}

.boxMobileStock {
    border: 2px solid #ccc;
    border-radius: 10px;
    font-size: 15px;
    color: white;
    background-color: #8524a0;
    width: 200px;
    text-align: center;
}

@media (min-width:581px) {
    #boxMobileControleEstoque {
        display: none
    }
}
