
/* Página de estilo do site Clínica Seta */

/* Início do reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fim do reset */

html{
	font-family:'Titillium Web', 'Figtree';
}

a:hover{
	text-decoration: none !important;
}

.contato-item{
	color:#212121;
}

#topo-info{
	text-align: right;
	/* border-bottom: 1px solid #e5e5e5; */
	background-color: #C51E25;
}

.contato-item{
	display: inline-block;
}

#topo-info h5{
	font-size:0.9rem;
	color:#Fff;
}

#logo-main{
	width:60%;
	height:auto;
	display:block;
	/* margin-top:1%; */
}

.main-menu{
	text-align: right;
}

.nav-link-item{
	display:inline-block;
	margin-top:2rem;
	/* padding-top: 15px; */
}

.nav-link-item a p{
	font-size:0.95rem;
	text-transform:uppercase;
	color:#212121;
	transition:.2s ease-in-out;
}
.nav-link-item a p{
	margin:0 1rem;
	position:relative;
}

.nav-link-item a p:before{
	content:'';
	position:absolute;
	width:0;
	height:2px;
	bottom:0;
	left:0;
	z-index: -1;
	background-color:#C51E25;
	transition:.2s ease-in-out;
}

	.nav-link-item a p:hover:before{
		text-decoration:none;
		/* background-color:#C51E25; */
		width:100%;
		/* color:#fff; */
	}

.sc-slider{
	position:relative;
}

.banner{
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	height:85vh;
	position:relative;
}

.banner h1{
	font-size:3rem;
	color:#fff;
	z-index: 500;
	font-family:'Figtree';
	text-transform: uppercase;
	margin-top:20%;
	/* margin-left:5%; */
	font-weight:800;
}

.banner h1 span{
	font-size:3.8rem;
	color:#fff;
	background-color:#C51E25;
	font-weight:800;
}

.banner p{
	color:#fff;
	/* margin-left:5%; */
	font-size:1.5rem;
}

.service-box{
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	height:40vh;
}

.conteudo{
	z-index: 10;
}

.conteudo h1{
	color:#fff;
	font-weight:bold;
	font-size:4rem;
	margin-top:20%;
	margin-bottom:4%;
	width:70%;
}

.conteudo a{
	padding:0.6rem 1.2rem;
	background:#C51E25;
	color:#fff;
	font-size:1rem;
	font-weight: bold;
	text-transform:uppercase;
	border:2px solid #C51E25;
	border-radius:3px;
	cursor:pointer;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
	transition:0.3s ease-in;
}

	.conteudo a:hover{
		text-decoration: none;
		color:#fff;
	}

.servicos{
	background-image:url(../images/industrial-automation.png);
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	width:100%;
	padding:6% 0;
	/* height:4rem; */
}

.servicos h2{
	font-size:2rem;
	color:#C51E25;
	z-index: 500;
	font-family:'Figtree';
	text-transform: uppercase;
	text-align: center;
	margin-bottom:4%;
	font-weight:800;
}


.sc-sobre{
	margin-top:8%;
	margin-bottom:8%;
}

.sc-sobre h2{
	font-size:2rem;
	color:#C51E25;
	font-weight:bold;
	text-transform:uppercase;
	font-family:'Figtree';
}

.sc-sobre h1{
	font-size:1.5rem;
	color:#272727;
	font-weight:600;
	/* text-transform:lowercase; */
	margin-bottom:5%;
	font-weight:400;
	font-family:'Figtree';
}

.sc-sobre p{
	font-size:0.9rem;
	color:#212121;
}

.sc-sobre p span{
	font-weight:bold;
	color:#C51E25;
}

.sc-sobre ul li{
	font-size:0.9rem;
	color:#212121;
	font-weight:600;
}

.empresa-desc h2{
	margin-bottom:4%;
}

#imagem-sobre{
	width:85%;
	height:16rem;
	background-image:url(../images/braco-forte-automacao.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 3%;
}

.sc-sobre a{
	padding:0.6rem 1.2rem;
	background:#C51E25;
	color:#fff;
	font-size:1rem;
	font-weight: bold;
	text-transform:uppercase;
	border:2px solid #C51E25;
	border-radius:3px;
	cursor:pointer;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
	transition:0.3s ease-in;
}

.sc-servicos{
	padding-top:8%;
	padding-bottom:8%;
	background:#eeeeee;
}

.sc-servicos h2{
	text-transform:uppercase;
	font-size:2rem;
	font-weight:700;
	color:#C51E25;
	text-align: center;
	font-family:'Figtree';
}

.sc-servicos h1{
	/* text-transform:lowercase; */
	font-size:1.5rem;
	font-weight:500;
	color:#212121;
	text-align: center;
}

.servicos-line{
	text-align: center;
}

.fa-fire-extinguisher{
	font-size:4rem;
	color:#fff;
	margin-top: 25%;
}

.service-box{
	position:relative;
	cursor:pointer;
}

.overlay{
	background-color:#C51E25;
	position:absolute;
	bottom:0;
	width:100%;
	height:20%;
	transition:.2s ease-in-out;
	overflow: hidden;
}

.service-box:hover .overlay{
	height:100%;
}

.service-box h3{
	font-family:'Figtree';
	font-size:1.3rem;
	font-weight:800;
	text-transform: uppercase;
	color:#fff;
	margin-left:4%;
	margin-bottom:10%;
	margin-top:4%;
}

.service-box p{
	color:#fff;
	margin-left:4%;
	width:95%;
}

.link-blog-div{
	text-align: center;
}

.link-blog-div a{
	color:#C51E25;
	padding:0.5rem 1rem;
	background-color:#fff;
	font-family:'Figtree';
	border-radius:5px;
}

.servicos-line h5{
	font-weight:600;
	text-align: center;
	margin-top: 10%;
	margin-bottom: 12%;
}

.servico-item{
	border:1px solid #c51e25;
	padding-bottom: 10%;
	border-radius: 4px;
}

.servico-item a{
	color:#fff;
	padding:0.5rem 0.8rem;
	background:#c51e25;
	border-radius:4px;
	text-transform:uppercase;
	font-weight:bold;
	border:2px solid #fff;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
	transition:0.3s ease-in;
}

.servico-item a:hover{
	color:#c51e25;
	background:transparent;
	border:2px solid #c51e25;
	text-decoration: none;
}

.servicos-line{
	margin-top:8%;
}

.sc-atuacao{
	margin-top:8%;
	margin-bottom:8%;
}

.sc-atuacao h2{
	text-transform:uppercase;
	font-size:2rem;
	font-weight:700;
	color:#C51E25;
	text-align: center;
	font-family:'Figtree';
}

.sc-atuacao h1{
	/* text-transform:lowercase; */
	font-size:1.5rem;
	font-weight:500;
	color:#212121;
	text-align: center;
	font-family:'Figtree';
}

.linha-robotica{
	margin-top:6%;
	text-align: center;
}

.linha-robotica h5{
	font-weight:600;
	color:#c51e25;
}

#robotica-col-1{
	margin:0 auto;
	border-radius: 10rem;
	padding:23% 0%;
	width:16rem;
	height:16rem;
	background-image: url(../images/automacao-aumobilistica.png);
	background-repeat: no-repeat;
	background-size:cover;
}

#robotica-col-2{
	margin:0 auto;
	border-radius: 10rem;
	padding:23% 0%;
	width:16rem;
	height:16rem;
	background-image: url(../images/automacao-industria.png);
	background-repeat: no-repeat;
	background-size:cover;
}

#robotica-col-3{
	margin:0 auto;
	border-radius:10rem;
	width:16rem;
	height:16rem;
	padding:23% 0%;
	background-image: url(../images/industrial-robo-automacao.png);
	background-repeat: no-repeat;
	background-size:cover;
}

.img-linha{
	border:3px solid #fff;
	transition: .2s ease-in-out;
}
.img-linha:hover{
	border:3px solid #C51E25;
}

.sc-automacao{
	padding-top:8%;
	padding-bottom:8%;
	background-image: url(../images/bracoforte-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.sc-automacao h2{
	text-transform:uppercase;
	font-size:3rem;
	font-weight:700;
	color:#ffffff;
	font-family:'Figtree';
	text-align: left;
	margin-top:8%;
}

.sc-automacao h1{
	/* text-transform:lowercase; */
	font-size:1.5rem;
	font-weight:500;
	color:#ffffff;
	font-family:'Figtree';
	text-align: left;
}

.sc-automacao h3{
	font-size:1.2rem;
	text-transform:uppercase;
	font-family:'Figtree';
	color:#fff;
	font-weight:800;
}

.automacao-texto{
	border:2px solid #c51e25;
	padding:1rem;
	border-radius: 4px;
	border-bottom-right-radius: 2rem;
}

.automacao-empresas{
	border:2px solid #c51e25;
	padding:0.8rem;
	border-radius: 4px;
	border-bottom-right-radius: 2rem;
}

.automacao-empresas ul li{
	margin-top:1.5rem;
	text-align: center;
}

.automacao-texto ul li{
	color:#ffffff;
}

.sc-equipe{
	padding-top:5%;
	padding-bottom:5%;
	background:#eeeeee;
}

.sc-equipe h2{
	text-transform:uppercase;
	font-size:2rem;
	font-weight:700;
	font-family:'Figtree';
	color:#C51E25;
	text-align: left;
}

.sc-equipe h1{
	/* text-transform:lowercase; */
	font-size:1.5rem;
	font-weight:500;
	font-family:'Figtree';
	color:#212121;
	text-align: left;
}

.tecnico-img{
	background-image: url(../images/manutencao-tecnico-bracoforte.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:15rem;
}

.tecnico-img-2{
	background-image: url(../images/manutencao-tecnico-bracoforte-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:15rem;
}

.time-coluna{
	display: inline-block;
	margin-right: 10%;
	margin-top: 2%;
}

.time-coluna .fa-angle-right{
	color:#C51E25;
}

.sc-clientes{
	margin-top:5%;
	margin-bottom:5%;
}

.sc-clientes h2{
	text-transform:uppercase;
	font-size:2rem;
	font-family:'Figtree';
	font-weight:700;
	color:#C51E25;
	text-align: center;
}

.sc-clientes h1{
	/* text-transform:lowercase; */
	font-size:1.5rem;
	font-family:'Figtree';
	font-weight:500;
	color:#212121;
	text-align: center;
}

#clientes-slider{
	margin-top: 5%;
}

.cliente-logo{
	margin:0 auto;
	border: 1px solid #c1c1c1;
}

	.cliente-logo:hover{
		border: 1px solid #C51E25;
	}

.cliente-logo img{
	margin:0 auto;
}

.link-cliente{
	text-align: center;
	margin-top: 6%;
}

.sc-clientes a{
	padding:0.6rem 1.2rem;
	background:#C51E25;
	color:#fff;
	font-family:'Figtree';
	font-size:1rem;
	font-weight: bold;
	text-transform:uppercase;
	border:2px solid #C51E25;
	border-radius:3px;
	cursor:pointer;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
	transition:0.3s ease-in;
}

	.sc-clientes a:hover{
		background:transparent;
		color:#C51E25;
		text-decoration: none;
	}


.sc-rodape{
	background:#272727;
	padding-top:5%;
	padding-bottom:1%;
}

.subsc-rodape img{
	width:50%;
}

.subsc-rodape h4{
	font-size:1.2rem;
	font-weight:600;
	color:#C51E25;
	font-family:'Figtree';
	text-transform: uppercase;
	margin-bottom: 8%;
}

.subsc-rodape p{
	color:#fff;
}

#menu-inferior li a{
	color:#212121;
}

#menu-inferior li a:hover{
	color:#c51e25;
	text-decoration: none;
}

.redes-sociais{
	margin-top:10%;
}

.redes-sociais .fa-facebook-f{
	font-size:1.4rem;
	color:#c51e25;
	border:1px solid #c51e25;
	padding:0.5rem 0.8rem;
	border-radius: 4rem;
	margin-right: 1rem;
}

.redes-sociais .fa-instagram{
	font-size:1.4rem;
	color:#c51e25;
	border:1px solid #c51e25;
	padding:0.5rem 0.5rem;
	border-radius: 4rem;
}

.sc-direitos{
	background:#272727;
	text-align: center;
	font-weight:600;
	border-top: 1px solid #8a8a8a;
}

.sc-direitos p{
	font-size:0.9rem;
	color:#8a8a8a;
}

.sc-direitos img{
	width:120px;
	height:auto;
}

.sc-contrate{
	background:#c51e25;
	padding-top:3%;
	padding-bottom:3%;
}

.sc-contrate h1{
	font-size:1.6rem;
	color:#fff;
	font-weight:bold;
}

.sc-contrate a{
	color:#c51e25;
	padding:0.6rem 1rem;
	background:#fff;
	border-radius:4px;
	text-transform:uppercase;
	font-weight:bold;
	border:2px solid #fff;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
	transition:0.3s ease-in;
}

	.sc-contrate a:hover{
		color:#fff;
		background:transparent;
		text-decoration: none;
	}

.letter-form{
	border-radius:3px;
	border:1px solid #c51e25;
	height:2.5rem;
	margin-bottom:0.8rem;
}

.error{
	padding:0.5rem 0.8rem;
	color:#C51E25;
	background-color: #c51e264f;
	border:1px solid #C51E25;
	border-radius:4px;
	margin-top:0.5rem;
}

.success{
	padding:0.5rem 0.8rem;
	color:#256F15;
	background-color: #256f1548;
	border:1px solid #256F15;
	border-radius:4px;
	margin-top:0.5rem;
}

.letter-form-mail .letter-form{
	width:100%;
}

.assinar-btn{
	background:#c51e25;
	color:#fff;
	font-size:0.8rem;
	text-transform: uppercase;
	font-weight:600;
	padding:0.6rem 0.8rem;
	border:none;
	border-radius:4px;
	cursor:pointer;
}

.form-bf input{
	width:100%;
	height:3rem;
	border:1px solid #c51e25;
	border-radius: 4px;
	margin-bottom: 0.5rem;
	background:transparent;
}

.form-bf textarea{
	width:100%;
	height:8rem;
	border:1px solid #c51e25;
	border-radius: 4px;
	margin-bottom: 0.5rem;
	background:transparent;
}

.form-bf button{
	width:100%;
	height:3rem;
	background: #c51e25;
	color:#fff;
	border-radius: 4px;
	border:2px solid #c51e25;
}

.pagina h2{
	color:#C51E25;
	font-weight:800;
	font-family:'Figtree';
	text-transform: uppercase;
	margin-bottom: 1%;
	font-size:1.6rem;
}

.info ul li{
	font-weight:bold;
	font-size:1.1rem;
	margin-bottom:1rem;
}

.info ul li span{
	color:#C51E25;
}

.form-bf button:hover{
	background: #fff;
	color:#c51e25;
	border:2px solid #c51e25;
}

.form-rc{
	width:100%;
	height:2.5rem;
	border:1px solid #c51e25;
	border-radius: 4px;
	margin-bottom: 0.5rem;
	background:transparent;
}

.form-rc-text{
	width:100%;
	height:8rem;
	border:1px solid #c51e25;
	border-radius: 4px;
	margin-bottom: 0.5rem;
	background:transparent;
}

.form-rc-button{
	width:100%;
	height:3rem;
	background: #c51e25;
	color:#fff;
	border-radius: 4px;
	border:2px solid #c51e25;
}

.form-rc-button:hover{
	background: #fff;
	color:#c51e25;
	border:2px solid #c51e25;
}

.title-seo-mainpage{
	color:#c51e25;
	font-weight:800;
	font-family:'Figtree';
	text-transform: uppercase;
	text-align: center;
	padding:5% 0;
	background-image:url(../images/industrial-automation.png);
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}

.sc-page-servico{
	margin-top:2%;
	margin-bottom:2%;
	height:100%;	
}

.pagina{
	margin:4% 0;
}

.pagina img{
	margin-bottom:2%;
	width:60%;
	height:auto;
}

.pagina p{
	line-height: 1.9rem;
	font-size:1.1rem;
}

.pagina .cliente-logo{
	margin-bottom:2rem;
}

.pagina .cliente-logo img{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.box-projeto{
	margin-bottom:2rem;
}

.box-projeto h3{
	text-align: center;
	font-size:1.2rem;
	color:#C51E25;
	font-weight:800;
	font-family:'Figtree';
	margin-top:0.7rem;
}

.projeto-img{
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
	height:30vh;
}

#servico-bg-1{
	background-image: url(../images/servico-bg.png);
	background-size:60%;
	background-position: right;
	background-repeat:no-repeat;
	padding-top:4rem;
	padding-bottom: 4rem;
	height:100%;
}

#servico-bg-2{
	background-image: url(../images/servico-2.png);
	background-size:60%;
	background-position: right;
	background-repeat:no-repeat;
	padding-top:4rem;
	padding-bottom: 4rem;
	height:100%;
}

#servico-bg-3{
	background-image: url(../images/servico-3.png);
	background-size:60%;
	background-position: right;
	background-repeat:no-repeat;
	padding-top:4rem;
	padding-bottom: 4rem;
	height:100%;
}

#servico-bg-4{
	background-image: url(../images/servico-4.png);
	background-size:60%;
	background-position: right;
	background-repeat:no-repeat;
	padding-top:4rem;
	padding-bottom: 4rem;
	height:100%;
}

.subsc-rodape ul li{
	color:#8a8a8a;
	margin-bottom:0.5rem;
}

.sc-page-servico p{
	font-size: 1.2rem;
	color:#c51e25;
}

.nav-footer-bar{
	text-align: right;
}

.nav-footer-bar li a p{
	color:#8a8a8a;
}

/* Seção de estilos para responsivo */

@media screen and (min-width: 1950px){

}

@media screen and (min-width: 1280px){
	.mobile-nav{
		display:none;
	}
}

@media screen and (min-width: 1124px){
	.mobile-nav{
		display:none;
	}
}

@media screen and (max-width: 768px){
	.nav-main-bar{
		display:none;
	}

	.mobile-nav{
		width:20%;
		top:10%;
		left:80%;
	}

	.letter-form{
		width:100%;
	}

	.sc-contrate h1{
		font-size:1.1rem;
	}

	.sc-contrate a{
		font-size:0.9rem;
	}

	.assinar-btn{
		width:100%;
		font-size:0.6rem;

	}

	.sc-rodape img{
		width:80%;
	}

	#servico-1{
		height:10rem;
	}

	#servico-2{
		height:10rem;
	}

	#servico-3{
		height:10rem;
	}

	#servico-4{
		height:10rem;
	}

	.servico-item h5{
		font-size:0.8rem;
	}

	.servico-item a{
		font-size:0.6rem;
	}

	#robotica-col-1{
		width:12rem;
		height:12rem;
		padding:25% 0;
	}

	#robotica-col-2{
		width:12rem;
		height:12rem;
		padding:25% 0;
	}

	#robotica-col-3{
		width:12rem;
		height:12rem;
		padding:25% 0;
	}

	.linha-robotica h5{
		font-size: 1rem;
	}

	.automacao-texto ul li{
		font-size:0.7rem;
	}

	.time-coluna ul li{
		font-size: 0.7rem;
	}

	.subsc-rodape h4{
		font-size:1.2rem;
	}

	.subsc-rodape p{
		font-size:0.6rem;
	}

	.subsc-rodape ul li a{
		font-size:0.6rem;
	}

	.sc-direitos{
		font-size:0.9rem;
	}

}

@media screen and (max-width: 500px){
	#logo-main{
		width:80%;
	}

	.banner{
		height:30vh;
	}
	
	.banner h1{
		font-size:1.4rem;
		color:#fff;
		z-index: 500;
		font-family:'Figtree';
		text-transform: uppercase;
		margin-top:20%;
		/* margin-left:5%; */
		font-weight:800;
	}
	
	.banner h1 span{
		font-size:1.6rem;
		color:#fff;
		background-color:#C51E25;
		font-weight:800;
	}
	
	.banner p{
		color:#fff;
		/* margin-left:5%; */
		font-size:1rem;
	}

	.mobile-nav{
		width:50%;
		left:50%;
		top:30%;
	}

	.conteudo{
		text-align: center;
	}

	.conteudo h1{
		font-size:1.8rem;
		width:100%;
		margin-bottom: 12%;
	}

	.conteudo a{
		text-align: center;
		font-size:0.8rem;
		padding:0.3rem 0.7rem;
	}

	.sc-contrate{
		text-align: center;
		padding-bottom:8%;
	}

	.sc-contrate h1{
		font-size:1.2rem;
		text-align: center;
		margin-bottom:6%;
	}

	.sc-contrate a{
		font-size:0.8rem;
	}

	.sc-sobre h2{
		text-align: center;
		font-size:1.3rem;
	}

	.sc-sobre h1{
		text-align: center;
		font-size:1.1rem;
	}

	#imagem-sobre{
		margin:0 auto;
	}

	.sc-sobre p{
		text-align: center;
	}

	.sc-servicos h2{
		text-align: center;
		font-size:1.3rem;
	}

	.sc-servicos h1{
		text-align: center;
		font-size:1.1rem;
	}

	.servicos-line h5{
		font-size:1.2rem;
	}

	.servico-item{
		width:80%;
		margin:0 auto;
		margin-bottom: 4%;
	}

	.sc-atuacao h2{
		text-align: center;
		font-size:1.3rem;
	}

	.sc-atuacao h1{
		text-align: center;
		font-size:1.1rem;
	}

	#robotica-col-1{
		margin-bottom:5%;
		padding:18% 0;
	}

	#robotica-col-2{
		margin-bottom:5%;
		padding:18% 0;
	}

	#robotica-col-3{
		padding:18% 0;
	}

	.sc-automacao h2{
		text-align: center;
		font-size:1.3rem;
	}

	.sc-automacao h1{
		text-align: center;
		font-size:1.1rem;
	}

	.automacao-texto ul li{
		font-size:0.9rem;
	}

	.sc-equipe h2{
		text-align: center;
		font-size:1.3rem;
	}

	.sc-equipe h1{
		text-align: center;
		font-size:1.1rem;
	}

	.time-coluna{
		margin-right:0.2rem;
	}

	.time-coluna ul li{
		font-size:0.9rem;
	}

	.tecnico-img{
		margin-bottom:5%;
	}

	.sc-clientes h2{
		text-align: center;
		font-size:1.3rem;
	}

	.sc-clientes h1{
		text-align: center;
		font-size:1.1rem;
	}

	#clientes-slider{
		margin-bottom:15%;
	}

	.subsc-rodape img{
		margin:0 auto;
		display:block;
		width:40%;
	}

	.redes-sociais{
		text-align: center;
	}

	.sc-rodape h4{
		font-size:1.6rem;
		text-align: center;
		margin-top: 5%;
	}

	.sc-rodape ul li a{
		font-size:1rem;
	}

	.sc-rodape p{
		text-align: center;
		font-size:1rem;
	}

	#menu-inferior{
		text-align: center;
	}
}
