
section {
    overflow-y: hidden;
    }

    .imgbannermobile{
        display: none;
    }

    .backgroundbanner{
        background-image: url("../../images/banner/backgroundbanner.jpg");
        background-image: no-repeat;
        background-size: cover;
        height: 787px;
    
    }
    
    .alignallbanner{
        display: flex;
        flex-direction: row;
    }
    
    .cadbutton{
        background-color: #FD8E00;
        width: 340px;
        height: 47px;
        border-radius: 6px;
        border: none;
        color: white;
        cursor: pointer;
        z-index: 1;
    }
    
    .cadastrobanner{
        color: #000000 ;
    }
    
    .bannernew{
        display: flex;
        flex-direction: column;
        padding-top: 200px;
        padding-left: 160px;
        float: left;
    }
    
    .textbanner{
        width: 370px;
        color: #000000;
    }
    
    
    .imgbanner{
            padding-top: 35px;
            padding-left: 250px;
            width: 780px;
            height: 780px;
    }
    
    .flechaalign{
        padding-top: 90px;
        
    }

    .bannernew .textbanner h2{
        width: 500px;
    }

    .bannernew .textbanner .ttitle2{
        color: #FD8E00 !important;
    }
    
    .aligntxtbanner{
        text-align: justify;
    }

    .parceiroitau{
        width: 230px;
        margin-left: -7%;
        margin-top: 14%;
    }

    .typewrite .wrap {
        color: #ED7103;
    }

    @media (max-width: 768px) {

        .space-mobile{
            display: block
        }

        .textbanner b{
            display: none;
        }

        .backgroundbanner {
            height: 933px;
            background-image: url("../../images/banner/backgroundbannermobile.png");
            background-image: no-repeat;
            background-size: cover;
        }
        .alignallbanner {
            flex-direction: column;
            align-items: center;
            text-align: center;
            height: auto;
            margin-top: 10%;
        }
    
        .bannernew {
            padding-top: 50px;
            padding-left: 0;
            align-items: center;
        }
    
        .textbanner {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
    
        .imgbanner {
            padding-top: 50px;
            padding-left: 1%;
            width: 85%;
            height: auto;
            margin: 0 auto;   
        }

        .flechaalign{
            display: none;
        }

        .aligntxtbanner{
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            margin-bottom: 25px;
        }

        .alignallbanner .bannernew .textbanner h2{
            width: 100vw;
        }
    }


    /* /Monitores de 24 Polegadas/ */
    @media (min-width: 1920px) and (max-width: 2208px){
        .alignallbanner{
            padding-left: 10%;
            padding-top: 4%;
        }

        .backgroundbanner{
            height: 870px;
        }
    }

       /* /Monitores de 19 Polegadas/ */
       @media (min-width: 1280px) and (max-width: 1440px){
        .alignallbanner{
            padding-top: 4%;
        }

        .backgroundbanner{
            height: 760px;
        }

        .imgbanner {
            padding-top: 90px;
            padding-left: 0;
            width: 37%;
            height: auto;
            margin: 0 auto;
            
        }

       }


  /* Celulares mais recentes modelo android - Mobile */
  @media (min-width: 320px) and (max-width: 480px) {
    .bannernew .textbanner h2{
        width: 300px;
    }

    .imgbanner{
        display: none;
    }

    .parceiroitau{
        display: none;
    }

    .imgbannermobile{
        display: block;
        width: 95%;
        height: auto;
    }

  } 

  /* @media screen and (min-width: 768px) {
    h2 {
      white-space: nowrap;
    }
} */

@media screen and (min-width: 768px) {
    .alignallbanner .bannernew .textbanner h3{
      display: none;
    }
}

@media screen and (max-width: 768px) {
    .alignallbanner .bannernew .textbanner h2{
      display: none;
    }
}