@media screen and (min-width: 240px) and (max-width: 568px) and (orientation: portrait) {

    body {
        overflow-x: hidden;
    }

    /****************** MBL NAVIGATION MENU ***********************************/

    /****************** 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 {
        max-width: 414px;
        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: 280px;
        height: auto;
    }

    .language {
        display: flex;
        padding-top: 70px;
        padding-left: 112px;
    }

    .language img {
        margin-left: 8px;
        width: 22px;
        height: auto;
    }

    .RightCorner {
        position: relative;
        padding-top: 0px;
    }

    .data_box {
        display: none;
    }

    /********* DOC TITLE ************************************/

    #Doc_Title {
        display: block;
        margin-top: 2px;
        width: 100%;
        height: 100px;
    }

    .Title_Box_frame {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding-top: 2px;
    }

    .Brand_box {
        margin: 40px 0 0 20px;
    }

    .Brand_box h1 {
        font-size: 2.5rem;
        padding-bottom: 25px;
    }

    /*********** MAIN CONTENT & CONTACT FORM ***************************/
    #Contactus {
        background-image: none;
    }

    .Box_frame {
        width: 95%;
        height: 80%;
        margin: 0 auto;
        padding-top: 0px;
    }

    .Brand_box_grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1px;
        padding-bottom: 20px;
    }

    .kontact-form {
        width: 90%;
        margin: auto;
        padding-top: 20px;
        height: 100%;
    }

    .Kontact_header {
        width: 90%;
        margin: auto;
        padding-top: 20px;
        height: 100%;
    }

    .Form_wrapper {
        height: 100%;
    }

    .textos h2 {
        font-weight: 500;
        line-height: 112%;
        color: #1d2e39;
    }

    .textos p {
        width: 89%;
        padding-top: 15px;
        /* text-align: justify; */
        font-size: 0.9rem;
        font-weight: 300;
        color: #1d2e39;

    }

    .textos span {
        color: #1d2e39;
        font-size: 1rem;
        font-weight: 500;
    }

    .beneficios {
        margin-top: 15px;
    }

    .beneficios p {
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.5rem;
        color: #1d2e39;
    }

    .beneficios img {
        margin-top: 20px;
        width: 300px;
        height: auto;
    }

    /***************** CONTACT FORM ****************************************/

    form {
        margin-top: 15px;
        padding-top: 20px;
        padding-left: 10px;
        transition: all 4s ease-in-out;
    }

    .form-control {
        width: 87%;
        background: transparent;
        outline: none;
        border: none;
        border-bottom: 1px solid rgba(119, 125, 88, 0.8);
        border-left: 1px solid rgba(119, 125, 88, 0.8);
        border-radius: 4px;
        color: #1d2e39;
        font-size: 1.1rem;
        font-weight: 200;
        padding-left: 8px;
        margin-bottom: 25px;
    }

    .form-control::placeholder {
        /* color:#fb5409; */
        color: rgba(119, 125, 88, 0.95);
        font-size: 0.68rem;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    textarea {
        height: 50px;
    }

    input {
        height: 35px;
    }

    .field_warning {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 50px;
        text-align: left;
        margin-left: 10%;
    }

    .btn-icon-warning {
        color: rgba(218, 105, 64, 0.6)
    }

    .allfields {
        margin-left: 10px;
        text-transform: uppercase;
        color: rgba(119, 125, 88, 0.9);
        font-size: 0.68rem;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .checkBox {
        display: flex;
        align-items: center;
        width: 92%;
        margin-top: -15px;
        text-align: left;
        margin-left: 1px;
    }

    .checkBox span {
        margin-left: 10px;
        font-weight: 400;
        font-size: 0.68rem;
    }

    form .submit {
        background-color: rgba(119, 125, 88, 0.7);
        border-color: transparent;
        border-radius: 5px;
        color: #eef0da;
        font-size: 15px;
        font-weight: 200;
        letter-spacing: 2px;
        height: 30px;
        box-sizing: border-box;
        padding: 5px 0;
        margin-top: 15px;
    }

    form .submit:hover {
        background-color: rgb(168 173 112);
        cursor: pointer;
    }

    a.privacy_link {
        padding: 3px 50px;
        background-color: rgba(119, 125, 88, 0.7);
        /* border: 1.5px solid rgba(119, 125, 88, 0.7); */
        border-radius: 5px;
        font-weight: 300;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 0.68rem;
        margin-right: 5px;
        margin-left: 5px;

    }

    a.privacy_link:hover {
        background-color: rgb(168 173 112);
        /* border: 1.5px solid rgb(168 173 112); */
        color: #fff;
    }

    /*********** CTA BOX SECTION ***************************/

    #CTA_Box {
        display: block;
        width: 100vw;
        height: 250px;
        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: top;

    }

    .CTA_box_grid {
        padding-top: 20px;
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 20px;
    }

    /********************* MAIN CTA COPY PREGUNTAS **************************************/

    .mkt_cta_box {
        padding-top: 20px;
        padding-left: 15px;
        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: 960px;
        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: 50px;
        display: grid;
        grid-template-columns: 1fr;
        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: -1px;

    }

    .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 ******/