@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Lexend:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&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: 100px;
}

.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: -40px;
    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;
    opacity: 0.6;
}

.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: #060708;
    font-weight: bold;

}

/***************************************************************/
.Parallelen {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/**************************************************************/

#Doc_Title {
    position: relative;
    width: 1200px;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 0px;
    /* background-color: #3d3d4b; */
    background-image: url("../assets/NDX/TOP_LNDSCAPE_COLOR_1.png");
    background-repeat: no-repeat;
    background-position: bottom;

}

.Title_Box_frame {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 2px;
}

.Brand_box {
    display: flex;
    align-items: center;
    width: 800px;
    height: 48px;
    margin: 40px 0 0 50px;


}

.Brand_box h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: rgba(119, 125, 88, 0.5);
}


/****************** PROJECT HEADER TITLE **************************/

#Project_Title {
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    color: rgba(119, 125, 88, 0.7);
    box-sizing: border-box;
}

.project_wrapper {
    width: 960px;
    padding-top: 50px;
    padding-left: 25px;
    height: 100%;
}

.project_wrapper h2 {
    font-weight: 500;
    line-height: 12%;
    color: #1d2e39;
}

.project_wrapper h5 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 12%;
    color: #1d2e39;
}

.project_wrapper p {
    padding-top: 1px;
    text-align: justify;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: #1d2e39;
}

/************ GALLERY CHOW *************************************/

#Gallery {
    /* background-color: chartreuse; */
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    color: rgba(119, 125, 88, 0.7);
    box-sizing: border-box;
}

.steps p {
    /* background-color: chartreuse; */
    margin-bottom: -15px;
    font-size: 0.65rem;
    font-weight: 300;
    color: rgba(29, 46, 57, 0.7);
    letter-spacing: 1px;
}

.gallery-wrapper {
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
}

.gallery_box_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
    width: 960px;
    /* margin-left: 25px; */
    margin-top: 20px;
}

.gallery-item img {
    width: 231px;
    height: auto;
    border-radius: 6px;
}

/*************** PROJECTS DESCRIPTION SECTION *******************************/

#Description {
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    color: rgba(119, 125, 88, 0.7);
    box-sizing: border-box;

}

.Descruption_header {
    width: 960px;
    margin: auto;
    padding-top: 20px;
    height: 100%;
    background-image: url("../assets/PROJECTS/PROJECT_HEADER_BG-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.description_wrapper {
    /* display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px; */
    width: 960px;
    margin-left: 25px;
    margin-top: 50px;

}

.textos h2 {
    font-weight: 500;
    line-height: 12%;
    color: #1d2e39;
}

.textos h5 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 12%;
    color: #1d2e39;
}

.textos p {
    padding-top: 1px;
    text-align: justify;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: #1d2e39;

}

.textos span {
    color: #1d2e39;
    font-size: 1rem;
    font-weight: 500;
}

/************** OTHER WORKS ***********************************/

#OWorks {
    /* background-color: chartreuse; */
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    color: rgba(119, 125, 88, 0.7);
    box-sizing: border-box;
}

.OWorks_wrapper {
    width: 960px;
    margin-left: 25px;
    padding-top: 20px;
    height: 100%;
}

.OWorks_botones {
    width: 100%;
    height: 100%;
}

.OWorks_botones p {
    margin-top: 20px;
    margin-bottom: 0px;
}

.btn {
    display: flex;
    width: 185px;
    height: 24px;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
}

.OWorks_botones a {
    padding: 3px;
    margin-top: 15px;
    margin-left: 25px;
    margin-bottom: 40px;
    color: rgba(119, 125, 88, 0.75);
    font-size: 0.7rem;
    font-weight: 300;
    text-transform: uppercase;
    border: thin solid rgba(119, 125, 88, 0.5);
    border-radius: 4px;
    transition: .3s ease all;
}

.OWorks_botones a:hover {
    /* background-color: rgb(168 173 112); */
    background-color: rgba(119, 125, 88, 0.5);
    color: #fff;
    border: none;
}

/*********** CTA BOX SECTION ***************************/

#CTA_Box {
    max-width: 1100px;
    height: 220px;
    margin: 0 auto;
    border-top: thin solid rgba(114, 120, 83, 0.5);
}

.CTA_box_wrapper {
    margin: 0 auto;
    max-width: 960px;
    height: 220px;
}

.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);
}

.btn-icon {
    display: block;
    padding-left: 10px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

/********************* 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: #fff;
    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 {
    background-color: rgb(168 173 112);
    text-decoration: none;
}

/***************** COPYRIGHT SATEMENT **************************/

.Copy_SN {
    background-color: rgba(114, 120, 83, 0.988);
    padding: 8px;
    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: 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: 20px;
    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: 0px;
    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;
}