.rows_picture_principal{
    background-image: url(../imagens/bg_body-01.png);
    position: absolute;
    width: 100%;
    margin: 0 auto;
    max-width: 1166px;
    height: 386px;
    z-index: -11;
    top: 27px;
    left: 87px;
    background-size: 100%;
}
.rows_picture img{
    max-width: 960px;
    width: 100%;
}
.box-header{
	margin: 0 auto;
	width: 1080px;
}

.contatos{
    float: right;
    line-height: 17px;
    padding-top: 24px;
    color: #fff;
}
.contatos strong{
    font-weight: bold;
    font-size: 20px;
}
.slicknav_menu {
    display:none !important;
}

/* Css Menu Topo */
.menu-topo{
    float: right;
    margin-top: 17px;
    clear: right;
}
.menu-topo ul{
    font-size: 15px;
}
.menu-topo ul li{
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 40px !important;
}
.menu-topo ul li a{
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px !important;
    position: relative;
    display: inline-block;
    padding: 0px 10px;
}
.menu-topo a:hover{
    color: #007dc6;
}
.menu-topo ul li ul{
    display: none;
    position: absolute;
    background-color: rgba(26,1,41,0.9);
    border-radius: 0px 0px 5px 5px;
    top: 94px;
    white-space: nowrap;
    height: auto;
    z-index: 300;
    width: 390px;
}
.menu-topo ul li ul li{
    height: 27px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 390px;
    text-align: left;
    position: relative;
}
.menu-topo ul li ul li a{
    text-decoration: none;
    padding: 0px 5px;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff !important;
    font-size: 13px !important;
}
.menu-topo ul li ul li a:hover{
    color: #5ec1cd !important;
}
.menu-topo ul li:hover ul{
    display: block;
    transition: top 2s ease;
}

/*------ Menu Lateral ------*/
aside{display: block; float: right;}

.menu-lateral{
    width: 280px;
    border: 1px solid #500059;
    padding: 6px;
    border-radius: 10px;
    background-color: #b46cde;

}
.menu-lateral li{
    border-bottom: 1px solid #ccc;
    line-height: 34px;
}
.menu-lateral li a{
    color: #fff;
}
.menu-lateral li a:hover{
    color: #58b9a4;
}
/* -----------------------Fim Topo----------------------*/

/*--------------------------------------------------------------
- Imagens das Palavras Chave
--------------------------------------------------------------*/
.pictures-words {
    text-align: left;
    margin-bottom: 10px;
}

.picture_row{
    margin: 0 auto;
    position: relative;
    display: table;
}

.picture {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    width: 21%;
    margin-left: 23px;
    font-size: 17px;
    text-align: center;
    background-color: rgba(11, 11, 11, 0.65);
    color: #fff;
    float: left;
}

.picture img {
    max-width: 100%;
    width: 150px;
    height: 150px;
}
/*apenas uma picture*/
.picture-box {
    display: inline-block;
    max-width: 100%;
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}
.picture-box .picture {
    margin: 5px;
    overflow: hidden;
    border-radius: 3px;
}
.descricao-picture {
    text-align: right;
    color: #999;
    margin: 0 5px 5px 5px;
    font-size: 14px;
}
/*varias pictures*/
.pictures-box {
    display: inline-block;
    width: 33.33333333333333%;
}
.pictures-box .picture {
    margin: 5px;
    border: 1px solid #CCC;
}


/*--------------------------------------------------------------
- Botão de Redes Sociais Conteudo
--------------------------------------------------------------*/
.redes-sociais-conteudo {
    position: relative;
    text-align: left;
    font-family: 'blank';
}
.popup-redes-sociais {
    display: none;
    position: absolute;
    right: 0;
    height: auto;
    text-align: left;
    font-size: 12px;
    background-color: #F8F8F8;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.50);
    z-index: 2;
}
.popup-redes-sociais:before {
    content:"";
    width: 100%;
    height: 3px;
    background: transparent;
    top:-3px;
    right:0px;
    position: absolute;
    z-index: 2;
}
.fundo-popup-redes-sociais {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 1;
    background: none;
}
.facebook, .twitter, .googleplus, .pinterest, .mais {
    color: #FFF;
    font: 13px Arial;
    border-radius: 3px;
    padding: 3px 5px;
    width: 70px;
    display: inline-block;
    margin: 3px;
    text-align: center;
    transition: all 0.3s ease 0s;
    border: 1px solid transparent;
    z-index: 2;
    cursor: pointer;
}
a.facebook {
    color: #FFF;
    background-color: #3b5998;
}
a.facebook:hover {
    color: #3b5998;
    background-color: #FFF;
    border: 1px solid #3b5998;
}
a.twitter {
    color: #FFF;
    background-color: #00aced;
}
a.twitter:hover {
    color: #00aced;
    background-color: #FFF;
    border: 1px solid #00aced;
}
a.googleplus {
    color: #FFF;
    background-color: #dd4b39;
}
a.googleplus:hover {
    color: #dd4b39;
    background-color: #FFF;
    border: 1px solid #dd4b39;
}
.mais {
    position: relative;
    cursor: pointer;
    width: 20px;
    color: #FFF;
    background-color: #856FB8;
}
.mais:hover {
    color: #856FB8;
    background-color: #FFF;
    border: 1px solid #856FB8;
}
/*Redes Sociais Oficial*/
.titulo-redes-sociais {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    color: #FFF;
    background-color: #0077B5;
    padding: 10px 15px;
}
.botao-oficial-redes-sociais {
    text-align: center;
    margin: 10px 15px;
}

/* Inicio Conteudo Geral*/
main{
	background-color: #fff;
    overflow: hidden;
}

/* Se aplicara a todos container*/
.container{
    margin: 0 auto;
    max-width: 956px;
    width: 100% !important;
}
.breadcrumb {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 0px !important;
    padding: 1px;
    float: left;
    background-color: rgba(52, 58, 118, 0.7);
}
.breadcrumb a {
    display: inline-block;
    margin: 7px;
    text-decoration: none;
    font-size: 18px;
    color: #333333;
}
.breadcrumb a:hover{
    color: #999;
}

article{
    padding: 30px;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    clear: both;
    background-color: #fff;
    overflow: hidden;
}
article p{
    text-align: left;
    font-size: 17px;
    line-height: 30px;
    padding-bottom: 17px;
}
article h1{
    padding: 15px;
    text-align: center;
}
article h1 a{
    color: #333 !important;
}
article strong{
    font-weight: normal;
}
.content{
    display: table-cell;
    padding-left: 15px;
    float: left;
    width: 72%;
}
.top{
	padding-top: 133px;
}

.myButton {
    -moz-box-shadow: 0px 10px 14px -7px #276873;
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
    box-shadow: 0px 10px 14px -7px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
    background-color: #599bb3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 23px;
    font-weight: bold;
    padding: 14px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
    text-align: center;
    margin: 0 auto;
    width: 34%;
    margin-left: 33%;
    margin-top: 12px;
    margin-bottom: 30px;
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
    background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
    background-color:#408c99;
}
.myButton:active {
    position:relative;
    top:1px;
}


/*---- Efeito da Home -------*/

.box-view{
    width: 72%;
    overflow: hidden;
    padding-top: 20px;
    margin: 0 auto;
    position: relative;
}
.view {
   width: 300px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.view .mask, .view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.box-text{
    font-size: 18px;
    color: #333;
    width: 321px;
    float: left;
    margin-left: 40px;
    text-align: center;
}
.topics{
    list-style: disc;
    margin-left: 37px;
}
.topics li{
    line-height: 24px;
}
.center img{
    margin: 0 auto;
    display: block;
    max-width: 500px;
    width: 100% !important;
}
.center-right{
    float: right;
}
.center-left{
    float: left;
}
/*--efeito cicle--*/

#cicle{
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 15px double #f4f5fc;
    background-color: #0ca38a;
    width: 34%;
    height: 110px;
    /* float: left; */
    margin-left: 26%;
}
#cicle-two{
    -webkit-border-radius: 500px 500px 500px 500px;
    border-radius: 500px 500px 500px 500px;
    float: right;
    width: 32%;
    height: 318px;
    margin-left: 2%;
    margin-top: 5%;
    background-image: url(../img/bkp-cicle-two.jpg);
}
.cicle-two-center{
    color: #fff;
    text-align: center;
}
.cicle-two-center p{
    text-align: center;
    line-height: 24px;
}
.cicle-two-center p span{
    font-size: 26px;
}
.cicle-1{
    color: #fff;
    margin: 48%;
}
.cicle-1{
    color: #fff;
    margin: 48%;
}
.cicle-3{
    background-image: url("../img/cicle-3.png");
    /* margin: 48%; */
    height: 38px;
    /* border: 1px solid; */
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: 43px;
}
.content-cicle-01{
    width: 32%;
    float: left;
    text-align: center;
}
.content-cicle-02{
    width: 32%;
    float: left;
    margin-left: 20px;
    text-align: center;
}
.content-cicle-03{
    width: 32%;
    float: left;
    margin-left: 20px;
    text-align: center;
}
iframe{
    width: 100%;
    height: 397px;
}
.logos-cliente{
    margin-bottom: 40px;
    overflow: hidden;
}
.logos-cliente ul li{
    float: left;
    padding-left: 19px;
    padding-top: 25px;
}
.apresentacao{
    background-image: url(../imagens/bkp_img.jpg);
    display: table;
}
.apresentacao-contato{
    
}

.box-view{
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    margin: 0 auto;
    position: relative;
}
.view {
   width: 300px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.view .mask, .view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
    width: 300px;
}
.view a.info {
   background:url(../imagens/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.box-text{
    font-size: 18px;
    color: #333;
    width: 321px;
    float: left;
    margin-left: 40px;
    text-align: center;
}
.box-home{
    clear: both;
    padding-top: 57px;
}
.rows{
    background: #e66760;
    background: -moz-linear-gradient(left, #e66760 20%, #f1e600 21%, #f1e600 41%, #63b52f 41%, #63b52f 61%, #c19ec6 62%, #c19ec6 62%, #c19ec6 81%, #84c6e6 82%, #84c6e6 100%);
    background: -webkit-linear-gradient(left, #e66760 20%,#f1e600 21%,#f1e600 41%,#63b52f 41%,#63b52f 61%,#c19ec6 62%,#c19ec6 62%,#c19ec6 81%,#84c6e6 82%,#84c6e6 100%);
    background: linear-gradient(to right, #e66760 20%,#f1e600 21%,#f1e600 41%,#63b52f 41%,#63b52f 61%,#c19ec6 62%,#c19ec6 62%,#c19ec6 81%,#84c6e6 82%,#84c6e6 100%);
    clear: both;
    height: 7px;
    border: none;
    position: relative;
    top: 40px;
    width: 100%;
}
.box-depoimentos{
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 28px;
}
.box-depoimentos h3{
    font-size: 30px;
    text-align: center;
}
.box-depoimentos p strong{
    font-weight: bold;
}
.depoimento-1{
    width: 40%;
    float: left;
}
.cicle-1{
    background-color: #ccc;
    height: 150px;
    width: 150px;
    border-radius: 110px;
    border: 2px solid #E5375E;
    /* margin: 0 auto; */
    padding: 2px;
    overflow: hidden;
    float: left;
    margin: 13px;
}

.depoimento-2{
    width: 40%;
    float: right;
}

.cicle-2{
    background-color: #ccc;
    height: 150px;
    width: 150px;
    border-radius: 110px;
    border: 2px solid #0055c9;
    margin: 0 auto;
    padding: 2px;   
    overflow: hidden;
    float: left;
    margin: 13px; 
}
.cicle-3{
    background-color: #ccc;
    height: 150px;
    width: 150px;
    border-radius: 110px;
    border: 2px solid #77007e;
    margin: 0 auto;
    padding: 2px;
}
.cicle-4{
    background-color: #ccc;
    height: 150px;
    width: 150px;
    border-radius: 110px;
    border: 2px solid #296f30;
    margin: 0 auto;
    padding: 2px;    
}
.topics{
    list-style: disc;
    margin-left: 37px;
}
.topics li{
	line-height: 24px;
    font-size: 17px;
}
.center img{
    margin: 0 auto;
    display: block;
    max-width: 500px;
    width: 100% !important;
}
.center-right{
	float: right;
}
.center-left{
	float: left;
}

/*quem somos*/
.box_left{
    float: left;
    width: 48%;
    border-right: 2px solid #666;
    padding-right: 20px;
}
.box_left span{
    text-transform: uppercase;
    font-weight: bold;
    color: #66a88f;
    text-align: right;
    display: block;
    font-size: 19px;
}
.box_left p{
    color: #333;
    text-align: right;
}
.box_right{
    float: right;
    width: 48%;
}
.box_right span{
    text-transform: uppercase;
    font-weight: bold;
    color: #66a88f;
    text-align: left;
    display: block;
    font-size: 19px;
}
.box_right p{
    color: #333;
    text-align: left;
    line-height: 16px;
}
.tags{
    border-top: 1px solid #ccc;
    padding-top: 14px;
}
.tags ul li{
    border: 2px solid #ccc;
    border-radius: 6px;
    padding: 4px;
    float: left;
    background-color: #f3f3f3;
    margin: 5px;
    list-style: none;
}
.tags ul li a{
    color: #999;
}

/* ----------Formulario---------------- */

.contato{
	float: right;
    border-top: 1px solid #ccc;
    width: 43%;
}
.contato img{
    position: relative;
    top: -16px;
    left: 80px;
}
.formulario{
    padding: 35px;
    float: left;
    width: 32%;
    position: relative;
    margin: 0 auto;
    border-left: 1px solid #504f4f;
    border-right: 1px solid #504f4f;
    height: 370px;
}
.formulario strong{
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}
.formulario label {
    display: inline-block;
    margin: 14px 0 10px;
    width: 27%;
    font-size: 17px;
}
.formulario input{
	border: 2px solid #d4d8de;
	padding: 12px;
	border-radius: 5px;
	font-size: 18px;
    font-weight: normal;
    color: #049b08;
    margin-top: 15px;
}
.formulario textarea{
	border: 2px solid #d4d8de;
	border-radius: 5px;
	font-size: 18px;
    font-weight: normal;
    color: #049b08;
    margin-top: 15px;
}
.formulario input[type="button"],
.formulario input[type="submit"] {
    margin: 15px 20px;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    /* text-shadow: 1px 1px #FFF; */
    padding: 7px 8px 9px;
    /* background: linear-gradient(#51a351, #51a351); */
    border-radius: 3px;
    /* box-shadow: 0px -2px #DDD inset, 0px 2px 3px rgba(0, 0, 0, 0.07); */
    border: 1px solid #CCC;
    background: #51a351;;
}
.formulario select{
	border: 2px solid #d4d8de;
	padding: 9px;
	border-radius: 8px;
}
#Sucesso
{
	color:#693;
	background: #b9efc5;
	border: solid 1px #666;
	padding: 30px 10px;
	font: bold 18px Verdana, Geneva, sans-serif;
	margin: 0 auto;
	text-align:center;
	text-transform:uppercase;
}
#Sucesso img
{
	float:left;
}
#Erro
{
	color: #900;
	background: #ffff99;
	border: solid 1px #666;
	padding: 10px;
	font:  bold 14px Verdana, Geneva, sans-serif;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}
#Erro img, #Sucesso img
{
	margin: 0 5px;
}
#avisos
{
	border: solid 2px #FF9;
	background: #FF9;
	height: 40px;
	width: 350px;
	padding: 5px;
}
.row-contact{
	float: left;
}
.mapa-site{
    margin-left: 30%;
    width: 100%;
}
.mapa-site li{
    
}
/* Inicio Rodape */
footer{
	border-top: 3px solid #333;
    background-color: #222;
	clear: both;
	padding: 20px 0;
}
.box-footer{
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
	overflow: hidden;
}
.contact{
    float: left;
    color: #ccc;
    width: 30%;
    height: 370px;
}
.contact p{
    font-size: 20px;
    text-align: center;
    padding: 30px;
}
.contact img{
    margin: 0 auto;
    position: relative;
    padding-left: 80px;
}
.redesSociais{
    float: left;
    height: 370px;
    width: 30%;
}
.redesSociais h3{
    color: #fff;
    text-align: center;
}
.redesSociais ul{
    margin-left: 82px;
}
.redesSociais ul li{
    float: left;
}
.redesSociais ul li img{
    width: 61%;
}

.signature{
    width: 100%;
    clear: both;
}
.signature p{
    color: #545454;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
}
.rodape-contatos{
    clear: both;
    padding: 27px;
    font-size: 20px;
    color: #fff;
}
.rodape-contatos p{
    line-height: 33px;
}
.signature img{
    width: 10%;
    border-radius: 4px;
    float: right;
}
.social{
    width: 12%;
    border-radius: 4px;
    float: right;
}
.social li{
	float: left;
	margin-left: 5px;
}
.social li a{
	height: 32px;
	width: 32px;
	text-indent: -9999px;
}
.social li a img{
	height: 32px;
	width: 32px;
}
.row-footer{
	background-color: #000;
	width: 100%;
	height: 35px;
	position: absolute;
}
.row-footer-center{
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}
.row-footer-center p{
    color: #999;
    width: 42%;
    float: left;
    padding: 10px;
}
.voltar-para-o-topo {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 190px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,0.30);
    background: #320001 url("../imagens/top.png") no-repeat center center;
}
@media screen and (max-width: 480px){
    .picture{
        width: 100%;
    }
}

@media screen and (min-width: 481px) and (max-width: 680px){
    .picture{
        width: 75%;
    }
}

@media screen and (min-width: 681px) and (max-width: 800px){
    .picture{
        width: 65%;
    }
}

@media screen and (min-width: 801px) and (max-width: 980px){
    .picture{
        width: 70%;
    }
}
@media screen and (max-width: 980px) {
    .rows_picture_principal{
        display: none;
    }
}


@media screen and (max-width: 40em) {
    .js #menu {
        display:none;
    }
    
    .js .slicknav_menu {
    display: block !important;
    position: fixed;
    float: right;
    width: 100%;
    z-index: 9999999;
    margin-top: -40px;
    }
    .menu_topo{
        margin-top: 0px;
    }
}