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, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
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 {
	margin:auto;
	height:100vh;
	line-height: 1;
}
ol {
	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;
}

@font-face {
    font-family: "Copperplate Gothic Light Regular";
    src: url('fonte/Copperplate Gothic Light Regular.ttf')
}
@font-face{
	font-family: "CopperplateGothicBoldRegular";
	src: url('fonte/Copperplate Gothic Bold Regular.ttf')
}

@font-face {
    font-family: "Kumbh Sans B";
    src: url('fonte/KumbhSans-Bold.ttf')
}
@font-face{
	font-family: "Kumbh Sans R";
	src: url('fonte/KumbhSans-Regular.ttf')
}
.fonteCooper{
	font-family: CopperplateGothicBoldRegular;
}
.Copperplateb{
	font-family: CopperplateGothicBoldRegular;
}
.bullets ul{
	list-style-type: circle;
	list-style-position: inside;
}
.menu {
	max-width: 60px;
	height: 60px;
	right: 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.menu:hover{
	cursor:pointer;
}
.hamburguer {
	position: absolute;
	margin: auto;
	display: block;
	background: #151F46;
	width: 30px;
	height: 2px;
	transition: 0.5s ease-in-out;
}

.hamburguer:before,
.hamburguer:after {
	background:#151F46;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.5s ease-in-out;
}

.hamburguer:before {
	top: -10px;
}

.hamburguer:after {
	bottom: -10px;
}
.subMenu{
	position:absolute;
	background-image: url(../img/faixa.png);
	border-radius:3%;
	display:none;
	padding:2%;
	margin-top:-1.5%;
	margin-left:2%;
	width:300px;
	font-family: "Copperplate Gothic Light Regular";
	font-size:18,7px;
	z-index:9999;
}
.subMenu a{
	color:#151F46;
}
#contato a{
	color:#151F46;
}
.faixaMenuSmart{
	display:none;
}
.menuSmart{
	display:none;
}
.contatoRodape{
	font-size:1vw;
	text-align:right;
	color:#151F46;
}

.faixaMenuSmart{
	display:none;
}
.faixaMenuP{
	background-image:url(../img/faixa.png);
	padding-top:1.6%;
	height:30%;
	width:100%;
	color:#151F46;
}

#logoI img{
	width:250px;
}
#redeSocial img{
	width:20px;
}
#textoSite{
	padding-left:3%;
	padding-right:3%;
	margin-top:5%;
	font-family:arial;
	padding-bottom:5%;
	color:#151F46;
}
#logoTexto img{
	margin:auto;
	margin-top:30%;
	width:60%;
}
#frasesPaginas{
	position:relative;
	margin-top:7%;
	font-family: "Copperplate Gothic Light Regular";
	font-size:3vw;
	text-align:center;
	color:#fff;
}
@media (min-width: 200px) and (max-width: 700px) {
	.faixaMenuP{
		background-image:url(../img/faixa.png);
		padding-top:1.6%;
		height:160px;
		width:100%;
		color:#151F46;
	}
	.menu{
		position:absolute;
		margin-top:150px;
		left:1%;
	}
	.subMenu{
		margin-top:13%;
	}
}
@media (min-width: 801px) and (max-width: 2000px) {
	.homePaginas{
		background: url(../img/farolPaginas.png) no-repeat center scroll;
		background-size: cover;
		height:369px;
		width:100%;
	}
	.col-md-3{
		background-image:url(../img/LogoLateralPaginas.png);
		background-size:cover;
		height:659px;
	}
}
@media (min-width: 700px) and (max-width: 800px) {
	.faixaMenuP{
		background-image:url(../img/faixa.png);
		padding-top:1.6%;
		height:190px;
		width:100%;
		color:#151F46;
	}
	.menu{
		position:absolute;
		margin-top:180px;
		left:1%;
	}
	.subMenu{
		margin-top:13%;
	}
}
@media (min-width: 200px) and (max-width: 800px) {
	
	.homePaginas{
		background: url(../img/farolPaginas.png) no-repeat center scroll;
		background-size: cover;
		background-position:12%;
		height:369px;
		width:100%;
	}
	#redeSocial img{
		width:20px;
	}
	#redeSocial div{
		padding-top:2%;
		padding-bottom:2%;
		margin:auto;
		width:60px;
	}
	#logoI img{
		width:150px;
	}
	#contato{
		padding-top:2%;
		text-align:center;
	}

	#frasesPaginas h1{
		font-size:40px;
		text-align:center;
		left:50%;
		top:50%;
		margin-left:-100px; /* Metade do valor da Largura */
		margin-top:50px; /* Metade da valor da Altura */
		position:absolute;
	}
	#minhaDiv{
		position:relative;
		font-family: "Copperplate Gothic Light Regular";
	}
	#iconeRodape{
		padding-top:5%;
		padding-bottom:5%;
	}
	#iconeRodape div{
		margin:auto;
		width:75px;
	}
	.contatoRodape{
		text-align:center;
		font-size:13px;
		padding-top:5%;
		padding-bottom:5%;
	}
}







