/* CONFIGURAÇÕES GERAIS */

@font-face {
  font-family: 'Questrial', sans-serif;
  src: local(Questrial), url(../fonts/Questrial-Regular.ttf)
}

body {
	font-family: 'Questrial', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #444444;
	font-size: 16px;
}

h1 {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
  position: relative;
}

h1::after {
	content: '';
  position: absolute;
  background-color: #30B0F7;
  width: 100px;
  height: 2px;
  right: calc( 50% - 50px);
  bottom: -10px;
}

/* NAVBAR - BACKGROUND */

.fundo1 {
  background: url(banner/banner-1.jpg) no-repeat center;
  background-size: cover;
  min-height: 600px;
  background-color: transparent !important;
}

/* NAVBAR - TEMA LIGTH */

.navbar-light {
    background-color: transparent !important;
}

/* NAVBAR - LINKS */

.navbar a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 19px;
    text-shadow: #000 1px 1px 1px;
}

.navbar a:hover {
    color: #0052BA;
}

/* NAVBAR - ALTURA DA LOGOMARCA (Brand) */

.logomarca {
		margin-top: 10px;
    width: 120px;
    /* 
    -webkit-filter: drop-shadow(1px 1px 1px #FFFFFF);
  	filter: drop-shadow(0px 0px 1px #FFFFFF);
  	*/
}

/* NAVBAR - TOGGLER */

.navbar-toggler {
	border: 2px solid transparent;
	background-color: transparent;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
  color: transparent;
}

/* NAVBAR - BOTAO WHATSAPP */

.whatsapp1 {
	background-color: #32D951;
	border: solid 1px #32D951;
	padding-left: 0px;
	color: #FFF!important;
	margin-left: 10px;
}

.whatsapp1:hover {
	background-color: #0052BA;
	border: solid 1px #0052BA;
}

#whatsappbotaoicon {
	margin-right: 5px;
	margin-left: 8px;
	font-weight: 100;
}

/* SERVIÇO SESSAO */

.servico {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 1px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

.servico-itens {
	margin-bottom: 40px;
	margin-top: 40px;
}

.servico-foto {
	background-color: transparent;	
	padding: 6px;

}

.servico img{
	width: 70px;
}

/* EMPRESA SESSAO */

.empresa {
	text-align: center;
	padding-top: 1px;
	padding-bottom: 20px;
	background: url('imagens/bkg1.jpg') no-repeat center fixed;
  background-size:cover;
  color:#fff;
  margin-bottom: 50px;
	margin-top: 50px;
}

.fotoempresa {
	max-width: 150px;
	border: 8px solid #0052BA;
	margin-bottom: 30px;
}

.empresa h1 {
    text-shadow: black 1px 1px 1px;
}

.empresa p {
	font-size: 18px;
    text-shadow: black 1px 1px 1px;
    margin-bottom: 30px;
}

/* CONTATO SESSAO */

.contato {
	padding-bottom: 10px;
}

.contatoform {
	background-color: #FFF;
	margin-bottom: 30px;
}

.contatofoto {
	background-color: #FFF;
	margin-bottom: 30px;
}

.titulocontatos {
	font-weight: bold;
	font-size: 20px;
	color: #0052BA;
}

#iconcontact {
	color: #30B0F7;
	font-size: 25px;
}

#iconphone2 {
	font-weight: 100;
	color: #0052BA;
}

#iconzap {
	margin-right: 5px;
	color: #32D951;
	font-size: 14px;
}

.instagramimage {
	margin-right: 8px;
	width: 20px;
}

.btnenviar, .btnenviar:active, .btnenviar:visited {
	color: #FFF;
	background-color: #30B0F7;
	border: 1px solid #30B0F7!important;
}

.btnenviar:hover {
	color: #FFF;
	background-color: #0052BA;
	border: 1px solid #0052BA!important;
}

.contatoinfos {
  padding: 10px;
  background-color: transparent;
  text-align: center;
  border-radius: 8px;
  border: solid 1px #CED4DA;
}

.contatoinfos-titulo {
  font-weight: bold;

}

.contatoinfos-texto {
  font-size: 16px;
}

.g-recaptcha {
	margin-bottom: 15px;
}

.link-instagram a {
	text-decoration: none;
	color: #444444;
}

.link-instagram a:hover {
	color: #0052BA;
}

/* RODAPE SESSAO */

.rodape {
  width: 100%;
  background-color: #0052BA;
  color: #FFF;
  min-height: 50px;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 14px;
}

.rodape p {
	margin: 0px;
}

.rodape-webdesigner {
	font-size: 10px;
}

.rodape-webdesigner a {
	text-decoration: none;
	color: #30B0F7;
}

.rodape-webdesigner a:hover {
	color: #C9EBFD;
}



/* BOTAO TOP - COR DO BOTAO */
.btn-danger {
    background-color: #000000!important;
    border: none;
}

/* BOTAO TOP - INICIO */
#btn-back-to-top {
    position: fixed;
    bottom: 14px;
    right: 20px;
    display: none;
}
/* BOTAO TOP - FIM */

.grecaptcha-badge {
	visibility: hidden;
	width:0 !important;
}

@media (max-width: 960px) {

/* NAVBAR - BOTAO WHATSAPP */
.whatsapp1 {
	margin-top: 15px;
	margin-left: 0px;
}

/* NAVBAR - LINKS */
.navbar-nav {
	margin-top: 20px;
	padding-bottom: 10px;

}

.navbar a {
	font-size: 17px;
}

/* NAVBAR - COLLAPSE */
.navbar-collapse {
	margin-left: 16px;
}

/* NAVBAR - ALTURA DA LOGOMARCA (Brand) */
.logomarca {
    width: 100px;
    margin-left: 15px;
}

/* EMPRESA SESSAO - FOTO */
.fotoempresa {
	margin-bottom: 20px;
}

}