a {
	color: #679F41;
}
.fab {
	color: #fff;
}
header .header-container .header-inner nav .main-menu li a::after {
	background: #79A641;
}
header.is-fixed .header-container .header-inner nav .main-menu li a {
	font-size: 1rem;
	color: #fff;
}
	header.is-fixed .header-container {
	border-bottom: 1px solid #eee;
	background: #d1d5d2;
}
.is-fixed .top-logo {
	background: url(../img/logo-interiores.png);
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 70px;
	background-size: contain;
}
.is-fixed .top-logo img {
	display: none;
}
.is-fixed nav {
	float: right;
	display: block;
	right: 0;
	position: fixed;
	z-index: 10000;
}
.is-fixed nav .fal.fa-whatsapp, .is-fixed nav .fal.fa-instagram {
	color: gray;
}
nav li a i {
	font-size: 1.6em;
}
@media screen and (max-width: 63.99875em) {
	header .header-container .header-inner nav {
		background: #45545b;
	}
}
.hamburger.hamburger--collapse.hide-for-large.is-active {
	margin-left: 50%;
	margin-top: -50px;
}
header[data-pos="fixed"] {
	z-index: 5000;
}
.main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner .inner-content {
	align-items: self-end;
	flex-wrap: wrap;
	margin-top: 7rem;
}
.main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner {
	z-index: 5000;
}
.main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-bgr:after{
	background-color: #000;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: .3;
	z-index: 1000;
}
.main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner h2 {
	font-size: 2.2rem;
	line-height: 3rem;
	text-shadow: 2px 2px 5px black;
	width: 100%;
}
.main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner h2 span {
	font-size: .6em;
	font-style: italic;
}
.slide-inner p {
	color: #fff;
	text-shadow: 2px 2px 5px black;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #79A641;
}
.misc {
	font-weight: normal;
	color: #679F41;
	font-size: 2em;
}
#about {
	background-color: #d1d5d2;
}
#about .grid-x {
	justify-content: center;
}
#about .item {
	padding: 0;
}
#about .item h4 {
	padding-bottom: 0;
	margin-bottom: 0;
}
#about h5 {
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
}
#about .item p {
	text-align: left;
}
.overlay h3 {
	font-size: 1.1em;
	font-weight: normal;
}
#services .services-list .service .item.cyan {
	background-color: #679F41;
}
#services .services-list .service .item.gray {
	background-color: #65986A;
}
#services .misc {
	color: #fff;
	font-size: 1.4em;
}
#services h4.misc::after {
	display: none;
}
#services h5.misc::after {
	content: '';
	width: 2.5rem;
	height: 1px;
	background: #65986A;
	position: absolute;
	left: 50%;
	margin-left: -1.25rem;
	bottom: 0;
}
#services h5 {
	font-style: italic;
	font-weight: normal;
}
.work-grid .item.mod-1x1 {
	width: 33.3332%!important;
}
.work-grid .item .inner a .overlay span.ver-mas:hover {
	color: #79A641;
	border-color: #79A641;
}
section#contact {
	background: #79A641;
}
.tit.cyan {
	color: #679F41;
}
section#contact .inner p a:hover {
	color: #679F41;
}
.button {
	background-color: #679F41;
}
.button:hover, .button:focus {
	background-color: #56782d;
}
footer a {
	color: #fff;
}
.footer-social li {
	display: inline;
	padding: 10px;
	font-size: 1.6em;
}
footer a:hover{
	color: #79A641;
}
.footer-social li a .fab:hover {
	color: #79A641;
}
.copyright.text-center {
	padding: 1rem;
	background-color: #000000;
	color: #fff;
	font-size: 12px;
}
.whatsapp {

    max-width: 100px;

    position: fixed;

    right: 10px;

    bottom: 20px;

    z-index: 5000;

}

.whatsaphone {

    display: none;

}