/**
Theme Name: InmoDrop
Author: lavallweb
Author URI: https://lavallweb.com
Description: Astra Child Theme by lavallweb.com
Version: 1.25.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inmodrop
Template: astra
*/
/*Carrusel lista*/
.carru_inmo .marquee_text img{width:120px !important}
.carru_inmo .marquee_text{width:140px !important}
ul.lista_carousel{
	list-style: none;
    width: fit-content;
    margin: 10px auto 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
ul.lista_carousel li{
	display: flex;
    gap: 10px;
	font-size:15px;
}
ul.lista_carousel img{
	max-width:22px;
	max-height:22px;
}
.owl-carousel.owl-drag .owl-item{
	padding-bottom: 40px;
}
/*Carrusel informativo*/
#carrusel-inicio .swiper.swiper-initialized{
    overflow: visible
}
@media only screen and (min-width:1025px){
#carrusel-inicio .swiper-slide.swiper-slide-next {
    transform: scale(1);
    opacity: 1;
overflow: visible;
}
#carrusel-inicio .swiper-slide.swiper-slide-next>div {

    box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.7);
-webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.7);
-moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.7);
}
}
#carrusel-inicio .swiper-slide{
    opacity: 0.85;
    transform: scale(0.85);
}

@media only screen and (max-width:1024px){
	#carrusel-inicio .swiper-slide.swiper-slide-active {
			transform: scale(1);
			opacity: 1;
			overflow: visible;
	}
#carrusel-inicio .swiper-slide.swiper-slide-active>div {
    box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.7);
	-webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.7);
	-moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.7);
}
		
}

/*MENU BOTONERA PLANES*/
#menu_botonera{
	overflow:scroll
}
#menu_botonera > div{
	min-width:auto;
}
#menu_botonera {
  overflow: auto; /* permite scroll solo cuando hace falta */
  
  /* Ocultar scrollbar en IE, Edge */
  -ms-overflow-style: none;

  /* Ocultar scrollbar en Firefox */
  scrollbar-width: none;
}

/* Ocultar scrollbar en WebKit (Chrome, Safari, Opera) */
#menu_botonera::-webkit-scrollbar {
  display: none;
}
/*TABLAS PRECIOS */
#tabla_precios_movil .tabulator-row:nth-child(odd) div:last-child{
    display:none !important
}
#tabla_precios_movil .tabulator-row:nth-child(odd) div:first-child{
    width:100% !important;
}
/**/
.page-id-60 .uc_tab-slider--body{
	margin-top:0!important;
}
/*destacada tabs*/
#vender.active, #alquilar.active{
	display:flex !important;
}
#uc_ue_table_elementor_da49144 .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{
	white-space: normal;
}
/*tabla destacada*/
#tabla_recomendada .tabulator-row{
	display:flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}
#tabla_recomendada .tabulator-cell{height:auto!important}
#tabla_recomendada div[tabulator-field='column-1']{
	width:25% !important;
	font-weight:400;
	font-size:18px;
	color:#292929;
}
#tabla_recomendada div[tabulator-field='column-2']{
	width:30% !important;
	color:#535862;
	font-size:16px;
}
#tabla_recomendada div[tabulator-field='column-3']{
	width:45% !important;
	background-color:#DDDDD7;
	color:#535862;
	font-size:16px;
}
@media only screen and (max-width:767px){
	#tabla_recomendada .tabulator-header div[tabulator-field='column-1']{display:none !important; width:0% !important}
	#tabla_recomendada .tabulator-cell{height:auto!important}
	#tabla_recomendada .tabulator-row{
		flex-wrap: wrap;
	}
#tabla_recomendada .tabulator-tableholder div[tabulator-field='column-1']{
	width:100% !important;
	font-weight:400;
	font-size:18px;
	color:#292929;
	text-align:center;
	justify-content: center !important;
}
#tabla_recomendada  div[tabulator-field='column-2']{
	width:40% !important;
	color:#535862;
	font-size:15px;
	text-align:center;
	justify-content: center !important;
}
#tabla_recomendada  div[tabulator-field='column-3']{
	width:60% !important;
	background-color:#DDDDD7;
	color:#535862;
	font-size:15px;
	text-align:center;
	justify-content: center !important;
}
		
}
#uc_content_toggle_elementor_f392628 .tabs_recomendada .uc_tab-slider--trigger{
	padding: 2px 16px;
}