@import url('https://fonts.googleapis.com/css?family=Exo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');

*
{
	margin: 0;
	padding: 0;
}

/* CAROUSEL */

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel p {
	font-size: 2rem;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}


.logotipo {
	width: 180px;
}

.logotipo-50 .logotipo {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	width: 120px;
}


/* MENU */

nav {
	z-index: 1;
}

.ft-menu {
	font-family: 'Exo', sans-serif;
}

.mb-10 {
	margin-bottom: -10px;
}

.bg-menu {
	background-color: #040D2F;
}

.top-section {
	position:relative;
}

/* SERVIÇOS */

.servicos {
	background-color: #328CC1;
	color: #fff;
}

.servicos h2 {
	font-family: 'Exo', sans-serif;
}

.servicos img {
	margin-top: 10px;
}

.servicos-cartao {
    border-radius: 5px;
	padding: 20px 5px 40px 5px;
	margin: 10px auto;
	margin-bottom: 5px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
}

.servicos-cartao .detalhe h2 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 15px 0;
}

.servicos-cartao .detalhe span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 900;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

.servicos-cartao .detalhe ul {
	margin-bottom: 35px;
	padding: 0 !important;
}

.servicos-cartao .detalhe ul li {
	color: #fff;
	padding: 10px;
	font-size: 15px;
	border-bottom: 1px dotted #ccc;
	list-style: none;
}

.servicos-cartao small {
	color: #fff;
}


/* EMPRESA */
.empresa {
	background-color: #fff;
}

.empresa p {
	font-size: 2rem;
}

@media (max-width: 768px)
{
	.empresa p {
		font-size: 1rem;
	}
}


/* PARALLAX */

.parallax {
	background: url(../img/bg.jpg) fixed;
	background-size: 100%;
	position: relative;
	color: #fff;
}

.parallax h3 {
	font-size: 3rem;
}


/* LOCALIZAÇÃO */
.localizacao {
	background-color: #f2f3f4;
}

/* CONTATO */

.contato {
	background-color: #676767;
	color: #fff;
}

.contato a {
	font-size: 1.2rem;
}


/* SERVIÇO (DETALHE) */

.servico {
	background-color: #fff;
	color: #000;
}

.servico .titulo {
	width: 100%;
	font-size: 2rem;
	background-color: #DDFFFF;
	color: #0A1D6B;
	border-left: 10px solid #2196F3;
	padding-left: 20px;
}

.servico p {
	font-size: 1.5rem;
}

.servico .carousel-control-prev-icon {
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
}

.servico .carousel-control-next-icon {
	outline: black;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	border: 1px solid black;
}

/* RODAPÉ */

.rodape
{
	display: block;
	width: 100%;
	bottom: 0;
	background-color: #000;
	padding: 30px;
	color: #909090;
	font-weight: bold;
}

.rodape img {
	width: 30px;
	height: 30px;
}

/* GERAIS */

.painel {
	padding: 50px 0;
}

.painel .titulo {
	font-size: 2rem;
	font-family: 'Archivo Black', sans-serif;
}

.texto {
	font-family: 'Abel', sans-serif;
	text-align: justify;
}

.destaque {
	font-weight: bold;
}

.telefone {
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 101;
}


.whatsapp {
	height: 60px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 100;
}

@media (min-width: 768px) {
	a[href*="tel:"] {
		cursor: default;
	}
}

.carousel-item div {
	right: 0 !important;
	left: 0 !important;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
}


@media (max-width: 690px) {
	.carousel-caption p,
	.carousel-caption p a {
    	font-size: 0.5rem;
	}

	.carousel-caption {
		bottom: 1rem;
	}

	.carousel-caption h1 {
		font-size: 0.8rem
	}

	.carousel-indicators {
		margin-bottom: -6px;
	}

	.carousel-indicators li {
	    width: 10px;
	    height: 10px;
	}

	.carousel-caption {
		padding-top: 5px;
    	padding-bottom: 0;
	}

	.nav-flex-icons {
		flex-direction: row;
	}

	.nav-flex-icons .nav-item {
		margin-right: 20px;
	}
}

@media (min-width: 691px) and (max-width: 800px) {
	.carousel-caption p,
	.carousel-caption p a {
    	font-size: 1.3rem;
	}

	.carousel-caption {
		bottom: 2rem;
	}

	.carousel-caption h1 {
		font-size: 1.5rem
	}

	.carousel-indicators {
		margin-bottom: 0;
	}
}