@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Roboto:wght@400;500;600&display=swap");
#contenedor-respons * {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    position: relative;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    box-sizing: border-box;
    background-color: black;
    color: white;
}

#contenedor-respons {
    width: auto;
    float: right;
/*     margin-right: 13%; */
}

.espacio1 {
	margin-right: 13%;
}

.espacio2 {
	margin-right: 21%;
}
	
/* Contenedor general de menu */

#contenedor-respons #menu-respons {
    display: inline-block;
    height: 46px;
    width: auto;
}

#contenedor-respons #hamburguesa {
	display: none;
}

/* Contenedor del titulo e icono del menu*/

#menu-respons nav span {
    display: inline-block;
    font-size: 18px;
    padding-right: 0px;
    padding-left: 60px;
    line-height: 44px;
}


/* Contenedor del icono del título del menu*/

#menu-respons nav span div,
#menu-respons .opciones-reportes span div {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0px;
    margin-left: 4px;
    background-image: url("/afiliadosPartidos/app/javax.faces.resource/flecha_arriba_abajo.png?ln=img");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 10px;
    transition: all 0.3s ease;
}


/* cambio de icono del titulo del menu */

#menu-respons>nav:hover>span div,
#menu-respons .opciones-reportes span:hover div {
    background-position: 0px -10px;
}


/* Contenedor de los submenus (principal y reportes) */

#menu-respons>nav>div,
#menu-respons .opciones-reportes div {
    position: absolute;
    display: none;
    height: auto;
    left: 60px;
    width: max-content;
    padding: 10px 0px;
}

#menu-respons>nav:hover>div,
#menu-respons .opciones-reportes:hover>div {
    display: block;
    z-index: 1;
}


/* Opciones (módulos) de los submenús */

#menu-respons div a {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-align: left;
    padding: 8px 25px 8px 22px;
    transition: all 0.25s ease;
}

#menu-respons div a:hover {
    color: white;
    background-color: #ED92C8;
}


/* Contenedores de los submenus de reportes */

#menu-respons .opciones-reportes {
    display: block;
}

/* Contenedor del icono del título del submenu reportes */

#menu-respons .opciones-reportes span {
    display: block;
    width: 100%;
}


/* Se muestra la versión link para el menu de reportes */
#menu-respons #contenedor-reportes>a{
	font-size: 18px;
	padding-right: 0px;
    padding-left: 60px;
    line-height: 46px;
}

/*Se oculta la versión span del menu Reportes*/
#menu-respons #contenedor-reportes>span{
	display: none;
}


/* Se coulta el icono para el menu reportes */
#menu-respons #contenedor-reportes>span div {
    display: none;
    padding-right: 40px;
}

/*Cambio de color de letra para el menu reportes */
#menu-respons #contenedor-reportes:hover>a {
    color: #ed92c8;
}

#menu-respons #contenedor-reportes:hover>div {
    display: none;
}


/* Contenedor del opciones (modulos) de reportes */

#menu-respons .opciones-reportes>div {
    top: 17px;
    left: 120px;
    max-width: 300px;
}


/* Busqueda de afiliados */

#busqueda{
	padding-left: 60px;
}

#busqueda a {
    display: block;
    height: 33px;
    top: 4px;
    width: 105px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: white;
    text-align: right;
    border-radius: 15px !important;
    padding: 2px 12px 0px 35px;
    background-color: #b6007e;
    background-image: url("/afiliadosPartidos/app/javax.faces.resource/busqueda_afiliados.png?ln=img");
    background-repeat: no-repeat;
    background-position: 8px 3px;
    background-size: 25px 25px;
/*     transition: all 0.4s ease; */
}

#busqueda a:hover {
    font-weight: 700;
    background-color: #b6007e;
}


/************************************************************
 ***Ajustes de ancho del espaciado antes de cambio de menu **
 ************************************************************/

@media (max-width: 1900px) {

	#contenedor-respons.espacio1 {
	    margin-right: 12%;
	}
	#contenedor-respons.espacio2 {
		margin-right: 21%;
	}	
	#menu-respons #contenedor-reportes>a,
	#menu-respons nav span,
	#busqueda {
		padding-left: 55px;
	}
	#menu-respons>nav>div {
		left:55px;
	}
	
}

@media (max-width: 1800px) {

#contenedor-respons.espacio1 {
	    margin-right: 11%;
	}
	#contenedor-respons.espacio2 {
		margin-right: 20%;
	}	
	#menu-respons #contenedor-reportes>a,
	#menu-respons nav span,
	#busqueda {
		padding-left: 50px;
	}
	#menu-respons>nav>div {
		left:50px;
	}	
}

@media (max-width: 1700px) {

	#contenedor-respons.espacio1 {
	    margin-right: 9.5%;
	}
	#contenedor-respons.espacio2 {
		margin-right: 21.5%;
	}	
	#menu-respons #contenedor-reportes>a,
	#menu-respons nav span,
	#busqueda {
		padding-left: 45px;
	}
	#menu-respons>nav>div {
		left:45px;
	}	
}

@media (max-width: 1600px) {

	#contenedor-respons.espacio1 {
	    margin-right: 10%;
	}
	#contenedor-respons.espacio2 {
		margin-right: 23%;
	}	
	#menu-respons #contenedor-reportes>a,
	#menu-respons nav span,
	#busqueda {
		padding-left: 40px;
	}	
	#menu-respons>nav>div {
		left:40px;
	}	
}

@media (max-width: 1500px) {

	#contenedor-respons.espacio1 {
	    margin-right: 9.5%;
	}
	#contenedor-respons.espacio2 {
		margin-right: 25%;
	}	
	#menu-respons #contenedor-reportes>a,
	#menu-respons nav span,
	#busqueda {
		padding-left: 35px;
	}	
	#menu-respons>nav>div {
		left:35px;
	}	
}

@media (max-width: 1400px) {

	#contenedor-respons.espacio1 {
	    margin-right: 12%;
	}
	#contenedor-respons.espacio2 {
		margin-right: 26%;
	}	
	#menu-respons #contenedor-reportes>a,
	#menu-respons nav span,
	#busqueda {
		padding-left: 30px;
	}
	#menu-respons>nav>div {
		left:30px;
	}	
}

@media (max-width: 1300px) {

	#contenedor-respons.espacio1 {
	    margin-right: 3%;
	}
	#contenedor-respons.espacio2 {
		margin-right: 27%;
	}	
	#listados,
	#estadisticos {
		display: none;
	}
}

@media (max-width: 1250px) {

	#contenedor-respons.espacio1 {
	    margin-right: 0%;
	}
	#contenedor-respons.espacio2 {
		margin-right: 31%;
	}	
	#menu-respons #contenedor-reportes>a,
	#menu-respons nav span,	
	#busqueda {
		padding-left: 23px;
	}
	#menu-respons>nav>div {
		left:23px;
	}	
}


/************************************************************
 ***********Cambio de menu para pantallas pequeñas **********
 ************************************************************/

@media (max-width: 1170px) {
    #contenedor-respons * {
        margin: 0px;
        padding: 0px;
        display: block;
        position: relative;
        font-family: Roboto, sans-serif;
        text-decoration: none;
        text-align: right;
        color: #333;
        background-color: #e2dede;
    }
   
    /* CONTENEDOR GENERAL DEL MENU RESPONSIVE */
    #contenedor-respons {
        display: block;
        float: right;
        height: auto;
        width: auto;
    }
    
	#contenedor-respons.espacio1 {
	    margin-right: 20px !important;
	}    

	#contenedor-respons.espacio2 {
	    margin-right: 20px !important;
	}
	     
    /* Menu hamburguesa */
    #contenedor-respons #hamburguesa {
        display: inline-block;
        width: 100%;
        height: 35px;
        top: 0px;
        position: relative;
        z-index: 2;
        float: right;
        background-color: black;
    }
    #contenedor-respons #hamburguesa>div {
        top: 2px;
        width: 30px;
        height: 30px;
        margin-right: -13px;
        padding: 2px;
        background-color: black;
        float: right;
        border-radius: 4px !important;
    }
    #contenedor-respons #hamburguesa>div:hover {
        border-color: white;
        border: 1px solid white;
    }
    #contenedor-respons #hamburguesa span {
        width: 5px;
        height: 5px;
        border-radius: 4px !important;
        display: block;
        position: absolute;
        background: white;
        transform-origin: 0px 100%;
        right: 11px;
    }
    #contenedor-respons #hamburguesa span:nth-child(2) {
        top: calc(50% - 2px);
    }
    #contenedor-respons #hamburguesa span:nth-child(3) {
        bottom: 1px;
    }
    #contenedor-respons #menu-respons {
    	position: absolute;
        display: block;
        visibility: hidden;
        height: auto;
        top: 40px;
        right: 20px;
        width: 250px;
        z-index: 2;
    }
    #contenedor-respons #hamburguesa>div:hover span {
        background: #d689bf;
    }
    /* CONTENEDOR DEL TITULO DE MENU Y SUBMENÚ */
    #contenedor-respons nav {
        /* vertical-align: top;     */
        cursor: pointer;
        z-index: 1;
    }
    /* CONTENEDOR DEL TITULO DE MENU */
    #menu-respons nav span,
    #menu-respons #busqueda nav a {
        display: inline-block;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 0.7px;
        color: #333333;
        padding: 5px 10px 5px 10px;
        line-height: 30px;
    }
    /* PRESENTACIÓN DE LA FLECHA DEL TITULO DEL MENU*/
    #menu-respons #contenedor-reportes>span div,
    #menu-respons .opciones-reportes>span div,
    #menu-respons nav span div {
        display: inline-block;
        width: 10px;
        height: 10px;
        padding: 0px;
        margin-left: 4px;
        background-image: url("/afiliadosPartidos/app/javax.faces.resource/flecha_arriba_abajo_negra.png?ln=img");
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: 10px;
        transition: background-position 0.3s ease;
    }

    #menu-respons .opciones-reportes>span div{
    	left: 0px;
    }
    
    #menu-respons #contenedor-reportes:hover>span div,
    #menu-respons .opciones-reportes:hover span div,
    #menu-respons>nav:hover>span div {
        background-position: 0px -10px;
    }
    /* CONTENEDOR DE SUBMENU */
    #menu-respons>nav>div,
    #menu-respons .opciones-reportes>div {
        display: block;
        position: relative;
        visibility: hidden;
        height: 0px;
        width: auto;
        top: 0px;
        left: 0px;
        padding: 0px;
        transform: scale(0, 0);
/*         transition: all 0.7s ease; */
    }
    #menu-respons>nav:hover>div,
    #menu-respons .opciones-reportes:hover>div {
        visibility: visible;
        transform: scale(1, 1);
        height: auto;
        z-index: 2;
    }
    /* CONTENEDOR DE MODULO (OPCIÓN) DEL SUBMENU */
    #menu-respons .opciones-reportes a,
    #menu-respons>nav>div>a {
        font-weight: 500;
        font-size: 17px;
        text-align: right;
        color: #333333;
        padding: 5px 28px 5px 15px;
        font-family: Roboto, sans-serif;
        background-color: #f8f8f8;
    }
    #menu-respons .opciones-reportes a:hover,
    #menu-respons>nav>div>a:hover {
        background-color: #b6007e;
        color: white;
    }


	/* Se oculta la versión link para el menu de reportes */
	#menu-respons #contenedor-reportes>a{
		display: none;
	}
	
	/*Se oculta la versión span del menu Reportes*/
	#menu-respons #contenedor-reportes>span{
		display: inline-block;
	}

    /* Contenedor del icono del titulo de submenu reportes */
    #menu-respons #contenedor-reportes>span div {
        padding-right: 0px;
        margin-left: 8px;
    }
    /* Contenedor de Tipos de Reportes */
    #menu-respons #contenedor-reportes:hover>div {
        display: block;
        visibility: visible;
    }
    #menu-respons #contenedor-reportes:hover>span {
    	color: #333333;
    }    
    #menu-respons .opciones-reportes span {
        padding-right: 28px;
        background-color: #f8f8f8;
    }
    #menu-respons .opciones-reportes a {
        padding: 5px 46px 5px 10px;
    }
    #menu-respons #busqueda a {
        display: block;
        height: auto;
        top: 0px;
        width: auto;
        font-family: Roboto, sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #333;
        text-align: right;
        border-radius: 0px;
        padding: 5px 28px 10px 0px;
        background-color: #e2dede;
        background-image: none;
/*         transition: all 0.4s ease; */
    }
    #menu-respons #busqueda a:hover {
        color: #DF1CA3;
        background-color: #e2dede;
        border-radius: 0px;
    }
    
    #menu-reportes{
    	display: none !important;
    }
    
    .showClass{
    	visibility: visible !important;
    }
    
}

/***************************************************/
/* Estilos para dispositivos portátiles */
/***************************************************/

@media (max-width: 500px) {
	
	.logoMenu{
		background-color: black;
	}
}

@media (max-width: 400px) {

	#contenedor-respons #hamburguesa>div{
		margin-right: -14px;
	}
	#contenedor-respons #menu-respons{
		margin-right: 0px;
	}
}



/***************************************************/
/* ESTILOS PARA EL AREA Y MENU LATERAL DE REPORTES */
/***************************************************/

#menu-reportes
/* CONTENEDOR GENERAL DEL MENU DE REPORTES*/

{
    position: fixed;
    display: block;
    width: 270px;
    background-color: black;
    padding-top: 88px;
    top: 0px;
    bottom: 40px;
    left: 0;
    z-index: -1;
}

#menu-reportes>nav
/* CONTENEDOR DEL TITULO DE MENU Y SUBMENÚ */

{
    position: relative;
    display: block;
    color: white;
}

#menu-reportes>nav:hover {
    border-bottom: white;
}

#menu-reportes>nav>span
/* CONTENEDOR DEL TITULO DE MENU */

{
    position: relative;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
    padding: 15px;
    border-bottom: none;
    cursor: pointer;
}


/* IMAGEN DEL TITULO DEL MENU*/

#menu-reportes>nav>span>div
/* CONTENEDOR DE IMAGEN */

{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0px;
    margin-left: 10px;
    background-image: url("/afiliadosPartidos/app/javax.faces.resource/flecha_arriba_abajo.png?ln=img");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 10px;
    transition: all 0.7s ease;
}

#menu-reportes>nav:hover>span {
    border-bottom: 1px solid rgba(254, 141, 196, 0.5);
}

/* #menu-reportes>nav:hover>span>div { */
/*     background-position: 0px -10px; */
/* } */

#menu-reportes>nav>div
/* CONTENEDOR DE SUBMENU */

{
    visibility: hidden;
    height: 0px;
}

#menu-reportes>nav>div {
    transform: scale(0, 0);
/*     transition: all 0.7s ease; */
}

/* #menu-reportes>nav:hover>div { */
/*     visibility: visible; */
/*     transform: scale(1, 1); */
/*     height: auto; */
/* } */

#menu-reportes>nav>div>a
/* CONTENEDOR DE MODULO (OPCIÓN) DEL SUBMENU */

{
    position: relative;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: white;
    text-decoration: none;
    padding: 10px 15px 10px;
    cursor: pointer;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    transition: all 0.25s ease;
}

#menu-reportes>nav>div>a:hover {
    background-color: #ED92C8;
}

.marquesina {
    position: absolute;
    display: block;
    height: 160px;
    top: 88px;
    left: 270px;
    right: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 1.2px;
    color: white;
    padding-top: 25px;
    background-color: rgba(254, 141, 196, 0.7);
    background-image: url("/afiliadosPartidos/app/javax.faces.resource/reporte-documento.png?ln=img");
    background-repeat: no-repeat;
    background-position: 85% 0px;
    background-size: 240px 160px;
    min-width: 250px;
}

.marquesina span {
    position: relative;
    display: inline-block;
    padding-top: 30px;
    padding-left: 80px;
}

.contenido {
    position: absolute;
    display: block;
    color: black;
    top: 248px;
    left: 270px;
    margin: 75px 10%;
}

.contenido h2 {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D5007F;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 90%;
    z-index=2;
}

.tipos-reportes {
    position: relative;
}

.bullet {
    position: absolute;
    width: 45px;
    height: 5px;
    top: 29px;
    background-image: url("/afiliadosPartidos/app/javax.faces.resource/bullet.png?ln=img");
    background-repeat: no-repeat;
    background-size: 45px 4px;
    background-position: bottom left;
    border-radius: 6px !important;
}

.contenido p {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 65%;
    font-family: Roboto, sans-serif;
    font-weight: 400px;
    font-size: 16px;
    min-width: 30%;
    text-align: justify;
}

.contenido span {
    position: relative;
    display: inline-block;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    height: 140px;
    width: 180px;
}

.contenido #listados {
    background-image: url("/afiliadosPartidos/app/javax.faces.resource/Listados.png?ln=img");
    background-repeat: no-repeat;
    background-size: 180px 140px;
}

.contenido #estadisticos {
    background-image: url("/afiliadosPartidos/app/javax.faces.resource/Estadisticos.png?ln=img");
    background-repeat: no-repeat;
    background-size: 180px 140px;
}

@media (max-width: 1170px) {

	.contenido,
	.marquesina{
		left: 0px;
		width: calc(100%-50px);
	}
	
	.contenido{
		margin: 2% 2% 0px 75px;
	}
	
	.tipos-reportes{
		margin-left: 15px;
	}
}

@media (max-width: 800px) {

	.tipos-reportes,
    .contenido p{
    	width: 90%;
    	height: auto;
    }
}

@media (max-width: 600px) {
	
    .marquesina{
		background-image: none;
	}	
	
	.contenido{
		margin: 2% 2% 0px 25px;
		height: 500px;
	}
}

@media (max-width: 300px) {
	
	.contenido h2{
		border: none;
	}
	
	.bullet,
	.contenido p{
		display: none;
	}
	
	.marquesina span{
		padding-left: 20px;
	}
	
	#contenedor-respons #menu-respons{
		width: 150px;
	}
	
	#menu-respons nav span, 
	#menu-respons #busqueda a,
	#menu-respons>nav>div>a {
		font-size: 14px;
	}		
}
