﻿/***PRUEBAS ***/

#contenedorNotificaciones {
	POSITION: absolute;
	width: 90%;
	right: 0;
	left: 5%;
	top: 50px;
	height: calc(100vh - 200px);
	display: none;
	background-color: #FFF;
	border: 1px solid black;
}


/*** GENERALES ***/

body {
	margin: 5px 0px 0px 0px;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: auto;
	width: 100%;
}

.contenedorPaginas {
	width: 100%;
}

.flexMaestra {
	display: flex;
	justify-content: flex-end;
	min-height: calc(100vh - 250px);
}

.ContenedorPrincipal,
tabPrincipal {
	width: 100%;
}

input[type=checkbox] {
	cursor: pointer;
}

.EstiloBody {
	margin: 5px 0px 0px 0px;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: auto;
	min-height: calc(100vh - 140px);
	/*min-height: 100vh;*/
}

#btnVolver {
	display: none;
}


/*TABLAS GENERAL*/

table {
	border: 0;
	/*width:90%;
    margin:auto;*/
}

td {
	padding: 5px 0;
	border: 0;
}

.alignTitleCenter {
	text-align: center;
}

th {
	text-align: left;
	border-bottom: 1px solid !important;
	font-size: 1.6rem;
}


/*colorea filas impares sin contar la primera que es la cabecera*/

.estiloTabla tr:nth-child(2n+1):not(:nth-child(1)):not(:last-child) {
	background-color: #e7e7e7;
}

.estiloTabla tr:last-child:not(td tr:last-child) {
	/*Estas condiciones las pongo, porque asp crea tablas dentro de tablas, y no me interesa tocar estas ultimas*/
	border-top: 1px solid black;
}

.estiloTabla .estiloHoverTabla tr:not(:nth-child(1)) {
	/*cursor: pointer;*/
	background-color: #c4c4c4;
}

.piePagina {
	min-height: 120px;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: var(--main);
	color: #fff;
	padding: 0 20px;
	margin: 20px 0 60px;
}
.ContenedorPieLeon{
    display:flex;
}

/*CABECERA*/

.txtBusquedaGeneral {
	width: calc(100% - 90px);
	height: 30px;
	padding: 10px;
	border-width: 1px;
	border-radius: 8px;
	margin-right: 5px;
}


/*.txtBusquedaGeneralClose {
	border-width: 0px;
}

.txtBusquedaGeneralOpen {
	width: calc(100% - 90px);
	height: 30px;
	border-width: 1px 1px 1px 1px;
	border-radius: 5px 5px 5px 5px;
	transition: width 1.3s;
}*/

#searchImg {
	height: 30px;
	cursor: pointer;
}

#logoCabeceraBusqueda {
	width: 40px;
	height: auto;
	position: absolute;
	left: 20px;
	margin: -5px 0 0 0;
}

#imgCabeceraBusqueda {
	width: 45px;
	height: auto;
}

#notificacion {
	margin: 0;
}

.showNotificacion {
	width: 100%;
}

#componenteBusqueda {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	width: 80%;
	margin: auto;
}

.txtBusquedaGeneral:focus {
	outline: 0px;
}

.contenedorBusquedaNotific {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: sticky;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-bottom: 1px solid black;
	z-index: 99;
}

#notificacion> li {
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#notificacion li {
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
}

#notificacion li a {
	color: #333333;
	text-decoration: none;
}

#notification_li {
	position: relative;
}

#notificationContainer {
	background-color: #fff;
	border: 1px solid rgba(100, 100, 100, .4);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	overflow: visible;
	position: fixed;
	right: 0px;
	margin: 0 7.5vw;
	width: 85vw;
	z-index: 100;
	display: none;
	height: calc(100vh - 50px - 65px);
}

#notificationContainer:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	color: transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #dddddd;
	z-index: 2;
	right: 0px;
	top: -10px
}

#notificationTitle {
	font-weight: bold;
	padding: 8px;
	font-size: 13px;
	background-color: #ffffff;
	z-index: 900;
	width: 320;
	border-bottom: 1px solid #dddddd;
	text-align: center;
}

#notificationsBody {
	padding: 33px 0px 0px 0px !important;
	max-height: calc(100vh - 300px);
}

#notificationFooter {
	background-color: #e9eaed;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 12px;
	border-top: 1px solid #dddddd;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#notification_count {
	padding: 3px 7px 3px 7px;
	background: #cc0000;
	color: #ffffff;
	font-weight: bold;
	margin-left: 10px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	margin-top: -10px;
	font-size: 10px;
}


/*****/


/**CARRUSEL**/

.carousel {
	width: 100%;
	height: 250px;
	max-height: 250px !important;
}

.carousel-content {
	color: black;
	display: flex;
	text-align: center;
}


/*****TABLÓN ANUNCIOS****/

.contenedorDetalleAnuncio {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 10px;
	box-shadow: 0 0 12px rgb(100 100 96 / 50%);
	margin: 20px 0;
	padding: 15px;
}

.descripcionAnuncio {
	display: flex;
	flex-direction: column;
	width: 60%;
	justify-content: space-between;
}

.itemDescAnuncio {
	display: flex;
	flex-direction: column;
}

.itemDescAnuncio span:nth-child(1) {
	/*width:20%;
    text-align:right;*/
}

.itemDescAnuncio span:nth-child(2) {
	margin: 0 0 5px 0;
}

.tituloAnuncio {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.tituloAnuncio span {
	text-decoration: none;
	font-weight: 800;
	font-size: 2rem;
}


/*****FIN ANUNCIOS****/


/*****CURSOS****/

.formInscripcion {
	width: 80%;
	margin: auto;
}

.formInscripcion input[type=checkbox] {
	margin-right: 5px;
}

.formInscripcion textarea {
	width: 60%;
}

.contenedorItemsInscripcion {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contenedorDetalleCurso {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.tituloDetalleCurso {
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}

.contenedorDetalleCurso tr {
	border-bottom: 1px solid #b7b7b7;
}

.contenedorDetalleCurso td {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 150px;
}

.contenedorDetalleCurso input[type=submit] {
	margin: 30px auto;
	border-radius: 5px;
	border: 1px solid black;
	padding: 5px 8px;
}

.itemFormInscripcion {
	width: 100%;
	max-width: 22%;
	min-width: 100px;
	display: flex;
	flex-direction: column;
	margin-right: 5px;
}

.itemFormInscripcion input[type=text] {
	width: 100%;
}

.formInscripcion input[type=submit] {
	border-radius: 5px;
	padding: 5px 10px;
	width: 50%;
	min-width: 80px;
	cursor: pointer;
	margin: 10px 25%;
	/*margin:auto auto 10px auto;*/
	border: 1px solid black;
}

.contenedorCalendarCursos {
	width: 100%;
}

.tituloClaendarioCursos {
	background-color: var(--gray);
	border-bottom: 1px solid black;
	margin-bottom: -15px;
}

.calendarCursos {
	width: 100%;
	max-width: 750px;
	height: 400px;
	margin: auto auto 30px auto;
}

.calendarCursos tr:not(:nth-child(1)):not(:nth-child(2)) {
	cursor: pointer;
}


/*****FIN CURSOS****/


/**DEVOLUCION DE RECETAS**/

.gridDevRec,
.gridEstilosBase {
	width: 85%;
	margin: auto;
}

.filtrosDevRec {
	/*display:flex;
    justify-content:space-evenly;*/
}

#cbPeriodo {
	width: 80%;
}

.filtrosDevRec .filtroItem {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

#contenedorDocsDev div{
    padding: 10px;
    display:flex;
    align-items: center;
}
#contenedorDocsDev{
    padding: 10px;
    display:flex;
    flex-direction:column;
}

.filtrosDevRec div input:not(#contenedorDocsDev div input) {
	margin-left: auto;
}

.gridDevRec {
	max-width: 800px;
}

.gridDevRec td,
th {
	padding: 8px;
	border: 0;
}

.gridDevRec th {
	border-bottom: 1px solid black;
}

.gridDevRec tr:not(.gridDevRec td tr):not(.gridDevRec tr:first-child) {
	border-top: 1px solid #c5c5c5;
}

.gridDevRec tr:last-child:not(.gridDevRec td tr) {
	border-bottom: 1px solid black !important;
}

.gridDevRec td td {
	padding: 0 5px;
}

#cotenedorFiltros {
	width: 100%;
	margin: auto;
}



.formReclamacion {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: auto;
}

.formReclamacion input[type=submit] {
	width: 30%;
	min-width: 150px;
	margin: 5px auto;
	border-radius: 10px;
	padding: 5px;
	border: 1px solid;
}

.formReclamacion div {
	margin: 5px 0;
}

.formReclamacion textarea {
	width: 100%;
	height: 150px;
}

.leyenda {
	height: 15px;
	width: 15px;
	border-radius: 50px;
	border: 1px solid black;
	margin: 0 10px;
}

.itemLeyend,
#contenedorLeyenda {
	display: flex;
	align-items: center;
	justify-content: center;
}

#leyendaEnCurso {
	background-color: #fff;
}

#leyendaReclamada {
	background-color: var(--reclamada);
}

#leyendaAceptada {
	background-color: var(--aceptada);
}

#leyendaRechazada {
	background-color: var(--rechazada);
}


/**FIN  DEV RECETAS**/


/*****INVENTARIO****/

.galeriaProducto {
	overflow-y: auto;
	max-height: 370px;
	min-width: 150px;
	margin-top: 40px;
	/*margin-right: 20px;*/
	box-sizing: border-box;
	padding: 0px 10px 0px 0px;
	align-items: center;
}

.pagerStyle a {
	cursor: pointer;
}

#tituloProd {
	font-size: 3rem;
	color: black;
}

.gridProductos {
	display: grid;
	border-radius: 10px;
	margin-bottom: 20px;
	grid-template: auto / repeat(2, 1fr);
}

.galeriaProducto::-webkit-scrollbar {
	-webkit-appearance: none;
}


	#imgPrincipal {
		max-width: 360px;
		max-height: 360px;
		margin: 40px;
		width: auto;
		height: auto;
		/*max-height: 50vh;*/
		/*margin-top: 80px;*/
		border-radius: 20px;
	}

.galeriaProducto::-webkit-scrollbar-thumb {
	background-color: #797979;
	border-radius: 20px;
	border: 7px solid #fff;
}

.cont-img {
	width: 100px;
	height: auto;
}

.cont-img img {
	width: 80px;
	cursor: pointer;
	margin: 0 7px;
	border-radius: 3px;
}


/*****FIN INVENTARIO****/

.flex {
	display: flex;
	border-radius: 10px;
	/*margin-bottom: 20px;*/
}

.row {
	width: 100%;
	flex-direction: row;
}

.column {
	flex-direction: column;
}

.flex-start {
	justify-content: flex-start;
	gap: 30px;
}


/*MENU RESPONSIVO*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.menu::-webkit-scrollbar {
	-webkit-appearance: none;
}

.menu::-webkit-scrollbar:vertical {
	width: 0px;
}

.menu::-webkit-scrollbar:horizontal {
	height: 0px;
}

.top-bar a {
	text-decoration: none;
	color: var(--main);
}


/* MENU */

.overflowMenuMob {
	max-height: 90vh;
	margin-bottom: auto;
	overflow: auto;
}

.menu-mob {
	padding: 40px;
	position: fixed;
	z-index: 700;
	left: -100vw;
	top: 0px;
	background: #fff;
	/*height: 100%;*/
	min-height: calc(100vh - 60px);
	width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.2rem;
	transition: left 1s, width 10s;
}

.menu-mob ul {
	padding-left: 20px;
	background-color: transparent;
}

.menu-open {
	width: 100vw;
	left: 0px;
	transition: left 1s, width 0s;
}

#menu-mob li {
	/*margin: 20px 0;*/
}

.top-bar {
	height: 60px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 12px 3px var(--main);
}

.top-bar li {
	font-size: 1.2rem;
}

.top-bar svg {
	width: 25px;
	height: 25px;
}

.top-bar #svgMenuColegiado {
	width: 25px;
	height: 25px;
}

.dark-bg {
	background: #8f8f8f;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 500;
	opacity: 0;
	width: 0;
}

.visible {
	opacity: 0.7;
	width: 100vw;
	transition: opacity ease-in 0.5s;
	display: block;
}

main {
	/*ESTO ES EL 100% DE LA PANTALLA MENOS TODOS LOS DEMAS COMPONENTES QUE PUEDEN EXISTIR EN LA PAGINA (footer, banner, menu superior...)*/
	min-height: calc(100vh - 515px);
	margin: 10px 5% 30px 5%;
}

.itemMenuPrincipal {
	cursor: pointer;
	color: var(--main);
}

.contenedorLogo {
	display: none;
}

.itemLogo {
	height: auto;
	display: none;
	width: 0px;
}

.itemLogoMini {
	height: 0;
	display: none;
	width: 0px;
}

li{
    list-style: none;
}

.MenuSideBar li, .top-bar li, .menu-mob li {
	list-style: none;
	font-size: 1.4rem;
	font-weight: 600;
}

.top-bar li span {
	display: none;
}

.itemMenuPrincipal {
	display: flex;
	align-items: center;
	justify-content: center;
}

svg {
	margin-right: 5px;
}


/***MENU ERP***/

.MenuSideBar {
	display: none;
	width: 30%;
	max-width: 240px;
	padding: 5px;
}

.MenuSideBar li {
	color: #000;
	font-size: 1.3rem;
	/*width: 155px;*/
}

.MenuSideBar li a {
	color: #000;
	font-weight: bold;
	width: 100%;
}

.MenuSideBar li li a, .menu-mob li li a {
	color: #000;
	font-weight: initial;
}

.tituloMenu {
	color: var(--mainMenu);
	font-weight: bold;
}


/****MENU ERP_DESPLEGABLE****/

.nav li li {
	padding: 0px;
	margin: 0px;
}

.nav li {
	cursor: pointer;
}

.nav__link {
	/*color: #303440;*/
	display: block;
	padding: 4px 0;
	text-decoration: none;
}

.nav__link--inside {
	border-radius: 6px;
	margin: 0px;
	padding-left: 10px;
	text-align: left;
}

.list {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 0 16px 16px 0;
	background: #fff;
}

.list__item {
	list-style: none;
	width: 100%;
	overflow: hidden;
	/*margin: 3px 0px;*/
	padding: 5px 0px;
}

.list__inside {
	width: 90%;
}

.list__item--click {
	cursor: pointer;
}

.list__button {
	display: flex;
	border-radius: 6px;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	width: 90%;
	margin: 0 auto;
}

.arrow .list__arrow {
	transform: rotate(90deg);
	transition: transform .3s;
}

.list__arrow {
	transition: transform .3s;
}

.list__show {
	width: 0;
	margin-left: 10%;
	border-left: 1px solid #303440;
	list-style: none;
	transition: max-height .5s, width 5s;
	max-height: 0px;
}

.show {
	width: 80%;
	max-height: 100vh;
	transition: max-height 2s;
}


/***FIN MENU****/


/***ESTILOS FORMS***/

.inputText {
	border-color: #000;
	border-radius: 8px;
	padding: 5px;
	width: 250px;
}

.textBoxVisible {
	width: 0px;
	transition: all 2s;
}

.ContenedorContenidos h1,
.ContenedorContenidos h1 span {
	text-align: center;
	margin: 10px 0px 40px 0;
	font-size: 4rem;
	color: var(--main);
}


}
.contenidoDatos {
	width: 40%;
	margin: 20px auto;
}
.lbDatosContacto {
	font-weight: 600;
}
.contenedorDatosColegiado {
	padding: 10px;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: auto;
}
.Principal {
	border: 0px;
}
.gridDatos h2,
.contenedorDatosColegiado h2 {
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid;
}
.contenedorDatosPersonalFoto {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: auto auto 15px;
}
.contenedorDatosPersonalFoto img {
	width: 200px;
	border-radius: 5px;
	margin: auto;
}
.gridDatos {
	padding: 10px;
	display: grid;
	grid-template: auto / 1fr;
	gap: 10px;
}
.gridDatosDesc {
	margin: 0 0 0 10%;
}
.gridDatos h2 {
	margin: 10px 0px 15px;
	text-align: center;
}

/***PANTALLA SOLICITUDES***/
.formSolicitud {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
}
.formSolicitud td {
	width: 30%;
}
.formSolicitud td label {
	margin-left: 5px;
	font-weight: 500;
}
.btnSolicitud {
	border-radius: 20px;
	border: 1px solid black;
	width: 220px;
	margin: 10px 0;
}

/***PANTALLA RECIBOS***/
.tablaRecibosTotal {
	width: 50%;
	margin-left: 50%;
}

/**REGISTRO E/S**/
.gridRegistro {
	width: 90%;
	margin: auto;
}

/*****/

/*** FORMULARIO ***/
#filtroReg {
	display: flex;
	width: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}

/*.itemFiltro{
    display:flex;
    padding:10px;
    flex-direction:column;
    width:60%;
}

.itemFiltro input{
    min-width:90px;
    max-width:220px;
    margin:0px 5px;
}*/
.itemTextoForm {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 150px;
}
.itemFechaForm {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	min-width: 90px;
	max-width: 90px;
}
.itemNroRegForm {
	width: 86px
}

/**esta clase columnaOculta, la uso para ocultar columnas en las tablas dependiendo del tamaño de pantalla**/
.columnaOculta {
	display: none;
}

/*** FIN FORMULARIO ***/

/*Lo pongo al final, para que por cascadas siempre coja este*/
.displayNone {
	display: none !important;
}

/***BOLSA TRABAJO***/
.ContenedorAltaBolsaTrabajo {
	border-spacing: 5px;
}

/***CONSULTAR DOCS***/
.gridDocsPublicacion {
	width: 90%;
	margin: auto;
}

/**visor video youtube**/
#light {
	display: none;
	position: fixed;
	top: 5%;
	left: 5%;
	background: #FFF;
	z-index: 1002;
	overflow: visible;
	width: 90%;
    padding-top: 56.25%;
}
#light iframe {
    height: 100%;
    width: 100%;
    border: 0px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#fade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}


/*****/

/******MEDIA QUERYS******/
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 27px;
}

/*PANTALLA DE LAPTOP, TABLET...*/
@media only screen and (min-width: 600px) {
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 30px;
	}
	
	.piePagina {
		margin: 20px 0 0;
	}
	/***CABECERA***/
	
	.contenedorBusquedaNotific {
		position: initial;
		border: 0px;
		z-index: 0;
		/*margin-top:5px;*/
	}
	
	.txtBusquedaGeneral {
		width: 100%;
		height: 30px;
	}
	
	#notificationContainer:before {
		right: 20px;
	}
	
	#notificationContainer {
		right: 0px;
		margin: 0 0 0 -170px;
		width: 320px;
		display: none;
		height: calc(100vh - 50px - 100px);
	}
	
	#logoCabeceraBusqueda {
		display: none;
	}
	/**CURSOS***/
	
	.contenedorCalendarCursos {
		width: 80%;
		margin: auto;
	}
	
	.contenedorDetalleCurso {
		width: 80%;
		margin: auto;
	}
    /***DEV RECETAS***/
    #contenedorDocsDev{
        flex-direction:row;
        justify-content: center;
    }
    /*****/
	/***inventario**/
	
	.galeriaProducto::-webkit-scrollbar-thumb {
		border: 3px solid #fff;
		/*display: none;*/
	}
	
	.galeriaProducto:hover~ .galeriaProducto::-webkit-scrollbar-thumb {
		display: block;
	}
	
	
	.gridProductos {
		grid-template: auto / repeat(3, 1fr);
	}
	
	#cbPeriodo {
		width: 300px;
		margin-right: 20px;
	}
	
	.filtrosDevRec div input {
		margin-left: 0;
	}
	
	.cont-img img {
		margin: 0;
	}
		
	#contenedorImagenesGaleria {
		flex-direction: column;
		width: 100px;
		height: auto;
	}
	/******/
	
	#componenteBusqueda {
		display: flex;
		flex-wrap: nowrap;
		width: 400px;
		margin: initial;
		margin-right: 15px;
	}
	
	.top-bar li span {
		display: block;
	}
	
	.menu-open {
		width: 420px;
	}
	
	.top-bar {
		height: 60px;
		position: sticky;
		top: 0px;
	}
	.overflowMenuMob {
	    max-height: 100vh;
	    overflow: initial;
    }
	main {
		/*ESTO ES EL 100% DE LA PANTALLA MENOS TODOS LOS DEMAS COMPONENTES QUE PUEDEN EXISTIR EN LA PAGINA (footer, banner, menu superior...)*/
		/*RECLACULAMOS, PORQUE HAY QUE AÑADIR EL ALTO QUE AUMENTA EL MENU SUPERIOR CONFORME AUMENTA EL ANCHO DE PANTALLA*/
		min-height: calc(100vh - 535px);
	}
	
	.menu-mob {
		top: 50px;
		justify-content: initial;
	}
	
	.contenedorLogo {
		display: block;
	}
	
	.itemLogo {
		display: none;
		width: 0px;
	}
	
	.itemLogoMini {
		display: block;
		width: auto;
		height: 50px;
	}
	/**Datos farmacia y colegiado**/
	
	.gridDatos {
		width: 90%;
		margin: auto;
		grid-template: auto / auto;
	}
	
	.gridDatosDesc {
		grid-template: auto / repeat(2, 1fr);
		padding: 0 0 0 10%;
	}
	/****/
	
	#cotenedorFiltros {
		width: 80%;
		margin: auto;
	}
	
	.formReclamacion {
		width: 70%;
	}
	
	.itemTextoForm {
		overflow: initial;
		white-space: initial;
		text-overflow: initial;
		max-width: initial;
	}
	
	.itemFechaForm {
		overflow: initial;
		white-space: initial;
		text-overflow: initial;
		max-width: 140px;
		min-width: 140px;
	}
	/**esta clase columnaOculta, la uso para ocultar columnas en las tablas dependiendo del tamaño de pantalla**/
	
	.columnaOculta {
		display: table-cell;
		/*border:0px 0px;*/
	}
	
	.contenedorDatosPersonalFoto {
		flex-direction: row;
	}
}

/*PANTALLA DE PC*/
@media only screen and (min-width: 900px) {
	/***HOVER***/
	/*Para que no haga efectos "raros" en dispositivos moviles ni tablets*/
	
	#notificacion li a:hover {
		color: #006699;
		text-decoration: none;
		opacity: 1;
	}
	
	.formInscripcion input[type=submit]:hover {
		box-shadow: 0px 0px 8px #000;
	}
	/*.gridDevRec tr:not(:nth-child(1)):not(:last-child):hover {
	cursor: pointer;
	background-color: #c4c4c4 !important;
}*/
	
	.estiloTabla tr:not(:nth-child(1)):not(:last-child):hover {
		cursor: pointer;
		background-color: #c4c4c4 !important;
	}
	
	.galeriaProducto:hover {
		overflow-y: auto;
		padding: 0px;
	}
	
	.btnSolicitud:hover {
		box-shadow: 0px 0px 8px #000;
	}
	
	.nav__link--inside:hover,
	.list__button:not(.list__button--click):hover {
		box-shadow: 0 0 8px #b6b6b6;
		cursor: pointer;
	}
	
	.top-bar li a:hover {
		text-decoration: none;
		color: var(--main);
	}
	
	.itemMenuPrincipal:hover {
		opacity: 0.6;
	}
	/*****/
	
	.bottom-bar {
		position: sticky;
		top: 0px;
	}
	
	.menu-open {
		width: 0px;
		left: -420px;
	}
	
	#burger {
		display: none;
	}
	
	.dark-bg {
		display: none;
	}
	
	.top-bar {
		height: 100px;
		position: relative;
		top: 0px;
	}
	
	main {
		/*ESTO ES EL 100% DE LA PANTALLA MENOS TODOS LOS DEMAS COMPONENTES QUE PUEDEN EXISTIR EN LA PAGINA (footer, banner, menu superior...)*/
		/*RECLACULAMOS, PORQUE HAY QUE AÑADIR EL ALTO QUE AUMENTA EL MENU SUPERIOR CONFORME AUMENTA EL ANCHO DE PANTALLA*/
		min-height: calc(100vh - 575px);
	}
	
	.top-bar svg {
		width: 35px;
		height: 35px;
	}
	
	.top-bar #svgMenuColegiado {
		width: 30px;
		height: 30px;
	}
	
	.top-bar li {
		font-size: 1.4rem;
	}
	
	.contenedorLogo {
		display: block;
	}
	
	.itemLogo {
		display: block;
		width: 300px;
	}
	
	.itemLogoMini {
		height: 50px;
		width: auto;
		display: none;
	}
	
	.MenuSideBar {
		display: block;
		position: sticky;
		top: 80px;
		height: 100%;
	}
	
	.contenedorPaginas {
		width: 100%;
	}
	
	.gridDatos {
		width: 100%;
		/*grid-template:auto / repeat(2, 1fr);*/
	}
}
@media (min-width: 1100px) {
	.gridProductos {
		grid-template: auto / repeat(4, 1fr);
	}
}
@media (min-width: 1500px) {
	.gridProductos {
		grid-template: auto / repeat(5, 1fr);
	}
}
@media (max-width: 1100px) {
	.contenedoProducto {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
}