

 /* --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

html *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}

body, text, tspan{
	font-family: 'Raleway', sans-serif;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofil{
	background-color: #fff !important;
}


.tooltip:hover{
    opacity: 1;
}
#LND_NR_header{
    height: 40px;
    background-color: #FFFFFF;
    width: 100%;
    border-bottom: solid 1px #D2D2D2;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

.LND_NR_suscribirse a {
    display: block;
    border: 1px solid #00A651;
    background-color: #00A651;
    border-radius: 8px;
    padding: 10px 13px 11px;
    line-height: 10px;
    float: left; 
    width: 90px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
}
.btn-primary{
    border-radius: 25px;
    background-color: #023C6F;
}
#LND_NR_header_logo{
    padding-left: 15px;
    float: left;
}
#LND_NR_header_logo img{
    margin-top: 5px;
}
#LND_NR_header_opc_app{
    float: right;
    padding-top: 4px;
    padding-right: 15px;
}
.LND_NR_aper_front{
    float: left;
}
#LND_NR_aper_f{
    max-width: 720px;
    width: 100%;
    clear: both;
    display: table;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
#LND_NR_aper_f_t{
    max-width: 720px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#LND_NR_aper_front_l{
    width: 70%;
    text-align: center;
}
#LND_NR_aper_front_l h1{
    font-size: 52px;
    color: #364154;
    font-weight: 400;

}
#LND_NR_aper_front_l h2{
    font-size: 52px;
    color: #364154;
    font-weight: bold;
}
#LND_NR_aper_front_i{
    width: 30%;
}
#LND_NR_apertura{
    background-color: #EBEBEB;
    padding-bottom: 30px;
    background-image: url(../img/topBG.jpg?hash=210818v1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
#LND_NR_apertura p{
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
#LND_NR_selector_color{
    width: 80%;
    max-width: 895px;
    margin: 15px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #D2D2D2;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    font-size: 17px;
    color: #979797;
    font-weight: 400;
}
#LND_NR_selector_color span{
    color: #535d77;
}
#LND_NR_selector_indicador{
    width: 90%;
    max-width: 350px;
    margin: 15px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #D2D2D2;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    z-index: 2;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}
#LND_NR_indicador_cont{
    position: relative;
    display: none;

}
#LND_NR_indicador_sec{
    width: 50%;
    position: absolute;
    left: 50%;
}
#LND_NR_indicador_sec_c{
    position: relative; 
    left: -40%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #D2D2D2;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    display: table;
    background-color: #fff;
}
.LND_NR_indicador_sec_item{
    float: left;
    width: 32%;
}
.LND_NR_indicador_sec_item div{
    cursor: pointer;
}
.LND_NR_ind_itm{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    margin-bottom: 15px;
    margin-left: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #535d77;
}
#LND_NR_ind_agua{
    background-image: url(../img/iconAgua_blue.png);
}
#LND_NR_ind_saneamiento{
    background-image: url(../img/iconSaneamiento_blue.png);
}
#LND_NR_ind_residuos{
    background-image: url(../img/iconResiduosSolidos_blue.png);
}
#LND_NR_ind_energia{
    background-image: url(../img/iconEnergia_blue.png);
}
#LND_NR_ind_aire{
    background-image: url(../img/iconAire_Blue.png);
}
#LND_NR_ind_salud{
    background-image: url(../img/iconSalud_blue.png);
}

#LND_NR_ind_mitigacion{
    background-image: url(../img/iconCambioClimatico_blue.png);
}
#LND_NR_ind_desastres{
    background-image: url(../img/iconDesastresNaturales_blue.png);
}
#LND_NR_ind_suelo_territorio{
    background-image: url(../img/iconUsoDeSuelo_blue.png);
}
#LND_NR_ind_desigualdad{
    background-image: url(../img/iconDesigualdadUrbana_blue.png);
}
#LND_NR_ind_movilidad{
    background-image: url(../img/iconMovilidad_blue.png);
}
#LND_NR_ind_gestion{
    background-image: url(../img/iconGestionPublica_blue.png);
}

#LND_NR_ind_competitividad{
    background-image: url(../img/iconCompetitibidad_blue.png);
}
#LND_NR_ind_empleo{
    background-image: url(../img/iconEmpleo_blue.png);
}
#LND_NR_ind_conectividad{
    background-image: url(../img/iconConectividad_blue.png);
}
#LND_NR_ind_educacion{
    background-image: url(../img/iconEducacion_blue.png);
}
#LND_NR_ind_seguridad{
    background-image: url(../img/iconSeguridad_blue.png);
}

#LND_NR_lanzador{
    
    background-color:#D7D7D7;
    background-image: url('../img/mapaSJcalles.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
#LND_NR_lanzador_sec{
    padding: 3% 10% 3% 10%;
    background-image: url('../img/mapaSJ.png');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 80%;
}

#LND_NR_lanzador h1{
    color:#52c79d;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;  
}
#LND_NR_lanzador p{
    max-width:  50%;
    margin-top: 30px;
    margin-bottom: 30px;
    color:#364154;
    font-size: 16px;
    font-weight: 500;

}
#LND_NR_lanzador #ingresar{
    
    background-color: #52c79d;
    padding: 5px 7px;
    font-weight: bold;
    width: 150px;
    border-radius: 5px;
}
#LND_NR_lanzador #ingresar a{
    color: #fff;
    text-decoration: none;
}
#LND_NR_Mas_a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#LND_NR_Mas{
    text-align: center;
    height: 30px;
    background-color: #59637C;
    padding-top: 10px;
}

.suscribe{
    width: 90%;
    max-width: 350px;
    margin: 35px auto;
    padding: 20px;
    text-align: center;
    background: #F0F0F0;
    border-radius: 5px;
}
.suscribe h1{
    font-size: 20px !important;
    margin-bottom: 10px !important;
    line-height: 26px !important;
}
.suscribe p{
    margin: 0px !important;
    width: 100% !important;
}
.suscribe a{
    height: 40px;
    display: block;
    line-height: 40px;
    color: white;
    margin-top: 20px;
    font-weight: bold;
    background: #00A651;
    border-radius: 5px;
    text-decoration: none;
}
#LND_NR_patrocinadores{
    padding: 3% 10% 3% 10%;
    text-align: center;
}
#LND_NR_patrocinadores h1{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #979797;
}
#LND_NR_redes{
    text-align: center;
    text-transform: uppercase;
    background-color: #ebebeb;
    color: #535d77;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
}
#LND_NR_redes li {
    display: inline-block;
}
#LND_NR_redes li a {
    width: 35px;
    height: 35px;
    display: block;
    margin-left: 5px;
    background-size: auto;
    background-repeat: no-repeat;
}
#LND_NR_facebook {
    background-image: url(../img/share_facebook.svg);
}
#LND_NR_twitter {
    background-image: url(../img/share_twitter.svg);
}
.LND_NR_content_item{
    width: 75%;
    margin: 15px auto;
    border-bottom: solid 1px #D2D2D2;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    padding: 70px;
    display: none;
    color: #364154;
    font-size: 16px;
    max-width: 850px;
    line-height: 22px;
    letter-spacing: 0.6;
}
.LND_NR_content_item h1{
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 1;
    font-size: 22px;
    text-transform: uppercase;
    color: #888C97;
}
.LND_NR_content_item h2{
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #888C97;
    font-size: 18px;
}
.LND_NR_content_item h3{
    color: #C1C2C4;
    margin-top: 15px;
    margin-bottom: 15px;
}
.LND_NR_img_content_item{
    float: left;
    margin-right:   15px;
}
.LND_NR_contenido_escala{
    margin-top: 15px;
    margin-bottom: 30px;
}
.LND_NR_contenido_escala img{
    margin-left: 15px;
}
.LND_NR_contenido_fuente{
    text-align: right;
    border-bottom: 1px solid #C1C2C4;
    margin-bottom: 15px;
    margin-top: 15px;
}
.LND_NR_contenido_ilust_t1{
    max-width: 680px;
    margin: 0 auto;
    font-size: 22px;
    display: table;
}
.LND_NR_contenido_ilust_t1 img{
    margin-right: 15px;
    float: left;
    max-width: 400px;
    width: 100%;
}
.LND_NR_center{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.LND_NR_center img{
    margin: 0 auto;
}
.LND_NR_derecha{
    text-align: right;
}
.LND_NR_izquierda{
    text-align: left;
}
.LND_NR_contenido_ilust_t2{
    display: table;
    width: 100%;
}
.LND_NR_map_text{
    float: left;
    margin-top: -205px;
}
.LND_NR_contenido_ilust_t2_it{
    width: 48%;
    float: left;
}
.LND_NR_contenido_ilust_t2_div{
    width: 48%;
    float: left;
    border-left: 2px dotted #C1C2C4;
    padding-left: 10px;
    margin-left: 1%;
}
.LND_NR_fix_br{
    display: none;
}
.LND_NR_display_web{
    display: block;
}
.LND_NR_display_mob{
    display: none;
}
.LND_NR_cifras_verde{
    font-size: 60px;
    color: #4ACD9F;
    font-weight: bold;
    
    line-height: 60px;
}
.LND_NR_cifras_rojo{
     font-size: 60px;
    color: #EE6C6A;
    font-weight: bold;
    
    line-height: 60px;
}
.LND_NR_cifras_amarillo{
    float: left;
    font-size: 60px;
    color: #FDBE11;
    font-weight: bold;
   
    line-height: 60px;
}
.LND_NR_cifras_iz{
    float: left;
    max-width: 33%;
}
#LND_NR_seguridad_g1{
    background-image: url(../img/SJ_ComoVamos_Seguridad_Illus001.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
}
@media(max-width: 1280px){
 
}
@media(max-width: 1025px){
    /* MOBILE */
     #LND_NR_indicador_sec {
        width: 70%;
        position: relative;
        left: 0;
        margin:     0 auto;
    }
    #LND_NR_indicador_sec_c{
        left: 0;
    }
}
@media(max-width: 767px){
    #LND_NR_indicador_sec {
        width: 90%;
    }
    .LND_NR_cifras_iz{
        float: none;
        max-width: 90%;
        margin: 0 auto;
    }
    .LND_NR_contenido_ilust_t1{
        text-align: center;
    }
    .LND_NR_contenido_ilust_t1 img{
        float: none;
    }
    .LND_NR_map_text{
        float: none;
        margin-top: 0px;
        margin: 0 auto;
    }
}
@media(max-width: 680px){  
    .LND_NR_indicador_sec_item {
        float: none;
         width: 90%;
        margin-left: 15px;
        margin-right: 15px;
    }
    #LND_NR_indicador_sec_c{
        width: 90%;
        margin: 0 auto;
    }
    #LND_NR_aper_front_l{
        width: 90%;
        margin: 0 auto;
    }
    #LND_NR_aper_front_l h1 {
        font-size: 32px;
    }
    #LND_NR_aper_front_l h2 {
        font-size: 32px;
    }
    #LND_NR_aper_front_i{
        display: none;
    }
    #LND_NR_apertura p {
        font-size: 14px;
        letter-spacing: 1.2;
        width: 90%;
        margin: 0 auto;
    }
    #LND_NR_lanzador p{
        max-width: 90%;
    }
    .LND_NR_content_item {
        width: 85%;
        padding: 15px;
    }
    .LND_NR_contenido_ilust_t2_it {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .LND_NR_contenido_ilust_t2_div{
        border-left: 0px dotted #000;
    }
    .LND_NR_display_mob{
        display: block;
    }
    .LND_NR_display_web{
        display: none;
    }
    .LND_NR_derecha, .LND_NR_izquierda{
        text-align: center;
    }
    #LND_NR_seguridad_g1{
        background-image: url(../img/SJ_ComoVamos_Seguridad_Illus001Movil.png);
    }

}
@media(max-width: 580px){  

    .LND_NR_fix_br{
        display: block;
    }
    #LND_NR_selector_color{
        text-align: left;
        padding-left: 30px;
    }


}

