/*@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

body {
    font-family:Poppins;
    font-size:0.9rem;
    max-height:100%;
}

p {
    margin-bottom:0;
}

header {
    position:fixed;
    z-index:999;
    width:92%;
    margin-top:3%;
    margin-left:4%;
}


header .logo {
    height:23px;
}
header ul#menu-principal {
    list-style-type: none;
    margin:0px;
    padding:0px;
}

header ul#menu-principal li {
    display:inline-block;
}

header ul#menu-principal li a {
    font-weight:700;
    font-size:.9rem;
    text-transform:uppercase;
}

.wpcf7 form .wpcf7-response-output {
    padding:0;
    margin:0;
    margin-top:1rem;
}

#newsletter-form form {
    text-align:center;
}

.wpcf7-spinner { display:none; }

.wpcf7-email {
    padding:.5rem;
    font-size:.8rem;
}

.wpcf7-submit {
    margin-top:1rem;
    background:white;
    border:none;
    padding:.5rem 1rem;
    font-size:1rem;
}

body.page-id-748 {
    height: 100%;
    overflow: hidden;
}

.elementor-748 {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.elementor-748::-webkit-scrollbar { display:none; }

.elementor-748 > section, .elementor-748 > div{
    scroll-snap-align: start;
    scroll-snap-stop: always;
}


@media (max-width: 990px) {

    header {
        background:white;
        width:100%;
        margin:0;
        padding:.75rem 1rem;
        box-shadow: 0px 5px 10px -8px #222;
    }

    body.page-id-748 {
        height: auto;
        overflow: auto;
    }

    .elementor-748 {
        height: auto;
        overflow-y: auto;
        scroll-snap-type: none;
        scroll-behavior: auto;
    }

    #mobile-btn {
        font-size:1.75rem;
        background:none;
        outline:0;
        background:transparent;
        padding:0;
        margin:0;
        border:none;
        color:black;
    }

    header ul#menu-principal {
        display:none;
        position:absolute;
        width:100%;
        height:100vh;
        background:white;
        left:0;
        z-index:1;
        padding-top:2rem;
    }

    header ul#menu-principal li {
        display:block;
        text-align:center;
        margin-bottom:1rem;
    }

    header ul#menu-principal li a {
        font-size:2.25rem;
    }
}