@charset "utf-8";
/* html */
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 1rem;
	text-align: justify;
	line-height: 1.5;
	}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	}
a:visited {
  	color: inherit;
	}
a:hover {
	color: #999;
	}
body {
	background: #f1f1f1;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-text-size-adjust: none;
	}
a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
	}
.container {
	width: 100%;
	display: block;
	}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
	}
.responsive-img {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	}
.responsive-img-50 {
	height: auto;
	width: 50%;
	margin: 0;
	padding: 0;
	display: block;
	}
.img {
	display: block;
    }
/* headings */
h1 {
	color: #063;
	font-size: 1.3rem;
	}
.offer-content {
	font-size: 1.3rem;
	font-weight: bold;
	color: #900;
	}
.h-cleanant {
	font-size: 1.5rem;
	font-weight: bold;
	color: #999;
	text-align: left;
	padding: 15px 30px;
	background-color: #063;
	}
.h-grey {
	font-size: 1.5rem;
	font-weight: bold;
	color: #063;
	text-align: left;
	padding: 15px 30px;
	background-color: #999;
	}
.h-offer {
	font-size: 1.5rem;
	font-weight: bold;
	color: #999;
	text-align: left;
	padding: 15px 30px;
	background-color: #900;
	}
.h-footer {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1rem;
	letter-spacing: 0.1rem;
	color: #063;
	text-align: center;
	padding: 10px 0;
	background-color: #adadad;
    }
.title-footer {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: bold;
	color: #063;
	padding: 15px 0;
	}
.italic-text {
	font-size: 0.8rem;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
	}
.fa-check {
	color: #063;
	}
i.fas {
	margin-right: 10px;
	display: inline;
	}
.fa-chevron-circle-down {
	margin-right: 0!important;
	}
/* top */
.top {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(../images/bg-mobile-cleanant.png);
	background-repeat: repeat-x;
	height: 177px;
	margin-bottom: 16px;
	}
.phone-slogan {
	padding: 15px 0;
	}
.phone {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.3rem;
	font-weight: bold;
	color: #999;
	}
.slogan {
	font-size: 1.3rem;
	line-height: 1.3rem;
	font-weight: bold;
	padding-top: 12px;
	color: #999;
}
.logo-mobile {
	width: 232px;
	height: 94px;
	margin: 0;
	padding: 0;
	}
/* banner */
.banner {
	margin: 30px 0;
	border: 1px solid #d4d4d4;
	}
/* nav mobile */
.menuicon {
	display: block;
	position: absolute;
	color: #063;
	font-size: 1rem;
	cursor: pointer;
	line-height: 1rem;
	background-color: #999;
	border: 1px solid #063;
	top: 167px;
	left: 10px;
	padding: 8px 0 8px 10px;
	font-weight: bold;
	}
.nav-mobile, .menucheck {
	display: none;
	}
.menucheck:checked ~ .nav-mobile {
	display: block;
	margin-top: 30px;
	}
.menu-mobile-top a, .menu-mobile-top label{	
	display: block;
	text-align: center;
	background-color: #999;
	border-top: 1px solid #063;
	border-bottom: 1px solid #063;
	font-weight: bold;
	color: #063;
	line-height: 1rem;
	text-decoration: none;
	letter-spacing: 0.05rem;
	padding: 10px 0;
	cursor: pointer;
	}
.menu-mobile a, .menu-mobile label{	
	display: block;
	text-align: center;
	background-color: #999;
	border-bottom: 1px solid #063;
	font-weight: bold;
	color: #063;
	line-height: 1rem;
	text-decoration: none;
	letter-spacing: 0.05rem;
	padding: 10px 0;
	cursor: pointer;
	}
.border-top-grey {
	border-top: 1px solid #063;
	}
.menu-mobile a:hover, .menu-mobile-top a:hover, .menu-mobile label:hover, .menu-mobile-top label:hover {
	background-color: #063;
	color: #999;
	}
.submenu-mobile a, .dropdown-mobile a, .dropdown-mobile label {
	background-color: #99c2ad;
	font-size: 0.9rem;
	line-height: 0.9rem;
	text-decoration: none;
	letter-spacing: 0.05rem;
	padding: 10px 0;
	}
.submenu-mobile a:hover, .dropdown-mobile a:hover {
	background-color: #063;
	color: #999;
	}
.dropdown-mobile, .submenu-mobile {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	 }
.menu-mobile input:checked ~ .dropdown-mobile {
	max-height: 400px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	display: block;
	}
.dropdown-mobile input:checked ~ .submenu-mobile {
	max-height: 400px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	display: block;
	}
.nav-mobile input {
	display: none;
	}
/* nav desktop */
.navbar {
	background-color: #999;
	width: 100%;
	text-align: center;
	}
.nav-container {
	display: inline-block;
	line-height: 1rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	color: #063;
	padding: 0;
	margin: 0;
	border: none;
	}
.nav-flex {
	display: flex;
	padding: 0;
	margin: 0;
	border: none;
	}
.menu {
	padding: 15px 20px;
	border-left: 1px solid #063;
	}
.menu:hover {
	background-color: #063;
	color: #999;
	}
.menu-last {
	padding: 15px 20px;
	border-right: 1px solid #063;
	border-left: 1px solid #063;
	}
.menu-last:hover {
	background-color: #063;
	color: #999;
	}
.menu-button {
	height: 46px;
	font-weight: bold;
	color: #063;
	line-height: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
	letter-spacing: 0.05rem;
	text-decoration: none;
	background-color: #999;
	margin: 0;
	border-left: 1px solid #063;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding: 15px 20px;
	cursor: pointer;
	}
.menu-button:hover {
	background-color: #063;
	color: #999;
	}
.dropdown {
	position: relative;
	display: inline-block;
	}
.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
	}
.dropdown:hover .dropdown-content {
    display: block;
	animation: dropdown 250ms forwards;
	}
.dropdown-content a {
	background-color: #99c2ad;
	white-space: nowrap;
	display: block;
	font-size: 0.9rem;
	line-height: 0.9rem;
	text-align: right;
	padding: 10px 20px;
	border-bottom: 1px solid #063;
	border-right: 1px solid #063;
	border-left: 1px solid #063;
	}
.dropdown-content a:hover {
	background-color: #063;
	color: #999;
	}
.dropdown:hover .menu-button {
	background-color: #063;
	color: #999;
	}
.submenu-button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: bold;
	color: #063;
	line-height: 0.9rem;
	letter-spacing: 0.05rem;
	text-decoration: none;
	background-color: #99c2ad;
	white-space: nowrap;
	display: block;
	border-bottom: 1px solid #063;
	border-right: 1px solid #063;
	border-left: 1px solid #063;
	border-top: none;
	text-align: right;
	width: 300px;
	padding: 10px 20px;
	cursor: pointer;
	}
.submenu {
	position: relative;
	display: inline-block;
	text-align: left;
	}
.submenu-content {
	display: none;
	position: absolute;
	z-index: 1;
	}
.submenu-content a {
	background-color: #99c2ad;
	color: #063;
	white-space: nowrap;
	display: block;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 0.9rem;
	text-align: right;
	padding: 10px 20px;
	border-right: 1px solid #063;
	border-left: 1px solid #063;
	border-bottom: 1px solid #063;
	}
.submenu:hover {
	background-color: #063;
	color: #999;
	}
.submenu:hover .submenu-button {
	background-color: #063;
	color: #999;
	}
.submenu {
	position: relative;
	display: inline-block;
	}
.submenu-content {
	display: none;
	position: absolute;
	z-index: 1;
	left: 100%;
	top: 0;
	}
.submenu:hover .submenu-content {
    display: block;
	animation: dropdown 250ms forwards;
	}
.border-top {
	border-top: 1px solid #063;
	}
/* header */
.header-flex {
	display: flex;
	}
.main {
	display: block;
	flex: 2;
	margin: 0 0 30px 30px;
	}
.extra {
	flex: 1;
	margin: 0 30px 0 30px;
	}
.main-content {
	padding: 30px;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	}
.extra-content {
	padding: 30px;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	margin: 0 0 30px 0;
	}
.offer-content {
	padding: 30px;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
	border-left: 1px solid #900;
	margin: 0 0 30px 0;
	}
/* form */
.wrapper-form {
	background: #cce0d6;
	border: 1px solid #99c2ad;
	margin-bottom: 15px;
	padding: 30px;
	}
.form {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	}
.inner-form {
	box-sizing: border-box;
	width: 100%;
	min-height: 40px;
	}
.form input[type="text"], .form input[type="email"], .form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: #063;
	line-height: 1.5;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #99c2ad;
	transition: all 0.2s ease;
	}
.form input:focus, .form text:focus, .form email:focus, .form textarea:focus {
	border-color: #063;
	box-shadow: inset 0 1px 1px #063,
    0 0 8px #063;
	}
.btn {
	box-sizing: border-box;
	width: 100%;
	background-color: #99c2ad;
	padding: 15px;
	border: 1px solid #063;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	color: #063;
	cursor: pointer;
	transition: all 0.5s ease;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	}
.btn:hover {
	background: #063;
	color: #999;
	}
/* form input text */
/* form Chrome/Opera/Safari */
::-webkit-input-placeholder {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: #063;
	}
/* form Firefox 19+ */
::-moz-placeholder {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: #063;
	}
/* form IE 10+ */
::-ms-input-placeholder {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: #063;
	}
/* tables */
.prices {
	border-collapse: collapse;
	}
td, tr {
	border: 1px solid #99c2ad;
	text-align: center;
	vertical-align: middle;
	}
.table-heading {
	background: #cce0d6;
	padding: 15px;
	color: #063;
	font-weight: bold;
	}
.table-data {
	padding: 10px 15px;	
	}
.table-data-left {
	padding: 10px 15px;
	text-align: left;	
	}
.small {
	font-size: 0.8rem;
	color: #666;
	font-weight: normal;
	}
/* footer */
.flex-details {
	display: flex;
	flex-direction: column;
	background-color: #d6d6d6;
	border-top: none;
	text-align: center;
    }
.flex-contact {
	flex: 1;
	padding: 20px 30px;
	border-top: 1px solid #adadad;
	margin-bottom: 20px;
	text-align: left;
    }
.flex-help {
	flex: 1;
	border-top: 1px solid #adadad;
	padding: 30px;
	text-align: left;
    }
.flex-services {
	flex: 1;
	border-top: 1px solid #adadad;
	padding: 30px;
	text-align: left;
    }
.flex-logos {
	display: flex;
	flex-direction: column;
	background-color: #d6d6d6;
	border-top: none;
	text-align: center;
    }
.flex-buildant {
	flex: 1;
	order: 2;
	border-top: 1px solid #adadad;
	padding: 30px 0;
    }
.flex-fixant {
	flex: 1;
	order: 3;
	border-top: 1px solid #adadad;
	padding: 30px 0;
    }
.flex-cleanant {
	flex: 1;
	order: 1;
	padding: 30px 0;
    }
.flex-sellant {
	flex: 1;
	order: 4;
	border-top: 1px solid #adadad;
	padding: 30px 0;
    }
.container-icons {
	display: flex;
	flex-direction: row;
	align-self: center;
	width: 240px;
	height: 40px;
	border: 1px solid #999;
	padding: 10px;
    }
.icon {
	height: 40px;
	width: 40px;                                                                                                 
	padding: 0 4px;
    }
.copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8rem;
	line-height: 0.8rem;
	color: #063;
	background-color: #999;
	text-align: center;
	padding: 15px 0;
    }
@media screen and (min-width: 979px) {
/* top (min-width: 979px) */
.top {
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	height: 122px;
	background-image: url(../images/bg-cleanant.png);
	background-repeat: repeat-x;
	}
.logo-mobile {
	display: none;
	}
.phone-slogan {
	padding-right: 60px;	
	}
.phone {
	text-align: right;
	}
.slogan {
	font-size: 1.3rem;
	line-height: 1.3rem;
	font-weight: bold;
	padding-top: 12px;
	color: #999;
	}
.logo {
	width: 276px;
	height: 112px;
	padding-top: 15px;
	padding-left: 60px;
	}
/* nav mobile (min-width: 979px) */
.nav-mobile, .menuicon {
	display: none;
	}
/* header (min-width: 979px) */
.main-content {
	}
.extra-content {
	}
.offer-content {
	}
/* footer (min-width: 979px) */
.flex-details {
	display: flex;
	flex-direction: row;
	border-top: 1px solid #adadad;
    }
.flex-contact {
	border-top: none;
	padding: 30px 0 30px 60px;
	margin-bottom: 10px;
    }
.flex-help {
	border-top: none;
	padding: 30px 0;
    }
.flex-services {
	border-top: none;
	padding: 30px 0;
	margin-bottom: 0;
    }
.flex-logos {
	display: flex;
	flex-direction: row;
    }
.flex-buildant {
	order: 1;
	border-top: none;
	padding: 30px 0;
    }
.flex-fixant {
	order: 2;
	border-top: none;
	padding: 30px 0;
    }
.flex-cleanant {
	order: 3;
	border-top: none;
	padding: 30px 0;
    }
.flex-sellant {
	order: 4;
	border-top: none;
	padding: 30px 0;
    }
}
@media screen and (max-width: 550px) {
/* headings (max-width: 550px)*/
h1 {
	font-size: 1.1rem;
	}
.offer-content {
	font-size: 1.1rem;
	}
.h-cleanant {
	font-size: 1.3rem;
	}
.h-grey {
	font-size: 1.3rem;
	}
.h-offer {
	font-size: 1.3rem;
	}
/* top (max-width: 550px) */
.phone-slogan {
	padding: 24px 0 15px;
	}
.slogan {
	font-size: 1rem;
	line-height: 1rem;
	}
.phone {
	font-size: 0.9rem;
	line-height: 0.9rem;
	}
/* tables (max-width: 550px) */
td, tr {
	font-size: 0.9rem;
	}
.small {
	font-size: 0.7rem;
	}
}
@media screen and (max-width: 980px) {
/* top (min-width: 980px) */
.logo {
	display: none;
	}
.navbar {
	display: none;
	}
/* header (max-width: 980px) */
.header-flex {
	flex-direction: column;
	}
.main {
	margin: 0;
	}
.extra {
	margin: 0;
	}
.main-content {
	border: none;
	}
.extra-content {
	border: none;
	margin: 0;
	}
.offer-content {
	border: none;
	margin: 0;
	}
/* footer max-width: 980px */
/* headings max-width: 980px */
}