/* DEFAULT */
body, header, footer{ display: table; width: 100%; position: relative;}
body{ background: #f3f3f3; height: 400px; }
header{ background: #fff; box-shadow: 0px 0px 10px -8px rgba(0,0,0,1); }
footer{ background: #161616; box-shadow: 0px 0px 10px -8px rgba(0,0,0,1);  }
.clean-margin{ margin: 0!important; }
.clean-padding{ padding: 0!important; }
[aria-current] { font-weight: 600; }
ol, ul{ list-style: none; padding: 0px; }
a{ text-decoration: none; }
iframe{ width: 100%; display: table; }
.logo-dark{ filter: invert(1) sepia(1) saturate(0) brightness(0) contrast(100%);}
.logo-light{ filter: invert(1) sepia(1) saturate(0) brightness(1) contrast(100%);}
.heading-icon{ position:fixed; bottom: 20px; right: 20px; font-size: 50px; color: #0073e6; z-index: 1000; }
.force-break { word-break: break-word; overflow-wrap: break-word; }
.social-media-icons { display: flex; gap: 10px; }
.social-media-icons a{ display: flex; align-items: center; justify-content: center; font-size: 25px; color: #fff; border-radius:100%; margin-right: 15px; float: left; width: 50px; height: 50px; }
.social-media-icons .whatsapp{ background: #25d366; } .social-media-icons .facebook{ background: #0866ff; } .social-media-icons .instagram{ background: #f00075; }

/* HEADER */
.header-page .logo{ width:100%; max-width: 250px; display: table; }
.header-page .logo img{ width: 100%!important; height: auto!important; float: left; }
.header-page .banner-header-container{ background: rgba(255, 255, 255, 0.8); height: 350px; display: table; }
.header-page .banner-header-container a{ color: #3f3f3f; text-decoration: none;}
.header-page .homepage-banner{ display: table; }
.header-page .homepage-banner .homepageinfo{ display: flex!important; flex-direction: column; align-items: flex-start; }
.header-page .homepage-banner .homepageinfo figure{ text-align: center;  margin-top: auto; margin-bottom: 0px; width: 100%; }
.header-page .homepage-banner .homepageinfo figure img{ width: 100%; max-width: 450px; }
.header-page .homepage-banner .homepageinfo p{ color: #0f0f0f; margin: 20px 0 40px 0; font-size: 20px; }
.header-page .homepage-banner .homepageinfo h2{ color: #0f0f0f; border-left: #0073e6 5px solid; padding-left: 20px; margin-top: 60px; font-size: 40px; }
.header-default .logo{ width:100%; max-width: 250px; display: table; }
.header-default .logo img{ width: 100%!important; height: auto!important; float: left; }
.header-default .banner-header-container{ background: rgba(0,0,0,0.7); height: 200px; }
.header-default .banner-header-container a{ color: #0f0f0f; text-decoration: none;}

/* FOOTER */
.footer-default a{ color: #fff; text-decoration: none;  }
#menu-institutional-menu{ padding-left: 0px!important; }
#menu-institutional-menu li{ margin-bottom: 10px!important;}

/* PAGE */
.page-container{ background: #fff; box-shadow: 0px 0px 10px -8px rgba(0,0,0,1); display: table; height: 200px; border-radius:10px; margin-top: -100px; }
.page-container ol{ list-style:decimal; padding-left: 20px; }
.page-container ul{ list-style:inherit; padding-left: 20px; }
.homepage-container h2{ margin: auto; display: table; }

/* BLOG */
.blog-container, .aside-container{ display: table; height: 200px; margin-top: -50px; }
.aside-container aside{ background: #fff; box-shadow: 0px 0px 10px -8px rgba(0,0,0,1); border-radius:10px; }

/* SEARCH */
.search-container{ background: #fff; box-shadow: 0px 0px 10px -8px rgba(0,0,0,1); display: table; height: 200px; border-radius:10px; margin-top: -50px; }
.search-container .search-h2, .breadcrumb_last{ overflow: hidden;}
.nav-links{ margin: auto; }
.nav-links .page-numbers{  margin-right: 20px;  }

/* SINGLE */
.single-container{ display: table; height: 200px; margin-top: -50px; }
.single-container .post-body{ background: #fff; box-shadow: 0px 0px 10px -8px rgba(0,0,0,1); border-radius:10px; }
.single-container ol{ list-style:decimal; padding-left: 20px; }
.single-container ul{ list-style:inherit; padding-left: 20px; }
.single-container header{ background:none; box-shadow:none; }

/* COMMENTS */
.post-comments ol{ list-style: none; padding: 0; }
#comments { background-color: #f9f9f9; border-radius: 8px; padding: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin-top: 40px; }
#comments-title { font-size: 24px; font-weight: bold; color: #333; margin-bottom: 15px; }
.comment-list { padding-left: 0; }
.comment { background-color: #fff; border: 1px solid #e1e1e1; border-radius: 8px; padding: 15px; margin-bottom: 20px; transition: transform 0.3s, box-shadow 0.3s; }
.comment:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); }
.comment-author { font-weight: bold; color: #0073e6; font-size: 16px; }
.comment-meta { font-size: 14px; color: #999; margin-top: 5px; }
.comment-content { font-size: 16px; line-height: 1.6; color: #444; margin-top: 10px; }
#respond { background-color: #fff; border-radius: 8px; padding: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin-top: 30px; }
#respond input[type="text"], #respond input[type="email"], #respond textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 15px; font-size: 16px; transition: border 0.3s; }
#respond input[type="text"]:focus, #respond input[type="email"]:focus, #respond textarea:focus { border-color: #0073e6; outline: none; }
#respond input[type="submit"] { background-color: #0073e6; color: #fff; font-size: 16px; border: none; border-radius: 4px; padding: 10px 20px; cursor: pointer; transition: background-color 0.3s; }
#respond input[type="submit"]:hover { background-color: #005bb5; }
.comment-respond .form-allowed-tags { font-size: 14px; color: #666; margin-top: 10px; }
.comment-respond .error { color: red; font-size: 14px; margin-top: 10px; }

/* CONTACT FORM */
.wpcf7-form { max-width: 600px; margin: 0 auto; padding: 0px!important; }
.wpcf7-form label { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 8px; display: block; }
.wpcf7-form input, .wpcf7-form textarea { width: 100%; padding: 12px 15px; font-size: 16px; border: 1px solid #ccc; border-radius: 6px; background-color: #f9f9f9; margin-bottom: 10px; transition: all 0.3s ease; }
.wpcf7-form input:focus, .wpcf7-form textarea:focus { border-color: #007bff; background-color: #fff; outline: none; }
.wpcf7-form textarea { resize: vertical; min-height: 150px; }
.wpcf7-form .wpcf7-submit { background-color: #007bff; color: #fff; font-size: 16px; border: none; border-radius: 6px; padding:0.45rem 0.9rem!important; cursor: pointer; transition: background-color 0.3s ease; width: auto!important; }
.wpcf7-form .wpcf7-submit:hover { background-color: #0056b3; }
.wpcf7-form .wpcf7-submit:focus { background-color: #007bff!important; }
.wpcf7-form .wpcf7-spinner { display: none; }
.wpcf7-form .wpcf7-response-output { margin-top: -10px!important; font-size: 14px; color: #333; background-color: #fff; }
.wpcf7-form .wpcf7-not-valid-tip { color: #dc3545; font-size: 14px; display: table; margin-top: -10px; }
.wpcf7-form .wpcf7-validation-errors { background-color: #f8d7da; color: #721c24; padding: 10px; border-radius: 6px; margin-top: 20px; }
@media (max-width: 768px) { .wpcf7-form { padding: 15px; } .wpcf7-form input, .wpcf7-form textarea { padding: 10px 12px; } .wpcf7-form .wpcf7-submit { padding: 10px 15px; } }

/* HOME */
.div1{ background: #1b1b1b;  display: table; padding-bottom: 200px!important; }
.div1 p{ color: #fff; font-size: 20px; margin:30px 0 20px 0; text-align: center; line-height: 40px; }
.div1 h2{ color: #fff; border-bottom: #0073e6 5px solid; padding: 20px; font-size: 40px; }
.div1 .wp-block-image { border:#333 thin solid; border-radius: 5px; display: table!important;}
.div1 .wp-block-image img{ display: table!important; position: relative!important; }
.div1 .wp-block-image .wp-element-caption{ background: none!important;display: table!important; position:relative !important; margin: auto!important; margin-top: -40px!important; padding-bottom: 30px!important; text-shadow: none!important; }
.div2{ display: table; border-top: #005bb5 5px solid; }
.div2 figure{ background: #333; border: #005bb5 5px solid; border-radius: 100%; overflow: hidden; width: 250px; height: 250px; margin: auto; margin-top: -175px; }
.div2 .info h2{ border-bottom: #0073e6 5px solid; padding: 20px; font-size: 40px; }
.div2 .info p{ font-size: 20px; margin:30px 0 20px 0; text-align: center; line-height: 40px; }
.div2 .posts h2{ margin-left: 0; margin-bottom: 20px; }
.div2 .seemore{ display: table; margin: auto; width: auto; }
.div3 .contact-bg{ background: rgba(255,255,255,0.8); height: 350px; display: table; }
.div3 h2{ border-bottom: #0073e6 5px solid; padding: 20px; font-size: 40px; color: #0f0f0f; }
.div3 h3{ font-size: 19px; }
.div3 .info p{ font-size: 20px; margin:0 0 20px 0; text-align: justify; line-height: 40px; }
.div3 .form p{ margin: 0; }
.div3 .info div{ margin-bottom: 50px;}
.div3 .wpcf7-form label{ color:#fff }

/* PROPERTIES */
.property-images{ background: #3a3a3a; height: 450px; overflow:hidden ;}
.property-images img{ max-width: 1320px!important; cursor: pointer; }
.bg-blur{ filter:blur(10px); transform:scale(1.2); z-index:-1;  width: 100%; height: 100%; opacity: 0.5; }
.lg-overlay{ position:fixed; top:0; left:0; width:100vw; height:100vh; background:#fff; z-index:1999; display:none; overflow-y:auto; padding:40px; } 
.lg-no-scroll{ overflow:hidden; }
#lightgallery-overlay p{ font-size: 20px; font-weight: bold; }
#lightgallery-overlay .close-gallery{ font-size: 30px; cursor: pointer; }
#lightgallery li div{ cursor:pointer; background-color: #e3e3e3; height: 400px; width: 100%; overflow: hidden; }
#lightgallery li div img{ width:100%; height:100%; object-fit:cover; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); }
#property-container .wpcf7-submit { width: 100%!important;}
.property-information, .card-property{ background: #fff; box-shadow: 0px 0px 10px -8px rgba(0,0,0,1); border-radius:10px; overflow: hidden;  }
.card-property h2{ font-size: 22px;  }
.card-property figure{ overflow: hidden; background: #000; }
.card-property figure img { width: 100%;  height: 100%; object-fit: cover; }
.card-property strong{ font-size: 20px!important; }
.card-property p{ font-size: 12px!important; }
.card-property li{ float:left; margin-right: 20px;}
.card-property li i{ font-size: 15px!important; float: left;  }
.card-property li p{ float:left; width: auto; display: table; padding-left: 2px; font-weight: bold;}
@media (max-width: 992px) { #property-container .aside-container{ margin-top: 20px; } }
.property-cards div{ border:#666 thin solid; border-radius: 10px;  }
.property-cards i{ font-size: 30px; }
.property-cards p{ margin: 0px; font-weight: bold; font-size: 14px;}
.property-card-inner { display: flex; flex-direction: column; justify-content: center; height: 100%; }
.line-through{ text-decoration: line-through; }
.large-font{ font-size:40px;  }
.properties-filters { background: #fff; height: 100%;}
.properties-container .nav-links{ width: auto!important; display: table; }
.properties-container .nav-links li{  margin-right: 10px; margin-left: 10px; float: left;  }
#filters-overlay{ background: rgba(0,0,0,0.7);  }
.filter-container{ background: #fff; padding-bottom: 70px; }
.filter-buttons{ border-top:#e3e3e3 thin solid; height: 70px; width: 100%; background: #fff;}
.filter-forms { width: 100%; height: 100%; overflow-y: scroll; padding:24px; padding-bottom: 120px;  }
#property-filter input, #property-filter select{ background: #fff; border: #e3e3e3 thin solid; padding: 5px; width: 100%; border-radius:5px; margin-bottom: 20px; }
#property-filter .small-label { font-size: 12px; cursor: auto; }
#property-filter label { cursor: pointer; }
#property-filter .checkbox{ float: left; margin-right: 10px; }
#property-filter .checkbox input{ margin: 0!important; padding:0 !important;}

/* CUSTOM */
.navbar a{ color: #0357ac!important;}
.fixed-bottom { position: fixed; left: 0; right: 0; bottom: 0; padding: 16px; z-index: 1000;}
@media (min-width: 1200px) { .fixed-bottom { position: absolute; bottom: 0; left: 0; } .filter-forms { padding-bottom: 24px; } }