@media (min-width:739px) and (max-width:1024px) {
    .background {
        display: none;
    }
    #suaempresa {
        height: 620px;
    }
    .suaempresa-item {
        position: inherit;
    }
    .suaempresa-item ul li {
        width: 320px;
    }
    .delphi-item  {
        position: inherit;
    }
    #depoimentos .container {
        position: inherit;
    }
}

@media (max-width:768px){
    body {
        overflow-x: hidden!important;
    }
    h2 {
        animation: none !important;
    }
    p {
        animation: none;
    }
    .banner-item {
        background-position: right;
    }
    .banner-item  h2{
        font-size: 2.4em;
    }
    .background {
        display: none;
    }
    #suaempresa {
        height: auto;
    }
    .suaempresa-item {
        position: none;
        top: 0;
        padding-bottom: 0px;
    }
    .suaempresa-item ul {
        flex-wrap: wrap;
    }
    #sobre {
        background-position: calc(-35% - 200px); 
    }
    .sobre-item {
        padding-top: 45px;
    }
    .sobre-item ul {
        margin-left: 1.0em;
    }
    #delphi {
        height: auto;
        padding-bottom: 60px;
    }
    #delphi p {
        padding-top: 0;
    }
    #delphi img {
        display: none;
    }
    .delphi-item {
        position: inherit;
    }
    .delphi-item .conteudo {
        margin-left: 15px;
        text-align: center;
    }
    .delphi-item .titleimg {
        margin-left: 0;
        text-align: center;
    }
    #treinamentos {
        padding: 25px 0;
    }
    .treinamentos {
        flex-wrap: wrap;
    }
    .treinamentos-right {
        margin-left: 0;
    }
    #depoimentos {
        height: auto;
        padding-bottom: 50px;
    }
    #depoimentos .container {
        position: inherit;

    }
    .depoimento-item img {
        display: none;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        position: relative;
        top: 60px;
        background-color: #4D4D4D;
    }
    .contato-item input {
        width: 200px;
    }
    .label-textarea textarea {
        width: 200px;
    }
}
    