.segmentos{
    height: 650px;
}

.segmento-mobile{
    display: none;
}

.lista1{
    display: flex;
    flex-direction: row;
    margin-left: 5%;
}

.lista1 li{
    border-radius: 6px;
    border: 40px;
    background-color: #EAEAEA;
    width: 170px;
    height: 40px;
    list-style-type: none;
    text-align:left;
    padding-top: 11px;
    padding-left: 10px;
    margin-bottom: -10px;
    font-size: 13.5px;
    color: #9A9A9A;
}

.textseg{
    margin-left: 5%;
    width: 53%;
    margin-top: 10%;
}

.lista1 .list2{
    margin-left: -60px;
}

.lista1 .list3, .list4{
    margin-left: -30px;
}

.lista1 .segilustra{
    margin-top: -17%;
    margin-left: 4%;
}

/* /Monitores de 24 a 21 Polegadas/ */
@media (min-width: 1920px) and (max-width: 2208px){
    .lista1{
        margin-left: 15%;
    }

    .textseg{
        margin-left: 15%;
    }

    .lista1 .segilustra{
        margin-top: -13%;
        margin-left: 12%;
    }

    .segmentos{
        height: 750px;
    }

    .textseg{
        width: 39%; 
    }
}

   /* Celulares mais recentes android */
   @media (min-width: 320px) and (max-width: 480px) {
        .segmentos{
            display: none;
        }

        .segmento-mobile {
            height: 900px;
            /* background-image: url("https://i.ibb.co/Y2jwcx7/fundosegmento.png"); */
            background-image: url("https://i.ibb.co/L0RH1HN/segmentofundo.png");
            background-image: no-repeat;
            background-size: cover;
            display: block;

        } 

        .segmentosimg{
            width: 83vh;
            height: 78%;
            margin-left: 0%;
            margin-top: 7%;
        }

        .textseg-mobile h3{
            color: #676767;
            margin-top: 10%;
            text-align: center;
            margin-bottom: 10%;
        }
   }
