.fundo-row {
    background: #f6f6f8;
    display: flex;
    justify-content: center;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 30px;

    .col-md-4.controlador.topoide {
        width: 27%;
        margin: 0px 3%;
        padding: 0px;

        .img-lab {
            
            border-radius: 17px;
            overflow: hidden;
            position: relative;
            display: flex;
            justify-content: center;

            img {
                width: 100%;
            }

            a.bot-flutuante {
                position: absolute;
                padding: 7px 10px;
                background: #ee7f3b;
                color: white;
                font-size: 1.5rem;
                margin: auto;
                top: 73%;
                display: none;
                z-index: 1;
                border-radius: 10px;
                font-weight: 900;
            }
        }

        .img-lab:hover{
            background: #ee7f3b;
            img {
                opacity: 0.7;
                
            }
            
            a.bot-flutuante {
                opacity: 1;
                display: block;
            }
        } 

        p.lab-title {
            font-size: 1.6rem;
            color: #2b2856;
            font-weight: 700;
            text-align: center;
            margin-top: 10px;
        }
        
        .cargo {
            color: #ee7f3b;
            font-weight: 600;
            text-align: center;

            p{
                margin-bottom: 0px;
            }
            
        }
    }
}






div#texteira .moduletable h3 {
    text-align: center;
    color: #2b2856;
    margin-bottom: 30px;
    font-weight: 600;
}