:root{
    --cor-pri: #d4b234;
    --cor-sec: Goldenrod;
    --cor-ter: #FF0000;
}

.conteudo {
    width: 97%;
    margin: auto;
}

/* TOPO */
.topo {
    display: flex;
    justify-content: space-between;
    background-color: #f9f8f6;
    width: 97%;
    margin: auto;
    border-bottom-left-radius:  10px;
    border-bottom-right-radius: 10px;
    padding: 4px;
    overflow: auto;    
}

.topo-logo {
    width: 20%;
}

.topo-logo img {
    width: 100%;
}

.topo-menu {
    font-size: 18px;
    font-weight: bold;
    margin-top: 80px;
    width: 60%;
    text-align: center;
}

.topo-menu a {
    color: #FF0000;
    margin-right: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 #555;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.topo-menu a:hover {
    box-shadow: inset 0 -100px 0 0 #000;
    color: white;
}

.topo-telefone {
    font-size: 18px;
    color: #FF0000;
    width: 20%;
    margin-top: 60px;
    align-items: center;
    display: flex;
}

.topo-telefone a {
    color: #FF0000;
}

.pesquisa {
    margin-top: 20px;
    border-radius: 10px;
    background-image: url('../imagens/pontal-parana.png');
    background-size: cover;
    background-position: top;
    height: 450px;
    display: flex;
    align-items: center;
    
}

.imoveis_destacado_imagem {
    margin: auto;
    width: 99%;
    height: 100%;
}

/* HOME FORM PESQUISA */
.pesquisa-form {
    display: flex;
    flex-direction: row;
}

.pesquisa-elementos {
    margin: auto;
}

.pesquisa-form input, select {
    font-size: 14px;
    padding: 10;
    background-color: #FFF;
    border: none;    
    border-radius: 10px;
    margin-right: 5px;
}

.pesquisa-form input[type=submit] {
    background: linear-gradient(135deg, #d44137 0%, #db3f10 50%, #fd1f1f 100%);
    font-weight: bold;    
    cursor:pointer;
    color: #FFF;
}

.imoveis_destacado {
    margin-top: 20px;
    background-color: #FFF;    
    height: 400px;
    border-radius: 4px;
    padding: 10px;
}

.imoveis_destacado_descricao {
    margin-top: 20px;
    background-color: #FFF;    
    height: 400px;
    border-radius: 4px;
    padding: 10px;
}

.imoveis_destacado_info article {
    padding: 10px;
}

.imoveis_destacado_imagem {
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.imoveis_lista_info {
    padding: 10px;
    overflow: auto;
}


.link_imovel_detalhes{
    font-size: 18px;
    background-color: var(--cor-sec);
    color: #FFF;
    border-radius: 4px;
    padding: 3px;
}

.imoveis-filtros-opt {
    background-color:#EEE;
    padding:20px;
    border-radius:10px;
}

.imoveis-filtros {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 16px;
}

.imoveis-filtros button {
    padding: 5px;
    border-radius: 10px;
    border: 1px SOLID #000;
    width: 120px;
}

.imoveis-filtros button:hover {
    transition: all 0.6s;
    background-color: silver;
}

.imoveis-filtros input {
    padding: 5px;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px SOLID #000;
    width: 120px;
    cursor: pointer;
}

.imoveis-filtros select {
    padding: 5px;
    border-radius: 10px;
    border: 1px SOLID #000;
    width: 120px;
}

.imoveis-lista {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
    border-radius: 4px; 
}

.imoveis-lista div {
    background-color: #FFF;
    overflow: auto;
}

.imoveis-lista img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.imoveis-lista-icones img {
    width: 16px;
}

.cta {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.cta_chamadas {
    padding: 10px;
    width: 33%;    
}

.cta_chamadas_conteudo {
    border-radius: 10px;
    border:2px SOLID var(--cor-ter);
    padding: 10px;
    height: 100px;
}

.redes-sociais{
    display: flex;
    justify-content: space-evenly;
    padding: 40px;
}

.redes-sociais div {
    text-align: center;
}

.redes-sociais a {
    color: var(--cor-ter);
}

.redes-sociais-links {
    border-radius: 4px;
    border:1px SOLID var(--cor-sec);
    padding: 2px;
    margin-top: 15px;
}

.base {
    margin-top: 20px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.base_itens {
    padding: 20px;
    width: 25%;
}

.base_itens a {
    color: #000;
}

.base-telefone {
    display: flex;
    align-items: center;
    font-size: 16px;
}

/* DETALHES DO IMÓVEL */
.imoveis_info_carousel {
    width: 69%;
    height:650px;
}

.imovel_descricao_info {
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 16px;
    overflow: auto;
     line-height: 1.6;       /* Espaçamento ideal entre as linhas */
    letter-spacing: 0.5px;  /* Leve espaçamento entre as letras */    
}

.imovel-descricao {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 16px;
    overflow: auto;
}

.texto-info {
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 16px;
}

.imovel-descricao-sessoes {
    display: flex;
    justify-content: space-around;
}

.imovel_descricao_sessoes div {
    padding: 5px 10px;
    border:1px SOLID var(--cor-sec);
    border-radius: 10px;
    display: flex;
    align-items: center;
}

/* IMÓVEIS INFO : VALORES E IMAGENS */
.imoveis-info {
    overflow: auto;
}

.imoveis-info-valores {
    float: right; 
    width: 30%; 
}

.imoveis-info-imagens {
    float: left; 
    width: 69%; 
}

.imoveis-info-valores-tab {    
    background: linear-gradient(135deg, #0004ff 0%, #a0dce3 50%, #054d7d 100%);
    text-align:center;
    border-radius:5px;
    padding:5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/* BOTÕES DE MÍDIAS DO IMÓVEL */
.imoveis-info-midias {
  text-align: center;
  padding: 10px;
}

.imoveis-info-midias button {
    background: linear-gradient(45deg, #d1d1d1 0%, #9e9e9e 20%, #f2f2f2 50%, #9e9e9e 80%, #d1d1d1 100%);
    padding: 5px;
    border:0;
    border-radius: 4px;
    margin-left: 3px;
    margin-right: 3px;
    width: 120px;
    font-size: 16px;   
    font-weight: bold; 
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.imoveis-info-midias button:hover {
  transform: translateY(-3px); /* Sobe 3 pixels */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Adiciona sombra */
}

.btn-agendar-visitar {
    background: linear-gradient(45deg, #d1d1d1 0%, #9e9e9e 20%, #f2f2f2 50%, #9e9e9e 80%, #d1d1d1 100%);
    padding: 10px;
    border-radius: 4px;   
    font-size: 18px; 
    border: 0;
    width: 100%;
    margin-top: 30px;
    font-weight: bold;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-agendar-visitar:hover {
  transform: translateY(-3px); /* Sobe 3 pixels */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Adiciona sombra */
}

.btn-compartilhar {
    padding: 10px;
    border-radius: 4px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    font-size: 18px; 
    border: 0;
    width: 100%;
    margin-top: 30px;
    font-weight: bold;
    color: #FFFFFF;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-compartilhar:hover {
  transform: translateY(-3px); /* Sobe 3 pixels */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Adiciona sombra */
}

.btn-compartilhar {
    padding: 10px;
    border-radius: 4px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    font-size: 18px; 
    border: 0;
    width: 100%;
    margin-top: 30px;
    font-weight: bold;
    color: #FFFFFF;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-mais-info {
    background: linear-gradient(45deg, #1a1a1a 0%, #9e9e9e 20%, #f2f2f2 50%, #9e9e9e 80%, #1a1a1a 100%);
    padding: 10px;
    border-radius: 4px;   
    font-size: 18px; 
    border: 0;
    width: 100%;
    margin-top: 30px;
    font-weight: bold;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-mais-info:hover {
  transform: translateY(-3px); /* Sobe 3 pixels */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Adiciona sombra */
}

.txt_endereco {
    font-size: 18px;
    text-align: center;
}

.imovel_mapa {
    font-style: italic;
    text-transform: uppercase;
    padding: 3px;
    background-color: #FFF;
    border-radius: 4px;
    margin-top: 15px;
}

/* */
.pesquisa {
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
}

.imoveis_pesquisa {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.imoveis_pesquisa_itens {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.imoveis_pesquisa_itens button {
    padding: 20px;
    border: 0;
    background-color: var(--cor-pri);
    font-size: 18px;
    border-radius: 4px;
}

.imoveis_pesquisa img {
    width: 150px;
    border-radius: 4px;
}

.imoveis-lista-endereco {
    font-size: 16px;
    text-align: left;
    width: 100%;
    height: 140px;
    overflow: auto;
}

/* Mobile */
@media (max-width: 480px) {

    .conteudo {
        width: 100%;
    }

    .topo { 
        display: block;
    }

    .topo-logo {
        width: 80%;
        margin: auto;
    }

    .topo-menu {
        width: 100%;      
        margin-top: 10px;
    }

    .topo-menu a {
        margin-right: 10px;
    }

    .topo-telefone {
        margin: auto;
        width: 170px;        
        margin-top: 15px;
        align-items: center;
        font-size: 22px;
    }

    .cta {
        display: block;
    }

    .cta_chamadas {
        width: 95%;
    }

    .redes-sociais {
        display: block;
    }

    .base {
        display: block;
    }

    .base_itens {
        width: 100%;
    }

    .pesquisa-form {
        flex-direction: column;
    }

    .pesquisa-form  input, select {
        width: 250px;
        margin-bottom: 10px;
    }

    .imoveis-lista {
        grid-template-columns: 1fr 1fr;
    }

    .imoveis-lista-endereco {
        height: 160px;
    }

    .imovel-descricao {
        display: flex;
        flex-direction: column;
        font-size: 16px;
    }

    .imovel-descricao-sessoes {
        justify-content: unset;
        flex-direction: column;
    }

    .imoveis-info-valores { 
        width: 96%; 
        float: unset;
        margin-top: 20px;
    }

    .imoveis-info-imagens { 
        width: 98%; 
        float: unset;
    }
}