<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IMMO EXEM - IMMO EXEM</title>
<link rel="icon" href="Imatges-300x264.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16495662094">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-16495662094');
</script>
</head>
<body>
<div class="container container-fluid">
<div class="row">
<!-- Columna izquierda con logo -->
<div class="col-12 col-lg-6">
<div style="text-align: center;">
<img src="images/LOGO-300x264.png" class="img-thumbnail border border-0" alt="...">
</div>
</div>
<!-- Columna derecha con enlace y botón -->
<div class="col-12 col-lg-6 text-center d-flex align-items-center w3-center w3-animate-zoom">
<a href="http://www.exem.cat/" style="color: white; text-decoration: none; width: 100%">
<button type="button" class="ps-5 pe-5 mb-3" style="position: relative; background: linear-gradient(#193771, #7da9b2); border: none; width: 100%;">
<div style="width: 100%; height: 110px; display: flex; justify-content: center; align-items: center;">
<span class="text-white fs-2" style="font-family: 'Martel Sans', sans-serif; font-weight: bold; text-align: center;">
<img src="images/finger-of-a-hand-pointing-to-right-direction.png" class="me-3"> <span>BORSA D'IMMOBLES</span>
</span>
</div>
</button>
</a>
</div>
</div>
<!--Imagen Obro Nueva en Alpicat-->
<div class="text-center mb-4 row w3-animate-right ">
<div class="col-12">
<img class="img-fluid" src="images/Cartell_Alpicat.png" alt="">
</div>
</div>
<!-- Sección de texto animado -->
<div class="animated tada infinite w3-animate-left">
<div class="p-3">
<h1 style="color:#193771; font-style: italic; font-weight: bold;">VOLS VENDRE EL TEU PIS?</h1>
<h1 style="color:#193771; font-weight: bold;">NOSALTRES T'AJUDEM.</h1>
</div>
</div>
<!-- Sección de texto a la derecha -->
<div class="d-flex flex-row-reverse w3-animate-right">
<div class="p-3 text-center">
<div data-aos="fade-left">
</div>
<div style="text-align: center; max-width: 100%; padding: 0 10px;">
<h1 style="color:#193771; font-style: italic; margin: 0;">VOLS UN LLOGUER FÀCIL?</h1>
<h1 style="color:#193771; margin: 0;">DEIXA’T ASSESSORAR.</h1>
</div>
</div>
</div>
<div class="row gx-0">
<div class="col-md-9 col-sm-12 mt-3">
<!-- Carrusel de imágenes -->
<div id="carouselExampleInterval" class="carousel slide" data-bs-ride="carousel" data-bs-interval="10000">
<div style="animation-duration: 1s;" class="carousel-inner w3-center w3-animate-top">
<div class="carousel-item active">
<img src="images/imagenImmoExemCartel-1536x579.jpeg" class="d-block w-100" alt="Primera imagen">
</div>
<div class="carousel-item">
<img src="images/Imagen1ImmoExemCartel.jpeg" class="d-block w-100" alt="Segunda imagen">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleInterval" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleInterval" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="col-md-3 mt-3">
<!-- Video -->
<div class="video-container w-100 d-flex justify-content-center align-items-center">
<video id="myVideo" controls autoplay muted class="w3-center w3-animate-opacity" style="width: 70%;">
<source src="images/videoImmoExem.mp4" type="video/mp4">
</video>
</div>
</div>
<script>
function ajustarTamañoVideo() {
var video = document.getElementById('myVideo');
var carousel = document.getElementById("carouselExampleInterval");
var windowWidth = window.innerWidth;
if (windowWidth >= 756) {
video.style.height = carousel.offsetHeight + 'px';
video.style.width = (carousel.offsetWidth / 2) + 'px';
} else {
video.style.height = 'auto';
video.style.width = '50%';
}
}
window.onload = ajustarTamañoVideo;
window.onresize = ajustarTamañoVideo;
</script>
<!-- Botón de oficinas -->
<div class="container text-center mt-3 w3-center w3-animate-top ">
<button type="button" class="ps-3 pe-3 mb-3" data-bs-toggle="popover" style="position: relative; background: linear-gradient(#83b5e8, #b4cce2); border: none; width: 100%;">
<span class="text-white fs-7" style="font-family: 'Martel Sans', sans-serif; font-weight: bold; text-align: center;">
<span style="color:#62686a;">LES NOSTRES OFICINES</span>
</span>
</button>
</div>
<!-- Mapas -->
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-6 text-center">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1491.6546461600885!2d0.64346!3d41.60582300000001!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12a6e086c0919439%3A0x10359f6e052f1905!2sCarrer%20Sant%20Jaume%2C%2011%2C%2025001%20Lleida%2C%20Espa%C3%B1a!5e0!3m2!1ses!2sus!4v1707996915671!5m2!1ses!2sus" width="100%" height="300" style="border:0; margin-bottom: 10px;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="col-12 col-lg-6 text-center">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d5965.129574675283!2d0.635779!3d41.621922!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12a6e05ef569ae17%3A0xfe1110665614e3fc!2sCarrer%20Bar%C3%B3%20de%20Maials%2C%2023%2C%2025005%20Lleida%2C%20Espa%C3%B1a!5e0!3m2!1ses!2sus!4v1707996157284!5m2!1ses!2sus" width="100%" height="300" style="border:0; margin-bottom: 10px;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
<!-- Pie de página -->
<div style="width: 100%; max-width: 100%; height: 100px; background-color: #1e316f; color: rgb(119, 119, 119); text-align: center; line-height: 100px;">
<a href="{{ path('app_homepage') }}">Inmobiliaria EXEM 2021</a>
-
<a href="{{ path('app_politica_privacidad_immo') }}" style="color: white; margin-right: 0px;">Política de privacidad</a>
</div>
<!-- Botón de ir arriba -->
<button onclick="irArriba()" id="botonIrArriba" title="Ir arriba"><i class="fa-solid fa-chevron-up"></i> </button>
<script>
function irArriba() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
window.onscroll = function() {mostrarBoton()};
function mostrarBoton() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("botonIrArriba").style.display = "block";
} else {
document.getElementById("botonIrArriba").style.display = "none";
}
}
</script>
<style>
#botonIrArriba {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: rgba(0, 0, 0, 0.5);
color: white;
cursor: pointer;
padding: 15px;
border-radius: 10px;
width: 50px;
height: 50px;
text-align: center;
line-height: 1;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>