/*
Theme Name:  Ideas Inmobiliaria theme
Description: Tema hijo para hacer personalizaciones de código
Author:      Web Macanudo dev
Author URL:  https://tu-sitio.com/
Template:    hello-elementor
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ideas-theme
*/

body{
	font-family: "Rubik", sans-serif !important;
	background: #F7F7F5 !important;
}
.section.section.section.section.section{
	padding-top: 80px;
	padding-bottom: 80px;
}
.section2.section2.section2.section2.section2{
	padding-top: 20px;
	padding-bottom: 20px;
}
.h3 h3{
	font-size: 24px;
    margin: 0;
}
.h2 h2{
	font-size: 3rem;
    margin: 0;
}
.h4 h4{
	font-size: 4rem;
    margin: 0;
}
.txt-center.txt-center.txt-center.txt-center.txt-center{
	text-align: center !important;
}
.h100{
	height: 100% !important;
}
.toptitle.toptitle.toptitle{
	color: #023F87;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
}
.sectiontitle.sectiontitle.sectiontitle{
	color: #293340;
	font-size: 40px;
	text-align: center;
	font-weight: 500;
}
.bottomtitle.bottomtitle.bottomtitle{
	color: #9F9F99;
	text-align: center;
	font-size: 20px;
}
.toptitle>p, .sectiontitle>p, .bottomtitle>p{
	margin-bottom: 0;
}
/* Animación para botón amarillo */
.btnprimary-animation.btnprimary-animation.btnprimary-animation a{
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btnprimary-animation.btnprimary-animation.btnprimary-animation a::before,
.btnprimary-animation.btnprimary-animation.btnprimary-animation a::after {
	content: "";
	position: absolute;
	width: 150%;
	height: 101%;
	background: #0D0F12;
	top: 0;
	z-index: -1;
	transition: transform 0.6s ease;
}
.btnprimary-animation.btnprimary-animation.btnprimary-animation a::before {
	left: -20px;
	transform: translateX(-100%) skewX(-30deg);
	transform-origin: left;
}
.btnprimary-animation.btnprimary-animation.btnprimary-animation a::after {
	right: -20px;
	transform: translateX(100%) skewX(-30deg);
	transform-origin: right;
}
.btnprimary-animation.btnprimary-animation.btnprimary-animation a:hover {
  color: #fff !important;
}
.btnprimary-animation.btnprimary-animation.btnprimary-animation a:hover::before {
	transform: translateX(-10%) skewX(-30deg);
}

.btnprimary-animation.btnprimary-animation.btnprimary-animation a:hover::after {
	transform: translateX(10%) skewX(-30deg);
}
/* ALL PAGES */
.page-banner.page-banner.page-banner.page-banner{
	height: 60vh;
	position: relative;
	overflow: hidden;
}
.page-banner.page-banner.page-banner.page-banner .page-banner-pic{
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}
.page-banner.page-banner.page-banner.page-banner .page-banner-pic:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #000f21e8 0%, #000f218c 50%, #023f8742 100%);
	z-index: 1;
}
.page-banner.page-banner.page-banner.page-banner .page-banner-pic img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	animation: 32s ease-out 0s infinite normal none running zoom-in-zoom-out;
}
@keyframes zoom-in-zoom-out{
	0% {
		transform: scale(1.2);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
.page-banner.page-banner.page-banner.page-banner .page-banner-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 30px;
	margin-left: 30px;
	z-index: 2;
}
.page-banner.page-banner.page-banner.page-banner .page-banner-title>div>div{
	text-align: left;
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.2;
}
.page-banner.page-banner.page-banner.page-banner .page-banner-title>div>div strong{
	color: #FDBC11;
	font-weight: 600;
}
@media (min-width:790px){
	.section.section.section.section.section.section{
		min-height: 90vh;
	}
}
@media (max-width:789px){
	.h2.h2 h2{
		font-size: 2rem;
	}
	.h4.h4 h4{
		font-size: 3rem;
	}
	.section.section.section.section.section.section{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sectiontitle.sectiontitle.sectiontitle{
		font-size: 32px;
	}
	.bottomtitle.bottomtitle.bottomtitle{
		font-size: 16px;
	}
	.page-banner .h1, 
	.page-banner.page-banner.page-banner.page-banner .page-banner-title>div>div{
		font-size: 38px !important;
		width: 90%;
	}
}

/* ===================================> HEADER */



/* ...................................> END HEADER */

/* ===================================> HOME */
#hero{
	height: 85vh;
	position: relative;
}
#hero .hero-title{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.2;
}
#hero .hero-banner{
	overflow: hidden;
	position: relative;
	height: 100%;
}
#hero .hero-banner:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #000F21de 0%, #023F8700 100%);
	z-index: 1;
}
#hero .hero-banner .swiper figure,
#hero .hero-banner .swiper{
	height: 100%;
}
#hero .hero-banner img{
	object-fit: cover;
	height: 100%;
}
#hero .hero-title strong{
	color: #FDBC11;
	font-weight: 500;
}
#searcherHome{
	margin-top: -50px;
	z-index: 3;
}
#inmueblesVentaTop{
	padding-top: 80px;
}
#inmueblesVentaBottom{
	position: relative;
}
.inmuebles-venta-deco{
	opacity: .15;
	position: absolute;
	bottom: -25px;
	left: 0;
}
.inmuebles-venta-deco img{
	width: 100%;
}
#revisaProp, #experience{
	padding-top: 250px;
	padding-bottom: 250px;
}
#revisaProp .h2, #experience .h2{
	color: #fff;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.1;
}
#revisaProp .h2 strong, #experience .h2 strong{
	color: #FDBC11;
	font-weight: 400;
}
#revisaProp .btns a, #experience .btns a{
	border-radius: 0px;
	padding: 17px 50px;
	color: #023F87;
	background: #fff;
}
#revisaProp .btns>div:first-child a, #experience .btns>div:first-child a{
	background: #FDBC11;
}

#services{
	overflow: hidden;
}
#services .services-cards{
	margin-top: 50px;
	position: relative;
}
#services .services-cards:after{
	content: "";
	width: 400px;
	height: 400px;
	position: absolute;
	right: -50px;
	bottom: -90px;
	background: url(../../uploads/2026/04/pic-ideas-inmobiliarias-1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.services-cards .elementor-widget-icon-box .elementor-icon-box-title{
	color: #023F87;
	font-size: 20px;
	line-height: 1.4;
	min-height: 55px;
}
.services-cards .elementor-widget-icon-box:hover .elementor-icon-box-title{
	color: #023F87;
}
.services-cards .elementor-widget-icon-box .elementor-icon-box-description{
	font-size: 16px;
	color: #293340;
	line-height: 1.3;
}
.services-cards .elementor-icon svg{
	height: 90px;
    width: auto;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	#hero .hero-title{
		font-size: 2rem;
		width: 90%;
	}
	#hero {
		height: 70vh;
	}
	#searcherHome{
		margin-top: -100px;
	}
	#revisaProp, 
	#experience,
	#mainSingleProperties .div-prefoot.div-prefoot{
		padding-top: 150px;
		padding-bottom: 150px;
	}
	#services .services-cards:after{
		display: none;
	}
	#revisaProp .h2, 
	#experience .h2, 
	#mainSingleProperties .div-prefoot.div-prefoot .div-h2{
		font-size: 36px;
	}
	#revisaProp .h2 p, 
	#experience .h2 p, 
	#mainSingleProperties .div-prefoot.div-prefoot .div-h2 p{
		margin-bottom: 0;
	}
	#revisaProp .btns .elementor-widget-button{
		width: 100%;
		padding-inline: 30px;
	}
	#revisaProp .btns a{
		width: 100%;
	}
}

/* ...................................> END HOME */

/* ===================================> QUIENES SOMOS */
#quienesSomos{
	overflow: hidden;
}
#quienesSomos:after{
	content: "";
	width: 700px;
	height: 800px;
	position: absolute;
	right: -10%;
	top: 5%;
	background: url(../../uploads/2026/04/pic-quienes-somos-deco.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
.quienesSomos-desc{
	line-height: 1.3;
}
.quienesSomos-desc ul{
	margin-bottom: 20px;
}
#mvv .mvv-r{
	padding-inline: 30px;
	box-shadow: rgb(0 0 0 / 20%) 0px 7px 25px -1px;
}
.mvv-r .elementor-widget-text-editor p{
	line-height: 1.3;
	font-size: 17px;
}
.mvv-r .elementor-widget-text-editor strong{
	color: #023F87;
	font-size: 28px;
}
#mvv .value-icon svg{
	height: 60px;
	width: auto;
}
#mvv .value-icon .elementor-icon-box-content p{
	font-size: 16px;
	color: #11CAFD;
}
#agents{
	
}
#porqueNosotros{
	padding-top: 250px;
	padding-bottom: 250px;
}
#porqueNosotros .sectiontitle,
#porqueNosotros .porqueNosotros-desc{
	color: #fff; 
}
#porqueNosotros .porqueNosotros-desc{
	font-size: 24px;
	text-align: center;
}
#porqueNosotros .porqueNosotros-desc strong{
	color: #11CAFD;
}
@media (max-width: 768px){
	#mvv .btns{
		padding: 0;
	}
	#mvv>.e-con-inner{
		gap: 0;
	}
	#porqueNosotros{
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

/* ...................................> END QUIENES SOMOS */

/* ===================================> CONTÁCTANOS */
.page-id-336 .page-banner.page-banner.page-banner.page-banner .page-banner-pic img{
	object-position: top;
}
#formContact .wpforms-field label{
	font-weight: 400;
	color: #293340;
}
#formContact .wpforms-field input,
#formContact .wpforms-field textarea{
	background: #EFEFEC;
	border-color: #29334010;
}
#formContact .wpforms-field.wpforms-field-checkbox label{
	font-size: 14px;
	color: #93938C;
}
#formContact .wpforms-submit{
	background-color: #023F87;
	padding-inline: 50px;
	margin-top: 30px;
}
@media (max-width: 768px){
	#formContact .wpforms-field-text,
	#formContact .wpforms-field-number{
		width: 100%;
	}
	#formContact .wpforms-field-number{
		margin: 0;
	}
}

/* ...................................> END CONTÁCTANOS */


/* ===================================> TODAS LAS PROPIEDADES */
.main-properties .card-property{
	box-shadow: 1px 1px 20px #88888857;
	border-radius: 0;
	border: none;
}
.main-properties .card-property .card-property-pic img{
	aspect-ratio: 16 / 11;
	width: 100%;
	transition: transform 0.6s ease;
}
.main-properties .card-property .card-property-pic .card-property-pic-gradient{
	position: relative;
	overflow: hidden;
}
.main-properties .card-property .card-property-pic .card-property-pic-gradient:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #00000082 0%, #00000000 50%, #0000007d 100%);
	z-index: 1;
}
.main-properties .card-property-body{
	padding: 5px 20px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.main-properties .status-property{
	margin-top: 10px;
}
.main-properties .status-property span{
	padding: 5px 10px;
	background: #FDBC11;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
	display: inline-block;
}
.main-properties .card-property-body h2{
	line-height: .6;
}
.main-properties .card-property-body a{
	font-size: 16px;
	color: #293340;
	font-weight: 600;
	transition: 500ms;
}
.main-properties .card-property:hover .card-property-body a{
	color: #11CAFD;
}
.main-properties .details-properties{
	display: flex;
	row-gap: 15px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-properties .detail-property{
	display: inline-block;
}
.main-properties .detail-property img{
	width: auto;
	height: 20px;
	margin-right: 3px;
}
.main-properties .detail-property span{
	font-size: 12px;
	color: #293340;
	font-weight: 500;
}
.main-properties .price-property{
	margin-top: 25px;
	color: #023F87;
	font-weight: 600;
	font-size: 22px;
}
/* Animación cards */
.overlay-hover {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.4s ease;
	z-index: 2;
}
.overlay-hover span {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-size: 14px;
	letter-spacing: 1px;
	transition: 0.3s;
}
.card-property:hover .card-property-pic img,
.card-propiedad:hover .div-image .img{
	transform: scale(1.1);
}
.card-property:hover .overlay-hover,
.card-propiedad:hover .overlay-hover{
	opacity: 1;
}
.overlay-hover span:hover {
	background: #FDBC11;
	border-color: #FDBC11;
	color: #023F87;
}
.overlay-hover::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30%;
	width: 40%;
	height: 200%;
	background: linear-gradient(
		120deg,
		transparent,
		rgba(255,255,255,0.2),
		transparent
	);
	transform: translateY(-50%) rotate(25deg);
	opacity: 0;
}
.card-property:hover .overlay-hover::after,
.card-propiedad:hover .overlay-hover::after{
	animation: luzCard 0.8s ease;
}
@keyframes luzCard {
	0% {
		left: -30%;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		left: 120%;
		opacity: 0;
	}
}


/* ...................................> END TODAS LAS PROPIEDADES */

/* ===================================> PROPIEDAD INDIVIDUAL */
#mainSingleProperties{
	position: relative;
}
#mainSingleProperties .mySwiper2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;	
}
#mainSingleProperties .mySwiper2 .swiper-slide::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #000F21de 0%, #023F8700 50%);
}
#mainSingleProperties .mySwiper2 .swiper-slide::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, #000F21de 0%, #023F8700 25%);
}
#mainSingleProperties .mySwiper2 .swiper-slide img,
#mainSingleProperties .mySwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mainSingleProperties .mySwiper2 .div-icono img,
#mainSingleProperties .mySwiper .div-icono img{
	position: absolute;
	top: 0;
	width: 30px;
	height: auto;
	z-index: 10;
	right: 30px;
}
#mainSingleProperties {
	background: #F7F7F5 !important;
	color: #000;
}
#mainSingleProperties .mySwiper .swiper-button-next, .swiper-button-prev{
	color: white;
	opacity: 0.;
	width: 15px;
}
#mainSingleProperties .mySwiper .swiper-slide,
#mainSingleProperties .mySwiper2 .swiper-slide{
	background-size: cover;
	background-position: center;
}
#mainSingleProperties .mySwiper2 {
	height: 100vh;
	width: 100%;
}
#mainSingleProperties .div-buscador{
	position: absolute;
	top: 22%;
	transform: translateY(-50%);
	color: white;
	z-index: 10;
	width: 90%;
}
#mainSingleProperties .btn-buscar{
	background: #fdbc11 !important;
	color:#023F87 !important;
}
#mainSingleProperties .btn-buscar svg path {
	fill: #023F87 !important;
}
#mainSingleProperties .texto-fijo {
	position: absolute;
	bottom: -5%;
	transform: translateY(-50%);
	color: white;
	z-index: 10;
	width: 80%;
}
#mainSingleProperties .texto-fijo .h2{
	margin-top: -10px;
	display: block;
}
#mainSingleProperties .div-estado{
	background: linear-gradient(90deg, #d4a017 0%, rgb(0 0 0 / 0%) 100%);
	font-weight: 600;
	z-index: 10;
	width: 150px;
	padding-left: 10px;
	font-size: 16px;
}
#mainSingleProperties .mySwiper {
	height: 100px;
	box-sizing: border-box;
	margin-top: -270px;
	width: 80%;
	float: left;
}
#mainSingleProperties .mySwiper .swiper-wrapper{
	width: 95%;
}
#mainSingleProperties .p-texto{
	padding-left: 15px;
}
#mainSingleProperties .p-texto2{
	padding-left: 10px;
}
#mainSingleProperties .img-inv{
	max-height: 50px;
}
#mainSingleProperties .mySwiper .swiper-slide {
	width: 100px !important;
	height: 100%;
	opacity: 0.4;
	border: solid white;
}
#mainSingleProperties .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	border: solid #FDBC11;
}
#mainSingleProperties .mySwiper .swiper-slide .div-image>img,
#mainSingleProperties .mySwiper2 .swiper-slide .div-image>img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mainSingleProperties .icons-div{
	padding: 20px 0px;
}
#mainSingleProperties .tabla-propiedad {
	width: 100%;
}
#mainSingleProperties .fila {
	display: grid;
	grid-template-columns: 1fr 2fr;
}
#mainSingleProperties .label {
	padding: 12px;
	font-weight: bold;
}
#mainSingleProperties .valor {
	padding: 12px;
}

/* alternado correcto */
#mainSingleProperties .fila:nth-child(odd) .label,
#mainSingleProperties .fila:nth-child(odd) .valor {
	background: #e5e5e5;
}

#mainSingleProperties .fila:nth-child(even) .label,
#mainSingleProperties .fila:nth-child(even) .valor {
	background: #f5f5f5;
}
#mainSingleProperties #map{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 15px;
}
#mainSingleProperties .div-compartir{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#mainSingleProperties .texto-comp{
	color: #023F87;
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
}
#mainSingleProperties .div-compartir:hover .texto-comp{
	color: #fdbc11;
} 
#mainSingleProperties .div-compartir:hover .img-comp{
	filter: brightness(0) saturate(100%) invert(92%) sepia(19%) saturate(5284%) hue-rotate(340deg) brightness(95%) contrast(111%);
}
#mainSingleProperties .img-comp{
	max-width: 24px;
}
#mainSingleProperties .div-asesor{
	background-color:#fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 10px;
	margin-top: 120px;
	padding: 18px;
}
#mainSingleProperties .img-asesor{
	border-radius: 10px;
	width: 170px;
	margin-top: -70px;
}
#mainSingleProperties .div-asesor span{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 20px 10px;
	line-height: 1.1;
}
#mainSingleProperties .img-telf{
	margin-bottom: 1rem;
	padding-right: 5px;
}
#mainSingleProperties .div-celu{
	display: flex;
	flex-direction: row;
}
#mainSingleProperties .div-celu p{
	color: #023F87;
	font-size: 16px;
}
#mainSingleProperties .p-email{
	color: #11CAFD;
}
#mainSingleProperties .buttonn{
	padding: 10px 20px;
	margin: 5px;
	color: #023F87;
	font-weight: 500;
	display: inline-block;
}
#mainSingleProperties .p-perfil{
	border: solid #293340 1px;
}
#mainSingleProperties .p-conectar{
	background-color: #FDBC11;
}
#mainSingleProperties .div-buttons{
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
#mainSingleProperties .div-recientes{
	margin-bottom: -250px;
	padding-bottom: 250px;
	position: relative;
	z-index: 1;
}
#mainSingleProperties .div-recientes::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../../uploads/2026/04/Group-290.png");
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.1;
	z-index: -1;
	transform: translateY(205px);
}
#mainSingleProperties .div-prefoot{
	padding-top: 250px;
	padding-bottom: 250px;
	background-image: url(../../uploads/2026/04/bg-revisa-propiedades.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}	
#mainSingleProperties .shape-bottom{
	transform: rotate(180deg);
	bottom: -1px;
}
#mainSingleProperties .shape-top{
	top: -1px;
}
#mainSingleProperties .shape-top svg{
	transform: translateX(-50%) rotateY(180deg);
	display: block;
	left: 50%;
	position: relative;
	width: calc(100% + 1.3px);
}
#mainSingleProperties .shape-bottom svg{
	transform: translateX(-50%) rotateY(180deg);
	display: block;
	left: 50%;
	position: relative;
	width: calc(100% + 1.3px);
}
#mainSingleProperties .div-shape{
	direction: ltr;
	left: 0;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
#mainSingleProperties .shape-bottom .shape-fill{
	fill: #0D0F12;
	transform: rotateY(0deg);
	transform-origin: center;
}
#mainSingleProperties .shape-top .shape-fill{
	fill: #F7F7F5;
	transform: rotateY(0deg);
	transform-origin: center;
}
#mainSingleProperties .div-prefoot .div-h2{
	color: #fff;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.1;
}
#mainSingleProperties .div-prefoot .div-btns{
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding: 30px;
	gap: 20px;
}
#mainSingleProperties .div-prefoot .div-btns .div-button{
	background: #FDBC11;
	border-radius: 3px;
	padding-inline: 20px;
	color: #023F87;
	display: inline-block;
	fill: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	text-align: center;
	transition: all .3s;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}
#mainSingleProperties .div-prefoot .div-btns .div-button2{
	border-radius: 3px;
	padding-inline: 20px;
	color: #023F87;
	background: #fff;
	display: inline-block;
	fill: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	text-align: center;
	transition: all .3s;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}
#mainSingleProperties .div-descripcion ul{
	padding-bottom: 20px;
	padding-right: 40px;
}
#mainSingleProperties .copy-link:hover .tooltip{
	background-color: #ffffff;
	color: #023f87 !important;
	font-weight: bold;
}
#mainSingleProperties .copy-link{
	position: relative;
	cursor: pointer;
}
#mainSingleProperties .copy-link .tooltip {
	position: absolute;
	top: 0;
	line-height: 1.5;
	font-size: 14px;
	background-color: #ffffff;
	color: #ffffff;
	padding: 5px 8px;
	border-radius: 5px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	white-space: nowrap;
}
#mainSingleProperties .copy-link .tooltip::before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background-color: #ffffff;
	bottom: -3px;
	left: 50%;
	transform: translate(-50%) rotate(45deg);
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#mainSingleProperties .copy-link:hover .tooltip {
	top: -45px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
#mainSingleProperties .copy-link:hover .tooltip,
#mainSingleProperties .copy-link:hover .tooltip::before {
	background-color: var(--main-color);
	color: #ffffff;
}
@media (min-width: 1025px) {
	#mainSingleProperties .div-prefoot{
		background-attachment: fixed;
	}
	#mainSingleProperties .div-buscador, 
	#mainSingleProperties .texto-fijo{
		width: 1330px;
	}

}
@media(max-width:789px){
	#mainSingleProperties .indv{
		padding: 10px;
	}
	#mainSingleProperties .asesor{
		padding-top:30px;
	}
	#mainSingleProperties .div-buscador{
		width: 100%;
		transform: translateY(-30%);
		display: none;
	}
	#mainSingleProperties .texto-fijo {
		bottom: -8%;
		width: 95%;
	}

}
@media (min-width: 992px){
	#mainSingleProperties .asesor.asesor{
		height: 100%;
	}
	#mainSingleProperties .asesor.asesor .div-asesor{
		position: sticky;
		top: 180px;
	}
}
/* ...................................> END PROPIEDAD INDIVIDUAL */


/* ===================================> FOOTER */
@media(max-width:789px){
	.site-logo{
		margin: auto;
	}
	.f-social.f-social{
		justify-content: center;
		margin-top: 30px;
	}
	.f-nav{
		padding-inline: 25px;
	}
	.f-nav-title{
		margin-top: 35px;
	}
	.footer-bottom.footer-bottom.footer-bottom,
	.footer-bottom.footer-bottom .footer-bottom-r{
		text-align: center;
	}
	.footer-bottom.footer-bottom>div{
		margin-top: 15px;
	}
}
/* Botón para subir arriba */
.ir-arriba {
	background: #023F87;
	bottom: 20px;
	display: block;
	position: fixed;
	left: 20px;
	text-align: center;
	text-decoration: none;
	padding: 10px 12px;
	z-index: 99;
	border: 2px solid #fff;
}
.ir-arriba svg{
	width: 20px;
	height: 20px; 
}
.ir-arriba svg path{
	fill: #fff;
}
.ir-arriba:hover {
	background: #FDBC11;
	border: 2px solid #023F87;
}
.ir-arriba:hover svg path{
	fill: #023F87;
}
footer.footer{
	background: #0D0F12;
	padding-top: 10px;
	padding-bottom: 40px;
}
.site-logo{
	width: 80%;
}
.f-social{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 10px;
}
.f-social svg{
	height: 50px;
}
.f-social .i-tiktok svg{
	height: 35px;
}
.f-social svg path{
	fill: #fff;
	transition: 500ms;
}
.f-social svg:hover path{
	fill: #FDBC11;
}
.f-nav-title{
	font-weight: 500;
	color: #61A3ED;
}
.f-nav ul{
	list-style-type: none;
	color: #fff;
	padding-left: 0;
}
.f-nav ul a{
	color: #fff;
	font-weight: 300;
	position: relative;
}
.f-nav ul a:hover{
	color: #11CAFD;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.f-nav ul a::before{
	content: "";
	position: absolute;
	left: -15px;
	top: 7px;
	width: 6px;
	height: 6px;
	background: #11CAFD;
	border-radius: 50%;
	transform: scale(0);
	transition: transform 0.2s ease;
}
.f-nav ul a:hover::before{
	transform: scale(1);
}
.f-nav-contact{
	display: flex;
	column-gap: 10px;
}
.f-nav-contact svg{
	width: 25px;
	height: auto;
}
.f-nav-contact span{
	color: #fff;
	font-weight: 300;
}
.footer-bottom{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.footer-bottom .footer-bottom-r{
	text-align: right;
}
.footer-bottom .footer-bottom-r a{
	color: #fff;
	transition: 500ms;
}
.footer-bottom .footer-bottom-r a:hover{
	color: #11CAFD;
}
/* ...................................> END FOOTER */


