.elementor-1035 .elementor-element.elementor-element-04b4012{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1035 .elementor-element.elementor-element-fa791a3{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-1035 .elementor-element.elementor-element-fa791a3 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1035 .elementor-element.elementor-element-fa791a3.elementor-element{--flex-grow:500;--flex-shrink:500;}.elementor-1035 .elementor-element.elementor-element-fa791a3 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-1035 .elementor-element.elementor-element-3c3d968{--display:flex;}.elementor-1035 .elementor-element.elementor-element-99d58f3.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:1;}.elementor-1035 .elementor-element.elementor-element-99d58f3 > .elementor-widget-container{border-style:none;}.elementor-1035 .elementor-element.elementor-element-ef0d5cb{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-99d58f3 *//* Contenedor principal del Search & Filter */
.searchandfilter {
    max-width: 800px;
    margin: 60px auto;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border: none !important;
}

/* Lista de campos */
.searchandfilter ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Cada campo individual */
.searchandfilter li {
    flex: 1;
    min-width: 200px;
    margin: 0;
}

/* OCULTAR TODOS LOS LABELS */
.searchandfilter label {
    display: none !important;
}

/* Selects */
.searchandfilter select {
    width: 100% !important;
    padding: 18px 20px !important;
    border: 2px solid #e8e8e8 !important;
    border-radius: 12px !important;
    font-size: 1.1rem !important;
    background: #ffffff !important;
    color: #333 !important;
    transition: all 0.3s ease !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
    background-position: right 16px center !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    cursor: pointer !important;
}

/* Hover en selects con TU COLOR ROSADO */
.searchandfilter select:hover {
    border-color: #E60F65 !important;
    box-shadow: 0 0 0 3px rgba(230, 15, 101, 0.1) !important;
}

/* Focus en selects con TU COLOR ROSADO */
.searchandfilter select:focus {
    outline: none !important;
    border-color: #E60F65 !important;
    box-shadow: 0 0 0 4px rgba(230, 15, 101, 0.15) !important;
}

/* Botón de búsqueda con TU COLOR ROSADO */
.searchandfilter input[type="submit"] {
    background: linear-gradient(135deg, #E60F65, #ff4569) !important;
    color: white !important;
    border: none !important;
    padding: 18px 35px !important;
    border-radius: 12px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    min-width: 140px !important;
    box-shadow: 0 4px 15px rgba(230, 15, 101, 0.3) !important;
}

/* Hover en botón con TU COLOR ROSADO */
.searchandfilter input[type="submit"]:hover {
    background: linear-gradient(135deg, #d10e5a, #E60F65) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(230, 15, 101, 0.4) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .searchandfilter ul {
        flex-direction: column;
    }
    
    .searchandfilter li {
        min-width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3c3d968 */<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Buscador de Propiedades - Monica Arce</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #ffffff;
            color: #333;
            line-height: 1.6;
        }
        
        .search-container {
            max-width: 800px;
            margin: 60px auto;
            padding: 40px 20px;
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
        }
        
        .search-title {
            text-align: center;
            margin-bottom: 40px;
            font-size: 2.2rem;
            font-weight: 300;
            color: #1a1a2e;
            letter-spacing: -1px;
        }
        
        .search-form {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            align-items: end;
            justify-content: center;
        }
        
        .form-group {
            flex: 1;
            min-width: 200px;
        }
        
        .form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #1a1a2e;
            font-size: 0.95rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .form-select {
            width: 100%;
            padding: 18px 20px;
            border: 2px solid #e8e8e8;
            border-radius: 12px;
            font-size: 1.1rem;
            background: #ffffff;
            color: #333;
            transition: all 0.3s ease;
            appearance: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
            background-position: right 16px center;
            background-repeat: no-repeat;
            background-size: 16px;
            cursor: pointer;
        }
        
        .form-select:hover {
            border-color: #ff1744;
            box-shadow: 0 0 0 3px rgba(255, 23, 68, 0.1);
        }
        
        .form-select:focus {
            outline: none;
            border-color: #ff1744;
            box-shadow: 0 0 0 4px rgba(255, 23, 68, 0.15);
        }
        
        .search-button {
            background: linear-gradient(135deg, #ff1744, #ff4569);
            color: white;
            border: none;
            padding: 18px 35px;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 10px;
            min-width: 140px;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(255, 23, 68, 0.3);
        }
        
        .search-button:hover {
            background: linear-gradient(135deg, #e91e63, #ff1744);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(255, 23, 68, 0.4);
        }
        
        .search-button:active {
            transform: translateY(0);
            box-shadow: 0 4px 15px rgba(255, 23, 68, 0.3);
        }
        
        .search-icon {
            width: 18px;
            height: 18px;
            fill: currentColor;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .search-form {
                flex-direction: column;
            }
            
            .form-group {
                min-width: 100%;
            }
            
            .search-title {
                font-size: 1.8rem;
            }
            
            .search-container {
                margin: 30px auto;
                padding: 30px 20px;
            }
        }
        
        /* Animación sutil */
        .search-container {
            animation: fadeInUp 0.6s ease-out;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Efecto hover en el contenedor */
        .search-container:hover {
            box-shadow: 0 15px 50px rgba(0,0,0,0.12);
            transition: box-shadow 0.3s ease;
        }
    </style>
</head>
<body>
    <div class="search-container">
        <h2 class="search-title">Encuentra tu Propiedad Ideal</h2>
        
        <form class="search-form">
            <div class="form-group">
                <label class="form-label">Ciudad</label>
                <select class="form-select">
                    <option value="">Todas las ciudades</option>
                    <option value="madrid">Madrid</option>
                    <option value="barcelona">Barcelona</option>
                    <option value="valencia">Valencia</option>
                    <option value="sevilla">Sevilla</option>
                </select>
            </div>
            
            <div class="form-group">
                <label class="form-label">Tipo</label>
                <select class="form-select">
                    <option value="">Cualquier tipo</option>
                    <option value="casa">Casa</option>
                    <option value="apartamento">Apartamento</option>
                </select>
            </div>
            
            <button type="submit" class="search-button">
                <svg class="search-icon" viewBox="0 0 24 24">
                    <path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>
                </svg>
                Buscar
            </button>
        </form>
    </div>
</body>
</html>/* End custom CSS */