.cms-flex__main{
    position: relative;
    width: 100%;
    z-index: 98;
}
.proveedorPane {
    background-color: #f9fbfc;
}
.interna-no-margin{
    margin-top: 0 !important;
}
/*.main-banner-search-section {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 60vh;
}*/

.main-banner-search-section__bannerPane {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.main-banner-search-section__search-widget {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.main-banner-search-section__search-widget .main-banner-search-section__searchWidget {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    padding-top: 200px;
    z-index: 90;
}

.cms-flex__page-content-full {
    background: #f4f4f4;
}

.cms-flex__panelbg {
    padding-top: 30px !important;
    padding-bottom: 30px!important;
}

.blockPane {
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 1366px) {
    .main-banner-search-section__search-widget .main-banner-search-section__searchWidget {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .main-banner-search-section__bannerPane {
        z-index: auto;
    }
    .main-banner-search-section__search-widget .main-banner-search-section__searchWidget {
        padding-top: 0;
    }
    .main-banner-search-section__search-widget .container {
        padding-left: 0;
        padding-right: 0;
    }
}