.vesta-container
{
    position: relative;
    width: 100%;
}

.vesta-background
{
    width: 100%;
}

.vesta-panel
{
    display: flex;
    flex-direction: column;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.vesta-panel-group
{
    margin: auto;
}

.vesta-panel-title
{   
    padding-top: 3vw;
    margin: auto;
    width: min-content;
    font-weight: 800;
    font-size: 5vw;
    color: white;
    white-space: nowrap;
}

.vesta-panel-subtitle
{
    margin: auto;
    width: min-content;
    color: white;
    font-weight: 300;
    font-size: 1.4vw;
    line-height: 100%;
    letter-spacing: 0.12em; 
    white-space: nowrap;
}

.vesta-panel-description
{
    margin: auto;
    width: min-content;
    font-weight: 400;
    font-size: 1.4vw;
    color: white;
    white-space: nowrap;
}

.vesta-panel-endereco
{
    margin: auto;
    width: min-content;
    font-weight: 600;
    font-size: 1.2vw;
    color: white;
    white-space: nowrap;
}

.vesta-apt-group
{
    margin: auto;
    display: flex;
    width: min-content;
}

.vesta-apt-separator
{  
    width: 0px;
    border: 1px solid white;
    margin: 0px 1vw 0px 1vw;
    height: 3vw;
}

.vesta-apt-small-text
{  
    font-weight: 300;
    font-size: 1vw;
    color: white;
    white-space: nowrap;
}

.vesta-apt-text
{  
    font-weight: 700;
    font-size: 1.5vw;
    color: white;
    white-space: nowrap;
}

.vesta-destaques
{
    padding-bottom: 3vw;
    margin: auto;
    display: flex;
    width: 40vw;
}

.vesta-destaque
{
    margin: auto;
    display: flex;
    align-items: center;
}

.vesta-destaque-icon
{
    margin-right: 1vw;
    width: 2.5vw;
    height: 2.5vw;
}

.vesta-destaque-text
{
    margin: auto;
    font-weight: 400;
    font-size: 1vw;
    color: white;
    white-space: nowrap;
}

.vesta-diferenciais-title
{
    margin: 2.5vw auto 0 auto;
    width: min-content;
    font-weight: 800;
    font-size: 3.7vw;
    color: #424242;
}

.vesta-diferenciais-container
{
    margin: 2.5vw 4.5vw 0 4.5vw;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}

.vesta-diferenciais-container-small
{
    margin: 2.5vw 4.5vw 0 4.5vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.vesta-diferenciais-icon
{
    margin-top: 2.5vw;
    width: 5vw;
    height: 5vw;
}

.vesta-diferenciais-text
{
    margin-top: 1.5vw;
    margin-bottom: 0.3vw;
    font-weight: 700;
    font-size: 1.5vw;
    color: #4f0000;
}

.vesta-diferenciais-subtext
{
    font-weight: 400;
    font-size: 1.3vw;
}

.vesta-perspectivas-title
{
    margin: 4vw auto 0 auto;
    width: min-content;
    font-weight: 800;
    font-size: 3.7vw;
    color: #424242;
}

.vesta-perspectivas-container
{
    margin-top: 50px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.vesta-perspectivas-img
{
    width: 25vw;
    height: 15vw;    
    object-fit: cover;
}

.vesta-perspectivas-img.double
{
    grid-column-end: span 2;
    grid-row-end: span 2;
    width: 50vw;
    height: 30vw;
}

.vesta-perspectivas-img.quadruple
{
    grid-column-end: span 2;
    grid-row-end: span 4;
    width: 50vw;
    height: 60vw;
}

.vesta-plantas-title
{
    margin: 4vw auto 0 auto;
    width: min-content;
    font-weight: 800;
    font-size: 3.7vw;
    color: #424242;
    white-space: nowrap;
}

.vesta-plantas-menu
{
    margin: 2.5vw auto 0px auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: min-content;
    border-bottom: 2px solid #424242;
    border-left: 2px solid #424242;
}

.vesta-plantas-button
{
    font-weight: 800;
    font-size: 1.7vw;
    padding: 1vw 5vw;
    border-top: 2px solid #424242;
    border-right: 2px solid #424242;
    color: #424242;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vesta-plantas-button.active
{
    background: #424242;
    color: white;
}

.vesta-planta
{
    margin: 4vw auto 0px auto;
    display: flex;
    width: 60%;
}

.vesta-planta.hide
{
  display: none !important;
}

.vesta-localizacao-title
{
    margin: 4vw auto 0px auto;
    width: min-content;
    font-weight: 800;
    font-size: 3.7vw;
    color: #424242;
}

.vesta-map
{    
    margin-top: 2.5vw;
	border: 0;
    width: 100%;
    height: 35vw;
}