* {
    padding: 0;
    margin: 0;
}
/*REGLAS GENERALES*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Roboto+Condensed|Roboto:400,500,500i,700,700i,900,900i');
@media (min-width: 601px) {
/*HEADER*/
.h_nuestro_impacto {
    max-width: 100%;
    height: 389px;
    position: relative;
}
.h_nuestro_impacto #header-nuestro-impacto {
    position: relative;
    height: 389px;

}
.h_nuestro_impacto #wrapper-imagen-impacto {
    position: absolute;
    width: 100%;
    height: 389px;
    overflow: hidden;
}
.h_nuestro_impacto #field-image-nuestro-impacto {
    width: 100%;
    min-width: 960px;
    min-height: 389px;
    position: absolute;
}
.h_nuestro_impacto #field-image-nuestro-impacto img {
    width: 100%;
    height: 389px;
    filter: brightness(60%);
    object-fit: cover;
}
.h_nuestro_impacto #wrapper-info-nuestro-impacto {
    display: block;
    z-index: 99;
    position: absolute;
    top: 142px;
    text-align: center;
    /*left: 32%;*/
    width: 100%;
}
.h_nuestro_impacto #titulo-nuestro-impacto {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}
.h_nuestro_impacto #copy-nuestro-impacto {
    color: #eae1d0;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
/*BODY*/
#panel1-nuestro-impacto {
    width: 100%;
    overflow: hidden;
    background: rgba(200,232,240,1);
    background: -moz-linear-gradient(45deg, rgba(200,232,240,1) 0%, rgba(200,232,240,1) 28%, rgba(200,232,240,1) 56%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(200,232,240,1)), color-stop(28%, rgba(200,232,240,1)), color-stop(56%, rgba(200,232,240,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(200,232,240,1) 0%, rgba(200,232,240,1) 28%, rgba(200,232,240,1) 56%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(200,232,240,1) 0%, rgba(200,232,240,1) 28%, rgba(200,232,240,1) 56%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(200,232,240,1) 0%, rgba(200,232,240,1) 28%, rgba(200,232,240,1) 56%, rgba(255,255,255,1) 100%);
    background: linear-gradient(45deg, rgba(200,232,240,1) 0%, rgba(200,232,240,1) 28%, rgba(200,232,240,1) 56%, rgba(255,255,255,1) 100%);
}
#panel1-nuestro-impacto .titulo-panel {
    width: 100%;
    text-align: center;
    margin-top: 68px;
}
#panel1-nuestro-impacto .titulo-panel h1 {
    color: #1b3c6c;
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 600;
}
#panel1-nuestro-impacto #menu-nuestro-impacto {
    width: 611px;
    margin: 0 auto;
    margin-top: 23px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto ul {
    display: inline-block;
    width: 100%;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li {
    /*width: 172px;*/
    float: left;
    list-style: none;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #707070;
    display: block;
    /*padding-left: 40px;*/
    border-right: 1px solid #707070;
    padding-top: 8px;
    padding-bottom: 12px;
}
/*#panel1-nuestro-impacto #menu-nuestro-impacto .active {
    border-bottom: 3px solid #de483d; 
}*/
#panel1-nuestro-impacto #menu-nuestro-impacto li:last-of-type a {
    border-right: none;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li:nth-of-type(1) a {
    padding-left: 57px;
    padding-right: 30px;
    background: url(/sites/all/themes/YQYP_theme/assets/images/Educacion_home.png);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 16px -2px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li:nth-of-type(1) a:hover {
    background: url(/sites/all/themes/YQYP_theme/assets/images/EducacionActive_home.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: 16px 0px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li:nth-of-type(1) .active {
    background: url(/sites/all/themes/YQYP_theme/assets/images/EducacionActive_home.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: 16px 0px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li:nth-of-type(2) a {
    padding-left: 57px;
    padding-right: 30px;
    background: url(/sites/all/themes/YQYP_theme/assets/images/Salud_home.png);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 16px -2px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li:nth-of-type(2) a:hover {
    background: url(/sites/all/themes/YQYP_theme/assets/images/SaludActive_home.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: 16px 0px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li:nth-of-type(2) .active {
    background: url(/sites/all/themes/YQYP_theme/assets/images/SaludActive_home.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: 16px 0px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li:nth-of-type(3) a {
    padding-left: 57px;
    padding-right: 30px;
    background: url(/sites/all/themes/YQYP_theme/assets/images/Ciudadania_home.png);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 16px -2px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li:nth-of-type(3) a:hover {
    background: url(/sites/all/themes/YQYP_theme/assets/images/CiudadaniaActive_home.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: 16px 0px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li:nth-of-type(3) .active {
    background: url(/sites/all/themes/YQYP_theme/assets/images/CiudadaniaActive_home.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: 16px 0px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li:nth-of-type(4) a {
    padding-left: 57px;
    padding-right: 30px;
    background: url(/sites/all/themes/YQYP_theme/assets/images/Productividad_home.png);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 16px -2px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li:nth-of-type(4) a:hover {
    background: url(/sites/all/themes/YQYP_theme/assets/images/ProductividadActive_home.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: 16px 0px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li:nth-of-type(4) .active {
    background: url(/sites/all/themes/YQYP_theme/assets/images/ProductividadActive_home.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: 16px 0px;
}
#panel1-nuestro-impacto #menu-nuestro-impacto li a img {
    width: 34px;
}
/*bloque 1*/
#panel1-nuestro-impacto #bloque1-cifra-texto {
    width: 1024px;
    margin: 0 auto;
    height: 562px;
    overflow: hidden;
    margin-top: 70px;
    background: url(/sites/default/files/Educacion1.png) right;
    background-size: 736px;
    background-repeat: no-repeat;
    background-position: 383px;
}
#panel1-nuestro-impacto #bloque1-cifra-texto .cifra-texto-nuestro-impacto {
    width: 385px;
    margin-top: 146px;
    margin-left: 18px;
}
#panel1-nuestro-impacto #imagen1-bloque-nuestro-impacto {
    width: 581px;
    height: 471px;
}
/*bloque 2*/
#panel1-nuestro-impacto #bloque2-cifra-texto {
    overflow: hidden;
    background: url(/sites/default/files/Educacion2.png);
    background-size: 611px;
    background-repeat: no-repeat;
    width: 1024px;
    height: 549px;
    margin: 0 auto;
    margin-top: 70px;
}
#panel1-nuestro-impacto #bloque2-cifra-texto .cifra-texto-nuestro-impacto {
    width: 385px;
    float: right;
    margin-top: 152px;
}

#panel1-nuestro-impacto #imagen2-bloque-nuestro-impacto {
    width: 612px;
    height: 478px;
}
/*bloque 3*/
#panel1-nuestro-impacto #bloque3-cifra-texto {
     width: 1024px;
    margin: 0 auto;
    height: 562px;
    overflow: hidden;
    margin-top: 70px;
    background: url(/sites/default/files/Educacion3.png) right;
    background-size: 680px;
    background-repeat: no-repeat;
}
#panel1-nuestro-impacto #bloque3-cifra-texto .cifra-texto-nuestro-impacto {
    width: 385px;
    margin-top: 146px;
    margin-left: 18px;
}
#panel1-nuestro-impacto #imagen3-bloque-nuestro-impacto {
    width: 456px;
    height: 562px;
}
/*bloque 4*/
#panel1-nuestro-impacto #bloque4-cifra-texto {
    width: 1024px;
    height: 478px;
    margin: 0 auto;
    overflow: hidden;
    background: url(/sites/default/files/Educacion4.png);
    background-size: 595px;
    background-repeat: no-repeat;
    margin-top: 70px;
}
#panel1-nuestro-impacto #bloque4-cifra-texto .cifra-texto-nuestro-impacto {
    width: 385px;
    float: right;
    margin-top: 152px;
}
#panel1-nuestro-impacto #imagen4-bloque-nuestro-impacto {
    width: 494px;
    height: 415px;
}
/*bloque 5*/
#panel1-nuestro-impacto #bloque5-cifra-texto {
     width: 1024px;
    margin: 0 auto;
    height: 562px;
    overflow: hidden;
    margin-top: 70px;
    background: url(/sites/default/files/Educacion5.png) right;
    background-size: 568px;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}
#panel1-nuestro-impacto #bloque5-cifra-texto .cifra-texto-nuestro-impacto {
    width: 385px;
    margin-top: 146px;
    margin-left: 18px;
}
#panel1-nuestro-impacto #imagen5-bloque-nuestro-impacto {
    width: 549px;
    height: 455px;
}
/*GENERALES PARA LOS BLOQUES*/
.cifra-nuestro-impacto p {
    font-family: 'Roboto', sans-serif;
    font-size: 47px;
    color: #de483d;
    font-weight: 600;
}
.cifra-nuestro-impacto span {
    color: #555555;
}
.texto-nuestro-impacto {
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    color: #555555;
    font-weight: 600;
}
/*NUESTRO IMPACTO SALUD*/
/*bloque 1*/
#panel1-nuestro-impacto #bloque1-cifra-texto-salud {
    width: 1024px;
    margin: 0 auto;
    height: 562px;
    overflow: hidden;
    margin-top: 70px;
    background: url(/sites/default/files/Salud1.png) right;
    background-size: 719px;
    background-repeat: no-repeat;
    background-position: 383px;
}
#panel1-nuestro-impacto #bloque1-cifra-texto-salud .cifra-texto-nuestro-impacto {
    width: 385px;
    margin-top: 146px;
    margin-left: 18px;
}
#panel1-nuestro-impacto #imagen1-bloque-nuestro-impacto {
    width: 581px;
    height: 471px;
}
/*bloque 2*/
#panel1-nuestro-impacto #bloque2-cifra-texto-salud {
    overflow: hidden;
    background: url(/sites/default/files/Salud2.png);
    background-size: 611px;
    background-repeat: no-repeat;
    width: 1024px;
    height: 549px;
    margin: 0 auto;
    margin-top: 70px;
}
#panel1-nuestro-impacto #bloque2-cifra-texto-salud .cifra-texto-nuestro-impacto {
    width: 385px;
    float: right;
    margin-top: 152px;
}

#panel1-nuestro-impacto #imagen2-bloque-nuestro-impacto {
    width: 612px;
    height: 478px;
}
/*bloque 3*/
#panel1-nuestro-impacto #bloque3-cifra-texto-salud {
     width: 1024px;
    margin: 0 auto;
    height: 562px;
    overflow: hidden;
    margin-top: 70px;
    background: url(/sites/default/files/Salud3.png) right;
    background-size: 595px;
    background-repeat: no-repeat;
}
#panel1-nuestro-impacto #bloque3-cifra-texto-salud .cifra-texto-nuestro-impacto {
    width: 385px;
    margin-top: 146px;
    margin-left: 18px;
}
#panel1-nuestro-impacto #imagen3-bloque-nuestro-impacto {
    width: 456px;
    height: 562px;
}
/*bloque 4*/
#panel1-nuestro-impacto #bloque4-cifra-texto-salud {
    width: 1024px;
    height: 478px;
    margin: 0 auto;
    overflow: hidden;
    background: url(/sites/default/files/Salud4.png);
    background-size: 611px;
    background-repeat: no-repeat;
    margin-top: 70px;
}
#panel1-nuestro-impacto #bloque4-cifra-texto-salud .cifra-texto-nuestro-impacto {
    width: 385px;
    float: right;
    margin-top: 152px;
}
#panel1-nuestro-impacto #imagen4-bloque-nuestro-impacto {
    width: 494px;
    height: 415px;
}
/*bloque 5*/
#panel1-nuestro-impacto #bloque5-cifra-texto-salud {
     width: 1024px;
    margin: 0 auto;
    height: 562px;
    overflow: hidden;
    margin-top: 70px;
    background: url(/sites/default/files/Salud5.png) right;
    background-size: 526px;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}
#panel1-nuestro-impacto #bloque5-cifra-texto-salud .cifra-texto-nuestro-impacto {
    width: 385px;
    margin-top: 146px;
    margin-left: 18px;
}
#panel1-nuestro-impacto #imagen5-bloque-nuestro-impacto {
    width: 549px;
    height: 455px;
}
/*NUESTRO IMPACTO CIUDADANIA*/
/*bloque 1*/
#panel1-nuestro-impacto #bloque1-cifra-texto-ciudadania {
    width: 1024px;
    margin: 0 auto;
    height: 478px;
    overflow: hidden;
    margin-top: 70px;
    background: url(/sites/default/files/Ciudadania1.png) right;
    background-size: 736px;
    background-repeat: no-repeat;
    background-position: 352px -73px;
}
#panel1-nuestro-impacto #bloque1-cifra-texto-ciudadania .cifra-texto-nuestro-impacto {
    width: 385px;
    margin-top: 146px;
    margin-left: 18px;
}
#panel1-nuestro-impacto #imagen1-bloque-nuestro-impacto {
    width: 581px;
    height: 471px;
}
/*bloque 2*/
#panel1-nuestro-impacto #bloque2-cifra-texto-ciudadania {
    overflow: hidden;
    background: url(/sites/default/files/Ciudadania2.png);
    background-size: 605px;
    background-repeat: no-repeat;
    width: 1024px;
    height: 562px;
    margin: 0 auto;
    margin-top: 70px;
}
#panel1-nuestro-impacto #bloque2-cifra-texto-ciudadania .cifra-texto-nuestro-impacto {
    width: 385px;
    float: right;
    margin-top: 152px;
}

#panel1-nuestro-impacto #imagen2-bloque-nuestro-impacto {
    width: 612px;
    height: 478px;
}
/*bloque 3*/
#panel1-nuestro-impacto #bloque3-cifra-texto-ciudadania {
    width: 1024px;
    margin: 0 auto;
    height: 478px;
    overflow: hidden;
    margin-top: 70px;
    background: url(/sites/default/files/Ciudadania3.png) right;
    background-size: 647px;
    background-repeat: no-repeat;
    background-position: right -49px;
}
#panel1-nuestro-impacto #bloque3-cifra-texto-ciudadania .cifra-texto-nuestro-impacto {
    width: 385px;
    margin-top: 146px;
    margin-left: 18px;
}
#panel1-nuestro-impacto #imagen3-bloque-nuestro-impacto {
    width: 456px;
    height: 562px;
}
/*bloque 4*/
#panel1-nuestro-impacto #bloque4-cifra-texto-ciudadania {
    width: 1024px;
    height: 562px;
    margin: 0 auto;
    overflow: hidden;
    background: url(/sites/default/files/Ciudadania4.png);
    background-size: 595px;
    background-repeat: no-repeat;
    margin-top: 70px;
}
#panel1-nuestro-impacto #bloque4-cifra-texto-ciudadania .cifra-texto-nuestro-impacto {
    width: 385px;
    float: right;
    margin-top: 152px;
}
#panel1-nuestro-impacto #imagen4-bloque-nuestro-impacto {
    width: 494px;
    height: 415px;
}
/*bloque 5*/
#panel1-nuestro-impacto #bloque5-cifra-texto-ciudadania {
    width: 1024px;
    margin: 0 auto;
    height: 478px;
    overflow: hidden;
    margin-top: 70px;
    background: url(/sites/default/files/Ciudadania5.png) right;
    background-size: 568px;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}
#panel1-nuestro-impacto #bloque5-cifra-texto-ciudadania .cifra-texto-nuestro-impacto {
    width: 385px;
    margin-top: 146px;
    margin-left: 18px;
}
#panel1-nuestro-impacto #imagen5-bloque-nuestro-impacto {
    width: 549px;
    height: 455px;
}
/*NUESTRO IMPACTO PRODUCTIVIDAD*/
/*bloque 1*/
#panel1-nuestro-impacto #bloque1-cifra-texto-productividad {
    width: 1024px;
    margin: 0 auto;
    height: 478px;
    overflow: hidden;
    margin-top: 70px;
    background: url(/sites/default/files/Productividad1.png) right;
    background-size: 719px;
    background-repeat: no-repeat;
    background-position: 302px -77px;
}
#panel1-nuestro-impacto #bloque1-cifra-texto-productividad .cifra-texto-nuestro-impacto {
    width: 385px;
    margin-top: 146px;
    margin-left: 18px;
}
#panel1-nuestro-impacto #imagen1-bloque-nuestro-impacto {
    width: 581px;
    height: 471px;
}
/*bloque 2*/
#panel1-nuestro-impacto #bloque2-cifra-texto-productividad {
    overflow: hidden;
    background: url(/sites/default/files/Productividad2.png);
    background-size: 611px;
    background-repeat: no-repeat;
    width: 1024px;
    height: 478px;
    margin: 0 auto;
    margin-top: 70px;
}
#panel1-nuestro-impacto #bloque2-cifra-texto-productividad .cifra-texto-nuestro-impacto {
    width: 385px;
    float: right;
    margin-top: 152px;
}

#panel1-nuestro-impacto #imagen2-bloque-nuestro-impacto {
    width: 612px;
    height: 478px;
}
/*bloque 3*/
#panel1-nuestro-impacto #bloque3-cifra-texto-productividad {
     width: 1024px;
    margin: 0 auto;
    height: 478px;
    overflow: hidden;
    margin-top: 70px;
    background: url(/sites/default/files/Productividad3.png) right;
    background-size: 615px;
    background-repeat: no-repeat;
}
#panel1-nuestro-impacto #bloque3-cifra-texto-productividad .cifra-texto-nuestro-impacto {
    width: 385px;
    margin-top: 146px;
    margin-left: 18px;
}
#panel1-nuestro-impacto #imagen3-bloque-nuestro-impacto {
    width: 456px;
    height: 562px;
}
/*bloque 4*/
#panel1-nuestro-impacto #bloque4-cifra-texto-productividad {
    width: 1024px;
    height: 562px;
    margin: 0 auto;
    overflow: hidden;
    background: url(/sites/default/files/Productividad4.png);
    background-size: 595px;
    background-repeat: no-repeat;
    margin-top: 70px;
}
#panel1-nuestro-impacto #bloque4-cifra-texto-productividad .cifra-texto-nuestro-impacto {
    width: 385px;
    float: right;
    margin-top: 152px;
}
#panel1-nuestro-impacto #imagen4-bloque-nuestro-impacto {
    width: 494px;
    height: 415px;
}
/*bloque 5*/
#panel1-nuestro-impacto #bloque5-cifra-texto-productividad {
     width: 1024px;
    margin: 0 auto;
    height: 478px;
    overflow: hidden;
    margin-top: 70px;
    background: url(/sites/default/files/Productividad5.png) right;
    background-size: 568px;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}
#panel1-nuestro-impacto #bloque5-cifra-texto-productividad .cifra-texto-nuestro-impacto {
    width: 385px;
    margin-top: 146px;
    margin-left: 18px;
}
#panel1-nuestro-impacto #imagen5-bloque-nuestro-impacto {
    width: 549px;
    height: 455px;
}

/*PANEL 2*/
#panel2-nuestro-impacto {
    width: 100%;
    overflow: hidden;
    background-color: #de483d;
}
#panel2-nuestro-impacto #copy-panel2 {
    width: 1004px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
#panel2-nuestro-impacto #copy-panel2 p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
#copy-panel2 #boton-panel2 {
    width: 276px;
    margin: 0 auto;
    background-color: #1b3c6c;
    border-radius: 5px;
    margin-top: 16px;
    
}
#copy-panel2 #boton-panel2 a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
}