/*kdljgnekjrglnkerngnekjrgnke*/
/*kdljgnekjrglnkerngnekjrgnke*/
/*kdljgnekjrglnkerngnekjrgnke*/
/*kdljgnekjrglnkerngnekjrgnke*/
/*kdljgnekjrglnkerngnekjrgnke*/
/*kdljgnekjrglnkerngnekjrgnke*/

.top_banner {
    background-image: url('../assets/simulador/simulador_banner.png');
    margin-bottom: 5%;
}

.bottom_banner {
    background-image: url('../assets/simulador/calculadora_banner.png');
    margin-bottom: 5%;
    margin-top: 10%;
}

.main_banner {
    text-transform: uppercase !important;
    height: 200px;
    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;
    margin-bottom: -40px;
}

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

.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: center;
    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;
}


.top_title {
    background: url('../assets/simulador/cenefa_top.png');
}

.bottom_title {
    background: url('../assets/simulador/cenefa_bottom.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: 900px;
    background: white;
    min-height: 75px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: 0 15px;
}

.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;

}


/*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;
}


.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_text_container {
    background-size: contain !important;
    min-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;
}


.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;;
}

.calc_container {
    display: flex;
    margin: 0 auto;
    border: solid 2px gainsboro;
    height: 220px;
    border-radius: 5px;
}

.left_calc {
    border-right: solid 2px gainsboro;
    width: 40%;
}

.right_calc {
    width: 60%;
}

.left_calc, .right_calc {
    display: table;
    table-layout: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}


.calc_title_left, .calc_title_left {
    display: table-row;
}

._input_inner_wrapper {
    text-align: left;
}

.input_dropdown, .input_wrapper_calc {
    display: flex;
    justify-content: center;
    align-items: center;
}

._left_dd {
    margin: 0 10px
}

._right_dd {
    margin: 0 10px
}

._input_inner_wrapper > label {
    font-family: Gotham;
    font-size: calc(13px + (16 - 13) * ((100vw - 600px) / (1300 - 600)));;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.11px;
    text-align: left;
    color: black;
}

.calc_input {
    height: 40px;
    padding: 0px 5px;
}

.inner_title_left {
    margin-top: 20px;
}

.image_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    min-height: 210px;
}

.left_buckets {
    width: 100%;
    max-width: 310px;
    position: absolute;
    bottom: -69px;
}

.right_buckets {
    width: 100%;
    max-width: 340px;
    position: absolute;
    bottom: -69px;
    right: 0;
}

.calc_table {
    margin: 0 auto;
    border: solid 2px grey;
    padding: 10px;
}

.calc_left_cell {
    height: 180px;
    background: red;
    width: 40%;
}

.calc_right_cell {
    height: 180px;
    background: blue;
    width: 60%;
}

.calc_title_left {
    font-weight: 500;
    font-family: Gotham;
    color: black;
}

.input_wrapper_calc {
    display: flex;
    font-family: Gotham;

}

#linea_select, .calc_input {
    border: solid 1px var(--mex-pink);
    font-family: Gotham;
}

#linea_select {
    height: 40px;
    outline: none;
}

.calc_result_text {
    height: 35px;
    min-width: 60px;
    border: solid 1px var(--mex-pink);
    margin: 0px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Gotham;
    color: var(--marine-blue);
    width: fit-content;
    padding: 0 5px;
}

.calc_result {
    font-family: Gotham;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--mex-pink);
    margin-bottom: 15px;
    font-weight: 500;
    font-size: calc(17px + (22 - 17) * ((100vw - 600px) / (1300 - 600)));;
}

.recommendation_text {
    font-family: Gotham;
    font-size: calc(14px + (16 - 14) * ((100vw - 600px) / (1300 - 600)));;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--marine-blue);
}

.calc_text {
    font-family: Gotham;
    font-size: calc(14px + (16 - 14) * ((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);
}


.no_pad {
    padding: 0;
}

.bucket_row {
    overflow: hidden;
}

.shown_sm, .result_sm {
    display: none;
}

.text_wrapper_pink_text {
    color: var(--mex-pink);
    margin-bottom: 15px;
    font-weight: 500;
    font-size: calc(18px + (23 - 18) * ((100vw - 600px) / (1300 - 600)));;
}

.simulador_instance {
    /*background: cornflowerblue;*/
    width: 100%;
    display: flex;
}


.top_tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pinturas_row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.simulador_wrapper {
    width: 100%;
}

.simuladorBackgroundImage {
    width: 80%;
    width: 80%;
    height: 486px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-position: center;
}

.simulador_right_col {
    width: 20%;
    background: #242424;
    color: white;
}

.color_instance {
    border: solid 2px white;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    cursor: pointer;
}


.actual_grid {
    list-style-type: none;
    margin: 0;
    /*padding: 0;*/
    overflow: hidden;
    background-color: #3333336e;
    padding: 7px;
}

.actual_grid > li {
    float: left;
}

.color_instance {
    margin: 2px;
}

.pintura_instance {
    cursor: pointer;

    background: rgba(0, 0, 0, 0.54);
    color: white;
    width: 130px;
    display: flex;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.paint_type_active {
    background: var(--marine-blue);
}

.tab_instance {
    height: 40px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #242424;
    color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0 1px
}

.tab_instance_active {
    background: var(--mex-pink);
}

.pantone_circle {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    background: grey;
    /*margin-right: 20px;*/
}

.pantone_row {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.chars_ul {
    list-style-type: none;
    padding-left: 20px;
    font-size: calc(12px + (13 - 12) * ((100vw - 600px) / (1300 - 600)));
}

.chars_ul > li {
    margin-bottom: 5px;
}

.chars_title {
    padding: 20px;
    width: 100%;
    font-family: Gotham;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 1.38px;
    text-align: left;
    color: #ffffff;
}

.top_tabs_select_wrapper {
    width: 100%;
    /*background: black;*/
    color: black;
    height: 55px;
    border-radius: 8px;
    padding-right: 10px;
    padding-left: 10px;
    color: white;
}

#top_tabs_select {
    /*background: black;*/
    border: solid 1px black;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    outline: none;
    color: black;
    font-family: Gotham;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: center;
}

/*768?*/
.simulador_wrapper {
    padding: 0px 15px;

}

.top_tabs_sm {
    display: none !important;
}

.tooltip_ {
    position: relative;
    display: inline-block;
}

.tooltip_ .tooltiptext {
    visibility: visible;
    width: 200px;
    text-align: center;
    border-radius: 2px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    font-size: 11px;
    left: 19px;
    box-shadow: 0px 1px 5px #ababab;
    background-color: white;
    color: var(--marine-blue);
}

.elLabel {
    margin-top: 40px;
    display: none;
}


.tooltip_:hover .tooltiptext {
    visibility: visible;
}

.aviso_manos {
    margin-top: 10px;
}

.aviso_manos > img {
    width: 100%;
    max-width: 20px;
}

.aviso_manos2 {
    margin-top: 10px;
}

.aviso_manos2 > img {
    width: 100%;
    max-width: 20px;
}

.tooltip_ > img {
    width: 100%;
    max-width: 15px;
}

@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;
    }

    .br_ins, .bucket_row {
        display: none;
    }

    .second_section {
        margin-bottom: 30px;
    }

    .calc_container {
        display: block;
        height: unset;
    }

    .left_calc {
        width: 100%;
        height: 200px;
        border-right: none;
        border-bottom: solid 2px gainsboro;

    }

    .right_calc {
        width: 100%;
        height: 300px;
    }

    .input_wrapper_calc {
        display: block;
    }

    #linea_select, .calc_input, ._input_inner_wrapper {
        width: 100%;
    }

    .select_input_wrapper {
        padding: 0px 10px;
    }

    ._right_dd {
        margin-top: 10px;
    }

    .calc_bg {
        display: none;
    }

    .result_sm, .shown_sm {
        display: block;
    }

    .simulador_wrapper {
        margin-top: 30px;
    }

    .simulador_instance {
        display: block !important;
    }

    .simulador_right_col {
        padding-bottom: 30px !important;
        width: 100% !important;
    }

    .simuladorBackgroundImage {
        background-size: contain !important;
        height: 370px !important;
        width: 100% !important;
        background-position: bottom !important;
    }

    .pantone_row {
        margin-top: 0px !important;
        justify-content: center !important;
        padding-top: 20px;
    }

    .pantone_circle {
        width: 50px !important;
        height: 50px !important;
        margin-right: 25px !important;
    }

    .chars_title {
        display: none !important;
    }

    .chars_ul > li {
        text-align: left;
        letter-spacing: 0.42px;
    }

    .chars_ul {
        width: fit-content;
        margin: 0 auto;
        padding: 0;
    }

    .color_instance {
        border: solid 2px white;
        width: 18px !important;
        height: 18px !important;
    }

    .top_tabs {
        display: none !important;
    }

    .top_tabs_sm {
        display: block !important;
        margin-bottom: 20px !important;
    }

    .bottom_banner, .top_banner {
        margin-bottom: 100px !important;
    }

    .calc_container {
        margin-top: 50px;
    }
}

@media screen and (max-width: 600px) {
    .simuladorBackgroundImage {
        height: 320px !important;
    }
}

@media screen and (max-width: 425px) {
    .simuladorBackgroundImage {
        height: 313px !important;
        background-position: top !important;
    }
}


