<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=League+Gothic&amp;family=Lexend:wght@100;200;300;400;500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&amp;display=swap');

/* font-family: 'League Gothic',
sans-serif;
font-family: 'Lexend',
sans-serif; */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}


body {
    width: 100%;
    height: 100%;
    background-color: #E6E6E6;
    background-image: url(../assets/NDX/WHT_LINIUM_PATHERN.png);
    background-repeat: repeat;
    font-family: 'Lexend', sans-serif;
    color: #1d2e39;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1em;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

/**************************************************************/
.mobileMenu {
    display: none
}

#Menu_mobile {
    display: none;
}

/**************************************************************/
/**************************************************************/
#Main-header {
    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 {
    max-width: 1200px;
    height: 110px;
    margin: 0 auto;
    /* background-color: #b6b6b6; */
    /* border-bottom: thin solid #1d2e39; */
}

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

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


.Logo_wrapper img {
    margin-top: 20px;
    padding-left: 0px;
    padding-bottom: 10px;
    width: 220px;
    height: auto;
}

.language {
    padding-top: 75px;
    padding-left: 200px;
}

.language img {
    width: 18px;
    height: auto;
}

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

.data_box {
    padding-top: 0px;
}

.data_box_wrapper {
    padding-top: 0px;
}

.img_wrapper {
    position: relative;
}

.img_wrapper img {
    position: absolute;
    top: 0px;
    left: -25px;
    width: 20px;
    height: auto;
}

.correo {
    position: absolute;
    top: 25px;
    right: 0px;
    font-size: 0.8rem;
    font-weight: 300;
    color: #1d2e39;
}

.phones {
    position: absolute;
    top: 55px;
    right: 0px;
    font-size: 0.8rem;
    font-weight: 300;
    color: #1d2e39;
}

/********************** NAVIGATION ******************************/

.mobileMenu {
    display: none
}

#Menu_mobile {
    display: none;
}

/*********************************************************/
.navBar {
    position: relative;
    width: 400px;
    height: 30px;
    /* background-color: #161719; */
}

.nav_wrapper {
    position: absolute;
    top: -30px;
    right: -180px;
    /* max-width: 960px; */
    /* margin: 0px auto; */
    padding-top: 0px;
    padding-bottom: 0px;
}

.std_navigation ul {
    margin: 0px 0 0px 0px;
    padding-left: 15px;
    padding-right: 0px;
    list-style: none;
}

.std_navigation ul li {
    display: inline-block;
}

.activate {
    padding: 2px 4px;
    color: #767473;
    background-color: #212121;
    opacity: 0.8;
}

.std_navigation ul li a {
    display: block;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 300;
    color: #1d2e39;
    padding: 0.5rem 0.7rem;
    transition: all 0.2s linear;
}

.std_navigation ul li a:hover {
    /* background-color: rgba(114, 120, 83, 0.2); */
    color: #142027;
    font-weight: bold;

}

/***************************************************************/
.Parallelen {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/******************* NON DISPLAY MBL VERTICAL *******************************************/
#MBL_Showcase {
    display: none;
}

#slideshow {
    display: none;
}

/***************** NON DISPLAY MBL LANDSCAPE ************************************/

#MBL-LND_slideshow {
    display: none;
}

.LND-slide-wrapper {
    display: none;
}

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

#Showcase {
    position: relative;
    width: 1200px;
    height: 350px;
    margin-top: 40px;
    margin-bottom: 0px;
    /* background-color: #3d3d4b; */
    color: #eef0da;
}

.Box_frame {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding-top: 0px;
}

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

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

#Services {
    position: relative;
    width: 1100px;
    padding-top: 50px;
    font-family: 'Lexend', sans-serif;
    color: #1d2e39;
    font-size: 0.9rem;
}

.Services_wrapper {
    width: 100%;
    padding-top: 0px;
    background-image: url("../assets/NDX/TOP_LNDSCAPE_COLOR_1.png");
    background-repeat: no-repeat;
    background-position: bottom;
    /* background-size: cover; */
}

.Services_box_grid {
    display: grid;
    min-height: 330px;
    text-align: center;
    grid-template-columns: 200px 200px 200px 200px 200px;
    /* grid-template-rows: 1fr r; */
    grid-column-gap: 30px;
    /* grid-row-gap: 5em; */
}



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

#Focus {
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
    /* border-top: thin solid rgba(114, 120, 83, 0.5); */
    /* border-bottom: thin solid rgba(114, 120, 83, 0.5); */
    /* background-image: url("../assets/NDX_STD_BACKGRNDS/DESK_SCAPE-1.png");
    background-repeat: no-repeat; */
}

.Focus_wrapper {
    width: 100%;
    padding-top: 50px;
    /* background-image: url("../assets/NDX/BASIC_BACKGROUND_1.png"); */
    background-repeat: no-repeat;
    background-size: cover;
}

/* .Focus_box_grid {
    display: grid;
    padding: 60px;
    min-height: 80vh;
    grid-template-rows: 400px 1fr 1fr;
    grid-column-gap: 3em;
    grid-row-gap: 3dvi;
} */

.upper_msg {
    width: 400px;
    height: 200px;
}

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

.upper_msg p {
    padding-left: 0px;
    margin-top: 10px;
    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 {
    margin: 40px auto;
    width: 960px;
    font-weight: 300;
    font-size: 0.9rem;
    color: #1d2e39;
}

.bottom_msg img {
    width: 370px;
    height: auto;
}


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


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

#CTA_Box {
    max-width: 960px;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-top: thin solid rgba(114, 120, 83, 0.5);
    /* border-bottom: 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_wrapper {
    margin: 0 auto;
    max-width: 900px;
    height: 220px;
    /* background-color: rgba(0, 255, 255, 0.2); */
}

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

/******************************************************/
.Slogan {
    position: relative;
    width: 100%;
    margin-top: -5px;
    margin-left: 80px;
}

.Slogan p {
    display: inline-block;
    padding-top: 30px;
    padding-left: 0px;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4rem;
    letter-spacing: 1px;
    color: #1d2e39;
}

.author-tag {
    color: #1d2e39;
    font-weight: 300;
    font-size: 0.8rem;
}

.author-tag-2 {
    padding-left: 5px;
    color: #1d2e39;
    font-weight: 300;
    font-size: 0.6rem;
}

.btn-quote {
    position: absolute;
    left: -60px;
    top: 28px;
    font-size: 3rem;
    color: rgba(114, 120, 83, 0.8);
}

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

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

.mkt_cta_box p {
    font-size: 1.5rem;
    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;
    letter-spacing: 1px;
}

.boton-cta {
    margin-top: 15px;
    margin-left: 10px;
    min-width: 180px;
    height: 35px;
    padding: 0 20px;
    background-color: rgba(119, 125, 88, 0.7);
    border-radius: 5px;
    color: #ededed;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s ease all;
}

.boton-cta:hover {
    cursor: pointer;
    background-color: rgb(168 173 112);
    text-decoration: none;
}

.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 {
    width: 100%;
    height: 100%;
    background-color: rgba(114, 120, 83, 0.5);
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%23151516' fill-opacity='0.27'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */
}

.footer_main_wrapper {
    margin: 0 auto;
    width: 960px;
    height: 220px;
    color: rgba(29, 46, 57, 0.5);
    font-weight: 300;
    /* background-color: rgba(0, 255, 255, 0.2); */
}

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

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

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

.footer_contact-ref a {
    margin-top: 0px;
    font-size: 0.85rem;
    color: rgba(92, 97, 68, 0.99);
}

.footer_contact-ref a:hover {
    color: #ffffff;
}

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

.footer-item {
    padding-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.btn-icon-footer {
    margin-top: -10px;
    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-bottom: 25px;
}

.footer-snetwork {
    margin-top: 0px;
    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;
    color: rgba(92, 97, 68, 0.99);
    line-height: 1.5rem;
}

.FRM-Sub-Extended {
    padding-bottom: 5px;
}

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

.Sub_menu a:hover {
    color: #ededed;
}</pre></body></html>