/*
Author: Willy Cruz
www.dznbox.com

*/

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	cursor: default;
	scroll-behavior: smooth;
	font-family: "Montserrat", sans-serif;
	color: #444;
	font-size: 18px;

}

/* GERAL */
.bgHome{
	background-image: url('../img/bgMobile01.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
a,
a:link,
a:focus,
a:active,
a:visited {
	color: inherit;
	text-decoration: none;
	outline: none;
	transition: 0.2s;
}
a:hover {
	color: inherit;
	text-decoration: none;
	outline: none;
}
strong, h1, h2, h3, h4, h5{
	font-weight: 900;
	font-style: italic;
}
.btn01{
	font-size: 18px;
	padding: 15px 25px;
	border-radius: 40px;
	transition: 0.25s;
	background-color: #406dc3;
	color: #fff !important;
}
.btn01:hover{
	background-color: #24a;
}
.btnWhats{
	font-size: 17px;
	padding: 15px 25px;
	border-radius: 40px;
	transition: 0.25s;
	background-color: #25D366;
	color: #fff !important;
}
.btnWhats:hover{
	background-color: #128C7E;
}
.borderBar{
	width: 100%;
	height: 10px;
	background-color: #406dc3;
}
.headerTxt h1{
	color: #406dc3;
	margin-top: -32px;
	font-size: 30px;
}
.headerTxt img{
	width: 55px;
	margin-left: 180px;
}
.telefones span{
	font-size: 42px;
	font-weight: 900;
	font-style: italic;
	line-height: 50px;
}
.telefones span i{
	font-size: 35px;
}
.headerTxt .iconWhats{
	font-size: 38px;
}


/* ICONS */
.icons i{
	font-size: 51px;
	margin-bottom: 25px;
	color: #406dc3;
}
.icons span{
	font-weight: 900;
	font-style: italic;
	color: #406dc3;
}
.icons p{
	font-weight: 400;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.titulos div{
	font-weight: 900;
	font-style: italic;
}
.titulos div:first-child{
	font-size: 50px;
	color: #ddd;
}
.titulos div:last-child{
	font-size: 30px;
	color: #406dc3;
	margin-top: -60px;
}

#servicos{
	 background-color: #f1f1f1;
}
.servicos img{
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}
.servicos strong{
	font-size: 17px;
	color: #406dc3;
	transition: 0.3s;
}
.servicos p{
	font-size: 16px;
}
.servicos .d-flex div:first-child{
	background-color: #fff;
	border-radius: 22px;
	transition: 0.3s;
}
.servicos .d-flex div:first-child:hover{
	color: #fff;
	background-color: #406dc3;
}
.servicos .d-flex div:first-child:hover strong{
	color: #fff;
}


#aceitamosCartoes img{
	width: 90px;
}
#aceitamosCartoes strong{
	font-size: 21px;
	color: #406dc3;
}
#aceitamosCartoes p{
	font-size: 18px;
}


footer{
}

footer a,
footer a:link,
footer a:focus,
footer a:active,
footer a:visited {
	color: inherit;
}
footer a:hover {
	color: #fff;
}



@media (min-width: 576px) {



}

@media (min-width: 768px) {

.titulos div:first-child{
	font-size: 90px;
}
.titulos div:last-child{
	font-size: 40px;
	margin-top: -95px;
}
.headerTxt h1{
	color: #406dc3;
	margin-top: -50px;
	font-size: 2.5rem;
}
.headerTxt img{
	width: initial;
	margin-left: 270px;
}

}
