/* Impressa Network 2021 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	background: #e7e8ed;
	margin: 0;
	padding: 0;
}

body.wrapper {
	box-sizing: border-box;
	position: relative;
	min-height: calc(90% - 50px);
	width: 100%;
	padding-bottom: 65px;
}

.page-box-of {
    background-color: #fff;
    background-clip: content-box;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.profile-header-of {
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

.profile-header-of:after {
	content: "";  position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85%;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.profile-header-of img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 0
}

.profile-header-of.transition {
	transition: all .4s ease-out .2s;
}

.profile-header-of div.brand-of {
	position: absolute;
	z-index: 1;
	bottom: 320px;
	width: 100%;
}

.profile-header-of div.info {
	z-index: 1;
	top: 450px;
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
}

p {
    font: 300 16px 'Montserrat', arial,verdana;
    padding: 0;
    text-align: center;
    padding: 20px 20px 10px 20px;
    margin: 0;
    color: #333;
    background: #fff;
    font-weight: bold;
}

div.brand-of img {
	display: block;
	margin: auto;
	width: 180px;
	height: auto;
}

.name {
	color: #ffffff;
	font-size: clamp(2rem, 2.4vw, 2.4rem); /* minimo, preferido, maximo */
	text-align: center;
	font-family: "Montserrat", serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: auto;
	display: block;
}

p.description {
	color: #f3f3f3;
	text-align: center;
	background: none;
	position: relative;
    font-size: clamp(0.91rem, 0.93vw, 0.93rem);
    font-family: "Montserrat", serif;
    font-weight: 300;
	top: -15px;
}

.city {
	color: #999999 !important;
	font-family: "Montserrat", serif;
	font-size: clamp(0.88rem, 0.90vw, 0.90rem); /* minimo, preferido, maximo */
	font-weight: 300;
	text-align: center;
}

.location {
	text-align: center;
}

.page-box-of section.content-container {
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	color: #2c2e2f;
	overflow: visible;
	transition: all .4s ease-out .2s;
}

ul {
	margin:0px 0 0 0;
	padding:0;
}

.footer {
	text-align: center;
	padding: 20px 0;
}

.footer b {
	font-size: 14px;
	font-weight: 400;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
}

.footer ul {
	margin: 5px 0 0 0;
	padding: 0;
}

.footer li {
	font-size: 14px;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	color: #666;
	list-style: none;
	display: inline-block;
}

.footer li a {
	text-decoration: none;
	color: #666; display: inline-block;
	font-size: 14px !important;
}

.footer li a:hover {
	color:#003087;
}

/* .clearfix {*zoom: 1;} .clearfix:before, .clearfix:after {
	display: table; content: "";
	line-height: 0;
	} */

.clearfix:after {
	clear: both;
}

@media screen and (min-width: 320px) {

.profile-header-of div.brand-of {
	bottom: 160px;
	}
}

@media screen and (min-width: 360px) {

.profile-header-of div.brand-of {
	bottom: 230px;
	}
}

@media screen and (min-width: 375px) {

	.profile-header-of div.brand-of {
	bottom: 260px;
	}
}

@media screen and (min-width: 414px) {

	.profile-header-of div.brand-of {
	bottom: 340px;
	}
}

@media screen and (min-width: 768px) {

	body .wrapper {
		min-height: calc(99.7% - 70px);
	}

	.page-box-of {
		width: 480px; 
		margin-top: 65px;
		border-radius: 10px; 
		box-shadow: 4px 8px 20px 0px rgba(47,57,112,0.15);
	}

	.page-box-of section.content-container {
		max-width: none;
	}

	.profile-header-of div.brand-of {
		bottom: 230px;
	}
}