﻿a, ul {
    text-decoration: none!important;
    list-style: none!important;
}

a:hover {
   color: #000!important;
}

.mt-55 {
    margin-top: 3.6rem; 
}

.rounded-5 {
    border-radius: 12px;
}

.container-sobre {
    /*background-color: #ccc;*/
}

.container-pesquisa {
    background-image: url('/assets/images/QuemSomos/roxo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-sobre,
.text-sobre {
    color: #4C1668;
}

.pass,
.title-fanpss {
    color: #FF4C1C;
}

.title-sobre,
.title-fanpss {
    font-size: 3.2rem !important;
    font-weight: 700;
    line-height: 5rem;
}

.text-sobre {
    margin-left: 20%;
    margin-right: 20%;
}

.container-pesquisa {
    padding-left: 10%;
    padding-right: 10%;
}

.icon-sobre {
    width: 150px;
    height: 50px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-sobre + p {
    font-size: 1rem!important;
}

.container-funpass {
    margin-top: 6rem;
    margin-bottom: 6rem;
}


.estresse {
    background-image: url('/assets/images/QuemSomos/3.png');
}
.concentracao {
    background-image: url('/assets/images/QuemSomos/2.png');
}
.inovacao {
    background-image: url('/assets/images/QuemSomos/1.png');
}
.produtivo {
    background-image: url('/assets/images/QuemSomos/4.png');
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .mt-55 {
        margin-top: 6.6rem;
    }

    .title-sobre,
    .title-fanpss {
        font-size: 2.3rem !important;
        font-weight: 700;
        line-height: 5rem;
    }

    .text-sobre {
        margin-left: 1%;
        margin-right: 1%;
        text-align: justify!important;
    }

    .container-pesquisa {
        padding-left: 1%;
        padding-right: 1%;
    }

    .container-pesquisa h2 {
        font-size: 1.1rem !important;
        line-height: 2rem;
    }

    .container-funpass {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .text-justify-ajust {
        text-align: justify!important;
    }
}