

.introductionBack{
    background-image: url('../../../imagens/fundos/marketplaceFundo.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.body{
    background-color: #ffffff;
}

h5{
    color: white;
}

.btnPrimary{
    height: 70px;
    width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

.divHidden{
    overflow:hidden;
    max-height: 0px;
    pointer-events: none;
    transition: max-height 0.5s ease-in-out;
    
}

.divText{

    text-align:center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pointerH3{
    cursor:pointer;
}


.telas{
    margin: 10px;
}