/*
 Theme Name:   EJEMPLO
 Description:  Hello Elementor Child Theme
 Author:       Asciende
 Author URI:   https://asciende.pe
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor
*/

/* -----> GENERAL */

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: var(--e-global-color-primary);
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}
.elementor-widget-text-editor .elementor-widget-container>*:last-child,
.elementor-text-editor>*:last-child{
	margin-bottom: 0 !important;
}
* a{
	color: var(--e-global-color-secondary);
}
* a:hover{
	color: var(--e-global-color-primary);
}
.items_rep .jet-listing-dynamic-repeater__items {
    flex-wrap: wrap !important;
}
.elementor-select-wrapper .select-caret-down-wrapper{
	color: transparent !important;
	background-image: url('https://santafe.cubika-inmobiliaria.com/wp-content/uploads/2025/01/icon_down.svg'); /* Ruta a tu icono personalizado */
    background-repeat: no-repeat;
	background-size: contain;
    background-position: center center; /* Ajusta la posición del icono */
	font-size: 5px;
}
.elementor-field-type-acceptance .elementor-field-option{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
}
.elementor-select-wrapper select option {
    color: #000;
}
body.single-post input[type="submit"]{
	border: 1px solid #000;
	border-radius: 0px;
	color: #000;
	transition: 0.4s all ease-in-out;
}
body.single-post input[type="submit"]:hover{
	background: #000;
	color: #fff;
}

/* -----> CABECERA */

@media (max-width: 767px) {
    body:not(.rtl) .elementor-647 .elementor-element.elementor-element-6900011 .elementor-sitemap-section ul {
        padding-left: 25px;
        margin-left: 0px;
    }
}

/* -----> PIE DE PAGINA */



/* -----> PAGINA DE INICIO */