<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* portrait */
@media screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {

    body {
        overflow-x: hidden;
    }

    /****************** MBL NAVIGATION MENU ***********************************/

    .navBar {
        display: none;
    }

    .mobileMenu {
        z-index: 999;
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
    }

    .mobileMenu .bt-menu {
        background-color: rgba(114, 120, 83, 0.988);
        display: block;
        padding: 10px;
        color: rgba(255, 255, 255, 0.85);
        overflow: hidden;
        text-decoration: none;
        font-weight: 200;
        font-size: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mobileMenu span {
        float: right;
        font-size: 20px;
    }

    #Menu_mobile {
        z-index: 999;
        display: block;
        /*z-index:1000;*/
        width: 50%;
        height: 250px;
        left: -100%;
        position: fixed;
        /* Old browsers */
        background-color: rgba(114, 120, 83, 0.988);
        border-radius: 0 0 25px 0;
    }

    /***************************************************************/

    #Main-header {
        margin-top: 40px;
        width: 100%;
        height: auto;
        /* background-color: #e6e6e6; */
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
        border-bottom: thin solid rgba(29, 46, 57, 0.3);
    }

    .header_wrapper {
        width: 100%;
        height: 100px;
        margin: 0 auto;
        /* background-color: #b6b6b6; */
        /* border-bottom: thin solid #1d2e39; */
    }

    .header_assets_boxGrid {
        display: grid;
        padding: 0px;
        min-height: 100px;
        grid-template-columns: 1fr 1fr;
        /* grid-template-rows: 1fr 1fr 1fr; */
        grid-column-gap: 1em;
        /* grid-row-gap: 5em; */

        /* width: 1000px;
        margin: 0 auto;
        display: inline-flex;
        justify-content: space-between; */
    }


    .Logo_wrapper img {
        margin-top: 20px;
        margin-left: 15px;
        width: 230px;
        height: auto;
    }

    .language {
        display: flex;
        padding-top: 60px;
        padding-left: 150px;
    }

    .language img {
        margin-left: 8px;
        width: 22px;
        height: auto;
    }

    .RightCorner {
        position: relative;
        padding-top: 0px;
    }

    .data_box {
        display: none;
    }

    /**************************************************************/

    #Showcase {
        display: block;
        margin-top: 20px;
    }

    /**************************************************************/
    * #slideshow {
        display: none;
    }

    /* #slideshow {
        display: block;
        text-align: center;
        overflow: hidden;
        height: 300px;
        width: 400px;
        margin: 10px auto;
    } */

    .slide-wrapper {
        width: 2000px;
        animation: slide 18s ease infinite;
    }

    .slide {
        float: left;
        height: 300px;
        width: 400px;
    }

    .slide:nth-child(1) {
        background: #D93B65;
    }

    .slide:nth-child(2) {
        background: #037E8C;
    }

    .slide:nth-child(3) {
        background: #36BF66;
    }

    .slide:nth-child(4) {
        background: #D9D055;
    }

    .slide-number {
        color: #000;
        text-align: center;
        font-size: 10em;
    }

    @keyframes slide {
        0% {
            margin-left: 0px;
        }

        10% {
            margin-left: 0px;
        }

        20% {
            margin-left: -400px;
        }

        30% {
            margin-left: -400px;
        }

        40% {
            margin-left: -800px;
        }

        50% {
            margin-left: -800px;
        }

        60% {
            margin-left: -1200px;
        }

        70% {
            margin-left: -1200px;
        }

        80% {
            margin-left: -1600px;
        }

        90% {
            margin-left: -1600px;
        }

        100% {
            margin-left: 0px;
        }

    }

    /***************************************************************/

    .Parallelen {
        display: none;
    }

    #Services {
        display: none;

    }

    /**************************************************************/
    #ToPhone {
        width: 100vw;
        display: block;
        font-family: 'Lexend', sans-serif;
    }

    .ToPhone_wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 40px;
        background-image: url("../assets/NDX/BG_Services_99.png");
        background-repeat: no-repeat;
        background-size: cover;
        /* background-image: url("../assets/NDX/TOP_LNDSCAPE_COLOR_1.png");
        background-repeat: no-repeat;
        background-position: bottom; */
        /* background-size: cover; */
    }

    .ToPhone_wrapper h2 {
        margin: 25px 20px;
        font-weight: 500;
    }

    .ToPhone_box {
        display: grid;
        grid-template-columns: 200px 1fr;
        grid-column-gap: 1em;
        padding: 15px;
        margin-bottom: 10px;
        border-bottom: thin solid #ccc;
    }

    .serv_logo {
        text-align: center;
    }

    .serv_logo img {
        width: 35px;
        height: auto;
    }

    .serv_logo h3 {

        color: #1d2e39;
        font-size: 0.9rem;
    }

    .serv_text p {
        width: 100%;
        font-size: 0.85rem;
    }

    /***************** FOCUS *************************************/

    #Focus {
        display: block;
        width: 100vw;
        height: 100%;
    }

    .Focus_wrapper {
        width: 100%;
        padding-top: 30px;
    }

    .upper_msg {
        padding: 0 50px;
        width: 500px;
        height: 200px;
    }

    .upper_msg h2 {
        font-weight: 500;
        line-height: 112%;
    }

    .upper_msg p {
        margin-top: 10px;
        padding-left: 20px;
        font-size: 1.1rem;
        line-height: 1.3rem;
        color: #1d2e39;

    }

    /* .middle_msg {
        margin: auto;
        text-align: center
    }

    .middle_msg img {
        width: 400px;
        height: auto;
        padding-right: 50px;
        margin-bottom: 10px;
    } */

    .bottom_msg {
        display: block;
        width: 100vw;
        height: 100%;
    }

    .bottom_msg img {
        margin-top: 25px;
        width: 320px;
        height: auto;
    }


    .bottom_msg_boxGrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 3em;
        text-align: center;
    }

    /*********** CTA BOX SECTION ***************************/

    #CTA_Box {
        display: block;
        width: 100vw;
        height: 200px;
        margin: 0 auto;
        margin-bottom: 20px;
        border-top: thin solid rgba(114, 120, 83, 0.5);
        background-image: url("../assets/NDX/LNDSCAPE_COLOR_1.png");
        background-repeat: no-repeat;
        background-position: bottom;

    }

    .CTA_box_grid {
        padding-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 5px;
    }

    /********************* MAIN CTA COPY PREGUNTAS **************************************/

    .mkt_cta_box {
        padding-top: 20px;
        padding-left: 0px;
        background-color: transparent;
    }

    .mkt_cta_box p {
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.75rem;
        color: #1d2e39;
    }

    /********************************************/
    .btn-red-tag {
        font-size: 0.9rem
    }

    /*******************************************/
    .letUs {
        padding-left: 10px;
        font-size: 0.8rem;
        color: #1d2e39;
        text-transform: uppercase;

    }

    .Copy_SN {
        background-color: rgba(114, 120, 83, 0.988);
        padding: 10px;
        text-align: center;
        width: 100%;
        height: auto;
    }

    .CopyRight {
        color: rgba(65, 68, 47, 0.6);
        font-size: 0.8rem;
    }

    .copySymbol {
        color: rgba(65, 68, 47, 0.6);
        font-size: 0.85rem;
    }

    /************* FOOTER ****************************************/

    #Footer {
        width: 100vw;
        height: 100%;
    }

    .footer_main_wrapper {
        margin: 0 auto;
        padding-bottom: 25px;
        width: 100vw;
        height: 100%;
        color: rgba(29, 46, 57, 0.5);
        font-weight: 300;
        /* background-color: rgba(0, 255, 255, 0.2); */
    }

    .footer_grid_container {
        padding-top: 40px;
        display: grid;
        grid-template-columns: 130px 200px 140px 140px;
        column-gap: 10px;
    }

    .logos {
        margin-top: 0px;
        padding-left: 30px;
    }

    .logos img {
        width: 135px;
        height: auto;
        opacity: 0.92;
    }

    .footer_contact-ref {
        width: 250px;
        margin-top: 20px;
        padding-left: 30px;
        font-size: 0.85rem;
        color: rgba(92, 97, 68, 0.99);
    }

    .place {
        font-size: 0.7rem;
    }

    .footer-item {
        margin-bottom: 0px;

    }

    .btn-icon-footer {
        padding-right: 10px;
        font-size: 1.3rem;
        color: rgba(114, 120, 83, 0.6);
    }

    .Subtitle {
        font-size: 1rem;
        color: rgba(92, 97, 68, 0.99);
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .footer-snetwork {
        margin-top: 0px;
        padding-left: 50px;
        text-decoration: none;
        font-size: 1.9rem;
    }

    .footer-snetwork a {
        color: rgba(114, 120, 83, 0.95);
    }

    .footer-snetwork a:hover {
        color: #ededed;
    }

    .Sub_menu {
        margin-top: 0px;
        padding-left: 50px;
        color: rgba(92, 97, 68, 0.99);
    }

    .FRM-Sub-Extended {
        padding-top: 15px;
        padding-left: 0px;
        padding-bottom: 5px;
    }

    .Sub_menu a {
        color: rgba(92, 97, 68, 0.99);
        font-size: 0.7rem;
        line-height: 0.8rem;
    }

    .Sub_menu a:hover {
        color: #ededed;
    }





}

/***** CLOSE CURLY FOR ALL MEDIA QUERY STATEMENT ******/</pre></body></html>