.logostonenova {
    position: relative;
    width: 170px;
    z-index: 2;
    right: 21%;
    top: 37%;
  }

.texto-esquerdo {
    text-align: right;
    margin-right: 5%;
    width: 240px;
}

.texto-direito {
    text-align: left;
    margin-left: 5%;
    width: 240px;
}

.texto-direitostone {
    text-align: left;
    margin-left: -7%;
    width: 240px;
}

.conteudo-div-maquininha {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    width: 100%;
    margin-top: 83px;
}

.conteudo-div-maquininha.active {
    display: flex;
}
 
.maquininha-title{
    text-align: center;
    color: black;
    margin-bottom: -6%;
}

.maquininha-mobile{
    display: none;
}

   /* /Monitores de 19 Polegadas/ */
   @media (min-width: 1280px) and (max-width: 1440px){

   }


  /* /Monitores de 24 a 21 Polegadas/ */
  @media (min-width: 1920px) and (max-width: 2208px){
        .maquininha-title{
            margin-bottom: -10%;
        }

        .texto-direitostone {
            text-align: left;
            margin-left: -4%;
            width: 240px;
        }
        .logostonenova {
            position: relative;
            width: 170px;
            z-index: 2;
            right: 14.5%;
            top: 25%;
          }
         
  }

   

    /* Celulares mais recentes android */
    @media (min-width: 320px) and (max-width: 480px) {
        .conteudo-div-maquininha{
            display: none;
        }
        .conteudo-div-maquininha img{
            display: none;
        }

        .conteudo-div-maquininha .texto-direito, .texto-esquerdo{
            display: none;
        }

        .maquininha-mobile{
            display: block;
            margin-top: -210%
        }

        .maquininha-mobile img{
            z-index: 10;
            overflow: hidden;
            margin-bottom: -25%;
            
        }

        .maquininha-mobile .card-mobile{
            display: flex;
            width: 308px;
            height: 440px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background: #F7F7F7;
            border-radius: 20px;
            margin: auto;
            overflow: hidden;
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);

        }

        .card-mobile .texto-mobile p{
            padding: 10%;
            text-align: justify;
        }

        .texto-mobile h3{
            text-align: center;
        }

        .card-mobile .texto-mobile{
            padding-top: 32%;
        }

        .card-mobile button{
            margin-top: -10%;
            border-radius: 4px;
            /* background: #E67611; */
            background: none;
            border: none;
            width: 125px;
            height: 40px;
            color: #323232;
    }

        .card-mobile-stone{
            display: flex;
            width: 308px;
            height: 440px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background: #F7F7F7;
            border-radius: 20px;
            margin: auto;
            overflow: hidden;
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);

        }

        .card-mobile-stone button{
            margin-top: -10%;
            border-radius: 4px;
            /* background: #1BCE23; */
            background: none;
            border: none;
            width: 125px;
            height: 40px;
            color: #323232;
    }

    .card-mobile-stone .texto-mobile p{
        padding: 10%;
        text-align: justify;
    }

    .card-mobile-stone .texto-mobile{
        padding-top: 32%;
    }

    .rede-img{
        margin-left: 25%;
    }

    .stone-img{
        margin-left: 3%;
    }

    .parceriasmobile{
        margin-left: 25%;
        margin-top: -26%;
    }

    .parceriasmobileitau{
        margin-left: 17%;
        margin-top: -26%;
    }
    
}

    /* Responsividade Iphone do 11 pra cima */
    @media only screen and (device-width: 390px) and (device-height: 844px) {
        .rede-img{
            margin-left: 23%;
        }
    
        .stone-img{
            margin-left: 0%;
        }

        .maquininha-mobile{
            margin-top:-170%;
        }

    }

  /* /Monitores de 19 Polegadas/ */
  @media (width: 1280px) and (height: 766px){
    /* .texto-direitostone {
        text-align: left;
        margin-left: -4%;
        width: 240px;
    } */

    .logostonenova {
        position: relative;
        width: 170px;
        z-index: 2;
        right: 21.5%;
      }
}
  
    
    