﻿@media only screen and (max-width: 767px) {
    .quem-somos-tittle {
        text-align: center;
        padding-top: 9rem;
        padding-bottom: 5rem;
    }

    .quem-somos-imgquem-somos-img {
        margin-bottom: 5rem;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) { /*computador*/
    .navbar-fixed-top {
        top: -60px;
    }

    .back {
        background-color: #5cb85c;
        height: 50rem;
        width: 36rem;
        -webkit-clip-path: polygon(0 0, 40% 0, 90% 100%, 0% 100%);
        clip-path: polygon(0 0, 40% 0, 90% 100%, 0% 100%);
    }

    .back-2 {
        background-color: #5cb85c;
        height: 50rem;
        width: 36rem;
        -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 10% 100%);
    }


    .linha2 {
        width: 10%;
        height: 2px;
        background-color: #83DC48;
        position: absolute;
        top: 77.5rem;
        left: 55rem;
        transform: rotate(90deg);
    }

    .quem-somos-tittle {
        text-align: center;
        padding-top: 9rem;
        padding-bottom: 5rem;
    }

    .quem-somos-imgquem-somos-img {
        margin-bottom: 5rem;
        text-align: center;
    }

    .quem-somos-sub-tittle {
        font-size: 25px;
        text-align: center;
    }

    .quem-somos-first-text {
        font-size: 16px;
        text-align: justify;
        padding: 0 5rem;
    }
}
