﻿@media (max-width: 1024px) {
    #img-header-eclipse {
        display: none;
    }
}

@media (min-width: 1025px) {
    #imgEclipseMobile {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 1025px) {
    #imgEclipseMobile {
        display: none;
    }
}

@media (max-width: 1024px) {
    #imgResponsiveMobile {
        display: none;
    }
}

#imgResponsiveMobile {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    #imgTextEclipse {
        display: none;
    }
}


.imgMobileHeader {
    max-width: 100%;
    height: 30%;
}

@media (max-width: 1024px) {
    #imgHeader {
        padding-top: 50px;
        display: block;
        position: relative;
        left: 30%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 670px) {
    #imgHeader {
        margin-top: 150px;
        margin-left: 180px;
    }
}

@media (max-width: 1024px) {
    #header-sistemaPDV {
        /*background-image: url(/img/SEOHomes/bg-sistemaPDV.png);*/
        background-size: cover;
        background-position: center;
        height: 950px;
        width: 100%;
    }
}

@media (max-width: 690px) {
    #header-sistemaPDV {
        /*background-image: url(/img/SEOHomes/bg-sistemaPDV.png);*/
        background-size: cover;
        background-position: center;
        height: 900px;
        width: 100%;
    }
}

@media (max-width: 465px) {
    #header-sistemaPDV {
        /*background-image: url(/img/SEOHomes/bg-sistemaPDV.png);*/
        background-size: cover;
        background-position: center;
        height: 700px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    #leftHeader {
        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: 400px) {
    .btnWpp {
        margin-left:-30px;
    }
}

@media (max-width: 1024px) {
    #imgModal {
        display: none;
    }
}

@media (max-width:1024px) {
    #principalSectionEclipse {
        display: none;
    }
}

@media (min-width:1025px) {
    #mobileSectionEclipse {
        display: none;
    }
}
