.main_banner {
    text-transform: uppercase !important;
    height: 200px;
    background-image: url('../assets/bolsa/bolsa.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: Gotham;
    font-size: calc(30px + (40 - 30) * ((100vw - 600px) / (1300 - 600)));
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.top_text {
    font-family: Gotham;
    font-size: calc(15px + (18 - 15) * ((100vw - 600px) / (1300 - 600)));
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--marine-blue);
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
}

.product_button {
    color: white !important;
    font-weight: 500 !important;
    height: 40px;
    font-size: calc(12px + (14 - 12) * ((100vw - 600px) / (1300 - 600)));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*max-width: 188px;*/
    max-width: 220px;
}

.product_brochure, .product_specs {
    text-decoration: underline;
    font-weight: 500;
    font-family: 'Gotham';
    font-size: 14px;

}

.product_specs > img {
    width: 100%;
    max-width: 12px;
}

.product_brochure > img {
    width: 100%;
    max-width: 18px;
}

.product_instance {
    display: flex;
    margin-top: 40px;
}

.product_image {
    width: 50%;
    text-align: center;
}

.product_title {
    font-family: 'Gotham';
    width: 100%;
    color: var(--mex-pink);
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
}

.product_image > img {
    width: 100%;
    max-width: 185px;
}

.product_description {
    width: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
}

.product_description_text {
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -0.11px;
    text-align: left;
    color: var(--marine-blue);
}

.no_m {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
}

.second_section {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.job_offer_section {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 90px;
}


#form_contacto {
    border: solid 2px #e1e4ec;
    border-radius: 5px;
    padding: 30px;

}

.select_wrapper {
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px rgba(0, 35, 97, 0.41);
    background: white;
    margin-left: 10px;
}

#select_vacante {
    border: none;
    height: 100%;
    width: 100%;
    padding-top: 4px;
    outline: none !important;
}

.select_col {
    display: flex;
}

.select_col > label {
    width: 100%;
    max-width: 190px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form_title {
    font-family: Gotham;
    font-size: calc(18px + (22 - 18) * ((100vw - 600px) / (1300 - 600)));
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 2px;
    text-align: left;
    color: #d40081;
    margin-bottom: 25px;
}

.apply_button {
    text-align: right;
    padding: 25px 0px 20px 0px;
}

.cenefa, .top_text_container {
    background-size: contain !important;
    background-repeat: repeat-x !important;
    background-position: center !important;
    background-size: 100px;
    width: 100%;
    height: 120px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.cenefa_top {
    display: none;
}


.cenefa_top, .top_text_container {
    background: url('../assets/bolsa/blue_ribbon_down.png');
}

.cenefa_bottom {
    background: url('../assets/bolsa/blue_ribbon.png');
}

.cenefa, .top_text_container {
    background-size: contain !important;
    height: 70px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.top_text_container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Gotham;
    font-size: calc(16px + (17 - 16) * ((100vw - 600px) / (1300 - 600)));
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    color: var(--marine-blue);
    padding-left: 10px;
    padding-right: 10px;
}

.text_wrapper {
    width: 100%;
    max-width: 700px;
    background: white;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.dud_sm {
    margin: 0 auto;
    max-width: 250px !important;
}

.no-m {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.job_offer_instance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 2px rgba(143, 143, 143, 0.51);
    margin-bottom: 50px;
    padding: 0px 10px;
}

.job_list {
    padding-left: 13px;
}

.job_title {
    font-family: Gotham;
    font-size: calc(18px + (22 - 18) * ((100vw - 600px) / (1300 - 600)));
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    text-align: left;
    color: #d40081;
    margin-bottom: 25px;;
}


.input_col {
    margin: 25px 0px;
}

.input_col {
    margin: 16px 0px;
}

.contacto_dds {
    max-width: 760px;
    width: 100%;
    /*height: 100%;*/
}

.input_text_field {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: solid 2px #bbbbbb;
    outline: none;
    height: calc(30px + (35 - 30) * ((100vw - 600px) / (1300 - 600)));
    color: var(--marine-blue);
    font-family: Gotham;
    font-size: 20px;
}

.input_text_field::placeholder, .t-area::placeholder, .input_col > label {
    opacity: 0.5;
    font-family: Gotham;
    font-size: calc(15px + (17 - 15) * ((100vw - 600px) / (1300 - 600)));
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: var(--marine-blue);
}

.pink_button {
    width: 160px;
    height: 53px;
    border-radius: 8px;
    background-color: var(--mex-pink);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pink_button:hover {
    color: var(--marine-blue) !important;
}


/*lkgejrlglelrg*/

#form_contacto {
    border: solid 2px #e1e4ec;
    border-radius: 5px;
    padding: 30px;

}

.select_wrapper {
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px rgba(0, 35, 97, 0.41);
    background: white;
    margin-left: 10px;
}

#select_vacante {
    border: none;
    height: 100%;
    width: 100%;
    padding-top: 4px;
    outline: none !important;
}

.select_col {
    display: flex;
}

.select_col > label {
    width: 100%;
    max-width: 190px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form_title {
    font-family: Gotham;
    font-size: calc(18px + (22 - 18) * ((100vw - 600px) / (1300 - 600)));
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 2px;
    text-align: left;
    color: #d40081;
    margin-bottom: 25px;
}

.apply_button {
    text-align: right;
    padding: 25px 0px 20px 0px;
}

.cenefa, .top_text_container {
    background-size: contain !important;
    background-repeat: repeat-x !important;
    background-position: center !important;
    background-size: 100px;
    width: 100%;
    height: 120px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.cenefa_top {
    display: none;
}

.cenefa_top, .top_text_container {
    background: url('../assets/bolsa/blue_ribbon_down.png');
}

.cenefa_bottom {
    background: url('../assets/bolsa/blue_ribbon.png');
}

.cenefa, .top_text_container {
    background-size: contain !important;
    height: 70px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.top_text_container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Gotham;
    font-size: calc(16px + (17 - 16) * ((100vw - 600px) / (1300 - 600)));
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    color: var(--marine-blue);
    padding-left: 10px;
    padding-right: 10px;
}

.text_wrapper {
    width: 100%;
    max-width: 700px;
    background: white;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.dud_sm {
    margin: 0 auto;
    max-width: 250px !important;
}

.no-m {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.job_offer_instance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 2px rgba(143, 143, 143, 0.51);
    margin-bottom: 50px;
    padding: 0px 10px;
}

.job_list {
    padding-left: 13px;
}

.job_title {
    font-family: Gotham;
    font-size: calc(18px + (22 - 18) * ((100vw - 600px) / (1300 - 600)));
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    text-align: left;
    color: #d40081;
    margin-bottom: 25px;;
}

@media screen and (max-width: 768px) {
    .cenefa_top {
        display: block;
    }

    .cenefa {
        background-size: cover !important;
    }

    .top_text_container {

    }

    .main_banner {
        height: 140px;
    }

    .product_button {
        max-width: 145px;
    }

    .top_text {
        padding-left: 15px;
        padding-right: 15px;
        margin: 25px auto;
    }

    .cenefa {
        background-size: cover !important;
        height: 70px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .top_text_container {
        background: white !important;
    }

    .cenefa_top {
        display: block;
    }

    .select_col {
        display: block;
    }

    .apply_button {
        text-align: center;
    }

    .second_section {
        background: rgba(245, 244, 244, 0.62);
    }

    #form_contacto {
        border: none;
    }

    .job_offer_instance {
        display: block;
        padding: 0px 20px;
    }

}



