<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Ausolan | Restauración y limpieza colectiva</title>
    <meta property="og:title" content="Inicio | Restauración colectiva y limpieza">
    <link rel="icon" href="https://www.ausolan.com/assets/images/favicon-png.png" type="image/x-icon">
</head>
<body>
    <style>
        @font-face {
            font-family: "Hass Grotesk";
            src: url("https://www.ausolan.com/assets/fonts/NeueHaasGroteskDisplay-55Roman.otf") format("truetype-variations");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        section{
            min-height: 100vh;
            position: relative;
            font-size: 0;
        }
        .article-wrapper{
            overflow: hidden;
            height: 100vh;
            min-height: 700px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        article {
            max-width: 1500px;
            width: 100%;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }
        header {
            margin-top: 10px;
            padding: 20px;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        h1, p {
            margin-bottom: 30px;
            font-family: "Hass Grotesk";
            font-weight: 400;
            font-size: 20px;
            color: #fff;
        }
        figure {
            padding-left: 20px;
            padding-right: 20px;
            display: flex;
            justify-content: center;
        }
        img {
            width: 100%;
        }
        .social-networks {
            padding-left: 20px;
            padding-right: 20px;
            margin-top: 20px;
            display: flex;
            flex-direction: row;
            gap: 10px;
            align-items: center;
            justify-content: center;
            justify-content: flex-end;
            position: absolute;
            bottom: 5dvh;
            right: 0;
        }
        .social-networks img:hover {
            background-color: #000;
            border-radius: 100px;
        }
        .video_wrapper {
            position: absolute;
            top: 0;
            right: 0px;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -1000;
            overflow: hidden;

        }
        .video_wrapper::before {
            content: "";
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-color: #262326;
            opacity: 0.5;
            position: absolute;
            z-index: 10;
        }
        video {
            height: 100dvh;
            min-height: 700px;
            width: 100dvw;
            object-fit: cover;
        }

        @media (min-width: 768px) {
            header {
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                gap: 20px;
            }
            header > * {
                width: 40dvw;
            }
        }
        @media (min-width: 1200px) {
            figure {
                padding-left: 40px;
                padding-right: 40px;
            }
            header {
                padding: 40px;
                flex-direction: row;
                flex-wrap: nowrap;
                gap: 60px;
            }
            .social-networks {
                padding-left: 40px;
                padding-right: 40px;
            }
        }
        @media (min-width: 1750px) {

            .social-networks {
                right: 20dvw;
            }
        }
    </style>
    <section>
        <div class="article-wrapper">
            <article>
                <figure>
                    <img src="https://www.ausolan.com/assets/images/logo.svg" alt="Ausolan logo">
                </figure>
                <header>
                    <h1>Estamos dándole el último toque a la página web para que quede impecable. Pronto estaremos contigo.</h1>
                    <p>Gure webgune berriari azken ikutua ematen ari gara, bikain gera dadin, laster zurekin.</p>
                    <p>Estem donant l'últim cop de forn a la nostra web perquè quedi en el  seu  punt ideal de cocció. Aviat estarem amb tu.</p>
                    <p>Estamos a darlle o último toque á página web para que quede impecable. Pronto estaremos contigo.</p>
                </header>
            </article>
            <div class="social-networks">
                <a href="https://www.instagram.com/grupoausolan/">
                    <img src="https://www.ausolan.com/assets/images/RRSS/instagram.svg" alt="">
                </a>
                <a href="https://twitter.com/GrupoAUSOLAN/">
                    <img src="https://www.ausolan.com/assets/images/RRSS/x.svg" alt="">
                </a>
                <a href="https://es-la.facebook.com/GrupoAUSOLAN/">
                    <img src="https://www.ausolan.com/assets/images/RRSS/facebook.svg" alt="">
                </a>
                <a href="https://es.linkedin.com/company/grupo-ausolan">
                    <img src="https://www.ausolan.com/assets/images/RRSS/linkedin.svg" alt="">
                </a>
            </div>
        </div>
        <div class="video_wrapper">
            <video preload="true" autoplay loop muted src="https://www.ausolan.com/assets/images/AUSOLAN BRAND VIDEO_2024 WEB.mp4"></video>
        </div>
    </section>



    
</body>
</html>
