@font-face{
    font-family: mais-detalhes;
    src: url(Catread.ttf);
}
@font-face{
    font-family: texto-imoveis;
    src: url(This_Cafe.ttf);
}


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.tela_plantao_whatsap{
    width: 100px;
    height: 100px;
    margin: 10px;
    position: fixed;
    right: 0;
    bottom: 0;
}
.tela_topo{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: black;
}
.tela_logo{
    width: 600px;
    padding: 10px;
    font-size: 2em;
    text-align: center;
    color: aliceblue;
    
}
.tela_menu{
    width: 700px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    font-size: 1.10em;
    text-align: center;
    color: aliceblue;
}
.bnt_menu_topo{
    margin-right: 10px;
}

.busca_banner{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    top: 42%;
    left: 0;
    z-index: 1;
}
.form_busca_banner{
    width: 100%;
    height: auto;
    padding: 10px;
    color: black;
    background-color: rgba(220,220,220,0.65);
    border: 2px solid brown;
    border-radius: 20px;
    text-align: center; 
}

.input_busca_banner{
    width: 70%;
    height: auto;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;


}

.btn_busca_banner{
    width: 100px;
    margin: 5px;
    padding: 5px;
    background-color: brown;
    color: aliceblue;
    border: 1px solid brown;
    border-radius: 5px;
}

.texto_home_site{
    width: 90%;
    height: auto;
    margin: 30px;
    font-size: 2rem;
    text-align: center;
}
.tela_btn_home{
    width: 100%;
    height: auto;
    margin: auto;
    padding: auto;
    background-color: black;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tela_btn_link{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
}

.tela_btn_count_home{
    width: 250px;
    height: 130px;
    margin: 30px;
    padding: 10px;

    background-image: url("/img/tela_btn.jpg");
    background-repeat: no-repeat;
    background-size: cover;

    border: 1px solid aliceblue;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tela_link_btn_home{
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px;
    color: aliceblue;
    text-align: center;
    font-size: 2em;
}

.tela_btn_count_video{

    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 50px;
    border: 2px solid aliceblue;
    border-radius: 5px;

}

.texto_youtube_home{
    margin-left: auto;
    margin-right: auto;
    color: aliceblue;
    text-align: center;
}

.btn_menu{
    color: brown;
    border-color: brown;
}

.titulo_pg_busca{

    text-align: center;

}

.tela_imoveis_busca{
    width: 100%;
    height: auto;
    margin: auto;
    padding: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
   
}

.tl_busca_imoveis{
    width: 400px;
    height: auto;
    margin: 5px;
    display: flex;
    flex-direction: row;
    background-color: #f3f3f3;
    border-radius: 15px;
    
}

.tl_busca_esq{
    width: 50%;
    height: auto;
    margin: 2%;
    margin-top: 10%;
}

.tl_busca_esq img{width: 100%; border-radius: 10px;}

.tl_busca_dir{
    width: 50%;
    height: auto;
    margin: 2%;
    text-align: justify;
    font-size: 110%;
    
}

.btn_detalhe{
    width: 80%;
     height: auto; 
     padding: 5px; 
     border: solid 1px #000; 
     border-radius: 10px;
     text-align: center;
     font-family: mais-detalhes;
     font-size: 20px;
}


.tela_imoveis{

    width: 80%;
    height: auto;
    margin: auto;
    padding: auto;
    
}

.tela_conteudo_imoveis{
    width: 90%;
    height: auto;
    margin: auto;
    padding: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgba(220,220,220,0.65);
    border-radius: 10px;

}


.cont_imoveis_dir{
    width: 50%;
    height: auto;
    margin: auto;
    padding: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

}

.cont_imoveis_esq{
    width: 50%;
    height: auto;
    margin: auto;
    padding: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.cont_valor_imoveis{
    
    background-color: #1a1a1a;
    margin: 15px;
    padding: 20px;
    color: aliceblue;
    border: solid 1px #000;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
}


.img_cont_imoveis{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.titulo_imoveis{
    width: 100%;
    font-size: 20px;
    text-align: center;

}

.descricao_imoveis{

    width: 100%;
    padding: 10px;
    font-size: 20px;
    text-align: justify;
}

.img_cont_imovel{
    width: 150px;
    height: auto;
    margin: 5px;
    padding: 10px;
    background-color: rgba(128, 126, 126, 0.25);
    text-align: center;
    font-family: texto-imoveis;
    border: solid 2px #000;
    border-radius: 10px;

}

.texto_cor_valor{ color: brown;}

.btn_menu:hover{background-color: brown;}

.tela_btn_count_home a:hover{color: aliceblue; text-decoration: none;}
.tela_btn_count_home a:link{color: aliceblue; text-decoration: none;}
.tela_btn_count_home a:active{color: aliceblue; text-decoration: none;}
.tela_btn_count_home a:visited{color: aliceblue; text-decoration: none;} 

.barra_site{width: 100%; height: 5px; background-color: brown;}

.tela_logo a:hover{color: aliceblue; text-decoration: none;}
.tela_logo a:link{color: aliceblue; text-decoration: none;}
.tela_logo a:active{color: aliceblue; text-decoration: none;}
.tela_logo a:visited{color: aliceblue; text-decoration: none;} 

.bnt_menu_topo a:hover{color: aliceblue; text-decoration: none;}
.bnt_menu_topo a:link{color: aliceblue; text-decoration: none;}
.bnt_menu_topo a:active{color: aliceblue; text-decoration: none;}
.bnt_menu_topo a:visited{color: aliceblue; text-decoration: none;} 


@media screen and (min-width: 700px){
    .tela_imoveis{

        width: 700px;
        height: auto;
        margin: auto;
        padding: auto;
        
    }
}
