.plantas {
    display: grid;
    grid-template-columns: 35% 40%;
    column-gap: 5%;
    grid-template-rows: max-content;
    justify-content: center;
    padding-bottom: 80px;
    align-items: center;
    margin-top: 80px;
    background-color: #265d73;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;

}

.texto-sobre-plantas {
    color: white;
    font-family: 'm-bold';
    margin-bottom: 20px;

}

.text-plantas {
    margin-top: 20px;
    font-family: 'm-regular';
}

.subtitle-plantas {
    font-family: 'l-bold';
    font-size: 2rem;
    color: var(--cor-amarelo);
}

.w3-bar {
    display: flex;
    justify-content: center;
}

.w3-bar .w3-button {
    color: #f9b348;
    border: 1px solid #f9b348;
    font-family: 'm-bold';

}

.planta_galeria {
    margin-top: 30px !important;
}

.metragem_plantas {
    font-size: 2rem;
    font-family: 'l-light-light';
    padding-top: 20px;
    padding-bottom: 20px;
}

.metragem_plantas span {
    font-family: 'l-medium-italic';
    color: var(--cor-amarelo);

}

.text_apartamento {
    font-family: 'm-regular';
    font-size: 1.2rem;
}

.text_suite {
    font-family: 'l-light-italic';
    color: #FEE2BD;
}

.opcoes_plantas {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    column-gap: 5%;
    row-gap: 20px;
    font-family: 'm-medium';

}

.plantas .bottom {
    display: grid;
    grid-template-columns: 60%;
    justify-content: center;
    grid-column: 1 / span 2;

}

.plantas .container_planta {
    border: 2px solid var(--cor-amarelo);
    display: flex;
    margin-top: 50px;

}

.plantas .container_planta .right {
    font-family: 'l-bold';
    color: var(--cor-amarelo);
    display: flex;
    align-items: center;
    font-family: 3rem;
    padding: 15px 20px;
    border-right: 2px solid var(--cor-amarelo);

}

.plantas .container_planta .left {
    font-family: 'm-regular';
    color: white;
    display: flex;
    align-items: center;
    padding: 15px 20px;

}

.plantas .itens_plantas{
    display: flex;
    column-gap: 5px;
    align-items: center;
}

@media only screen and (max-width: 813px) {

    .plantas {
        display: grid;
        grid-template-columns: 80%;
        column-gap: 5%;
        grid-template-rows: max-content;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        background-color: #265d73;
        color: white;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .texto-sobre-plantas {
        color: #f9b348;
        font-family: 'm-bold';
        margin-bottom: 10px;
        font-size: 1rem;
    }

    .subtitle-plantas {
        font-family: 'l-bold';
        font-size: 1.2rem;
        color: white;
    }

    .text-plantas {
        margin-top: 10px;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .tablink {
        width: 100% !important;
    }

    .plantas {
        display: grid;
        grid-template-columns: 80%;
        column-gap: 5%;
        grid-template-rows: max-content;
        justify-content: center;
        padding-bottom: 80px;
        align-items: center;
        margin-top: 80px;
        background-color: #265d73;
        color: white;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .plantas .bottom {
        display: grid;
        grid-template-columns: 60%;
        justify-content: center;
        grid-column: 1 / span 1;

    }

    .subtitle-plantas {
        font-family: 'l-bold';
        font-size: 2rem;
    }

    .opcoes_plantas {
        display: grid;
        grid-template-columns: 45% 45%;
        column-gap: 5%;
        row-gap: 20px;
        font-family: 'm-medium';
        font-size: 1rem;
    }

    .plantas .container_planta {
        border: 2px solid var(--cor-amarelo);
        display: flex;
        margin-top: 50px;
        flex-direction: column;
    }

    .plantas .bottom {
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        grid-column: 1 / span 1;
    }

    .plantas .container_planta .right {
        font-family: 'l-bold';
        color: var(--cor-amarelo);
        display: flex;
        align-items: center;
        font-family: 3rem;
        padding: 15px 20px;
        border-right: 0px solid var(--cor-amarelo);
    }

   .nav-arrow{
 margin-left: 16px;
   }
       


}