@media only screen and (max-width: 1440px) {
    .text-banner {
        position: absolute;
        bottom: 15%;
        left: 8%;
    }
    .numbers-banner {
        position: absolute;
        right: 10%;
        bottom: 15%;
    }
    .arrow-prev {
        position: absolute;
        right: 9.8%;
        top: 35.3%;
    }
    .arrow-next {
        position: absolute;
        right: 9.8%;
        top: 78%;
    }
    .text-banner h3 {
        font-size: 36px;
        line-height: 32px;
    }
    .text-banner p {
        font-size: 14px !important;
    }
    .inovacao-banner {
        min-height: 450px !important;
    }
    .inovacao-banner img {
        object-fit: cover !important;
        width: 100%;
        min-height: 450px;
    }
    .inovacao-banner .container {
        top: 34% !important;
        left: 10% !important;
    }
}

@media only screen and (max-width:801px) {
    .header {
        display: none;
    }
    .header-mobile {
        position: relative;
        z-index: 9999;
        background: white;
        display: block;
        padding: 16px 0;
    }
    .menu-mobile {
        width: 75%;
        background-color: white;
        position: fixed;
        height: 100%;
        right: 0;
        padding: 16px;
        z-index: 99999;
    }
    .menu-mobile ul {
        text-align: center;
    }
    .menu-mobile ul li {
        display: block;
        width: auto;
    }
    .close-menu {
        display: none;
    }
    .menu-mobile {
        display: none;
    }
    .menu-mobile ul li a {
        color: black;
        width: 100%;
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    /*mobile*/
    .header {
        display: none;
    }
    .header-mobile {
        position: relative;
        z-index: 9999;
        background: white;
        display: block;
        padding: 16px 0;
    }
    #banner {
        margin-top: 0;
        position: relative;
    }
    .desktop-banner {
        display: none;
    }
    .menu-mobile {
        width: 75%;
        background-color: white;
        position: fixed;
        height: 100%;
        right: 0;
        padding: 16px;
        z-index: 99999;
    }
    .menu-mobile ul {
        text-align: center;
    }
    .menu-mobile ul li {
        display: block;
        width: auto;
    }
    .close-menu {
        display: none;
    }
    .menu-mobile {
        display: none;
    }
    .menu-mobile ul li a {
        color: black;
        width: 100%;
        display: block;
        text-align: center;
    }
    .text-banner p {
        padding: 0 35px 0 0;
    }
    .mobile-banner {
        display: block !important;
    }
    .numbers-banner {
        right: 29%;
        top: 32px;
        height: 100px;
        z-index: 1 !important;
    }
    .numbers-banner li {
        display: inline-block;
        border-bottom: none;
        padding: 0 16px;
        border-right: 1px solid white;
    }
    .numbers-banner li:last-child {
        border: none;
    }
    .text-banner {
        padding: 24px;
        left: 30px;
        top: 18%;
        z-index: 999998 !important;
    }
    .arrow-prev,
    .arrow-next {
        display: none;
    }
    .mobile-none {
        display: none;
    }
    .text-banner h3 {
        font-size: 30px;
        line-height: 38px;
        padding-right: 16px;
    }
    .text-banner p {
        width: 100%;
        font-size: 0.9em !important;
        padding-right: 40px;
    }
    .text-banner a {
        font-size: 0.9em;
    }
    .parceiros {
        display: none;
    }
    .controls-top-meu {
        margin-top: -30px;
    }
    .arrow-down-startup {
        left: 38.9% !important;
    }
    #foguete {
        top: 0 !important;
        position: relative !important;
    }
    #depoimentos {
        display: none;
    }
    .team h4 {
        padding: 0 15px;
        margin-left: 20px;
    }
    .team .prev {
        left: 30px;
        top: -10px;
    }
    .team .next {
        left: 40px;
        top: -10px;
    }
    .tecnologia,
    .processo,
    .pessoa {
        display: none !important;
    }
    .trio {
        display: none !important;
    }
    .down-arrow {
        position: absolute;
        left: 39% !important;
        bottom: -22px;
    }
    .parceiros-inn {
        display: none;
    }
    .world-icon {
        display: none !important;
    }
    .about-end a {
        padding: 8px 13px !important;
        float: left !important;
        font-size: 12px !important;
        margin: 10px 0px;
    }
    .contato-banner-home .sair {
        display: none;
    }
    .box-contato {
        margin-top: 0 !important;
        width: 100%;
        height: auto !important;
    }
    #animation {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    html {
        background-color: pink;
    }
}