:root{
	--fontcolor: #000;
}
body{
	font-family: "Alexandria", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: var(--fontcolor);
}
nav{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100px;
	z-index: 10;
}
header{
	padding: 100px 0 0 0;
}
.mc-section{
	height: 100vh;
	position: relative;
	background: #fafafa no-repeat center /cover;
	min-height: 190px;
}
.mc-section.mc-dark{
	background: #232323 no-repeat center /cover;
}
.mc-section.mc-alt{
	height: 600px;
}
.mc-section.hauto{
	height: auto;
}
footer{
	height: 300px;
	box-shadow: inset 0 1px 20px 2px #000000d9;
	background-attachment: fixed;
}
.mc-center{
	height: 100%;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 10px;
}
.mc-col-content{
	display: flex;
	align-items: stretch;
	justify-content: space-evenly;
	padding: 20px 0;
}
.mc-col{
	max-width: 350px;
	text-align: justify;
	text-align-last: center;
	padding: 0 20px;
}

/*MENU*/
.mc-menu{
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	justify-content: space-between;
}
.mc-logo{
	height: 90%;
	width: 100px;
	background: no-repeat center /contain;
	position: relative;
	z-index: 2;
}
.mc-menu-center{
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.mc-menu-right{
	margin: 0 0 0 auto;
	z-index: 2;
}
.mc-menu-item{
	padding: 5px 10px;
	border-radius: 2px;
	margin: 0 5px;
	cursor: pointer;
	transition-duration: .5s;
	font-size: 15px;
}
.mc-menu-item:hover{
	outline: 2px solid #fff;
}
.mc-menu-right .mc-menu-item:last-child{
	margin: 0 0 0 5px;
}
.mc-menu-container{
	display: flex;
}

/*SECTION*/
.mc-content-center{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mc-content{
	height: 80%;
	width: 100%;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.mc-content h1{
	font-size: 44px;
	text-align: center;
	padding: 20px 0 10px;
}
.mc-content h3{
	padding: 10px 0;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
}

.mc-content h2{
	font-size: 38px;
	text-align: center;
	padding: 20px 0 10px;
}
.mc-content h4{
	padding: 10px 0;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.909em;
}
.mc-content-sep{
	width: 80px;
	height: 2px;
	background: #ed1b34;
	margin: 0 auto;
}
.mc-content-link{
	width: fit-content;
	margin: auto;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}
.mc-content-bottom{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 10px 0;
}
.mc-content-btn{
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 30px;
	border-radius: 3px;
	background: #ed1b34;
	color: #fff;
	cursor: pointer;
}
.mc-dark{
	color: #fff;
}

/*CONTACT*/
.mc-contact{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.mc-form-contact{
	height: 80%;
	width: 100%;
	max-width: 500px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 11px 2px #000;
	color: #303030;
	padding: 15px;
	display: flex;
	flex-direction: column;
}
.mc-form-contact h3{
	font-size: 26px;
	text-align: center;
}
.mc-contact-btn{
	float: right;
	font-size: 16px;
	height: 40px;
}
.mc-form-contact label{
	display: block;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 16px;
}
.mc-form-contact label input{
	height: 40px;
	border: none;
	background: #eee;
	border-radius: 4px;
	font-size: 14px;
}
.mc-textarea-label{
	flex-grow: 1;
}
.mc-textarea-label textarea{
	height: 90%;
	border: none;
	background: #eee;
	border-radius: 4px;
	font-size: 14px;
}
.mc-footer-top{
	height: 80%;
	padding: 60px 0 0 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mc-footer-bottom{
	height: 60px;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 0 15px;
	font-size: 10px;
}
.mc-footer-menu{
	width: 100%;
	max-width: 350px;
	display: flex;
	justify-content: space-between;
}
.mc-footer-menu-item {
	cursor: pointer;
	padding: 5px 0;
	margin: 5px 0;
}
.mc-footer-logo{
	width: 310px;
	background: no-repeat center /contain;
}



/*EDITION*/
.add-section-line{
	height: 4px;
	background: #0099bc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 5;
}
.add-section{
	width: 200px;
	height: 30px;
	position: absolute;
	top: -14px;
	background: #0099bc;
	border-radius: 25px;
	left: 50%;
	margin-left: -100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	transition: .5s;
}
.add-section:hover{
	background: #237b96;
}
.section-actions{
	position: absolute;
	top: 100px;
	right: 20px;
}
.mc-demo{
	width: 320px;
	height: 180px;
	border-radius: 3px;
	background: #eee no-repeat center /contain;
}
.template-picker-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 15px 0;
}
.template-tile{
	cursor: pointer;
}
.template-title{
	text-align: center;
	padding: 0 0 10px;
}

.mc-menu-mobile, .mc-menu-mobile-btn{
	display: none;
}

.mc-txtimg-content{
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mc-txtimg-img{
	background: no-repeat center /contain;
	width: 40%;
	min-height: 100px;
}
.mc-txtimg-img img{
	width: 100%;
}
.mc-txtimg-txt{
	width: calc(60% - 15px);
	text-align: center;
	padding: 0 100px;
}
.mc-img-order0, .mc-txt-order1{
	order: 0;
}
.mc-img-order1, .mc-txt-order0{
	order: 1;
}
h3{
	font-size: 30px;
	margin: 0 0 30px;
}
.mc-txtimg-text{
	text-align: justify;
	text-align-last: center;
}
.mc-txt-content{
	padding: 25px 150px;
	text-align: justify;
	text-align-last: center;
}

.section-action{
	cursor: pointer;
}
.mc-section-edit{
	padding: 15px;
	font-size: 14px;
}
.mc-section-edit label{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.mc-section-edit input:not([type="checkbox"]){
	width: 50px;
}
@media all and (max-width: 600px) {
	nav{
		height: 60px;
	}
	.mc-menu-center, .mc-menu-right{
		display: none;
	}
	.mc-logo{
		height: 50px;
		width: 50px;
	}
	header{
		padding: 0;
	}
	.mc-content-bottom{
		flex-direction: column;
	}
	.mc-content-btn{
		margin: 5px 0;
	}
	.mc-menu-mobile-btn{
		height: 50px;
		width: 50px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.mc-menu-mobile-btn div {
		height: 2px;
		width: 60%;
		background: #000;
		margin: 5px 0;
	}
	.mc-dark .mc-menu-mobile-btn div{
		background: #fff;
	}
	.mc-menu-mobile{
		position: fixed;
		display: block;
		top: 0;
		right: -100%;
		bottom: 0;
		width: calc(100% - 50px);
		background: #fff;
		z-index: 100;
		transition: .5s;
		box-shadow: -1px 0 10px 0 #0000009c;
	}
	.mc-menu-mobile.open{
		right: 0;
	}
	.mc-menu-mobile-header{
		display: flex;
		align-items: stretch;
	}
	.mc-menu-mobile-header-side{
		width: 50px;
	}
	.mc-menu-mobile-header-center{
		flex-grow: 1;
	}
	.mc-menu-mobile-btn-close div{
		margin: 0;
	}
	.mc-menu-mobile-btn-close div:first-child{
		transform: rotate(45deg);
		position: relative;
		left: 1px;
	}
	.mc-menu-mobile-btn-close div:last-child{
		transform: rotate(-45deg);
		position: relative;
		top: -2px;
		left: 1px;
	}
	.mc-txtimg-content{
		flex-direction: column;
		padding: 0 0 20px;
	}
	.mc-txtimg-txt, .mc-txtimg-img{
		width: 100%;
		padding: 0;
	}
	.mc-txt-content {
		padding: 25px 0;
	}
	.mc-col-content{
		flex-direction: column;
	}
	.mc-col{
		margin: 15px 0;
	}
}