.info__template {
	max-width: 100% !important;
	position: relative;
	background: red;
}

.box__dashboard__left {
	padding-bottom: 20px;
}

.box__dashboard__right {
	padding-bottom: 20px;
}

.box__dashboard__sesion{
	padding-bottom: 20px;
}

.box__panel__content {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	border-radius: 10px;
	background-color: #fff;
	padding: 10px 20px;
}

.box__panel__title {
	font-size: 1rem;
	font-weight: 800;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 20px;
}
.box__panel__subtitle {
	font-size: 1rem;
	font-weight: 800;
	color: #000000;
	font-weight: bold;
}

.box__panel__text__info {
	font-size: .9rem;
	line-height: 13px;
}

.box__panel__subtitle__url{
	font-size: 1rem;
	color: #ff0350;
}

.box__panel__button__url{
	width: 120px;
	padding: 2px !important;
	background-color: #e4e4e4 !important;
	border: 1px solid #6d6d6d !important;
	color: #000000 !important;
	margin-bottom: 10px;
}

.text__panel__bold {
	font-weight: 800;
}

@media (min-width: 1400px) {
	.main-container {
		/*max-width: 44% !important;*/
		max-width: 676px !important;
	}
}


@media (min-width: 2000px) {
	.main-container {
		max-width: 676px !important;
	}
}

@media (min-width: 3200px) {
	.main-container {
		/*max-width: 24% !important;*/
		max-width: 676px !important;
	}
}

@media (min-width: 4200px) {
	.main-container {
		/*max-width: 10% !important;*/
		max-width: 676px !important;
	}
	.ws-promo-container-footer {
		max-width: 10%;
	}
}

@media (min-width: 598px){
	#ws_preview_container {
		max-width: 520px !important;
		min-width: 390px !important;
	}
}

