.sm_footer {

    border-bottom: constant(safe-area-inset-bottom) solid #fff;
    border-bottom: env(safe-area-inset-bottom) solid #fff;
    background-color: #fff;
    border-color: #fff;
    color: #333;
    text-shadow: none;
    font-weight: 700;
    border-width: 1px 0 0 0;
    border-top-color: #eaeaea;

    left: 0;
    right: 0;
    width: 100%;

    position: fixed;
    z-index: 1000;
    bottom: -1px;
    /* padding-bottom: 1px; */
    height: 48px;
    height: calc(env(safe-area-inset-bottom) + 48px);
    border-top: 1px solid #eaeaea;

}

.sm_footer_boton {
    height: 58px;
    height: calc(env(safe-area-inset-bottom) + 58px);
}

.sm_footer_boton_doble {
    height: 118px;
    height: calc(env(safe-area-inset-bottom) + 118px);
}

.sm_header {

    background-color: #fff;
    color: #222;
    border-bottom: 1px solid #ddd;

    border-top: constant(safe-area-inset-top) solid #fff;
    border-top: env(safe-area-inset-top) solid #fff;

    text-shadow: none;
    font-weight: 700;

    top: -1px;
    padding-top: 1px;

    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;

    height: 48px;
    /*height: calc(env(safe-area-inset-top) + 60px);*/

}

.sm_titulo, .sm_header h1 {
    min-height: 48px;
    line-height: 48px;
    margin: 0 70px 0 50px;
    text-align: center;
    font-size: 17px;
    display: block;
    /* padding: 11px 0; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    outline: 0!important;   
}

.sm_header .logo {
    background-image: url(../img/logo_hb_nuevo_azul_simple.svg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 230px;
    background-size: 230px 52px;
    height: 28px;    
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -115px;
    display: none;
}

.sm_titulo_sombra {
    text-shadow: 0 0 5px rgba(0,0,0,0.4);    
}

.sm_main {
    position: absolute;
    top: 49px;
    top: calc(env(safe-area-inset-top) + 49px);

    left: 0;
    right: 0;
    width: 100%;

    bottom: 48px;
    bottom: calc(env(safe-area-inset-bottom) + 48px);

    overflow-y: scroll;
    overflow-x: hidden;

    padding: 20px;    

    box-sizing: border-box;    

    -webkit-overflow-scrolling: touch;  
    
}

.sm_main_fw {
    padding-left: 0;
    padding-right: 0;
}

.sm_main_fhw {
    padding: 0;
}

.sm_main_completo {
    top: 0;
    bottom: 0;
    padding: 0;
}

.sm_main_completo_header {
    bottom: 0;
    padding: 0;
}


.sm_main_ubicacion {
    padding: 0;
    bottom: 0;
    bottom: env(safe-area-inset-bottom);
}

.sm_main_fh {
    bottom: 0;
    bottom: env(safe-area-inset-bottom);
}

.sm_main_footer_doble {

    bottom: 108px;
    bottom: calc(env(safe-area-inset-bottom) + 108px);

}

.ui-page {
    right: 0;
    bottom: 0;    
    height: 100vh !important;
}

.sm_main_contenedor {

    padding-left: 18px;
    padding-right: 18px;

}

/* ***************************************************** */

.home .sm_header {
    border-color: #fff;
    color: #333;    

    background: none;
    border-bottom: none;

    border-top: none;

    height: 42px;
    /*height: calc(env(safe-area-inset-top) + 42px);*/

    border: none;    

    top: calc(env(safe-area-inset-top) - 1px);

}

.skin_jovenes .home .sm_header {

    color: #fff;

}

.home .sm_header h1 {
    box-sizing: border-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
    height: 43px;
    margin: auto;
    text-align: right;
    padding: 0;
}

.home .sm_header h1 .valor_nro_usuario {
    font-size: 11px;
}

@media (max-device-width: 370px) {
    .home .sm_header h1 {
        font-size: 12px;
    }
}

.home .boton_atras {
/*
    width: 44px;
    height: 50px;
    right: inherit;
    left: 0;
    background-position: center right;
*/
}

.home .sm_main {
    top: 0;
}

/* ***************************************************** */



.home_menu .sm_header {
    border-color: #fff;
    color: #fff;    

    background: none;
    border-bottom: none;

/*
    border-top: constant(safe-area-inset-top) solid #00a395;
    border-top: env(safe-area-inset-top) solid #00a395;
*/
    
    border: none;

    height: 42px;
    top: env(safe-area-inset-top);
 
}

.home_menu .boton_atras {
    background-image: url(../img/boton_atras.png);
}

.home_menu .sm_main {
    top: 0;
}

/* ***************************************************** */

.mover2 {

    transform:translateX(100%)

}


html {
}

body {
    overflow: hidden;
}


.header_titulo .sm_header {

    background-color: #fff;
    color: #222;
    border-bottom: 1px solid #fff;

    border-top: constant(safe-area-inset-top) solid #fff;
    border-top: env(safe-area-inset-top) solid #fff;

}

.header_titulo .sm_header_con_borde {
   border-bottom: 1px solid #ddd;
}


.header_titulo .sm_header h1 {

    opacity: 0;

}

.header_titulo .sm_main {

    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;

}

.header_titulo .boton_menu {
    background-image: url(../img/boton_menu_oscuro.svg);
}

.header_titulo .boton_atras {
    background-image: url(../img/boton_atras_oscuro.svg);
}

.sm_header_contenedor {

    /*background-color: #fbfbfb;  PAGINA_BLANCA   */
    padding-bottom: 20px;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;

}

.sm_header_subcontenedor_nfw {
    padding-left: 18px;
    padding-right: 18px;
}

.titulo_header {
    font-size: 22px;
    margin-bottom: 20px;
    color: #101B6B;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding-left: 18px;
    padding-right: 18px;
}

.header_titulo_listado .titulo_header {

    margin-bottom: 0;

}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    color: #222;
}