@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*{margin:0;color:#000;font-family:Roboto,sans-serif}#container{display:flex;flex-direction:column}.navigation{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:fixed;top:0;left:0;width:100%;z-index:1000;padding:2rem}p,h1,h3,h6:hover{cursor:context-menu}nav{display:flex;justify-content:space-between;flex-wrap:wrap;font-weight:500}nav div{font-size:1.3rem}nav div:nth-child(1){cursor:context-menu}nav div:nth-child(2) a{text-decoration:none;border-bottom:transparent solid;transition:border-bottom .3s ease-in}nav div:nth-child(2) a:hover{border-bottom:#006310 solid}.active{border-bottom:solid #006310;color:#006310}.active_icon *{color:#006310}.links{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 4rem 1rem 1rem}.about{width:80%;margin:auto;margin-top:12rem;padding:2rem}.about h1{font-size:2rem;font-weight:700;font-stretch:condensed;color:#b24c62;line-height:4rem}.about p{font-size:1.2rem;text-align:center}.employees{width:80%;margin:auto;margin-top:5rem}.employees_container{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.employee{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;max-width:15rem;padding:2rem 3rem;border-radius:1rem;box-shadow:0 2px 2px 2px #0003}.employee>div>img{height:8rem;width:8rem;border-radius:50%;box-shadow:0 2px 2px 2px #0003}.employee_details>p{font-size:.8rem}.excecutives{margin-top:5rem;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:1rem}.exec>div>img{height:8rem;width:8rem;border-radius:50%}.exec{display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 2px 2px 2px #0003;padding:2rem;border-radius:1rem;min-width:10rem}.ex{opacity:0;transform:translate(0);transition:opacity 1s,transform 1s}.employee_details{text-align:center}.about_services{width:80%;margin:auto;display:flex;gap:1rem;flex-direction:column;margin-top:5rem}.about_services * p{font-size:clamp(.5rem,2.5vw,1rem)}.about_services_child1{display:flex;width:70%;gap:2rem;box-shadow:0 2px 2px 2px #0003;padding:1rem 2rem;border-radius:1rem}.about_services_child2{box-shadow:0 2px 2px 2px #0003;border-radius:1rem;padding:1rem 3rem;display:flex;width:70%;gap:2rem;text-align:right;margin-left:auto}.about_services_child1>div>h2{color:#027373}.about_services_child2>div>h2{color:#027373}#root:hover .about_services_child1>.child2 *{opacity:1;transform:translate(80px)}#root:hover .about_services_child2>.child2 *{opacity:1;transform:translate(-80px)}.child2_hidden *{opacity:0}.child2 *{opacity:0;transform:translate(0);transition:opacity 2s,transform 2s;color:#027373}.headline{width:80%;margin:auto;margin-top:10rem;display:flex;justify-content:space-between;flex-wrap:wrap}@media (width <= 850px){.headline{margin-top:15rem}}.headline_left{max-width:40%;min-width:300px;padding:1rem}.headline_left>img{width:100%}.headline_right{width:40%;padding:1rem;min-width:300px;font-size:1.2rem;font-stretch:condensed;height:50%;margin-top:auto;margin-bottom:0}.headline_right>h3{color:#b24c62}.search{margin-top:10rem;height:30vw;min-height:15rem;background-image:linear-gradient(to bottom,#ffffff4d,#02737380),url(/assets/Home13-BYeopsfO.jpeg);background-size:cover}.search>div{color:#027373;font-weight:700;background-color:transparent;transition:background-color .7s,color .7s;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.search_button{font-size:inherit;font-weight:inherit;color:#fff;padding:2rem;border-top-left-radius:2rem;border:none;background-color:transparent}.search>div:hover{background-color:#fff}.search>div:hover button{color:#027373}.contact{width:80%;margin:auto;margin-top:10rem;display:flex;justify-content:space-around;flex-wrap:wrap}.contact div{width:40%}@media (width <= 700px){.search_button{padding:1rem}}@media (width <=1250px){.contact div{width:20rem}.contact div>img{height:20rem}}.contact_text{font-size:1.5rem;padding:1rem}.contact_text h1{color:#b24c62;margin-bottom:1rem}.contact_image img{padding:1rem;width:100%;height:100%;border-radius:2rem}.contact button{background-color:#fff;color:#006310;border:solid 2px;padding:20px;border-radius:20px;font-size:1.1rem}.contact button:hover{background-color:#006310;color:#fff;border:solid 2px;padding:20px}.services{width:80%;margin:auto;margin-top:5rem}.services_flexbox{display:flex;flex-wrap:wrap;gap:1rem}.services_card{font-size:1rem;padding:1.5rem;width:15rem;transition:background-color .7s}.services_card *{transition:color .7s}.services_card:hover{background-color:#b24c62}.services_card:hover *{color:#fff}.services_card:hover p:nth-of-type(1){color:#fff}.services_card:hover p:nth-of-type(2){color:#fff}.services_card p:nth-child(1){font-size:1.2rem;color:#006310;font-weight:400;font-stretch:extra-expanded}.services_card p:nth-of-type(2){color:#027373;font-size:.9rem}.services_card p:nth-of-type(2):hover{color:#fff}.services_card a:hover{color:#ff8b8b}a{text-decoration:none}.footer_wrapper{margin-top:7rem;border-top:#006310 solid 1px}.footer{margin:auto;flex-wrap:wrap;width:70vw;display:flex;background-color:#fff;justify-content:space-between;padding:2rem}.footer *{color:#006310}.footer a{transition:color .3s}.footer a:hover{color:#027373}.footer_col1{line-height:2rem;margin-bottom:4rem}.footer_col1 h1{font-size:2rem;margin-bottom:3rem;font-weight:700;font-stretch:condensed}.footer_col1 img{width:2rem}.footer_col1>div>div{margin-bottom:1rem;display:flex;align-items:center;gap:1rem}.footer_col1>div>div:nth-of-type(2){cursor:pointer}.footer_col2,.footer_col3,.footer_col4{width:15%;line-height:2rem}.footer_col4 img{width:2rem;margin:.5rem}.footer_bottom{padding:3rem;background-color:#006310;display:flex;justify-content:space-between}.footer_bottom p{text-align:center;font-size:.8rem;color:#fff}.footer_bottom a{text-decoration:underline;color:#fff}.fa-linkedin *,.fa-twitter *,.fa-whatsapp *,.fa-instagram *{color:#006310;transition:color .3s}.fa-linkedin:hover *,.fa-twitter:hover *,.fa-whatsapp:hover *,.fa-instagram:hover *{color:#027373}.search_form_Form{width:80%;margin:auto;margin-top:14rem;display:flex;flex-wrap:wrap;padding:1rem;gap:1rem;border-radius:1rem;background-color:#aee7b7}.search_form_Form select{padding:1rem;font-size:1.2rem;border-radius:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15rem;border:none}.search_form_Form>select:focus{outline:none}.search_form_Form button{border-radius:1rem;padding:1rem;border:none;font-size:1.2rem;background-color:#027373;color:#fff;transition:color .3s,background-color .3s}.search_form_Form button:hover{background-color:#fff;color:#027373}#Status option{padding:3rem}.search_result{width:80%;margin:auto;margin-top:3rem;display:flex;justify-content:stretch;flex-direction:row;flex-wrap:wrap;gap:1rem}.sort_by{width:80%;margin:auto;margin-top:10rem;margin-bottom:1rem}@media (width <= 850px){.sort_by{margin-top:15rem}}.sort_by>h2{font-size:1.5rem;color:#b24c62}.sort_by>div{display:flex;gap:1rem;padding:1rem}.sort_by>div>button{padding:.5rem 1rem;border:solid #B24C62;border-radius:1rem;background-color:#b24c62;color:#fff;cursor:pointer;transition:background-color .3s}.sort_by>div>button:hover{background-color:#fff;color:#b24c62}.properties_list{width:80%;margin:auto;display:flex;justify-content:stretch;flex-direction:row;flex-wrap:wrap;gap:1rem}.property_card{max-height:15rem;display:flex;border:solid 1px;transition:box-shadow .3s ease-in}.property_card:hover{box-shadow:0 8px 8px 10px #0000001a}.property_card_image{max-height:15rem}@media (width <= 500px){.property_card_image{max-width:10rem}.sort_by,.properties_list{width:90%}}.property_card_image>img{max-height:15rem}.property_card_image>video{object-fit:"contain";max-height:15rem}.property_card_details{background-color:#fff;max-height:15rem;padding:1rem}.property_card_details *{color:#027373}.property_card_details :nth-child(1)>div{margin-bottom:.5rem;font-size:clamp(.5rem,2.5vw,1rem)}.location{display:flex}.red_color *{color:#b24c62}.room_icons{display:flex;gap:1rem}.contact_map_details{background-color:#fff;width:80%;margin-right:auto;margin-left:auto;display:flex;justify-content:space-between;padding:2rem;transform:translateY(-5rem);box-shadow:0 8px 8px 2px #0000001a}.contact_map_details>div{padding:10px;width:30%;object-fit:contain;display:flex;flex-direction:column;text-align:center}.map_details_icon{font-size:1.5rem}.map_details_icon *{color:#b24c62}.agents_details{margin-top:5rem;width:100%;display:flex;flex-wrap:wrap;justify-content:space-evenly}.agents_card{width:15rem;padding:1rem;border:solid 1px gray;border-radius:.5rem;margin:1rem}.agent_img{width:100%;height:15rem;margin-bottom:1.5rem;overflow:hidden}.agent_img>img{object-fit:cover;transform:scale(1);transition:transform .5s ease-in-out}.agent_img>img:hover{transform:scale(1.1)}.agent_info>h4{color:#027373;line-height:2rem}.agent_info>p{color:gray;font-size:.8rem;font-style:italic;font-weight:lighter}.form_details{min-width:300px;width:50%;margin:auto;margin-top:5rem}.form_form{display:flex;flex-direction:column;padding:2rem;background-color:#aee7b7;border-radius:2rem}.form_form>label{line-height:1.5rem;font-size:1.2rem;margin:1rem;color:#027373}.form_form>input{line-height:1rem;font-size:1rem;padding:1rem;border-radius:1rem;border:none;box-shadow:0 2px 2px 2px #0003}.form_form>input:focus{outline:none}.form_form>textarea{font-size:1.2rem;padding:1rem;border-radius:1rem;box-shadow:0 2px 2px 2px #0003}.form_form>textarea:focus{outline:none}.form_form_submit{margin-top:2rem;background-color:#027373;color:#fff;transition:.3s ease-in}.form_form_submit:hover{background-color:#fff;color:#027373}html{scroll-behavior:smooth}
