.menu_mobile, .abremenu, .fechamenu, .cd-main-header {
    display: none;
}

*{
	list-style:none !important;
	}

body{

	padding:0px !important;
	margin:0px !important;
	list-style:none !important;
	}

main{
	min-height:400px;
	}

.row{
	margin-left:0px !important;
	}

input{
  transition: box-shadow .25s ease-in-out;
	-moz-transition: box-shadow .25s ease-in-out;
	-webkit-transition: box-shadow .25s ease-in-out;

	}
input:focus {

 outline: none;

	/*-moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
	box-shadow: 0px 0px 7px #f3c1c1;*/
}
button:focus {
  outline: none;
}

textarea{
  transition: box-shadow .25s ease-in-out;
	-moz-transition: box-shadow .25s ease-in-out;
	-webkit-transition: box-shadow .25s ease-in-out;

	}
textarea:focus {
  outline: none;
 /* moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
	box-shadow: 0px 0px 7px #f3c1c1;*/
}

li a:focus {
  outline: none;
}

h3:focus {
  outline: none;
}

select:focus {
  outline: none;
  -moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
	box-shadow: 0px 0px 7px #f3c1c1;
}


.fundo-verde{
	color:#009045;
	}

.cor-verde{
	color:#009045;
	}
.cor-amarelo{
	color:#da9300 !important;
	}

.fundo-amarelo{
	background:#da9300;
	}
.cor-azul-forte{
	color:#0b3059 !important;
	}

.fundo-azul-fraco{
	background:#6da5d8;
	}
.fundo-azul-forte{
	background:#0b3059;
	}
.cor-azul-fraco{
	color:#6da5d8;
	}
.cor-branca{
	color:#fff !important;
	}

.borda-cinza{
	border-color:#d5d5d5 !important;
	border-width:1px !important;
	}



.centralizador ul{
	text-align: justify !important;
	display: inline-block !important;
	z-index: 9999;
	}

.centralizador ul:after{
	content: "." !important;
    display: inline-block !important;
    width: 100% !important;
    height: 0 !important;
    visibility: hidden !important;
	}

.centralizador ul li{
	display:inline-block !important;
	position: relative;
	}
.centralizador ul li ul {
	display: none !important;
	position: absolute;
	top: 55px;
	padding: 0px !important;
    float: none;
    width: auto;
    height: auto;
    left: 0px;
    padding: 0 8px;
    /*background: rgba(109,165,216,0.6);*/
}
.centralizador ul li:hover ul {
	display: block !important;
}
.centralizador ul li ul:after{
	content: "." !important;
    display: none !important;
    width: 100% !important;
    height: 0 !important;
    visibility: hidden !important;
	}
.centralizador ul li ul li{
	white-space: nowrap;
	background: #6da5d8;
	height: 40px;
	padding: 0 8px;
	line-height: 40px;
	font-size: 14px;
	width: 405px;
}

.botao-topo{
	position:fixed;
	background-opacity:0.7;
	font-size:12px;
	background:url(../imgs/icon-topo.png) #0b3059 no-repeat center;
	width:50px;
	height:50px;
	z-index:1000;
	text-align:center;
	padding-top:13px;
	right:-79px;

	margin-top:270px;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	}

.botao-topo:hover{
	cursor:pointer;
	}
.botao-topo.mostrar-botao-topo{
	position:fixed;
	right:10px;
	}

.botao{
	position:relative;
	margin:0 auto;
	text-transform: uppercase;
	font-size:14px;
	color:#fff;
	padding: 15px 27px;
	font-weight:200;
	text-align:center;
	letter-spacing:2px;
	border:2px solid #da9300;
	border-radius:200px;
	background: none;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	}

.icon{
	border-radius: 100px;
	border:1px solid #e54400 !important;
	text-align: center;
	position: relative;
	width: 35px;
	height: 35px;


}

.triangulo{
	position: relative;
	margin: 0 auto;
	-webkit-transform:scale(1.3) rotate(90deg);
    -moz-transform:scale(1.3) rotate(90deg);
    -o-transform:scale(1.3) rotate(90deg);
    transform:scale(0.5) rotate(45deg);
    background: #fff;
    z-index: 2;
    width: 60px;
    height: 60px;
    margin-top: -25px;
}


/*-----------------titulo---------------*/

.titulo{
	margin: 0 auto;
	position: relative;
	float: left;

	width: 100%;
	height: 90px;
	font-size:48px;
	margin-top:0px;
	padding-top: 30px;
	background: url("../imgs/fundo-titulo.png") center no-repeat ;
	letter-spacing: -1px;
	font-weight:600;
	font-style: italic;

	}
.subtitulo{
	position:relative;
	margin: 0 auto;
	float: left;
	width: 100%;

	font-size:18px;
	margin-top:14px;
	margin-left: 5px;
	font-style: normal;
	letter-spacing: 0.3px;
	font-weight:300;
	color: #707070;

	}
/*-----------------FINAL titulo---------------*/
.titulo .linha{
	position:relative;
	float:left;
	width:18%;
	height:1px;
	background: #cdcdcd;
	margin-top: -20px;

	}

/*-----------------TOPO---------------*/
.topo{
	width:100%;
	display: block;
	position:relative;
	float: left;
	background:#FFF;
	height:259px;

	z-index:99;
	}

.topo .linha-cima{
	width:100%;

	position:relative;
	float: left;

	height:52px !important;
	z-index:2;
	border-bottom: 1px solid #d5d5d5;

	}

.topo .linha-cima .data{
	width:20%;

	position:relative;
	float: left;
	line-height: 52px;
	height:52px ;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	border-right: 1px solid #d5d5d5;
	}
.topo .linha-cima .meteorologia{
	width:27%;

	position:relative;
	float: left;
	height: 53px;
	border-right: 1px solid #d5d5d5;
	overflow: hidden;
	margin-top: -3px;

	}

.topo .linha-cima .submenu{
	width:23%;

	position:relative;
	float: left;
	list-style: none;
	height:52px ;
	border-right: 1px solid #d5d5d5;

	}
.topo .linha-cima .submenu ul{
	padding: 0px;
	width: 100%;
	position: relative;
	padding-left: 12%;
	padding-right: 12%;
	}
.topo .linha-cima .submenu ul li{

	line-height: 52px;
	position:relative;

	list-style: none;
	height:52px ;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;

	}

.topo .linha-cima .busca{
	width:30%;

	position:relative;
	float: right;
	list-style: none;
	height:52px ;
	border-right: 1px solid #d5d5d5;


	}

.topo .linha-cima .busca input{
	width:80%;
	border: none;
	position:relative;
	float: left;
	list-style: none;
	height:51px ;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 500;
	}

.topo .linha-cima .busca button{
	width:20%;
	border: none;
	position:relative;
	float: right;
	background: none;
	top: -50px;

	}

.topo .linha-cima .busca button img{
	width:16px;
	height: 16px;
	border: none;
	position:relative;
	margin: 0 auto;
	background: none;
	margin-top: 14px;

	}
.infos{
	width:80%;

	position:relative;
	float: right;



	}

.infos  .box{
	width:50%;

	position:relative;
	float: right;
	margin-top: 47px;
	font-size: 16px;
	z-index:2;
	letter-spacing: 0px;
	line-height: 20px;
	}
.infos  .box:first-child{
	width:34%;

	position:relative;
	float: right;

	font-size: 16px;
	z-index:2;
	letter-spacing: 0px;
	line-height: 20px;
	}
.infos .box span{
	position: relative;

	font-size: 14px;
	letter-spacing: 0px;
	color: #0b3059;
	font-weight: 600;
	top: 4px !important;
	}


.infos .box .icone{

	text-align: center;
	position:relative;
	float: left;
	padding-right: 12px;
	height: 49px;
	border-right: 1px solid #d5d5d5;

	margin-right:  10px;
	}
.infos  .box .icone img{

	height: 49px;


	}
.topo .logo{
	position:relative;
	float:left;
	text-align:left;
	width:14.7%;
	height: 100%;


	}
.topo .logo img{
	z-index:2222222;


	margin-top:16px;
	}








.topo nav{
	position:relative;
	float:left;
	width:100%;
	height:83px;
	list-style:none;
	padding:0px !important;
	margin-top: 19px;
	border:none;
	//text-shadow:3px 3px 0px #e9e9e9;

	}
.topo nav ul{
	padding:0px !important;

	position:relative;
	float:right;
	width:100%;
	height:43px;


	}

.topo nav a{
	position:relative;
	float:left;
	font-size:16px;
	font-weight:100;
	margin-top:25px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:500;
	margin-right:0px;
	//background:#093;
	cursor:pointer;

	}
	.topo nav ul li ul a{
	position:relative;
	font-weight:100;
	margin-top:0px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:500;
	margin-right:0px;
	//background:#093;
	cursor:pointer;

	}
	.topo nav ul li ul a:after{
	display: none;

	}
.topo nav .cor-amarelo{
	top: -7px !important;
	position: relative;
	}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #6da5d8;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 3px;
	opacity: 1;
	color: #6da5d8 !important;
	-webkit-transform: translateY(17px);
	-moz-transform: translateY(17px);
	transform: translateY(25px);
}


/*-----------------FINAL TOPO---------------*/



/*-----------------BANNER---------------*/

.banner{
	/*	position:relative;
        float:left;
        width:100%;
        height:458px;

        background: url("../imgs/banner.jpg") center no-repeat;*/

	width: 100%;
	height:458px;
	position: relative;
	float:left;
	z-index: 1;
	}





/*-----------------FINAL BANNER---------------*/



/*-----------------SERVIÇOS---------------*/

.servicos{
	position:relative;
	float:left;
	width:100%;
	padding-top: 20px;
	padding-bottom: 65px;
	//background: #0b3059;
	min-height:143px;
	margin-top: -50px;
	}
.servicos .container{
	position:relative;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 25px;
	padding-left: 25px;
	background: #0b3059;
	z-index: 9;

	}

.servicos .titulo{
	text-align: center;
	background: none;
	font-size: 36px;
	}
.servicos ul{
	position:relative;
	float:left;
	width:100%;
	list-style:none;
	padding:0px !important;

	min-height: 100px;
	margin-top: 10px;
	}
.servicos ul .owl-item{
	padding-top: 20px;
	text-align:center !important;

	height: 160px !important;
	}

.servicos ul li{
	position:relative;


	height:130px;
	text-align:center !important;
	list-style:none;

	font-size:22px;

	}
.servicos ul li .icone{
	width: 70px;
	height: 70px;
	position: relative;
	margin: 0 auto;
	border-radius: 100px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0, 0);
	transform: translate3d(0,0,0);
	background: #6da5d8;
	}
.servicos figure.effect-lily img {
	max-width: none;
	//width: -webkit-calc(100% + 50px);
	//width: calc(100% + 50px);
	//opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0, 0);
	transform: translate3d(0,0,0);
	width: 40px;
	margin-top: 12px;
}
.servicos figure.effect-lily:hover {
	cursor: pointer;
}
.servicos figure.effect-lily figcaption {
	text-align: left;

}

.servicos figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	//padding: 2em;
	width: 100%;
	height: 43%;
	text-align:center;

}

.servicos figure.effect-lily h2
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	margin-top: 5px;
	color: #fff;
}

.servicos figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size:18px;



}

.servicos figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	font-weight:400;
	font-size:14px;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	text-transform: uppercase;
	color:#da9300;
}

.servicos figure.effect-lily:hover img,
.servicos figure.effect-lily:hover p {
	opacity: 1;

}


.servicos figure.effect-lily:hover .icone,
.servicos figure.effect-lily:hover h2
 {
	-webkit-transform: translate3d(0,-15px,0);
	transform: translate3d(0,-15px,0);

}
.servicos figure.effect-lily:hover img

 {
	-webkit-transform: translate3d(0,-0px,0);
	transform: translate3d(0,-0px,0);

}
.servicos figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,-10px,0);
}
/*-----------------FINAL SERVIÇOS---------------*/










/*-----------------NOTÍCIAS---------------*/
.noticias{
	position:relative;
	float:left;
	width:100%;
	min-height:100px;
	padding-bottom: 76px;
	//margin-top: 50px;
	margin-top: 0px;
	text-align: center;
	}
.noticias .titulo{

	text-align: left;
	}


.noticias ul{
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	list-style: none;
	margin-top: 50px;
	padding: 0px;

}

.noticias ul li{
	position: relative;

	width: 24%;
	height: 449px;
	//border: 1px solid #d3d3d3;
	//border-bottom: 1px solid #d3d3d3;
	overflow: hidden;
}

.noticias ul li .imagem{
	position: relative;
		float: left;
	width: 100%;
	height: 233px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 33px;
}
.noticias ul li  .imagem img{
	position: relative;

	margin: 0 auto;
	max-height: 100% !important;
	width: 100%;
	height: 100%;

}

.noticias ul li  .categoria{
	//margin-left: 30px;
	position: relative;
	float: left;
	padding: 2px 5px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}

.noticias ul li  .data {
	margin-left: 33px;
	position: relative;
	float: left;
	padding: 2px 5px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	background: #009045;
	margin-left: 15px;
	line-height: 20px;
}




.noticias ul li  .titulo-noticia {
	width: 100%;
	float: left;
	position: relative;
	//padding-left: 30px;
	margin-top: 18px;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	letter-spacing: 0px;
	//padding-right: 30px;
}

.noticias ul li  .leia-mais{
	width: 100%;
	position: relative;
	float: left;
	font-size: 14px;
	//margin-left: 33px;

	margin-top: 17px;
	letter-spacing: 1.5px;


}

.noticias ul li  .leia-mais img{
	width: 14px;
	height: 14px;
	margin-top: 7px;
	margin-right: 330px;
	float: right;
}
/*-----------------FINAL NOTÍCIAS---------------*/
/*-----------------FINAL EVENTO---------------*/
.evento {
	position: relative;
	float: left;
	width: 100%;
	height: 387px;
}

.box-evento {
	position: relative;
	float: left;
	width: 50%;
	height: 192px;
	margin-top: 93px;
	padding: 40px;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 36px;
}
/*-----------------FINAL EVENTOS---------------*/


/*-----------------GALERIA---------------*/

.galeria{
	position:relative;
	float:left;
	width:44%;
	min-height:574px;
	margin-top: 60px;

}
.galeria .titulo{
	font-size: 36px;

}
.galeria ul{
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	list-style: none;
	margin-top: 20px;
	padding: 0px !important;

}

.galeria ul li{
	position: relative;

	width: 32.4%;
	height: auto;
	margin-bottom: -3px;

}

.galeria ul li .imagem{
	position: relative;
		float: left;
	width: 90% !important;
	height: auto;

	text-align: center;

}
/*-----------------EVENTOS---------------*/

.eventos {
	position:relative;
	float:right;
	width:50%;
	min-height:274px;
	margin-top: 60px;

}

.eventos .titulo{
	font-size: 36px;
	margin-bottom: 19px;
}
.eventos .item{
	width: 100%;
	height: 492px;
	background: #000;
}

.eventos .triangulo{
	position: absolute;
	background: #0b3059;
	bottom: 44px;
	left: 89px;
	z-index: 3;
	width: 33px;
	height: 33px;
}
.eventos .img-evento{
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.eventos .info-evento{
	position: absolute;
	z-index: 2 !important;
	width: 67%;
	height: 123px;
	bottom: 0px;
}

.eventos .data-evento{
	position: relative;
	float: left;
	width: 105px;
	height: 100%;
	text-align: center;
	font-size: 42px;
	font-weight: 600;
	line-height: 32px;
	padding-top: 31px;
}

.eventos .data-evento .mes{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	padding: 0px !important;
	width: 100%;
	text-align: center;
}

.eventos .titulo-evento{
	position: relative;
	float: right;
	width: 272px;
	height: 37px;
	text-transform: uppercase;
	letter-spacing: -0.2px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 25px;
	padding-left: 25px;
	z-index: 40 !important;
}

.eventos .horario-evento, .local-evento{
	position: relative;
	float: left;
	width: auto;
	height: 17px;
	text-transform: uppercase;
	letter-spacing: -0.2px;
	font-size: 14px;
	font-weight: 400;
	margin-top:10px;

	margin-left: 25px;

}

.eventos .horario-evento img, .local-evento img{
	margin-right: 5px;
	width: 14px;
	height: 14px;


}
.eventos .owl-theme .owl-pagination {
  display: none;

}

.eventos .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-left: 0px !important;
}

.eventos .owl-theme .owl-controls .owl-buttons .owl-prev {
    display: inline-block;
    zoom: 1;
    margin: 0px !important;
    width: 57px !important;
    height: 52px !important;

    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: url(../imgs/btn-anterior.svg) no-repeat center !important;
    background-color: #0b3059 !important;
    opacity-text: 0;
    filter: Alpha(Opacity=50);
    position: absolute;
    right: 60px;
    top:20px;
}
.eventos .owl-theme .owl-controls .owl-buttons .owl-next {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0px !important;
    width: 57px !important;
    height: 52px !important;
    font-size: 12px;
   -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: url(../imgs/btn-proximo.svg) no-repeat center !important;
     background-color: #0b3059 !important;

    filter: Alpha(Opacity=50);
     position: absolute;
    right: 0px;
    top: 20px;
}
/*-----------------DEPOIMENTOS---------------*/
.depoimentos{
	position:relative;
	float:left;
	width:100%;
	height:627px;
	padding-top: 65px;
	background: url(../imgs/fundo-depoimentos.jpg) center no-repeat;
	font-weight: 200 !important;

	margin-top: 43px;
	}

.depoimentos .float{
	position:relative;
	float:left;

	}
.depoimentos .item{
	position: relative;
	float: left;
	width: 96%;
	height: 402px;
	text-align: center;
	font-weight: 200 !important;
}
.depoimentos .item .aspas{
	position:absolute;

	width: 100%;
	z-index: 2;
	font-size: 78px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	margin-top: 80px;
	margin-bottom: 10px;
	}
.depoimentos .item .texto{
	position:relative;
	float:left;
	width: 100%;
	height: 192px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	font-weight: 200 !important;
	font-style: italic;
	text-align: center;
	font-size: 17px;
	line-height: 28px;
	margin-top: 83px;
	}
.depoimentos .item .imagem{
	position:relative;



	margin-top: -19px;


	}
.depoimentos .item .nome{
	position:relative;
	float:left;
	width: 100%;
	font-size: 22px;
	margin-top: 18px;
	font-weight: 600;

	}
.depoimentos .item .empresa{
	position:relative;
	float:left;
	width: 100%;
	font-size: 14px;

	font-weight: 400;

	}








/*-----------------FOOTER---------------*/



.footer{
	position:relative;
	float:left;
	width:100%;
	min-height:513px;
	padding-top: 72px;


	}
.footer .box-logo{
	position:relative;
	float:left;
	width:32%;
	height:220px;

	//margin-left:8%;

	}

.footer .box-logo .texto{
	position:relative;
	float:left;
	width:100%;

	font-size: 17px;
	font-weight: 300;
	line-height: 28px;
	margin-top: 30px;

	}

.footer .box-logo .logo-footer{
	margin-right: 0px;
	width: 50%;
	float: left;

	position: relative;
	}

.footer .box-logo .logo-footer img{
	width: 100% !important;

	}
.footer .box-logo .logo-footer-antiga{
	position: relative;
	width: 50%;
	text-align: center;
	float: left;
	}
.footer nav{
	position:relative;
	float:left;
	width:20%;
	height:267px;
	list-style:none;
	padding:0px !important;

	margin-left: 54px;
		}

.footer nav ul{
	width:100%;
	height:100%;
	padding:0px !important;
	list-style: none;
	}

.footer nav ul li{
	position:relative;
	float:left;
	width:100%;
	height:16px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:500;
	margin-bottom:19px;
	text-decoration:none;
	}

.footer nav a:hover{
	cursor:pointer;
	}

.footer .infos{
	position:relative;
	float:right;
	width: 46.5%;
	height:222px;
	list-style:none;
	padding:0px !important;

	}


.footer .infos li{

	width:100%;
	height:43px;
	margin-bottom: 42px;
	}


.footer .infos li span{
	font-size: 15px;
	font-weight: 600;
	}


.footer .infos li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;

}
.footer .infos li .texto{
	display: inline-block;
    vertical-align: middle;
	width:85%;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin-left: 10px;

	}

.footer .infos li .icone{
	display: inline-block;
    vertical-align: middle;
	width:43px;
	height: 43px;
	border-right: 1px solid #fff;




	}

.footer .infos li .icone img{

	width:24px;
	height: 23px;
	margin-top: 5px;
	}


.footer .direitos{
	position: relative;
	float: left;
	width:100%;
	height:88px;
	margin-top: 84px;
	border-top: 1px solid #00172a;

	}



.footer .direitos .frase{
	height:88px;
	line-height:88px;
	position:relative;
	float:left;
	font-size:15px;
	width: 50%;
	}

.footer .direitos .logo-artemidas{
	position:relative;
	float:right;
	margin-top:33px;
	}

/*-----------------FINAL FOOTER---------------*/









/*-----------------PÁGINAS INTERNAS---------------*/
/*-----------------titulo---------------*/

.titulo-interno{
	margin: 0 auto;
	position: relative;
	float: left;

	width: 100%;
	height: 90px;
	font-size:48px;
	margin-top:50px;
	padding-top: 30px;
	background: url("../imgs/fundo-titulo.png") center no-repeat ;
	letter-spacing: -1px;
	font-weight:600;
	font-style: italic;

	}
.caminho{
  position: absolute;
  top: -16px;
  margin: 0 auto;
  float: left;
  width: 100%;
  line-height: 1.6;
  font-size: 18px;
  margin-top: 14px;
  margin-left: 5px;
  font-style: normal;
  letter-spacing: 0.3px;
  font-weight: 300;
  color: #707070;
	}
/*-----------------FINAL titulo---------------*/
.titulo-interno .linha{
	position:relative;
	float:left;
	width:18%;
	height:1px;
	background: #cdcdcd;
	margin-top: -20px;

	}
/*-----------------FINAL PÁGINAS INTERNAS---------------*/


/*-----------------PAGINA QUEM SOMOS---------------*/

.pagina-quemsomos{
	position:relative;
	float:left;
	margin-top:80px;
	width: 100%;
	height: auto;
	padding-bottom: 80px;
	}

.pagina-quemsomos .texto{
	font-size:18px;
	font-weight:400;
	line-height:28px;
	width: 100%;
	}


/*-----------------FINAL PAGINA QUEM SOMOS---------------*/
