/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 13, 2021, 6:17:15 PM
    Author     : eduardo
*/

.back04{
    background-image:url("../imgarg/fundoequipe.png");
    background-size: 100% 600px;
    min-height: 570px;
}
.back06{
    width: 10rem; 
}
.back07{
    width: 14rem;
}
.back08{
    width: 10rem;
}
.back09{
    margin-top: 4rem;
}
.back10{
    background-image:url("../imgarg/back10.png");
    background-size: 100% 600px; 
} 
.back11{
    background-image:url("../imgarg/landbank3.png");
    background-size: 100% 600px;
} 
.back12{
    background-image:url("../imgarg/landbank2.png");
    background-size: 100% 600px;
} 
.back13{
    background-image:url("../imgarg/avaliacoes.png");
    background-size: 100% 600px;
} 
.back14{
    background-image:url("../imgarg/gerencia.png");
    background-size: 100% 600px;
} 
.back15{
    background-image:url("../imgarg/informa.png");
    background-size: 100% 600px;
} 
.gridteam{
    display: grid;
    column-count: 3;
    column-gap: 0.5rem;
    grid-template-columns: 30% 30% 30%;
}
#espelhocurr{
    position: fixed;
    margin: auto;
    align-items: center;
    opacity: 1;
    z-index: 300;
}