<!DOCTYPE html>

<html lang="de">
    <head>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1">

        <!-- SEO -->
<title>Nuria Santos</title><meta name="description" content="Interior Designerin"/>
<!-- og meta for facebook, googleplus -->
<meta property="og:title" content="Nuria Santos"/>
<meta property="og:description" content="Interior Designerin"/>
<meta property="og:url" content="https://nuriasantos.com"/>
<meta property="og:type" content="website" />
<meta property="og:image" content=""/>

<!-- twitter meta -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Nuria Santos"/>
<meta name="twitter:description" content="Interior Designerin"/>
<meta name="twitter:url" content="https://nuriasantos.com"/>
<meta name="twitter:image" content=""/>

<link rel="stylesheet" href="https://nuriasantos.com/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.13" type="text/css" media="all">
<link rel="stylesheet" href="https://nuriasantos.com/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" rel="stylesheet" >

<style>
@font-face {font-family: "lato-v23-latin-300";
src: url("https://nuriasantos.com/wp-content/uploads/2024/09/lato-v23-latin-300.woff2") format("woff2");}
</style><style>
@font-face {font-family: "lato-v23-latin-300";
src: url("https://nuriasantos.com/wp-content/uploads/2024/09/lato-v23-latin-300.woff2") format("woff2");}
</style>

        <style>
            body,input {font-family:'lato-v23-latin-300', 'sans-serif';color:#ffffff;}
                            .social-list {background-color: rgba(255,255,255,0.4);}
                            a {color:#ffffff;}
            h1,h2,h3,h4,h5,h6 {font-family:'lato-v23-latin-300', 'sans-serif';}
            body {font-size:20px; letter-spacing: 0px; font-weight:Not Applicable;; }
            h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2em;letter-spacing: 0px; font-weight:Not Applicable;font-style: normal;; }
            h1 {font-weight:Not Applicable;font-style: normal;;}
        </style>

        

<style>
    .wp-video {margin: 0 auto;}
    .wp-video-shortcode {max-width: 100%;}
    .grecaptcha-badge {display: none!important;}
    .text-logo {display: inline-block;}
    #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
    #counter.expired {display: none; }
    input, button {
        box-shadow: inset 0 0 0 0 !important;
        -webkit-box-shadow: inset 0 0 0 0 !important;
        -webkit-appearance: none;
        outline: none;
    }
</style>



    <style>
        #login-icon {
            position: fixed;
            top: 20%;
            right: 0;
            width: 60px;
            height: 60px;
            background: #595959;
            opacity: 0.8;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 300ms ease-in-out;
            z-index: 100000;
            border-top-left-radius: 16px;
            border-bottom-left-radius: 16px;
        }

        #login-icon img {
            vertical-align: middle;
        }
        #login-icon:hover {
            opacity: 1;
        }
    </style>
    
    </head>


    <body id="body">
        <div id="background-wrapper">

         <div id="background-image" class="color loaded" style="background-color:#000000"></div>
        </div>

        
        <section class="section section-body">
            <p style="text-align: center;">Detente cuando te vaya mejor.<br />
Wir bleiben in Verbindung!</p>
<p style="text-align: center;">Nuria.santos@mac.com</p>
         
         </section>
        
    <!-- Fade in background image after load -->
    <script>
        window.addEventListener("load",function(event) {
            init();
        });

        function init(){

            var image = document.getElementById('background-image');
            var body = document.getElementById('body');
            
            if ( image === null ) {
                image = document.getElementById('body');
            } 

            if ( image != null ) {
                if ( image.className !== 'image-unsplash') {
                    image.classList.add('loaded');
                    body.classList.add('loaded');
                }
            }

                    }
    </script>

    
    <script>
        /* Subscribe form script */
        var ajaxWpUrl = 'https://nuriasantos.com/wp-admin/admin-ajax.php';
        var {pathname} = new URL(ajaxWpUrl);
        var ajaxurl = `${location.protocol}//${location.hostname}${pathname}`;
        var security = '3ab718de72';
        var msg = '';
        subForm = function( form, resultElement, emailInput, firstnameInput, lastnameInput, token = '' ) {
            if ( emailInput.value !== '' ) {
                const firstname = firstnameInput === null ? '' : firstnameInput.value;
                const lastname = lastnameInput === null ? '' : lastnameInput.value;

                fetch( ajaxurl, {
                    method: 'POST',
                    headers: {
                        'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8',
                        'Access-Control-Allow-Origin': '*',
                    },
                    body: `action=niteo_subscribe&ajax=true&form_honeypot=&email=${ encodeURIComponent(emailInput.value) }&firstname=${ encodeURIComponent(firstname) }&lastname=${ encodeURIComponent(lastname) }&security=${ security }&token=${ token }`,
                    credentials: 'same-origin'
                } )
                .then( (res) => {
                    return res.json();
                } )
                .then( (data) => {
                    resultElement.innerHTML = data.message; // Display the result inside result element.
                    form.classList.add('-subscribed');
                    if (data.status == 1) {
                        form.classList.remove('-subscribe-failed');
                        form.classList.add('-subscribe-successful');
                        emailInput.value = '';
                        firstnameInput ? firstnameInput.value = '' : null;
                        lastnameInput ? lastnameInput.value = '' : null;
                        
                    } else {
                        form.classList.add('-subscribe-failed');
                    }
                } )
                .catch(function(error) { console.log(error.message); });

            } else {
                resultElement.innerHTML = 'Oops! Email is empty.';
            }
        }
    </script>

<div id="login-icon">
    <a href="https://nuriasantos.com/wp-login.php"><img src="https://nuriasantos.com/wp-content/plugins/cmp-coming-soon-maintenance/img/login-icon.svg"/></a>
</div>
<!-- Build by CMP – Coming Soon Maintenance Plugin by NiteoThemes -->
<!-- Visit plugin page https://wordpress.org/plugins/cmp-coming-soon-maintenance/ -->
<!-- More CMP Themes on https://niteothemes.com -->
    </body>

</html>

<!-- Cached by WP-Optimize (gzip) - https://getwpo.com - Last modified: Fri, 03 Apr 2026 15:41:59 GMT -->
