.main_banner {
    height: 200px;
    background-image: url('../assets/general/menu_cenefa.png');
    background-size: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Gotham;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.top_text {
    font-family: Gotham;
    font-size: 18px;
    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;
}

.product_brochure, .product_specs {
    text-decoration: underline;
    font-weight: 500;
    font-family: 'Gotham';
    font-size: calc(11px + (18 - 11) * ((100vw - 600px) / (1300 - 600)));
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
}

.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: white;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
    /*margin-bottom: 40px;*/
}

.product_category {
    font-family: 'Gotham';
    width: 100%;
    color: var(--mex-pink);
    font-weight: 500;
    font-size: 23px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
}

.product_image > img {
    /*width: 100%;*/
    max-width: 280px;
}

.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);
    margin-top: 30px;
}

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

.second_section {
    width: 100%;
    max-width: 1300px;
    margin: -60px auto 100px;
}

/*    new */
ul {
    list-style: none; /* Remove default bullets */
}

ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--mex-pink); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.product_info_tags {
    display: flex;
}

.nom_top {
    font-family: Gotham;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: -1.04px;
    text-align: center;
    color: #c41977;
}

.nom_bottom {
    text-align: center;
    font-family: Gotham;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #161615;
}

ul {
    font-family: Gotham;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: -0.25px;
    text-align: left;
    color: var(--marine-blue);
}

.product_benefits {
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: Gotham;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: -1.04px;
    text-align: center;
    color: #c41977;
    text-align: left;
}

.features_container {
    display: flex;
}

.feature_instance {
    align-items: center;
    /*width: 200px;*/
    margin: 10px auto;
}

.f_instance_img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.f_instance_title {
    font-family: Gotham;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: -1.04px;
    text-align: center;
    color: var(--marine-blue);
}

.f_instance_img > img {
    margin: 0 auto;
    width: 100%;
    max-width: 45px;
    margin-bottom: 1rem;
}

.f_desc {
    text-align: center;
}


.sistema_ap_desc_title {
    font-family: Gotham;
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: var(--marine-blue);
    margin-bottom: 5px;
}

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

.sistema_ap_instance {
    display: flex;
    margin: 18px 0px;
}

.sistema_ap_img {

    display: flex;
    justify-content: center;
    align-items: center;
}

.sistema_ap_img > img {
    width: 100%;
    max-width: 60px;
}

.small_title {
    display: none;
    font-size: calc(23px + (30 - 23) * ((100vw - 600px) / (1300 - 600)));

}

.product_description_text_sm {
    display: none;
}

@media screen and (max-width: 900px) {
    .product_description_text {
        margin-top: 60px;
    }
}


@media screen and (max-width: 768px) {
    .fi_col {
        width: 33% !important;
    }

    .product_info_tags {
        display: grid;
    }

    .small_title {
        display: block;
    }

    .feature_instance {
        transform: scale(.9);
    }

    .info_flex_container {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        flex-wrap: wrap
    }

    .all_product_info {
        order: 2;
        /*padding: 0;*/
    }

    .product_info_tags {
        order: 1;
        min-height: 160px;
    }

    .second_section {
        width: 100%;
        margin: 0 auto;

    }

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

    .nom_bottom {
        font-size: 10px;
    }

    .nom_top {
        font-size: 22px;
    }

    .product_image {
        /*width: 40%;*/
    }

    .product_description {
        /*width: 60%;*/
    }

    .product_brochure, .product_specs {
        /*font-size: 18px;*/
    }

    .product_category, .product_title {
        display: none;
    }

    .main_banner {
        height: 140px;
        align-items: center !important;
    }

    .product_description_text {
        display: none;
    }

    .product_description_text_sm {
        margin-top: 30px;
        display: block;
    }
}
