/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);

body {
	font-size: 62.5%;
}

.container {
	max-width: 1920px;
    margin: 0 auto;
}

#fotorama {
  	background-repeat: no-repeat;
  	background-position: top center;
  	background-attachment: scroll;
	width: 100%;
	height: 303px;
	position: absolute;
}

/* HEADER ----------------------------------------------------------------- */

.header {
	width: 100%;
	max-height: 310px; 
	margin: 0 auto;
	border-bottom: solid 7px #f54833;
}

.header:before {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	width: 100%;
	max-height: 120px;
	left:0;
	top:0;
	right:0;
	bottom: 0;
	position: absolute;
}

.wrap-header {
	width: 1090px; /*1090px / 1920px*/
	height: 308px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

section.topo {
	width: 100%;
	max-height: 308px;
}

.topo img.logo-internas {
	width: 150px; /*13.7614679%; 150 / 1090*/
}

.dropdown{
	display: none;
}

.cadastro-login-menu {
	width: 75.9259259%; 
	height: 110px;
	float: right;
}

ul.botoes-cadastro-login-menu {
	width: 235px; /*25%;*/
	height: 35px;
	float: right;
	display: block;
	position: relative;
	z-index: 2;
}

ul.botoes-cadastro-login-menu li a {
	font-family:"Open Sans Condensed";
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
}

ul.botoes-cadastro-login-menu li.login a{
	margin: 0 0 0 10px;
}

ul.botoes-cadastro-login-menu li{
	display: inline-block;
}

ul.botoes-cadastro-login-menu li.cadastre-se{
	background: #f24a1b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f24a1b 0%, #f76d25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f24a1b), color-stop(100%,#f76d25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f24a1b 0%,#f76d25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f24a1b 0%,#f76d25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f24a1b 0%,#f76d25 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f24a1b 0%,#f76d25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24a1b', endColorstr='#f76d25',GradientType=0 ); /* IE6-9 */
	width: 48.9361702%; /*115px /235px*/
	height: 32px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center; 
}

ul.botoes-cadastro-login-menu li.login{
	background: #f24a1b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f24a1b 0%, #f76d25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f24a1b), color-stop(100%,#f76d25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f24a1b 0%,#f76d25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f24a1b 0%,#f76d25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f24a1b 0%,#f76d25 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f24a1b 0%,#f76d25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24a1b', endColorstr='#f76d25',GradientType=0 ); /* IE6-9 */
	width: 45.5319149%; /*107px;*/
	height: 32px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	margin-left: 10px;
}

.botoes-cadastro-login-menu li.login img{
	background-repeat: no-repeat;
	width: 7px;
	height: 15px;
	display: inline-block;
}

.box-acesso-anunciante {
	background: #f6b619;
	border-radius: 10px;
	height: 160px;
	width: 265px;
	margin-top: -17px;
	margin-left:-30px;
}

.box-acesso-anunciante label {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 1.8em;
	color: #ffffff;
	vertical-align: 12px;
	margin-left: 15px;
}

.box-acesso-anunciante .campo-nome{
	background: white;
	width: 67.957447%;
	min-height: 38px;
	margin: 21px 0 0 10px;
	border: solid 2px #cacaca;
	border-radius: 14px;
	overflow: hidden;
	display: inline-block;
}

.box-acesso-anunciante .campo-email{
	background: white;
	width: 67.957447%;
	min-height: 38px;
	margin: 21px 0 0 10px;
	border: solid 2px #cacaca;
	border-radius: 14px;
	overflow: hidden;
	display: inline-block;
}

.box-acesso-anunciante .campo-email{
	margin: 10px 0 0 10px;
}

.box-acesso-anunciante input{
  	border: none;
  	margin-left: 9px;
  	width: 157px;
  	margin-top: 6px;
  	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	color: #999999;
}

.box-acesso-anunciante input:focus{
	outline: none;
}

.botaoentra-login{
	width: 32%;
	min-height: 35px;
	border: solid 2px #ffffff;
	border-radius: 25px;
	margin: 6px 14px 0 0;
	float: right;
}

.botaoentra-login p a strong{
	background: #ed1a3b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ed1a3b 0%, #f7573d 91%, #f7573d 91%, #ed1a3b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1a3b), color-stop(91%,#f7573d), color-stop(91%,#f7573d), color-stop(100%,#ed1a3b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ed1a3b 0%,#f7573d 91%,#f7573d 91%,#ed1a3b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ed1a3b 0%,#f7573d 91%,#f7573d 91%,#ed1a3b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ed1a3b 0%,#f7573d 91%,#f7573d 91%,#ed1a3b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ed1a3b 0%,#f7573d 91%,#f7573d 91%,#ed1a3b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a3b', endColorstr='#ed1a3b',GradientType=0 ); /* IE6-9 */
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 1.4em;
	color: #ffffff;
	border: solid 2px #f27636;
	border-radius: 25px;
	line-height: 31px;
	padding: 4px 13px;
}

.btns-box-acesso a {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 400;
	font-size: 1.2em;
	color: #ffffff;
	margin: 20px 0 0 15px;
	float: left;
}


nav.menu-pesquisa {
	width: 100%; 
	height: 32px;
	margin-top: 34px;
	display: block;
	z-index: 1;
	float: right;
}

.menu-pesquisa ul.conteudo-menu-pesquisa {
	width: 897px;
	float: right;
	display: inline-block;
}

ul.conteudo-menu-pesquisa li.menu {
	width: 686px;
	float: left;
	display: inline-block;
}

ul.menu-horizontal {
	width: 100%;
}

ul.menu-horizontal li{
	display: inline-block;
	margin-left: 40px;
	line-height: 32px;
}

ul.menu-horizontal li:first-child {
	margin-left: 0;
}

ul.menu-horizontal li:last-child{
	margin-right: 0px;
}

ul.menu-horizontal li a {
	font-family:"Open Sans Condensed";
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
}

ul.conteudo-menu-pesquisa li.pesquisa-site {
	width: 211px;
	height: 32px;
	float: right;
	display: inline-block;
}

input.pesquisa {
	background-image: url(../img/lupa2.png);
	background-repeat: no-repeat;
	width: 134px;
	height: 32px;
	border: solid 2px red;
	border-radius: 25px;
	background-position: 10px;
	font-family:"Open Sans";
	font-weight: 700;
	font-size: 18px;
	color:  #999999;
	text-indent: 30px;
}

input.pesquisa:focus {
	outline: none ;
}


.botao-busca-pesquisa {
    width: 75px;
    height: 32px;
    border: solid 2px rgba(255,255,255,0.3);
    border-radius: 25px;
    float: right;
    background: #ed1a3b; /* Old browsers */
    background: -moz-linear-gradient(top,  #ed1a3b 0%, #f37636 76%, #f37636 80%, #f76d25 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1a3b), color-stop(76%,#f37636), color-stop(80%,#f37636), color-stop(100%,#f76d25)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ed1a3b 0%,#f37636 76%,#f37636 80%,#f76d25 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ed1a3b 0%,#f37636 76%,#f37636 80%,#f76d25 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ed1a3b 0%,#f37636 76%,#f37636 80%,#f76d25 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ed1a3b 0%,#f37636 76%,#f37636 80%,#f76d25 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a3b', endColorstr='#f76d25',GradientType=0 ); /* IE6-9 */
    width: 75px;
    height: 32px;
    font-family:"Open Sans";
    font-style: italic;
    font-weight: 700;
    font-size: 1.4em;
    color: #ffffff;
    line-height: 15px;
    border-radius: 25px;
    padding: 5px 9px 4px 9px;
}


/* FIM DO HEADER ----------------------------------------------------------------- */

/* CONTEUDO-SELECT-CADASTRO ----------------------------------------------------------------- */

section.conteudo-select-cadastro {
	width: 100%;
	min-height: 200px; 
	margin: 0 auto;
	position: relative;
	margin-bottom: 70px;
}

.wrap-conteudo-select-cadastro {
	background: #fbf8f0;
	width: 1090px; /*56.7708333%;*/
	min-height: 200px;
	margin: 0 auto;
	border-radius: 10px;
	margin-top: -80px;
}

.titulo-pagina {
	width: 1050px;
	height: 77px;
	border-bottom: solid 1px #bcbcbc;
	font-family:"Open Sans Condensed";
	font-weight: 700;
	font-size: 2.4em;
	color:#000000;
	margin: 0 auto;
	line-height: 83px;
}

.conteudo-select {
	width: 96.7%;
	height: 138px;
	margin: -58px 0 0 20px;
}

.conteudo-select ul {
	width: 100%;
	font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    color: #f54833;
    margin-top: 76px;
}

.conteudo-select ul li {
	text-align: center;
}

.conteudo-select ul li:first-child{
	background: none;
	width: 45%;
    height: 36px;
    border-bottom: solid 1px #f54833;
    border-radius: 0px;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 24px;
    line-height: 17px;
    color: #f54833;
    display: block;
    text-align: left;
}

.conteudo-select ul ul {
	width: 45%;
	margin: 0;
}

.conteudo-select ul ul li:first-child {
	width: 48.5%;
	display: inline-block;
	margin-top: 20px;
	margin-right: 5px;
	border: none;
}

.conteudo-select ul ul li:last-child {
	width: 48.5%;
	display: inline-block;
	margin-top: 20px;
}

.conteudo-select ul ul li a{
	background: #ffcb49;
	height: 60px;
	border-radius: 10px;
	line-height: 57px;
	padding: 10px 45px;
	text-decoration: none;
}

.conteudo-select ul ul li:first-child a {
	padding: 10px 54px;
}

/* FIM DO CONTEUDO-SELECT-CADASTRO----------------------------------------------------------------- */

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

footer.rodape {
	background: #f7b61a;
	width: 100%;
	margin-top: 0px;
}

.wrap-rodape {
	width: 1090px;
	min-height: 620px;
	margin: 0 auto;
}

.coluna-rodape1 {
	width: 50%;
	float: left;
	display: inline-block;
}

.coluna-rodape2 {
	width: 50%;
	float: right;
	display: inline-block;
}

.box-cadastro-rodape {
	background: #f7573d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7573d 0%, #f33827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7573d), color-stop(100%,#f33827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7573d 0%,#f33827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7573d 0%,#f33827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7573d 0%,#f33827 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7573d 0%,#f33827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7573d', endColorstr='#f33827',GradientType=0 ); /* IE6-9 */
	width: 100%;
	min-height: 165px;
	margin-top: 23px;
	margin-left: 0px;
	border: dashed 1px #fff;
	border-radius: 25px;
}

.box-cadastro-rodape ul{
	width: 100%;	
}

.box-cadastro-rodape ul li:first-child{
	width: 50%;
	min-height: 137px;
	float: left;	
	display: inline-block;
	margin-top: 13px;
}

.box-cadastro-rodape ul li:first-child strong{
	font-family:"Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 3.4em;
	color: #ffffff;
	margin: 0 0 0 20px;
}

.box-cadastro-rodape ul li:first-child p {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 1.3em;
	color: #ffffff;
	margin: 22px 0 0 20px;
}

.box-cadastro-rodape ul li:last-child{
	width: 50%;
	max-height: 157px;
	float: right;	
	display: inline-block;
}

.cadastro-rodape label{
	font-family:"Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 1.8em;
	color: #ffffff;
	vertical-align: 12px;
	display: inline-block;
	margin: 24px 0 0 0;
}

.campo-nome-rodape {
	background: white;
	width: 73%;
	min-height: 38px;
	margin: 21px 0 0 10px;
	border: solid 2px #cacaca;
	border-radius: 14px;
	overflow: hidden;
	display: inline-block;
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 2em;
	color: #999999;
	margin: 14px 0 0 10px;
	border: solid 2px #cacaca;
	border-radius: 14px;
	text-indent: 10px;
}

.campo-email-rodape {
	background: white;
	width: 73%;
	min-height: 38px;
	margin: 21px 0 0 10px;
	border: solid 2px #cacaca;
	border-radius: 14px;
	overflow: hidden;
	display: inline-block;
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 2em;
	color: #999999;
	margin: 14px 0 0 10px;
	border: solid 2px #cacaca;
	border-radius: 14px;
	text-indent: 10px;
}

.campo-nome-rodape input{
  	border: none;
  	margin-left: 0px;
  	width: 175px;
  	margin-top: 6px;
  	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	color: #999999;
}

.campo-email-rodape input{
  	border: none;
  	margin-left: 0px;
  	width: 175px;
  	margin-top: 6px;
  	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	color: #999999;
}

.cadastro-rodape input:focus{
	outline: none;
}

.botaoenvia-cadastro {
	background: #ffffff;
	width: 82px;
	height: 35px;
	border: solid 2px #ffffff;
	border-radius: 25px;
	float: right;
	margin: 10px 15px 0px 0px;
}

.botaoenvia-cadastro a strong {
	background: #ed1a3b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ed1a3b 0%, #f7573d 91%, #f7573d 91%, #ed1a3b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1a3b), color-stop(91%,#f7573d), color-stop(91%,#f7573d), color-stop(100%,#ed1a3b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ed1a3b 0%,#f7573d 91%,#f7573d 91%,#ed1a3b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ed1a3b 0%,#f7573d 91%,#f7573d 91%,#ed1a3b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ed1a3b 0%,#f7573d 91%,#f7573d 91%,#ed1a3b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ed1a3b 0%,#f7573d 91%,#f7573d 91%,#ed1a3b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a3b', endColorstr='#ed1a3b',GradientType=0 ); /* IE6-9 */
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 1.4em;
	color: #ffffff;
	border: solid 2px #f27636;
	border-radius: 25px;
	line-height: 31px;
	padding: 4px 13px;
}

.fb-like-box{
	margin: 14px 0 0 -6px;
}

.menu-rodape {
	width: 100%;
	height: 100px;
	font-family:"Open Sans Condensed";
	font-weight: 700;
	font-size: 1.8em;
	color: #ffffff;
	text-decoration: none;
	margin: 17px 0 0 0;
}

.menu-rodape ul{
	float: left;
	margin-left: 40px;
}

.menu-rodape ul:after{
	content: "";
	width: 1px;
	height: 95px;
	border: solid 1px #ffffff;
	margin: -92px 0 0 -21px;
	float: left;
}

.menu-rodape ul:first-child{
	margin-left: 0;
}

.menu-rodape ul:first-child:after{
	display: none;
}

.menu-rodape ul li:first-child{
	margin-top: 20px;
}

.menu-rodape ul li a{
	font-family:"Open Sans Condensed";
	font-weight: 300;
	font-size: 1em;
	color: #ffffff;
}

.credito-rodape {
	width: 100%;
	height: 15px;
	margin: 30px 0 0 0;
	display: block;
}

.credito-rodape p {
	font-family:"Open Sans Condensed";
	font-weight: 700;
	font-size: 1.2em;
	color: #000000;
}

.descricao-petzap {
	font-family:"Open Sans";
	font-style: italic;
	font-size: 1.5em;
	color: #ffffff;
	line-height: 1.5em;
	margin-left: 35px;
	margin-top: 50px;
	text-align: justify;
}

.descricao-petzap strong {
	font-family:"Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 2.0em;
	color: #ffffff;
}

.cao-rodape {
	width: 90%;
	max-height: 306px;
	margin: 20px 0 0 25px;
}

.redes-sociais {
	width: 85%;
	min-height: 50px;
	margin: 12px 0 0 80px;
}

.social-icon {
	width: 50px;
	min-height: 50px;
	margin: 0 0 0 15px;
}

.social-icon:hover {
	background-color: #f77d2a;
	border-radius: 25px;
	box-shadow: 0 0 1px #f77d2a;
}

.piriquito {
	width: 25%; /*135px;*/
	max-height: 102px;
	margin: -100px 0 0 0;
	float: right;
}


/* FIM DO FOOTER ----------------------------------------------------------------- */

*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}
 
.clearfix:after {
   clear: both;
}
 
.clearfix {
   *zoom: 1;
}
