section.banner {
    margin-top: 30px;
}

    section.banner img {
        border-radius: 32px;
        height: 480px;
    }

@media screen and (max-width: 768px) {
        section.banner img {
            height: 300px;
        }
}

section.sobre {
    margin-top: 50px;
    margin-bottom: 50px;
}

section.sobre .wrapper .titulo {
            margin-top: 30px;
        }

section.sobre .wrapper .sub {
            margin-top: 25px;
            font-weight: 300;
            font-size: 24px;
            line-height: 28px;
        }

section.sobre .wrapper .texto {
            margin-top: 30px;
            font-weight: 400;
            font-size: 24px;
            line-height: 28px;
        }

section.sobre .caixas {
        margin-top: 50px;
        width: 100%;
    }

section.sobre .caixas .caixa {
            width: 25%;
        }

section.sobre .caixas .caixa .imagem {
                height: 200px;
                width: 100%;
            }

section.sobre .caixas .caixa .imagem img {
                    border-radius: 24px;
                }

section.sobre .caixas .caixa .titulo-caixa {
                margin-top: 15px;

            }

section.sobre .caixas .caixa .btn {
                margin: 0;
                margin-top: 15px;
                max-width: 130px;
                height: 40px;
                font-size: 16px;
                line-height: 20px;
            }

@media screen and (max-width: 1024px) {
            section.sobre .wrapper .sub {
                font-size: 18px;
            }

            section.sobre .wrapper .texto {
                font-size: 16px;
                text-align: center;
            }
            section.sobre .caixas .caixa {
                width: 100%;
            }

                section.sobre .caixas .caixa .imagem {
                    height: 200px;
                }

                section.sobre .caixas .caixa .btn {
                    max-width: 200px;
                }
}

body.page-template-page-espaco .wrapper .texto {
            width: 60%;
            font-size: 20px;
        }

body.page-template-page-espaco .wrapper .titulo {
            margin: 0;
        }

.galeria .caixa-imagem {
        width: 30%;
        height: 300px;
        border-radius: 32px;
        overflow: hidden;
    }

@media screen and (min-width: 500px) and (max-width:1024px) {
        .galeria .caixa-imagem {
            width: 45%;
        }
}

@media screen and (max-width: 499px) {
        .galeria .caixa-imagem {
            width: 100%;
        }
}


body.page-template-page-equipa .wrapper .titulo {
            margin: 0;
        }


body.page-template-page-equipa .wrapper .caixas .caixa {
                width: 25%;
            }


body.page-template-page-equipa .wrapper .caixas .caixa .imagem {
                    height: 300px;
                    border-radius: 32px;
                    overflow: hidden;
                }


body.page-template-page-equipa .wrapper .caixas .caixa .titulo-caixa {
                    margin-top: 15px;
                    color: var(--cor-default);
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 30px;
                }


body.page-template-page-equipa .wrapper .caixas .caixa .funcao {
                    margin-top: 0;
                    color: var(--cor-primaria);
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 26px;
                }

@media screen and (min-width: 500px) and (max-width:1024px) {

                body.page-template-page-equipa .wrapper .caixas .caixa {
                    width: 40%;
                }

                    body.page-template-page-equipa .wrapper .caixas .caixa .imagem {
                        height: 300px;
                    }
}

@media screen and (max-width: 500px) {

                body.page-template-page-equipa .wrapper .caixas .caixa {
                    width: 100%;
                }
}


body.page-template-page-cook .wrapper .texto.listagem {
            margin-top: 0;
            font-size: 18px;
        }


body.page-template-page-cook .wrapper .texto {
            text-align: left;
        }


body.page-template-page-cook .wrapper .btn {
            font-size: 16px;
        }

@media screen and (max-width: 1024px) {
            body.page-template-page-cook .wrapper .texto.listagem {
                margin-top: 50px;
            }
}

.top-footer {
    margin-top: 100px;
}

.top-footer .titulo {
        text-align: center;
        margin: 0;
        font-size: 30px;
        line-height: 40px;
    }

.top-footer .btn {
        margin-top: 25px;
        margin-right: 0;
    }

body.page-template-page-servicos .texto.listagem {
    font-size: 20px;
}

body.page-template-page-servicos .texto.listagem .item {
        text-align: left;
    }

.contactos-container .container .top{
            color: var(--cor-primaria);
            font-size: 14px;
            font-weight: 600;
        }

.contactos-container .container .nome{
            margin-top: 5px;
        }

.contactos-container .container a{
            margin-top: 5px;
            text-decoration: underline;
        }