@charset "UTF-8";

@media (max-width: 992px) {
	body{
		overflow-y: auto;
	}
}
@media (max-width: 425px) {
	.panel_der .logo {
		margin-bottom: 50px;
		width: 150px;
	}
	.panel_der .input-field label {
		color: #333;
	}
	.header-wrapper i {
		left: 40px;
		top: 20px !important;
		transform: scale(0.7);
	}
	.header-wrapper img {
		width: 150px !important;
	}
	.items-bienvenida-wrapper div:nth-child(2) .item-wrapper {
		margin-top: 20px !important;
	}
}

@media (max-width: 600px) {
	.logo_login {
		max-width: 100%;
	}
	.panel_der {
		height: auto !important;
	}
	.es-asociado-wrapper {
		margin-top: 0px !important;
	}
}

@media (max-width: 992px) {
	body {
		overflow-x: hidden;
	}
		.logo_login {
			margin-bottom: 0px;
			margin-top: 20px;
		}
		.g-recaptcha {
			transform: scale(0.8) translateX(-15px);
		}
		.iniciar_sesion {
			margin-top: -10px;
		}
		.sidenav {
			background: white;
		}
			.sidenav li a {
				color: #333;
			}
				.sidenav .logo {
					background: rgba(0,0,0,0.0) !important;
				}
			.sidenav li .divider {
				background: rgba(0,0,0,0.3);
			}
			.sidenav li .item_menu:hover {
				background: #009bde;
				color: white;
			}
			.sidenav li .item_menu:hover i {
				color: white !important;
				transform: rotate(360deg);
			}
			.sidenav li .item_menu i {
				color: #009bde !important;
				transition: all 0.5s;
			}
		.header-wrapper {
			background: white;
			border-radius: 0px 0px 20px 20px;
			margin-left: 20px !important;
			padding-bottom: 20px !important;
			padding-top: 20px !important;
			text-align: center;
			width: calc(100% - 40px) !important;
		}
			.header-wrapper i {
				color: #009bde;
				left: 40px;
				position: absolute;
				top: 20px;
			}
			.header-wrapper img {
				width: 150px;
			}
		.panel {
			height: auto;
			margin-bottom: 20px;
			margin-left: 20px;
			margin-top: 20px;
			padding-bottom: 20px;
			padding-left: 40px;
			padding-right: 40px;
			padding-top: 20px;
			position: absolute;
			overflow-y: auto;
			overflow-x: auto !important;
			width: calc(100% - 40px);
			max-width: calc(100% - 40px);
		}
			.items-bienvenida-wrapper div:nth-child(3) .item-wrapper {
				margin-top: 20px;
			}
			/*.search-icon, .search-wrapper {
				display: none;
			}*/
}