html, body {
    height: 100%;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-image: url("images/bg-sertao-vai-virarmar.jpg") !important;
	background-size: cover;
	min-height: 100%;
}


.iconsite{
    width: 80px;
    height: 96px;
	background-image: url(./icons/site.svg) !important ;
	background-repeat: no-repeat;
	background-size: contain;
}

.iconavaliacao{
    width: 80px;
    height: 96px;
	background-image: url(./icons/avaliacao.svg) !important ;
	background-repeat: no-repeat;
	background-size: contain;
}

.iconemail{
    width: 80px;
    height: 96px;
	background-image: url(./icons/email.svg) !important ;
	background-repeat: no-repeat;
	background-size: contain;
}

.iconquadri{
    width: 80px;
    height: 96px;
	background-image: url(./icons/quadriciclo.svg) !important ;
	background-repeat: no-repeat;
	background-size: contain;
}

.iconwhatsapp{
    width: 80px;
    height: 96px;
	background-image: url(./icons/whatsapp.svg) !important ;
	background-repeat: no-repeat;
	background-size: contain;
}

.services__item:hover .svg {
	filter: invert(5);
}

.iconfone{
    width: 80px;
    height: 96px;
	background-image: url(./icons/telefone.svg) !important ;
	background-repeat: no-repeat;
	background-size: contain;
}

.iconmap{
    width: 80px;
    height: 96px;
	background-image: url(./icons/map.svg) !important ;
	background-repeat: no-repeat;
	background-size: contain;
}

.iconinstagram{
    width: 80px;
    height: 96px;
	background-image: url(./icons/instagram.svg) !important ;
	background-repeat: no-repeat;
	background-size: contain;
}

.iconinfo{
    width: 80px;
    height: 96px;
	background-image: url(./icons/mask.svg) !important ;
	background-repeat: no-repeat;
	background-size: contain;
}

.iconfaq{
    width: 80px;
    height: 96px;
	background-image: url(./icons/faq.svg) !important ;
	background-repeat: no-repeat;
	background-size: contain;
}

a {
	color: #ffffff !important;
}

a:hover {
	text-decoration: none !important;
}
row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.services__btn {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.services__item {
    background: #ffffff;
    padding: 35px 20px 35px 40px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.services__item a {
	text-decoration: none;
}

.loja{
    color: #c3c3c3;
    font-size: 1.2em;
}

.footer__copyright {
	background: #12191a;
	padding: 25px 0 20px;
}

.footer__copyright ul {
	text-align: right;
}

.footer__copyright ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #c4c4c4;
	margin-right: 25px;
	font-weight: 300;
	position: relative;
}

.footer__copyright ul li:after {
	position: absolute;
	right: -18px;
	top: 9px;
	height: 4px;
	width: 4px;
	background: #c4c4c4;
	content: "";
	border-radius: 50%;
}

.footer__copyright ul li:last-child {
	margin-right: 0;
}

.footer__copyright ul li:last-child:after {
	display: none;
}

.footer__copyright__text p {
	font-size: 14px;
	color: #c4c4c4;
	font-weight: 300;
	margin-bottom: 0;
}

.footer__copyright__text p i {
	color: #13a2b7;
}

.footer__copyright__text p a {
	color: #13a2b7;
}


.services__item__icon {
    float: left;
    margin-right: 40px;
}

.services__item__text {
    overflow: hidden;
}

.the-tag-before-footer{
    min-height:20%;
} 

.services__item__icon {
    float: left;
    margin-right: 40px;
}

.services__item__icon span {
    color: #541d04;
    font-size: 40px;
    display: inline-block;
    line-height: 76px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

a:hover,
a:focus {
	text-decoration: none;
}

.services__btn {
	text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
};


.services__btn .primary-btn {
	color: #ffffff;
}



.services__item:hover {
	background: #921A11;
}

.services__item:hover .services__item__icon span {
	color: #ffffff;
}

.services__item:hover .services__item__text h5 {
	color: #ffffff;
}

.services__item:hover .services__item__text p {
	color: #ffffff;
}

.services__item__icon {
	float: left;
	margin-right: 20px;
}

.services__item__icon span {
	color:#541d04;
	font-size: 40px;
	display: inline-block;
	line-height: 76px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.services__item__icon span:before {
	font-size: 70px;
}

.services__item__text {
	overflow: hidden;
}

.services__item__text h5 {
	font-size: 20px;
	color: #111111;
	font-weight: 600;
	margin-bottom: 14px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.services__item__text p {
	margin-bottom: 0;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

a:hover {
    text-decoration: none;
}

a:focus {
	text-decoration: none;
}

.footer {
	background: #121c1d;
}

p {
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	color: #666666;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 15px 0;
}

.services__item:hover .services__item__text h5 {
	color: #ffffff;
}

.services__item:hover .services__item__text p {
	color: #ffffff;
}