/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* === Estilos Single Propiedades === */
#property-single {
    background: #F2F7FD;
    padding-top: 60px;
    padding-bottom: 60px;
}

.th-single-property {
    max-width: 1300px;
    margin: auto;
    font-family: "Quicksand", sans-serif;
}

.th-single-property__header {
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    padding-left: 25px;
}

.th-single-property__title {
    font-family: "Barlow", Sans-serif;
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.th-single-property__ubicacion {
    margin: 0;
}

.th-single-property__price {
    background-color: #003B68;
}

.th-single-property__price {
    color: white;
    text-align: center;
    padding: 0 25px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.th-single-property__price p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.th-single-property__article {
    display: flex;
}

.th-single-property__content {
    max-width: 835px;
    position: relative;
    margin-top: 35px;
}

.th-single-property__content .swiper-container {
    width: 100%;
    max-width: 835px;
    margin: 0 auto;
    overflow: hidden;
}

.th-single-property__gallery {
    position: relative;
}

.th-single-property__silde {
    width: 100%;
    height: 580px;
    border-radius: 15px;
    object-fit: cover;
}

.th-single-property__miniaturas {
    width: 100px;
    height: 89px;
    object-fit: cover;
    border-radius: 15px;
}

.th-single-property__content .swiper-button-next,
.th-single-property__content .swiper-button-prev {
    color: #ffffff;
    background: #3488D7;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 43%;
}

.th-single-property__content .thumbnail-slider {
    margin-top: 10px;
}

.th-single-property__content .thumbnail-slider .swiper-slide {
    width: 80px;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 5px;
}

.th-single-property__content .thumbnail-slider .swiper-slide-thumb-active {
    opacity: 1;
}

.th-single-property__content .thumbnail-slider .swiper-slide {
    width: auto !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 17px;
}

.th-single-property__info {
    margin-top: 60px;
}

.th-single-property__address {
    display: flex;
    margin-top: 20px;
    gap: 50px;
}

.th-single-property__address span {
    font-size: 12px;
}

.th-single-property__address p {
    color: #233D66;
    font-weight: 500;
}

.th-single-property__description {
    color: #757575;
}

.th-single-property__amenities {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 30px;
    gap: 12px;
}

.th-single-property__amenities-item {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 17px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
}

.th-single-property__amenities-item h4 {
    font-size: 13px;
    margin: 0;
}

.th-single-property__amenities-icon {
    width: 40px;
}

.th-single-property__amenities-item p {
    margin: 0;
    color: #336286;
    font-weight: 600;
}

.th-single-property__amenities-info {
    width: 75%;
    padding-left: 6px;
}

.th-single-property__lugares {
    margin-top: 60px;
}

.th-single-property__lugares-cpt {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.th-single-property__lugares-item {
    display: flex;
    align-items: flex-start;
}

.th-single-property__lugares-item img {
    width: 12px;
    margin-top: 2px;
}

.th-single-property__lugares-info {
    width: 90%;
    padding-left: 8px;
}

.th-single-property__lugares-info h3 {
    color: #0091FF;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}

.th-single-property__lugares-info p {
    font-size: 15px;
    color: #757575;
    margin: 0;
}

.th-single-property__card {
    position: sticky;
    top: 0px;
    width: 100%;
}

.th-single-property__agent-card-container {
    position: relative;
    padding-left: 20px;
    width: 445px;
    margin-top: 36px;
}

.th-single-property__card-header {
    background-color: #003B68;
    color: white;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.th-single-property__card-info {
    text-align: center;
    background: white;
    margin-top: 5px;
    padding: 34px;
    border-radius: 25px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.th-single-property__card-info img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #FF4F2F;
}

.th-single-property__card-info h4 {
    margin-bottom: 5px;
}

.th-single-property__card-link {
    background-color: #F2F7FD;
    display: block;
    width: 90%;
    margin: auto;
    padding: 15px;
    border-radius: 25px;
    color: #5E5E5E;
    position: relative;
    margin-top: 10px;
}

.th-icon {
    width: 40px;
    height: 40px;
    background: #003B68;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 7px;
}

.th-single-property__map {
    margin-top: 60px;
}

.th-single-property__map #mapa-propiedad {
    border-radius: 25px;
}

.th-single-property h2 {
    font-family: "Barlow", Sans-serif;
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.th-single-property h2::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #F84F2F;
    left: 0;
    bottom: 0;
}

.th-single-property__related {
    margin-top: 90px;
}

.th-single-property__related .th-carousel-pt {
    margin-top: 40px;
}

/*Carousel*/
.th-carousel-pt {
    font-family: "Quicksand", sans-serif;
}

.th-carousel-pt__item {
    background-color: #ffffff;
    margin: 0;
    padding: 20px;
    border-radius: 25px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
    min-height: 450px;
    max-height: 452px;
}

.th-carousel-pt .th-carousel-pt__item{
    margin: 0 7px;
}

.th-carousel-pt__img {
    width: 100%;
    height: 210px !important;
    object-fit: cover;
    border-radius: 10px !important;
}

.th-carousel-pt__title {
    font-size: 16px;
    color: #233D66;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
}

.th-carousel-pt__extracto {
    font-size: 14px;
    color: #9E9E9E;
}

.th-carousel-pt__characteristics {
    border-top: 1px solid #EDEDED;
    padding-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.th-carousel-pt__characteristics-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.th-carousel-pt__characteristics-item span {
    margin-left: 5px;
    color: #9E9E9E;
}

.th-carousel-pt__footer {
    height: 40px;
    background: #F2F7FD;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.th-carousel-pt__footer a {
    font-weight: 700;
    font-size: 14px;
    background: #003B68;
    text-decoration: none;
    color: #FFFFFF;
    padding: 9px 15px;
    border-radius: 20px;
}

.th-carousel-pt__footer span {
    padding-left: 15px;
    color: #FF4F2F;
    font-weight: 500;
}

.th-carousel-pt .slick-track {
    padding: 3px 0;
}

.th-carousel-pt__agente {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 28px;
    top: 172px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
}

.th-carousel-pt .slick-prev {
    width: 40px;
    height: 40px;
    background: #3488D7;
    border-radius: 50%;
    border: none;
    z-index: 1;
    left: -14px;
    top: 45%;
    transition: all .4s;
    position: absolute;
}

.th-carousel-pt .slick-prev::before {
    content: none;
}

.th-carousel-pt .slick-next {
    width: 40px;
    height: 40px;
    background: #3488D7;
    border-radius: 50%;
    border: none;
    z-index: 1;
    right: -14px;
    transition: all .4s;
    position: absolute;
    top: 45%;
}

.th-carousel-pt .slick-next::before {
    content: none;
}

.th-carousel-pt .slick-prev:hover {
    background: #F84F2F;
}

.th-carousel-pt .slick-next:hover {
    background: #F84F2F;
}

/* Estilos para el Sidebar de Filtros */
.th-arc-propiedades {
    background: #F2F7FD;
    font-family: "Quicksand", sans-serif;
    padding-top: 40px;
    padding-bottom: 60px;
}

.th-arc-propiedades__container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.th-arc-propiedades__sidebar {
    width: 300px;
}

.th-arc-propiedades__sidebar h2 {
    background: #0091FF;
    color: #ffffff;
    font-family: "Barlow", Sans-serif;
    font-size: 25px;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}

.th-arc-propiedades__filters {
    gap: 15px;
    display: inline-flex;
    flex-direction: column;
}

.th-arc-propiedades__filters .filter-item {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
}
.th-arc-propiedades__filters label{
    margin-bottom: 15px;
    color: #2E2E2E;
    font-size: 18px;
}
.th-arc-propiedades__filters input, .th-arc-propiedades__filters select{
    border: 1px solid #003B68;
    border-radius: 10px;
    margin-bottom: 10px;
}
.th-arc-propiedades__filters button{
    background: #003B68;
    color: #ffffff;
    border: none;
    transition: all .4s linear;
}
.th-arc-propiedades__lista{
    width: calc(98% - 300px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}