.conteiner {
    width: 96%;
    margin: 0 auto;
}
.transicao {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body {
    background: #f2f2f2;
    font-family: 'Raleigh', sans-serif;
    font-size: 13px;
}
main {
    display: block;
    background: url(../images/pll-conteudo-fundo.jpg) center repeat-y;
    padding: 0 10% 50px 10%;
}
strong {
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
.linkmap {
    font-family: 'Dosis', sans-serif;
}
a {
    text-decoration: none;
}
input {
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 28px;
}
.botao {
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    background: #F58220;
    font-family: 'Dosis', sans-serif;
    cursor: pointer;
}
/****************** CABECALHO ******************/

.cabecalho {
    display: block;
    width: 100%;
    height: 127px;
    border-bottom: 4px solid #F79A4B;
    position: relative;
    z-index: 9999;
}
.logotipo {
    display: inline-block;
    height: 127px;
    width: 150px;
    margin: 0 0 0 10%;
    background: url(../images/pll-logo.png) center center no-repeat;
    vertical-align: top;
}
.logotipo h1 {
    text-indent: -9999px;
	display: block;
}
nav {
    display: inline-block;
    width: auto;
    height: 123px;
    vertical-align: top;
}
header * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
nav ul {
    width: 280px;
    height: inherit;
    text-align: center;
    margin: 0 0 0 55%;
}
nav ul li {
    display: inline-block;
    height: inherit;
    width: 80px;
    vertical-align: bottom;
    margin: 0 5px;
    background-image: -webkit-linear-gradient(transparent 70px, #e7e7e7 0%, #e7e7e7 100%);
    background-image: -webkit-linear-gradient(transparent 70px, #e7e7e7 0%, #e7e7e7 100%);
    background-image: -moz-linear-gradient(transparent 70px, #e7e7e7 0%, #e7e7e7 100%);
    background-image: -o-linear-gradient(transparent 70px, #e7e7e7 0%, #e7e7e7 100%);
    background-image: -ms-linear-gradient(transparent 70px, #e7e7e7 0%, #e7e7e7 100%);
    background-image: linear-gradient(transparent 70px, #e7e7e7 0%, #e7e7e7 100%);
}
nav ul li a {
    display: inline-block;
    height: inherit;
    width: inherit;
    color: #979E7E;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 1.15em;
    background: url(../images/pll-icones-menu.png) 0 0 no-repeat;
    padding: 50px 0 0 0;
}
nav ul li:nth-child(2) a {
    background: url(../images/pll-icones-menu.png) 0 -125px no-repeat;
}
nav ul li:nth-child(3){
    display: none;
}

nav ul li ul li:nth-child(3) {
  display: inline-block;
}

nav ul li:nth-child(3) a {
    background: url(../images/pll-icones-menu.png) 0 -125px no-repeat;
}
nav ul li:nth-child(4) a {
    background: url(../images/pll-icones-menu.png) 0 -250px no-repeat;
}
nav ul li a:hover {
    background-color: #F58220;
    background-position: -80px 0;
    color: #fff;
}
nav ul li:nth-child(2) a:hover {
    background-color: #F58220;
    background-position: -80px -125px;
    color: #fff;
}
nav ul li:nth-child(3) a:hover {
    background-color: #F58220;
    background-position: -80px -125px;
    color: #fff;
}
nav ul li:nth-child(4) a:hover {
    background-color: #F58220;
    background-position: -80px -250px;
    color: #fff;
}

.submenu-internas {
	display: none;
	width: 100%;
	margin: 10px auto 20px auto;
	height: 36px;
	text-align: center;
}
.submenu-internas li {
	display: inline-block;
	border-radius: 5px;
	vertical-align: top;
	height: inherit;
	width: 23.5%;
	margin: 0;
    background-color: #F58220;
}
.submenu-internas li a {
	display: block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
	color: white;
	padding: 5px 0 0 0;
	
}
.submenu-internas li:hover {
	background: #979E7E;
	
}
.submenu-internas li:nth-child(2n) a {
	padding: 12px 0 0 0;
	
}



#form-busca {
    display: inline-block;
    position: absolute;
    width: auto;
    right: 10%;
    top: 50px;
}
#form-busca input[type="submit"] {
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    background: #F4811F;
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 0 0 -10px;
}
#form-busca input[type="submit"]:hover {
    padding: 0 40px;
}
.buscar {
    width: 180px;
    background: #fff url(../images/pll-lupa.png) 5px center no-repeat;
    padding: 0 0 0 30px;
    color: #999;
    display: inline-block;
    vertical-align: top;
}
/************************* DESTAQUES *************************/

.destaques {
    display: block;
    width: 100%;
    height: 450px;
    background: #4d4d4d;
    padding: 23px 0;
    border-bottom: 4px solid #F79A4B;
}
.destaques ul {
    display: block;
    width: 100%;
    height: 400px;
    background: url(../images/pll-destaques-fundo.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 38px 1%;
}
.destaques ul li {
    display: inline-block;
    width: 250px;
    height: 320px;
    background: rgba(255, 255, 255, 0.4) url(../images/pll-destaques-01.jpg) center center no-repeat;
    outline: 5px solid rgba(255, 255, 255, 0.5);
    margin: 0 0.85%;
}
.destaques ul > * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.destaques ul li:nth-child(1) {
    background: rgba(255, 255, 255, 0.4) url(../images/pll-destaques-01.jpg) center center no-repeat;
    background-size: 250px 320px;
}
.destaques ul li:nth-child(2) {
    background: rgba(255, 255, 255, 0.4) url(../images/pll-destaques-02.jpg) center center no-repeat;
    background-size: 250px 320px;
}
.destaques ul li:nth-child(3) {
    background: rgba(255, 255, 255, 0.4) url(../images/pll-destaques-03.jpg) center center no-repeat;
    background-size: 250px 320px;
}
.destaques ul li:nth-child(4) {
    background: rgba(255, 255, 255, 0.4) url(../images/pll-destaques-04.jpg) center center no-repeat;
    background-size: 250px 320px;
}
.destaques ul li:hover {
    background-size: 110% 110%;
}
.destaques ul li a {
    display: block;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.destaques ul li a:hover {
    background: rgba(0, 0, 0, 0.5);
}
.destaques ul li a:hover > span:before {
    bottom: 0;
    width: 60px;
}
.destaques ul li a:hover > span {
    bottom: 0;
}
.destaques ul li a span {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 40px;
    background: #F58220;
    font-size: 1.2em;
    padding: 13px 40px 15px 0;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.destaques ul li a span:before {
    content: "";
    display: block;
    width: 50px;
    height: 40px;
    background: #33CCCC url(../images/pll-destaques-seta.png) center center no-repeat;
    margin: -13px -40px 0 0;
    float: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/******************************** JIMCARREY  ********************************/

.jimcarrey {
    display: block;
    width: 96%;
    height: auto;
    margin: 40px auto;
}
.jimcarrey ul li a {
    position: relative;
    display: block;
    height: auto;
}
.jimcarrey ul li a:hover > div.capa {
    display: block;
    opacity: 1;
    padding: 80px 0 0 0;
}
.jimcarrey img {
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.jimcarrey ul li a div.capa {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-size: 1.1em;
    padding: 180px 0 0 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
}
/****************************************************************************/

.outros-destaques {
    display: block;
    width: 100%;
    height: auto;
    margin: 80px auto 10px auto;
}
.outros-destaques ul {
    display: block;
    width: 100%;
    height: 195px;
    text-align: center;
    padding: 0px 1%;
}
.outros-destaques ul li {
    display: inline-block;
    width: 490px;
    height: 195px;
    outline: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 3px solid #F79A4B;
    margin: 0 2.5%;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.outros-destaques ul > * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.outros-destaques ul li:nth-child(1) {
    background: rgba(255, 255, 255, 0.4) url(../images/pll-outros-destaques-01.png) center center no-repeat;
    background-size: 100% 100%;
}
.outros-destaques ul li:nth-child(2) {
    background: rgba(255, 255, 255, 0.4) url(../images/pll-outros-destaques-02.png) center center no-repeat;
    background-size: 100% 100%;
}
.outros-destaques ul li:hover {
    background-size: 120% 120%;
}
.outros-destaques ul li a {
    display: block;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.outros-destaques ul li a:hover {
    background: rgba(0, 0, 0, 0.5);
}
.outros-destaques ul li a:hover > span:before {
    bottom: 0;
    width: 70px;
}
.outros-destaques ul li a:hover > span {
    bottom: 0;
}
.outros-destaques ul li a span {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 50px;
    background: #F58220;
    font-size: 1.2em;
    padding: 18px 40px 15px 0;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.outros-destaques ul li a span:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: #33CCCC url(../images/pll-destaques-seta.png) center center no-repeat;
    margin: -18px -40px 0 0;
    float: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.redes-sociais {
    display: block;
    margin: 0 auto;
    width: 1000px;
}
.redes-sociais * {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.redes-sociais li {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0;
}
.redes-sociais li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    color: #fff;
    position: relative;
}
.redes-sociais li a[href *="mailto"] {
    background: url("../images/redes-sociais-1.png") 0 0 no-repeat;
}
.redes-sociais li a[href *="facebook"] {
    background: url("../images/redes-sociais-2.png") 0 0 no-repeat;
}
.redes-sociais li a[href *="whatsapp"] {
    background: url("../images/redes-sociais-3.png") 0 0 no-repeat;
}
.redes-sociais li a:hover {
    opacity: 0.7;
}
.redes-sociais li a[href *="mailto:"]:hover > small {
    opacity: 1;
    left: 130px;
}
.redes-sociais li a[href *="mailto:"] small {
    display: inline-block;
    font-size: 1.2em;
    width: 190px;
    position: absolute;
    top: 12px;
    opacity: 0;
    left: 180px;
}

.redes-sociais li a[href *="whatsapp"]:hover > small {
    opacity: 1;
    left: 35px;
}
.redes-sociais li a[href *="whatsapp"] small {
    display: inline-block;
    font-size: 1.2em;
    width: 155px;
    position: absolute;
    top: 12px;
    opacity: 0;
    left: 70px;
}
footer {
    display: block;
    width: 100%;
    height: 225px;
    background: url(../images/pll-rodape-fundo.jpg), url(../images/pll-rodape-fundoprincipal.jpg);
    background-position: top center, top center;
    background-repeat: no-repeat, repeat-x;
    text-align: center;
    padding: 20px 10%;
    color: #fff;
    position: relative;
}
footer strong {
    font-weight: bold;
    font-size: 1.2em;
}
address {
    display: block;
    font-style: normal;
    margin: 10px 0;
}
/****************************************************************************/

nav ul li:hover > .submenu {
    display: inline-block;
}
.submenu {
    display: none;
    width: 900px;
    height: 35px;
    background: #f58220;
    margin: 0 0 0 -390%;
    padding: 0;
    text-align: center;
}
.submenu li {
    background: none;
    margin: 0;
    padding: 0;
    width: 24.5%;
}
.submenu li a {
    margin: 0;
    width: 100%;
    font-size: 1.3em;
    padding: 10px;
    color: #fff;
    height: 35px;
    background: #f58220!important;
}
.submenu li a:hover {
    background: #FF0000!important;
    height: 35px;
    margin: 0;
    width: 100%;
}
.internas {
    width: 1230px;
    margin: 0 auto;
    padding: 30px 50px 40px 50px;
    position: relative;
}
.linkmap {
    position: absolute;
    right: 50px;
    top: 50px;
    text-align: right;
    font-size: 1.5em;
    color: #979E7E;
}
#crumbs a { 
    text-align: right;
    font-size: 1 em;
    color: #979E7E;
    text-decoration: underline;
    font-weight: normal;

}

.linkmap span,
.internas h2 {
    font-weight: 600;
    color: #F58220;
    text-transform: uppercase;
}
.internas h2 {
    display: block;
    font-size: 1.5em;
    margin: 0 0 5px 0;
}
/****************************************************************************/

.categorias {
    display: block;
    height: 31px;
    width: 280px;
    color: #666;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding-left: 10px;
    font-family: "Dosis", sans-serif;
    font-size: 1.4em;
    font-weight: bold;
}
.produtos-militar {
    display: block;
    margin: 50px auto 0 auto;
    width: 100%;
    color: #7D8564;
    text-align: center
}
.produtos-militar li {
    display: inline-block;
    width: 33%;
    height: auto;
    vertical-align: top;
    margin: 0 0 50px 0;
}
.produtos-militar li img {
    border: 2px solid #fff;
    padding: 3px;
}
.produtos-militar li h3 {
    display: block;
    font-size: 1.35em;
    margin: 0 0 5px 0;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}
.produtos-militar li p span {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: left;
}
.produtos-militar li p a {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    color: #7D8564;
    font-weight: 700;
    padding: 5px 0 0 0;
    text-align: right;
}
.produtos-militar li p a strong {
    color: #ff9900;
    font-weight: 700;
}
.produtos-militar li p {
    display: block;
    width: 240px;
    height: 70px;
    margin: -42px auto 0 auto;
    background: #fff;
    padding: 20px 15px;
    position: relative;
    font-size: 1.1em;
    outline: 1px solid #eaeaea;
}
.jimcarrey-trofeus {
    text-align: center;
    margin-top: 30px;
}

.jimcarrey-trofeus li a span {
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    width: auto;
    height: auto;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 1.3em;
    padding: 10px;
}
/*******************************************************************/
/*******************************************************************/


.namidia {
	display: block;
	width: 100%;
	height: auto;
	margin: 30px 0;
}

.namidia ul {
	display: block;
	text-align: center;
}

.namidia ul li {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin: 30px 1%;
	height: 100%;
	text-align: center;
}

.namidia ul li img {
	border: 10px solid #fff;
}








/*******************************************************************/
/*******************************************************************/

.contato {
    margin: 0
}
.contato-formulario {
    padding: 30px 0;
    display: inline-block;
    width: 40%;
    height: 686px;
    margin: 0 50px 0 0;
    font-size: 105%;
    vertical-align: top;
}
.contato-localizacao {
    display: inline-block;
    width: 54.5%;
    height: 686px;
    margin: 0;
    font-size: 105%;
    vertical-align: top;
    padding: 17px 0 30px 0;
}
.contato-localizacao H3 {
    color: #040968;
    font-size: 1.1em;
    font-weight: 500;
}
form label {
    display: block;
    color: #979E7E;
    font-size: 1.2em;
    margin: 4px 0
}
form input,
textarea {
    width: 100%;
    height: 30px;
    margin: 0 0 20px;
    color: #666;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding-left: 10px;
}
form input:focus,
textarea:focus {
    outline: none;
    border: 1px solid #F4811F;
}
form textarea {
    height: 310px;
    color: #555
}
.botao {
    display: block;
    width: auto;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    background: #F4811F;
    padding: 0 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.botao:hover {
    padding: 0 40px;
}
.contato-titulo {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 1.5em!important;
    color: #979E7E!important;
}
#contato-mapa {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 7px;
    border: 2px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-resposta {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  color: #ff9900;
  line-height: 1.6; }
  .form-resposta section {
    display: block;
    position: relative;
    width: 500px;
    height: auto;
    padding: 20px 30px;
    background: #fff;
    border: 6px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center; }
    .form-resposta section:hover {
      background: #ff9900;
      border: 6px solid #fff; }
      .form-resposta section a {
        color: #ff9900; text-transform: uppercase; font-size: 1.2em; }
      .form-resposta section:hover a {
        color: white; }
    .form-resposta section a {
      display: block; }

.form-enviado {
  display: block; }



/******************************************************************************/


.produtos-pins {
    margin-top: 0px;
}

.jimcarrey-pins {
}




