/* @media screen and (max-width:600px){} */

header > div {
	margin-bottom:32px;
}
header > div > div > p{
	font-size: 125%;
}
header > div > div:nth-of-type(1) {
	display:none;
}
header > div > div:nth-of-type(2) {
	grid-row:3/4;
}
header > div > span {
	display: block;
	float: left;
	width: 128px;
	height: 83px;
	position: absolute;
	top: 10px;
	right: 0;
	background: var(--mw-l-logo);
	background-size: 70px;
	background-position: center center;
}/* @media screen and (max-width:600px){} */

section.p-1-img-1-p-1-l-1{
	padding:32px 32px;
}
section.p-1-img-1-p-1-l-1 > h2{
	line-height:36px;
	font-size:200%;
}/* @media screen and (max-width:600px){} */

section.p-3-img-0-p-0-l-4{
	padding:32px 32px;
}
section.p-3-img-0-p-0-l-4 > h2{
	line-height:36px;
	font-size:200%;
}/* @media screen and (max-width:600px){} */

section.p-3-img-1-p-3-l-0{
	padding:32px 32px;
}
section.p-3-img-1-p-3-l-0 > h2{
	line-height:36px;
	font-size:200%;
}
section.p-3-img-1-p-3-l-0 > div {
	grid-template-rows: auto;
}
section.p-3-img-1-p-3-l-0 > div > article {
	float:left;
}
section.p-3-img-1-p-3-l-0 > div > article > div {
	vertical-align:unset;
}
section.p-3-img-1-p-3-l-0 [class*=icon-] {
	margin: 0;
}
section.p-3-img-1-p-3-l-0 > div > article > div > h3 {
	width: 100%;
}
section.p-3-img-1-p-3-l-0 > div > article > div > p {
	width: 100%;
}/* @media screen and (max-width:600px){} */

section.p-3-img-3-p-1-l-0{
	padding:32px 32px;
}
section.p-3-img-3-p-1-l-0 > h2{
	line-height:36px;
	font-size:200%;
}/* @media screen and (max-width:600px){} */

section.p-4-img-4-p-1-l-0{
	padding:32px 0;
}
section.p-4-img-4-p-1-l-0 > h2{
	line-height:36px;
	font-size:200%;
}/* @media screen and (max-width:600px){} */

section.p-5-img-5-p-1-l-0{
	padding:32px 32px;
}
section.p-5-img-5-p-1-l-0 > h2{
	line-height:36px;
	font-size:200%;
}/* @media screen and (max-width:600px){} */

section.p-6-img-0-p-1-l-0{
	padding:32px 32px;
}
section.p-6-img-0-p-1-l-0 > h2{
	line-height:36px;
	font-size:200%;
}/* @media screen and (max-width:600px){} */

footer > div {
	padding: 32px 32px;
}
ooter > div > div:nth-of-type(1){
	width:100%;
}
footer > div > div:nth-of-type(2){
	width:100%;
}
footer > div > div:nth-of-type(2) > ul {
    margin-right: 25px;
}
footer > div > div > h2 {
	line-height:40px;
	font-size:200%;
}
footer > div h3.name{
	width:100%;
	text-align:center;
}
footer > div > div:nth-of-type(3) p:nth-of-type(1) {
	grid-template-columns: repeat(auto-fill, minmax(100%, 3fr));
}
footer > div strong.copyright {
	text-align:center;
	grid-column:1/2;
}
footer > div a.url {
	margin-right:calc((100% - 96px) / 2);
}
/* pHone Button */
footer > div > div:nth-of-type(1) > ul > li.phoneButton{
width: 180px;
	margin: 0 auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 15px;
	color: var(--mw-d-root02);
	background-color: #008925;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
	height: 44px;
}
footer > div > div:nth-of-type(1) > ul > li.phoneButton > a.phoneNumber{
	float: left;
	width: 24px;
	height: 24px;
	margin: 10px 10px 10px 20px;
	filter:invert(1);
}
footer > div > div:nth-of-type(1) > ul > li.phoneButton > a.phoneButton {
	display: block;
	width: 110px;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing:.5px;
	color: var(--mw-l-root04);
}
a.phoneNumber.whatsApp{
	background-image:var(--whatsApp);
	filter:var(--whatsAppColor);
}
footer > div > ul{
	flex-direction:column;
	align-items:center;
}