body + object, body + object + object { display: none; }

object[type^=application/gas-events-uni] { display: none; }

body {
    font-size: 14px;
    font-family: Arial, serif;
}

.bold {
    font-weight: bold;
}

.mww {
    width: 1200px;
}

.main {
    
}

.main .conteiner_top{
	background: #f7f7f7;
	height: 99px;
	border-bottom: solid 3px #004059;
}

.main header .logo {
    padding-top: 14px;
    padding-bottom: 10px;
	width: 30%;
}
.main header .idioma{
	font-size: 12px;
	padding-top: 8px;
	width: 70%;
}
.main header .idioma ul{
	padding: 0px;
	margin:0px;
}
.main header .idioma li{
	display: inline;
}

.main header .mainNavigation {
   /*  padding-top: 55px; */
   padding-top: 38px;
    font-size: 12px;
	width: 70%;
	text-transform: uppercase;
}

.main header nav li {
	height: 25px;
	padding: 0px 10px;
}
.main header nav li:last-child {
	padding: 0px 0px;
}
.main header nav li.seta{
	background-image: url(../imagens/biloto.png);
	background-repeat: no-repeat;
	background-position: center 14px;
}
.main header nav li  ul{
	width: 100%;
	height: 250px;
	position:absolute; 
	top: 85px;
	left: 0;
	background: url(../imagens/over_transparent.png);
	display:none;
	z-index: 300;
}
.main header nav li:hover ul, li.over ul{
	display:block;
}
.sub_menu{
	padding-top: 80px;
}

.sub_menu .animal{
	font-size: 18px;
	text-transform: none;
	font-variant: small-caps;
	opacity: 1.0;
}
.sub_menu .animal a{
	width: 300px;
	text-align: center;
	padding: 0px 40px;
	text-decoration: underline;
	color: white;
}
.sub_menu .animal a:hover{
	color: white;
}

.main header nav li a {
    color: #5f5f5f;
    font-weight: bold;
    text-decoration: none;
}

.main header nav li a:hover {
	color: #004059;
}

.main .conteiner_center{
	width: 100%;
}
.main .conteiner_center .side_left{
	padding: 54px 0 54px 0;
}
@media (max-width: 580px) {

.mww{
	width: 480px;
}

.main header .mainNavigation {
	display: none;
}
.main header .idioma {
}
footer{
	display: none;
}







}
/*dial INSUMO*/
.main .conteiner_center .dial_insumo{
    width: 169px;
    text-align: left;
	height: 358px;
    display: table;
	background: url(../imagens/dial_insumo.png) no-repeat;
}
.main .conteiner_center .dial_insumo .subtitle_insumo{
	line-height: 24px;
	padding-left: 6px;
	width: 33.3%;
	display: table-cell;  
	vertical-align: middle;
	color: white;
	font-variant: small-caps;
	font-size: 23px;
	font-weight: bold;
}
.main .conteiner_center .dial_insumo .subtitle_insumo a{
	color: white;
}
/*fIM*/

/*DIAL PET*/
.main .conteiner_center .dial_pet{
    width: 169px;
	height: 358px;
    text-align: left;
    display: table;
	background: url(../imagens/dial_pet.png) no-repeat;
}
.main .conteiner_center .dial_pet .subtitle_pet{
	width: 33.3%;
	display: table-cell;  
	vertical-align: middle;
	color: #5f3337;
	font-variant: small-caps;
	font-size: 26px;
	font-weight: bold;
	font-family: arial black;
	padding-left: 18px;
}
.main .conteiner_center .dial_pet .subtitle_pet a{
	color: #6B3034;
}
/*fIM*/

.main .conteiner_center .side_right_insumo{
	/* min-height: 478px; */
}

/* menu INSUMOS */
.main .conteiner_center .grid_insumos{
	padding: 25px 0 0 0;
}
.main .conteiner_center .grid_insumos ul{
	margin: 0px;
	padding:0px;
	list-style: none;
}
.main .conteiner_center .grid_insumos li{
	margin-bottom: 25px;
}
.main .conteiner_center .grid_insumos li img{
	height: 63px;
	top: 10px;
	left: 20px;
}
.main .conteiner_center .grid_insumos .front{
	margin-left: 46px;
}
.main .conteiner_center .grid_insumos  li a {
	display: block;
	width: 120px;
	height: 120px;
	background: #003E59;
	border-radius: 100%;
	color: white;
	box-shadow: 0px 0px 3px #000;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
 .main .conteiner_center .grid_insumos  li a:hover {
    -ms-transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
}
.main .conteiner_center .grid_insumos  li .tex {
	font-size: 13px;
	text-align: center;
	color: #fff;
	top: 13px;
	width: 112px;
	left: 5px;
}
/* FIM */

/* menu PET */
.main .conteiner_center .grid_pet{
	padding: 96px 0 96px 20px;
}
.main .conteiner_center .grid_pet ul{
	margin: 0px;
	padding:0px;
	list-style: none;
}
.main .conteiner_center .grid_pet li{
	margin-bottom: 50px;
}
.main .conteiner_center .grid_pet li img{
	height: 63px;
	top: 14px;
	left: 20px;
}


.main .conteiner_center .grid_pet .front{
	margin-left: 46px;
}

.main .conteiner_center .grid_pet  li a {
	display: block;
	width: 113px;
	height: 113px;
	background: #5f3337;
	border-radius: 100%;
	color: white;
	box-shadow: 0px 0px 3px #000;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
 .main .conteiner_center .grid_pet  li a:hover {
    -ms-transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
}
.main .conteiner_center .grid_pet  li .tex {
	font-size: 13px;
	text-align: center;
	color: #fff;
	top: 20px;
	width: 112px;
	left: 0px;
}

/* FIM */

footer{
	margin-top: 0px;
}

footer .lider{
	width: 100%;
	height: 173px;
	background: url(../imagens/osso.png) repeat;
	border-top: 2px solid #f3f4f8;
	border-bottom: 2px solid #72787e;
}
footer .lider .side_left{
	width: 50%;
}


footer .lider .side_left, .side_right p{
	color: #808082;
	padding: 20px 0px 0px 0px;
	font-weight: bold;
}
footer .lider .side_right{
	width: 50%;
	text-align: right;
	font-weight: bold;
	color: #808082;
	  padding-top: 10px;
}
footer .gray{
	height: 50px;
	background: #f3f4f8;
}

.base>header {
    color: #007652;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #BBB;
    border-left: solid 4px #00BCE4;
    padding: 11px 10px 9px;
    margin: 0 0 10px;
    background: #F8F8F8;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
}

.base>header h3 {
    margin: 0;
}

.base>div {
    font-size: 1em;
}

.font2 {
    font-family: arial, serif;
}

.maps {
    float: right;
    box-shadow: 0 1px 4px #777, 0 6px 10px #DDD;
    height: 420px;
    border: solid 1px #ffffff;
}

.workWithUs strong {
    display: block;
    padding: 5px 0;
    font-size: 1.7em;
    color: #006fc7;
}

.inputs button {
    border: solid 1px #fff;
    padding: 6px 8px;
	background: url(../imagens/send.png) no-repeat, center center;
	width: 143px;
	height: 43px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 1px 1px 2px #77C;
}

.inputs button:hover {
    opacity: 0.8;
}

.bigForm input, .bigForm textarea, .bigForm select {
    font-size: 18px;
    padding: 4px !important;
    color: #006fc7;
    background-color: #FFFFFF !important;
    box-shadow: 0 1px 2px #DDD, 0 3px 10px #F9F9F9;
    border: solid 1px #DDDDDD;
    margin: 5px 0 5px;
}

.bigForm strong {
    font-size: 12px;
    color: #aaa;
}

.bigForm label {
    padding-right: 18px;
}

.bigForm label.select {
    padding-right: 2px;
}

.bigForm select {
    -webkit-appearance: none;
    background: url(../imagens/arrow.png) 97% center no-repeat;
}