@charset "UTF-8";

@media (max-width : 1200px) {
	.column1 {
		display: none;
		background-color: #ffffff;
	}

	.column2 {
		width: 100%;
	}
}

@media (max-width: 960px) {
	.blockAccount {
		margin-top: 0px !important;
	}
	
	.blockAccount .title {
		text-align: center !important;
		font-size: 1.3em !important;
	}
	
	.blockAccount .subTitle {
		text-align: center !important;
		margin-bottom: 1.5rem !important;
	}
	
	.btn {
		font-size: 0.9rem !important;
	}
	
	.accessSite {
	    width: 100% !important;
	    position: absolute;
	    text-align: center;
	}
	
	.profile-img {
		margin-top: 3%;
	}
	
	.titleMobile {
		overflow: hidden;
	    font-family: 'robotolight';
	    font-weight: bold !important;
	    font-size: 1.4em;
	}
	
	
}

@media (max-width: 1200px) {
	.footer-final{
	   left: 0 !important;
	   width: 100% !important;
	}
}

.texto-lojas {
	font-family: 'robotolight';
	font-weight: bold !important;
	font-size: 1rem;
}

.logo-lojas {
	padding-top:1%;
	padding-bottom: 3%;
}

.logo-lojas div {
	border-radius: 10px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	display: inline-block;
}

.column2 {
	background-color: rgba(255, 255, 255, 1.0);
}

.customBackground {
	background: url(../resources/modena-layout/images/background2.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom 70px;
	height: inherit;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.row {
	height: 100% !important;
	width: 100% !important;
	margin: 0% !important;
}

.FontBold {
	font-weight: bold !important;
}

.TexAlJustify {
	text-align: justify !important;
}

.blockTitle {
	display: block;
	width: 90%;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.blockTitle div:nth-child(2) {
	width: 100%;
	font-size: 40px !important;
	overflow: hidden;
	font-family: 'robotolight';
	padding: 10px 0px;
	color: #ffffff;
	font-weight: bold !important;
}

.blockWelcome {
	display: block;
	width: 70%;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}

.blockWelcome p:first-child {
	font-weight: bold !important;
}

.linkDownload {
	color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	width: 70%;
	display: block;
	text-decoration: underline;
}

.linkDownload a {
	color: #ffffff;
}

.linkDownload a:hover {
	color: yellow;
}

.customFooter {
	color: white !important;
	position: absolute !important;
	bottom: 30px !important;
	vertical-align: bottom !important;
	font-family: 'robotoregular';
	font-size: 14px !important;
	text-align: center;
	margin-top: 10px;
	width: 50%;
}

.accessSite {
	margin-top: 5%;
	width: 30%;
	float: right;
}

.blockAccount {
	display: block;
	width: 80%;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.blockAccount .title {
	color: #546E7A;
	padding: 10px 0px;
	font-family: 'robotolight';
	font-size: 2em;
	width: 100%;
	overflow: hidden;
	text-align: justify;
	font-weight: bold
}

.blockAccount .subTitle {
	text-align: justify;
	font-weight: 600;
	margin-bottom: 2rem
}

.blockAccount .card-header {
	background-color: rgb(0, 123, 255);
}

.blockAccount .card-header h5 {
	text-align: justify;
}

.blockAccount .card-header button {
	color: white;
	width: 100% !important;
	text-align: left;
	padding-left: 0px;
}

.blockAccount .card-header button .icon-account_balance,
.icon-account_circle {
	font-size: 20px !important;
	padding-right: 10px;
	text-decoration: none !important;
}

.btn-link {
	text-decoration: none !important;
}

.btn-link:hover {
	color: yellow !important;
}

#collapseOne .card-body {
	padding: 8px;
}

#collapseOne .card-body p {
	text-align: justify;
	margin: 10px;
}

.blockField {
	margin-top: 10px;
	width: 100%;
}

.blockField input{
	font-size: 14px !important;
	text-align: center;
	width: 80%;
}
