.slide_instance {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    /*height: calc(100%) !important;*/
}


.slide_content_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.slide_content_wrapper_ss {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.slide_content_wrapper_bottom_right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    padding: 5%;
}

.slide_top_white_text {
    font-family: Gotham;
    /*font-size: 55px;*/
    /*font-size: calc(100vw * 0.035);*/
    font-size: calc(25px + (50 - 25) * ((100vw - 600px) / (1300 - 600)));


    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.textoencarousel{
    position: absolute;
    margin-top: 10%;
    margin-left: 10%;
}
.slide_bottom_text {
    font-family: Gotham;
    font-size: 23px;

    font-size: calc(15px + (23 - 15) * ((100vw - 600px) / (1300 - 600)));


    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: var(--marine-blue);
    margin-top: 15px;
}

.full_height {
    height: calc(100vh - 90px);
}

.slider_dots {
    z-index: 9;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 30px;
}

.slider_dot {
    border-radius: 40px;
    margin-left: 5px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    background-color: #efefef;
    cursor: pointer;
}


.slider_1_slide_1 {
    background: url('../assets/landing/slider1_slide_1.jpg');
}

.slider_1_slide_2 {
    background: url('../assets/landing/slider1_slide_2.jpg');
}

.slider_1_slide_3 {
    background: url('../assets/landing/slider1_slide_3.jpg');
}

.slider_1_slide_4 {
    background: url('../assets/landing/slider1_slide_4.png');
}

.blue_button {
    width: 185px !important;
    height: 60px !important;
    border-radius: 8px !important;
    background-color: var(--marine-blue) !important;
    color: white !important;
}

.pink_banner {
    background: url('../assets/landing/cenefa_rosa.png');
    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;
}

.blue_banner {
    background: url('../assets/landing/cenefa_azul.png');
    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;

}

#second_slider {
    min-height: 300px;
}

.second_slider_image {
    width: 100%;
    max-width: 350px;
}

.ss_top_title, .ts_top_title {
    font-family: Gotham;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #d40081;
}

.linkPriv{
    color: white;
}

.linkPriv:hover{
    color: white;
}

.new_top_tittle {
    font-family: Gotham;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #d40081;
}

.new_text {
    font-family: Gotham;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: rgb(0, 35, 97);
}

.ss_top_text {
    font-family: Gotham;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: black;
    margin: 0 auto;
    text-align: justify;
    width: 80%;
    max-width: 550px;
}

.third_section {
    min-height: 500px;
    background: #535353;
    background-image: url('../assets/general/menu_cenefa.png');
    background-image: url('../assets/general/menu_cenefa.png'), linear-gradient(180deg, rgba(247, 245, 245, 1) 0%, rgba(226, 226, 226, 1) 100%);
    margin-top: 50px;
}

.store_img {
    width: 100%;
    max-width: 600px;
}


.tsrc_bottom_col {
    height: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tsrc_top_col {
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.white_spacer {
    height: 150px;
    background: white;
}

.bold {
    font-weight: 500;
}

.landing_img {
    width: 100%;
}

.text_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

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

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

.prev_button > img, .next_button > img {
    width: 100%;
    max-width: 20px;
}

.prev_button {
    position: absolute;
    left: 10%;
    cursor: pointer;
    z-index: 9;
}

.next_button {
    position: absolute;
    right: 10%;
    cursor: pointer;
    z-index: 9;
}

.pink_dot {

    background: white;
    border: solid 1px #ffb1c2;
}

.pink_dot_active {
    background: #ffb1c2;
    border: none;
}

.no_p {
    padding: 0px !important;
}

.slick-list, .slick-track {
    height: 100%;
}

#sectionD {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1530px) {
    .slide_instance {
        background-size: contain !important;
    }
}


@media screen and (max-width: 1200px) {


    .slider_1_slide_1 {
        background-size: contain !important;
        background: url('../assets/landing/slide_1_sm.jpg');
    }

    .slider_1_slide_2 {
        background-size: contain !important;
        background: url('../assets/landing/slide_2_sm.jpg');
    }

    .slider_1_slide_3 {
        background-size: contain !important;

        background: url('../assets/landing/slide_3_sm.jpg');
    }

    .slider_1_slide_4 {
        background-size: contain !important;

        background: url('../assets/landing/slide_4_sm.jpg');
    }


}


@media screen and (max-width: 768px) {
    .slide_content_wrapper_bottom_right {
        padding-bottom: 17%;
    }

    .ss_top_text {
        font-size: 14px;
        width: 95%;
        margin-bottom: 30px;
    }

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

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

    #sectionA {
        order: 2;
    }

    #sectionB {
        order: 1;
    }

    #sectionC {
        order: 3;
    }

    #sectionD {
        order: 4;
        text-align: center;
    }

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

    #storeSection {
        order: 2;
        padding: 0;
    }

    #joinUsSection {
        order: 1;
        height: 100%;
        margin-bottom: 2rem;
    }

    .new_top_tittle {
        margin-top: 2rem;
    }


    .slider_1_slide_1 {
        background-size: contain !important;
        background: url('../assets/landing/slide_1_sm.jpg');
    }

    .slider_1_slide_2 {
        background-size: contain !important;
        background: url('../assets/landing/slide_2_sm.jpg');
    }

    .slider_1_slide_3 {
        background-size: contain !important;

        background: url('../assets/landing/slide_3_sm.jpg');
    }

    .slider_1_slide_4 {
        background-size: contain !important;

        background: url('../assets/landing/slide_4_sm.jpg');
    }

   /* .slide_instance {
        /*height: 580px !important;*/
   /* }

    .slick-slider {
        /*height: 580px !important;*/
   /* }*/

    .first_section {
        height: 600px;
    }

    .first_section > .slider_dots {
        position: relative;
        bottom: 60px;
    }

    /*.slide_top_white_text {*/
    /*    font-size: calc(100vw * 0.045);*/
    /*}*/
    /*.slide_bottom_text {*/
    /*    font-size: calc(100vw * 0.035);*/
    /*}*/

}
