bg@charset "utf-8";
@font-face {
    font-family: 'melinda';
    src: url('melinda-webfont.woff2') format('woff2'),
         url('melinda-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
a:link{
	 text-decoration: none;color:#FFF;
}

a:hover{
	 text-decoration: underline;color:inherit;
}
a:visited{
	 text-decoration: none;color:#FFF;
}
a:active{
	 text-decoration: none;color:#FFF;
}

@font-face {
    font-family: 'Poppins_b';
    src: url('Poppins-Bold.woff2') format('woff2'),
        url('Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins_r';
    src: url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins_l';
    src: url('Poppins-Light.woff2') format('woff2'),
        url('Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'montserrat';
    src: url('montserrat-regular-webfont.woff2') format('woff2'),
         url('montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: "myriad";
  src: url('myriad.eot');
  src: local('Myriad Pro'), url('myriad.ttf') format('truetype');
}
@font-face {
    font-family: 'segoe';
    src: url('segoeuil-webfont.eot');
    src: url('segoeuil-webfont.eot?#iefix') format('embedded-opentype'),
         url('segoeuil-webfont.woff') format('woff'),
         url('segoeuil-webfont.ttf') format('truetype'),
         url('segoeuil-webfont.svg#segoe_uilight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair';
    src: url('playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'playfair2';
    src: url('playfairdisplaysc-regular-webfont.woff2') format('woff2'),
         url('playfairdisplaysc-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#menuMobToggle{
	display: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.icone-ingresso{
    float: left;
    margin-left: 40px;
    margin-top: 15px;
}

.icone-agencias{
    float: right;
    margin-right: 40px;
    margin-top: -55px;
}


.quadro-noticia-h{
    float:left;
    width:28%;
}

.quadro-noticia-h-m{
    float:left;
    width:28%;
    margin-left:90px;
    margin-right:90px;
}

.titulo-noticia-h{
    float:left;
    width:100%;
    margin-bottom:30px;
}

.titulo-noticia-h p{
    font-family:myriad;
	color:#fff;
	font-size:20px;
	font-weight: bold;
	text-align:left;
}

.linha-noticia-h{
    float:left;
    width:100%;
    height:1px; 
    background-color:#c46f0c;
   
}

.texto-noticia-h{
    float:left;
    width:100%;
}

.texto-noticia-h p{
    font-family:Poppins_l !important;
	color:#fff !important;
	font-size:16px !important;
	font-weight: 100 !important;
	text-align:left;
	margin-top:30px !important;
	margin-bottom:30px !important;
	line-height:normal !important;
}

.img-noticia-h{
    float:left;
    width:100%;
     border: 1px solid #c46f0c;
}

.redes_sociais_topo img{
	margin-right:10px;
}
.redes_sociais_topo{
	float:right;
	width:100px;	
}
.div_linha_contato{
    width: 100%;
    height: 252px;
    margin-top: 0px;
}
.div_linha{
    width: 100%;
    height: 12px;
    margin-top: 160px;
}

.div_linha_interna{
	width:100px;height:2px;background-color:#686158
}

.espacamento-foto-1{
    float:left;
}

.bg-mamiferos{
    background:url(https://novo.zoopomerode.com.br/img/bg_mamiferos.jpeg);
    background-size:100%;
    background-attachment: fixed;
}

.bg-aves{
    background:url(https://novo.zoopomerode.com.br/img/bg_aves.png);
    background-size:100%;
    background-attachment: fixed;
}

.bg-repteis{
    background:url(https://novo.zoopomerode.com.br/img/bg_repteis.jpg);
    background-size:100%;
    background-attachment: fixed;
}

.input_contato_100{
	width: 99%;
    height: 39px;
    font-size: 20px;
	padding:8px;
	margin-bottom:10px;
	color: #9d9d9d;
	font-family:Poppins_l;
	    border: 1px solid #dfdada;
    border-radius: 4px;
}
.textarea_contato_100{
	width: 98.5%;
    height: 100px;
    font-size: 20px;
	padding:12px;
	margin-bottom:30px;
	color: #9d9d9d;
	font-family:Poppins_l;
	    border: 1px solid #dfdada;
    border-radius: 4px;
}


.div_top_topo{
	height:40px;width:1215px;text-align:left;
}
.txt_topo_fone{
	font-family:Poppins_l;
	color:#fff;
	font-size:15px;
	float:left;
	width:160px;
}
.txt_topo_mail{
	font-family:Poppins_l;
	color:#fff;
	font-size:15px;
	float:left;
	width:240px;
}
.txt_linktopo{
	font-family:Poppins_r;
	color:#fff;
	font-size:15px;
}
.txt_topo_adress{
	font-family:Poppins_l;
	color:#fff;
	font-size:15px;
	float:left;
	width:470px;
}

.float_left{
	float:left;	
}
.float_left3{
	float:left;	    margin-top: 4px
}
.float_left2{
	float:left;	margin-top: 4px;

}

.float_left img{
	vertical-align:middle;margin-top:3px;
}
.div_topo2{
	
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:600px;
}
.div_topo{
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	
	
}
.spacer{
	width:100%;
	height:20px;
}
.logo{
	width:26%;
	float:left;
	overflow: hidden;
	top: -20px;
    position: relative;

}
.logo img{
	width: 80%;
}
.banner{
	margin-bottom: -30px;
}
/*.menu{
	width:57%;
	float:right;
	height:111px;
	margin-top:35px;
}
.menu a{
	font-family:segoe;color:#fff;font-weight:bold;text-decoration:none;
}
.menu a:hover{
	font-family:segoe;color:#fff;font-weight:bold;text-decoration:underline;
}
.menu p{
	font-family:segoe;color:#fff;font-weight:bold;
}*/


.geralDivLGP {
    width: 99% !important;
    height: 50px;
    background: #EAEAEA;
    position: fixed;
    z-index: 99999;
    box-sizing: border-box;
    bottom: 10px !important;
    display: block;
    margin-left: 8px !important;
    opacity:0.9 !important;
}


.header_div_menu{
	border:0px solid #000;height:40px;position:relative;top:-44px;float:left;width: 100%;
}
.header_div_menu2{
	border:0px solid #000;height:40px;position:relative;top:0px;float:right;width: 40%;
}
.header_div_menuQuemSomos{
	border:0px solid #000;height:40px;position:relative;top:0px;float:right;width: 65%;
}

.menu{
	list-style:none; 
	float:right; 
	font-family:Poppins_b;
	font-size:15px;
	color:#fff;
	position:relative;
	left: 3px;
	font-weight: bold;
}
.menu li{
	position:relative; 
	float:left; 
	text-align:center;

}

.menu li a{
	color:#fff; 
	text-decoration:none; 
	padding:10px 10px; 
	display:block;
	padding: 12px 15px 8px 12px;
}

.menu li a :last-child{
	padding:0px; 
}

.menu .dropdown:hover{
	background-color:#61bde9;
	color: #FFF;
}

.menu .dropdown:hover a{
	color: #FFF;
}

.menu li a:hover{
	/*-moz-box-shadow:0 3px 10px 0 #CCC; 
	-webkit-box-shadow:0 3px 10px 0 #ccc; 
	text-shadow:0px 0px 5px #fff; */
	background-color:#feebcc;
	color:#b96708;
}

.menu li ul{
	position:absolute; 
	top:35px; 
	left:0px;
	background-color:#ffaf00; 
	display:none;
	padding:0px;
	width:100%;
	z-index:999;
}
.menu li ul a{
	color:#FFFFFF;
	margin:5px;
	position:relative;
	z-index:999;
}

.menu li:hover ul, .menu li.over ul{
	display:block;
}

.menu li ul li{
	border:0px solid #c0c0c0; 
	display:block; 
	width:130px;
	position:relative;
	z-index:999;
}





.menu2{
	list-style:none; 
	float:left; 
	font-family:Poppins_b;
	font-size:15px;
	color:#fff;
	position:relative;
	left: 0px;
}
.menu2 li{
	position:relative; 
	float:left; 
	margin-left:0px;
	text-align:center;

}

.menu2 li a{
	color:#fff; 
	text-decoration:none; 
	padding:10px 10px; 
	display:block;
	padding: 12px 15px 8px 15px;
}

.menu2 li a :last-child{
	padding:0px; 
}

.menu2 .dropdown:hover{
	background-color:#61bde9;
	color: #FFF;
}

.menu2 .dropdown:hover a{
	color: #FFF;
}

.menu2 li a:hover{
	/*-moz-box-shadow:0 3px 10px 0 #CCC; 
	-webkit-box-shadow:0 3px 10px 0 #ccc; 
	text-shadow:0px 0px 5px #fff; */
	background-color:#000;
	color:#FFF;
}

.menu2 li ul{
	position:absolute; 
	top:35px; 
	left:0px;
	background-color:#61bde9; 
	display:none;
	padding:0px;
	width:100%;
	z-index:999;
}
.menu2 li ul a{
	color:#FFFFFF;
	margin:5px;
	position:relative;
	z-index:999;
}

.menu2 li:hover ul, .menu2 li.over ul{
	display:block;
}

.menu2 li ul li{
	border:0px solid #c0c0c0; 
	display:block; 
	width:130px;
	position:relative;
	z-index:999;
}





















.div_topo_logoMenu{
	border:0px solid #fff; width:1200px;height:111px;margin-top: 40px;
}
.div_topo_logoMenuQuemSomos{
	border:0px solid #fff; width:1600px;height:111px;margin-top: 40px;
}
.txt_topo_quem{
	color:#1f0005;
	width:100%;
	height:60px;
}


.fundo_logo{
	float: right;
    width: 61%;
    height: 220px;
    background-color: #3b000d;
    margin-top: -150px;	
}
.fundo_logo img{
    margin-top: 80px;	
}
.txt_topo_quem p{
	font-family:Poppins_b;color:#1f0005;font-weight:bold;text-align:center;margin-top:150px;width:63%;
}
.txt_topo_quem h1{
	color:#1f0005;
	text-align:left;
	font-family:Poppins_b;
	font-size:50px;
	font-weight:lighter;
	position: relative;
    left: 350px;
    top: 29px;
}
.txt_topo{
	width:64%;
	height:200px;
	margin-top:250px;
	height:60px;
}
.txt_topo img{
	margin-top:70px;
}
.txt_topo h1{
	color:#fff;text-align:left;font-family:Poppins_b;font-size:50px;font-weight:lighter;
}
.txt_topo p{
	font-family:Poppins_b;color:#fff;font-weight:bold;text-align:left;
}
.btn_saiba_mais{
	width:182px;
	height:42px;
	border:0px;
	background-color:#feebcc;
	color:#b96708;
	font-family:Poppins_l;
	font-size:18px;
	float:left;
	margin-top:15px;
	cursor:pointer;
	border-radius: 2px;
}
.btn_ler_mais{
	background-image:url(../img/btn_saibamais_branco.png);
	width:182px;
	height:42px;
	border:0px;
	background-color:inherit;
	color:#350014;
	font-family:Poppins_l;
	font-size:18px;
	float:left;
	margin-top:15px;
	cursor:pointer;
}
.acessivel{
	font-style:italic;
}

.container-banner-topo{
	width:100%;	
}

.toppositive{
	padding-top: 107px;
}

.divtopgeral{
	position: absolute;
    width: 100%;
    background-color: #145723;
    text-align: -webkit-center;
    z-index: 999;
    height: 107px;
}



.container-div-topo_quemsomos{
	width:63%;margin-top:410px;
}
.container-div-topo{
	margin-top:0px;width:64%; 
	overflow: hidden;
	margin-bottom: 30px;
}

.container-div-topo h2{
    color: #FFF;
    font-size: 40px;
    font-family: 'Poppins_b';
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 110px;
    
}
.container-div-topo p{
    color: #FFF;
    font-size: 22px;
    font-family: Poppins_l;
	margin-bottom: 0px;
	margin-top: 47px;
	text-align: justify;
	line-height: 34px;
    
}

.bt-historia{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.divsheaderimg{
	width:inherit;height:inherit;overflow:hidden;	
}
.div1{
	width:285px;height:inherit;float:left;
}
.div1 img{
	padding-top:50px;
}
.div1 h2{
	color:#121845;font-family:Poppins_l;font-size: 27px
}
.div1 p{
	color:#121845;font-family:Poppins_l;font-size: 17px;
    width: 70%;
}


.div2{
	width:285px;height:inherit;float:left;
}
.div2 img{
	padding-top:50px;
}
.div2 h2{
	color:#121845;font-family:Poppins_l;font-size: 27px
}
.div2 p{
	color:#121845;font-family:Poppins_l;font-size: 17px;
    width: 70%;
}
.div3{
	width:285px;height:inherit;float:left;
}
.div3 img{
	padding-top:50px;
}
.div3 h2{
	color:#121845;font-family:Poppins_l;font-size: 27px
}
.div3 p{
	color:#121845;
    font-family:Poppins_l;
    font-size: 17px !important;
    width: 70%;
}

.div4{
	width:285px;height:inherit;float:left;
}
.div4 img{
	padding-top:50px;
}
.div4 h2{
	color:#121845;font-family:Poppins_l;font-size: 27px
}
.div4 p{
	color:#121845;font-family:Poppins_l;font-size: 17px;
    width: 70%;
}



.div1_quemsomos{
	background-color:#1f0005;width:385px;height:268px;float:left;
}
.div1_quemsomos img{
	padding-top:50px;
}
.div1_quemsomos h2{
	color:#fff;font-family:playfair;
}
.div1_quemsomos p{
	color:#fff;font-family:Poppins_l;font-size: 17px;
    width: 90%;text-align:left;
}


.div2_quemsomos{
	background-color:#3b0315;width:385px;height:268px;float:left;
}
.div2_quemsomos img{
	padding-top:50px;
}
.div2_quemsomos h2{
	color:#fff;font-family:playfair;
}
.div2_quemsomos p{
	color:#fff;font-family:Poppins_l;font-size: 17px;
    width: 90%;text-align:left;
}



.div3_quemsomos{
	background-color:#66122d;width:385px;height:268px;float:left;
}
.div3_quemsomos img{
	padding-top:50px;
}
.div3_quemsomos h2{
	color:#fff;font-family:playfair;
}
.div3_quemsomos p{
	color:#fff;font-family:Poppins_l;font-size: 17px;
    width: 90%;text-align:left;
}

.bg_quemsomos{
	background-image:url(../img/fundo_adv_quemsomos.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;	
	margin-top: 210px;
	height:1000px;
	
}
.quem_somos_container{
	width:100%;
	height: 270px;
    padding-top: 160px;
}
.quem_somos_container2{
	width:100%;
	height: 280px;
}
.quem_somos_txt_1{
	float:left;width:30%; height: 270px;
}
.quem_somos_txt_2{
	float:left;width:70%;
	margin-top: 25px;
}
.quem_somos_txt_2 p{
	font-family:Poppins_b;
	color:#fff;
	text-align:left;
	font-size: 16px;
	line-height:25px;
	
}

.quem_somos_txt_2 span{
	background-color: #fff;
    font-weight: bold;
    color: #000;
    padding-top: 6px;
    padding-bottom: 3px;	
}
.espaço_divstopo{
	width:19px;height:268px;float:left;
}

.w100{
	width: 100%;
	
}

.historia{
	background-image: url("../img/fundo_verde.jpg");
	background-position: top center;
	padding-bottom: 310px;
}

.petfriendly{
	background-position: top center;
	min-height: 225px;
	margin-top: -170px;
	background-size: 70%;
    background-repeat: no-repeat;
    background-color: #154c22;
 
}

.petfriendly h1{
	
  font-size: 44px;
  font-family: "Poppins_b";
  color: #FFF;
  font-weight: bold;
  line-height: 1.186;
  text-align: left;
	    height: 20px;


}

.petfriendly h2{
	
  font-size: 37px;
  font-family: "Poppins_b";
  color: #ffaf00;
  font-weight: bold;
  line-height: 1.186;
  text-align: center;
  margin-bottom: 30px;


}

.petfriendly p{
	
  font-size: 24px;
  font-family: "Poppins_r";
  color: #fff;
  font-weight: 100;
  line-height: 1.186;
  text-align: left;
  margin-top: 30px;
    margin-bottom: 50px;


}

.img-carou{
	width: 25%;
	height: 570px !important;
	overflow: hidden;
	background-repeat:no-repeat;background-position:center top;background-size:contain;
}
.img-carou img{
	width: 100%;
	
}

.texto-arca{
	float: left;
	margin-top: 87px;
    margin-left: 70px;
    	width:45%;
}

.texto-pet{
	
	margin-top: 47px;
	width:100%;
}


.regulamento{
  border-radius: 5px;
  background-color: #ffaf00;
  width: 376px;
  height: 51px;
	color: #FFF;
	font-family: "Poppins_b";
	    font-size: 30px;
    font-weight: bold;
    border: 0px solid;
cursor: pointer;
}

.regulamento:hover{
	 background-color: #f1bf52;
}

.btnoticia{
  border-radius: 5px;
  background-color: #feebcc;
  width: 205px;
  height: 32px;
  color: #bb6728;
	font-family: "Poppins_b";
	    font-size: 16px;
    font-weight: bold;
    border: 0px solid;
cursor: pointer;
float:left;
margin-top:30px;
}

.btnoticia:hover{
   background-color: #f1bf52;
}

.bthistoria{
  border-radius: 5px;
  background-color: #ffaf00;
  width: 376px;
  height: 51px;
	color: #FFF;
	font-family: "Poppins_b";
	    font-size: 30px;
    font-weight: bold;
    border: 0px solid;
cursor: pointer;
}

.bthistoria:hover{
	 background-color: #f1bf52;
}



.ingressos{
  	border-radius: 5px;
    background-color: #feebcc;
    width: 136px;
    height: 38px;
    float: left;
    color: #b96708;
    font-family: "Poppins_b";
    font-size: 15px;
    font-weight: bold;
    border: 0px solid;
	cursor: pointer;
}

.ingressos:hover{
	 background-color: #feebcc;
}

.videoinst{
	z-index: 999;
    position: relative;
    top: -240px;
}

.w50{
	width: 50%;
}

.w49{
	width: 49%;
}

.w45{
	width: 45%;
}

.w64{
	width: 64%;
}

.w35{
	width: 35%;
}

.w33{
	width: 33%;
}
.w32{
	width: 32%;
}

.w22{
	width: 22%;
}

.w23{
	width: 23%;
}

.w25{
	width: 25%;
}

.w27{
	width: 27%;
}

.central{
	width: 1200px;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.tamanho{
		width: inherit !important;
}

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

.menuMobile {
    display: block;
    /*font-size: 70px;*/
    position: relative;
    color: #FFF;
    /*margin-top: 10px;*/
}

#menuMob {
    display: none;
    text-transform: uppercase;
    background-color: #1f6e31;
    color: #FFF;
    padding: 20px;
    margin: 0;
    position: relative;
    z-index: 6;
}

#menuMob li {
	display: inline-block;
    margin-right: 106.4px;
    cursor: pointer;
	font-weight:bold;
	width:100%;
	border-top: 1px #e5e5e5 dashed;
	margin-bottom: 5px;
}
#menuMob a {
    color: #FFF;
    text-decoration: none;
	font-family:Poppins_l;
	font-size:20px;
}

#menuMob li:last-child {
    margin-right: 0px;
}






#menuMob2 {
    display: none;
    text-transform: uppercase;
    background-color: #350014;
    color: #FFF;
    padding: 20px;
    margin: 0;
    position: relative;
    z-index: 6;
}

#menuMob2 li {
	display: inline-block;
    margin-right: 106.4px;
    cursor: pointer;
	font-weight:bold;
	width:100%;
	border-top: 1px #e5e5e5 dashed;
}
#menuMob2 a {
    color: #FFF;
    text-decoration: none;
	font-family:Poppins_l;
	font-size:36px;
}

#menuMob2 li:last-child {
    margin-right: 0px;
}



.textExcelencia{
	text-align: left;
    padding-bottom: 70px;
    margin-top: 80px;
    float: left;
	margin-left: 39px;
	width: 100%;
}

.margembot{
	margin-bottom: 40px !important;
}

.texto-animais{
    float:left;
    width:50%;
}

.foto-animais{
    float:right;
    width:47%;
}

.arca-de-noe-animais{
    float:left;
    width:100%;
}

.textExcelencia h1{
	font-family:Poppins_b;
	margin: 0;
	color: #154d22;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
}
.textExcelencia h3 {
    font-family: Poppins_b;
    margin: 0;
    color: #bd1111;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.textExcelencia h4 {
    font-family: Poppins_b;
    margin: 0;
    color: #154d22;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.div_sustenta{
	width: 29%;
	float:left;
	height:400px;
	border-radius: 10px 10px 10px 10px;
	background-color:#faa931;
	padding: 10px 10px 10px 10px;
	text-align: -webkit-center;
	vertical-align: middle;
	margin-right: 40px;
    margin-bottom: 40px;
	background-position-y: 84px;
	background-repeat: no-repeat;
	background-position-x: center;
}

.div_itens{
	width: 29%;
	float:left;
	height:400px !important;
	border-radius: 10px 10px 10px 10px;
	background-color:#faa931;
	padding: 10px 10px 10px 10px;
	text-align: -webkit-center;
	vertical-align: middle;
	margin-right: 40px;
    margin-bottom: 40px;
	background-position-y: 84px;
	background-repeat: no-repeat;
	background-position-x: center;
}

.div_itens p{
	color: #fff !important;	
}

.div_itens_resgate{
	width: 29%;
	float:left;
	height:683px !important;
	border-radius: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	text-align: -webkit-center;
	vertical-align: middle;
	margin-right: 40px;
    margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position-x: center;
}

.div_itens_resgate p{
	color: #fff !important;	
}

.blue h2{
	font-family: Poppins_b;
	color: #154d22;
	font-weight: bold;
}

.blue p{
	color: #959595;
    font-family: Poppins_l;
    font-size: 20px;
	font-weight: 100;
}

.blue2 h2{
	font-family: Poppins_b;
	color: #154d22;
	font-weight: bold;
	text-align:left;
	margin:0px;
}

.blue2 p{
	color: #959595;
    font-family: Poppins_l;
    font-size: 16px;
	text-align:left;
}

.textExcelencia h2{
	font-family:Poppins_b;
	color: #FFF;
	font-size: 19px;
	font-weight: 100;
}

.textExcelencia p{
	margin-top: 10px;
	font-weight: 100;
	line-height: 31px;
	color:#959595;
	font-family:Poppins_l;
	font-size: 20px;
	margin-bottom: 30px;
}

.div_linhaproj{
	width:100%;margin-top: 60px;

}
.div_linha_internaproj{
	width:100px;height:2px;background-color:#fff;margin-top: 70px;
}

.bgProjetos{
	/*background-image: url(../img/bg_mid_1.png);*/
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	background-repeat:no-repeat;
	background-position:center top;
	height:606px;
	/*animation: colors 7s infinite;  */
}

@keyframes colors {
  0% {
    background-image:url(../img/cidades/bc.png);
  }
  50% {
    background-image:url(../img/cidades/belohorizonte.png);
  }
  100% {
    background-image:url(../img/cidades/blumenau.png);
  }
}

.bgProjetos h3{
	margin: 0px;
	font-family: Poppins_b;
    font-size: 40px;
	color:#fff;
	margin-bottom:30px;
	margin-top:10px;
}

.bgProjetos h4{
	margin: 0px;
	font-family: melinda;
    font-size: 90px;
	color:#fff;
	margin-bottom:30px;
	margin-top:100px;
}

.bgProjetos p{
	color: #d0d0d0;
	font-weight: bold;
	padding-bottom: 50px;
	font-family: Poppins_b;
    margin: auto;
}
.quadros_bg{
	width:100%;float:left;margin-top: -70px;
}


.div_linhaatu{
	width:100%;height:20px;margin-top:30px;

}
.div_linha_internaatu{
	width:100px;height:2px;background-color:#686158
}



.div_linhanot{
	width:100%;height:12px;margin-top:20px;

}
.div_linha_internanot{
	width:100px;height:2px;background-color:#782343;
}


.bgnoticias{
	background-color:#121845;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 50px;
	height:350px;
}

.bgnoticias h3{
	margin: 0px;
	font-family: Poppins_r;
    font-size: 40px;
	color:#fff;
	margin-bottom:20px;
	
}
.bgnoticias h5{
	margin: 0px;
	font-family: Poppins_r;
    font-size: 20px;
	color:#fff;
	margin-bottom:30px;
	
}

.bgnoticias h4{
	margin: 0px;
	font-family: playfair;
    font-size: 19px;
	color:#fff;
	margin-bottom:30px;
	margin-top:30px;
	text-align:left;
}

.bgnoticias p{
	color: #a9a9a9;
	font-weight: bold;
	padding-bottom: 20px;
	font-family: Poppins_b;
    margin: auto;
	text-align:left;
}
.bgnoticias_link{
	color: #d0d0d0;
	font-weight: bold;
	padding-bottom: 50px;
	font-family: Poppins_b;
    margin: auto;
	text-align:left;
}

.quadros_noticia-fotos{
	width: 10%;
    float: left;
}

.quadros_noticia{
	width: 42%;
    float: left;
    background-color: #fff;
    border-radius: 9px;
    padding-left: 10px;
    padding-top: 10px;
    height: 210px;
}

.div_spacer_noticias{
	width:30px;
	height:300px;
	float:left;
}
.div_spacer_noticias:last-child{
	width:30px;
	height:300px;
	float:left;
}
.div_Noticia{
	width:50%;	
}




.areaAtuacao{
	padding-bottom: 70px;
	padding-top: 70px;
}

.areaAtuacao h1{
	font-family:playfair;
	margin: 0;
	color: #3c3c3c;
	font-size: 60px;
	margin-bottom:10px;
}

.areaAtuacao h2{
	font-family:playfair;
	margin: 0;
	color: #3c3c3c;
	font-size: 35px;
	font-style:italic;
}
.areaAtuacao h4{
	font-family:Poppins_l;
	margin: 0;
	color: #000;
	font-size: 16px;
	font-weight: lighter;
}

.areaAtuacao p{
	margin-top: 30px;
	font-weight: bold;
	line-height: 31px;
	color:#959595;
	font-family:Poppins_l;
}

.div_atuacao{
	width:220px;height:300px;border:0px solid #e0e0e0; float:left;margin-top:00px;
}
.div_atuacao img{
	margin-top:40px;
}
.div_atuacao h2{
	font-family:Poppins_b;
	margin: 0;
	margin-top:22px;
	color: #3c3c3c;
	font-size: 21px;
	height:20px;
	/*font-style:italic;*/
}
.div_atuacao p{
	margin-top: 30px;
	font-weight: bold;
	line-height: 24px;
	color:#959595;
	font-family:Poppins_b;
	width:95%;
	font-size: 14px;
}
.div_spacer_atuacao{
	width:10px;
	height:300px;
	float:left;
}
.div_spacer_atuacao_y{
	width:100%;
	height:10px;
	float:left;
}


.bgfooter{
	overflow: hidden;
	padding-top: 50px;
	background-color: #154d22;
}

.bgfooterbr{
	overflow: hidden;
	height: 168px;
	background-color: #FFF;
}

.bgfooter h3{
	margin: 0px;
	font-family: playfair;
    font-size: 40px;
	color:#fff;
	margin-bottom:30px;
	margin-top:100px;
}

.bgfooter h4{
	margin: 0px;
	font-family: Poppins_b;
    font-size: 21px;
	color:#FFF;
	margin-bottom:30px;
	text-align:left;
}

.bgfooter_link{
	color: #898989;
	font-weight: bold;
	padding-bottom: 20px;
	font-family: Poppins_b;
    margin: auto;
	text-align:left;
}
.bgfooter p{
	color: #898989;
	font-weight: bold;
	padding-bottom: 20px;
	font-family: Poppins_b;
    margin: auto;
	text-align:left;
}
.bgfooter hr{
	color: #b4b4b4;
}

.div_rodape1{
	width:215px;
	float:left;
	
}
.div_rodape1 img{
	margin-bottom:40px;
	float: left;
}
.div_rodape1 p{
	font-family: Poppins_r;
	color: #FFF;
	font-size: 16px;
	font-weight: 100;
}

.div_rodape2{
	width:285px;
	float:left;
	color: #FFF;
}
.div_rodape2 p{
	color: #FFF;
}
.div_rodape3{
	width:250px;
	float:left;


	
}
.div_spacer_rodape{
	width:80px;
	height:300px;
	float:left;
}

.div_spacer_rodape2{
	width:130px;
	height:300px;
	float:left;
}


.campo_news{
	font-size: 16px;
    width: 200px;
    float: left;
    background-color: transparent;
    border: 1px solid #feebcc;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px;
    color: #feebcc;

}
.rodape_txt_news{
	width: 230px;
    margin-top: 80px;
}
.rodape_divisor{
	width:100%;height:2px;background-color:#CCCCCC;margin-bottom: 60px;
}


@media screen and (max-width:1800px) {
	.container-div-topo{
		width:1200px;	
	}
	.espaço_divstopo{
		width:13px;	
	}
	.div1_quemsomos{
		width:360px
	}
	.div2_quemsomos{
		width:360px
	}
	.div3_quemsomos{
		width:360px
	}
	.txt_topo_quem h1{
		left:310px;	
	}
	.petfriendly {
		background-size: 90%;	
	}
	.texto-pet {
		margin-top: 17px;
	}


}

@media screen and (max-width:1600px) {	
	.fundo_logo{
		width:62%	
	}
	.txt_topo_quem h1{
		left:215px;	
	}

	.div1_quemsomos{
		width:326px
	}
	.div2_quemsomos{
		width:326px
	}
	.div3_quemsomos{
		width:326px
	}
	.txt_topo_quem{
		width:100%;	
	}

.bgProjetos{
	background-size:contain !important;
	/*background-image: url(../img/bg_mid_1.png);*/
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	background-repeat:no-repeat !important;
	background-position:center top !important;
	height:606px;
	/*animation: colors 7s infinite;  */
}

}
@media screen and (max-width:1440px) {	
	.fundo_logo{
		width:63%;	
	}
	.txt_topo_quem h1{
		left:130px;	
	}

	.header_div_menuQuemSomos{
		width:70%;	
	}
	.div_topo_logoMenuQuemSomos{
		width:1200px;	
	}
	.txt_topo_quem{
		width:100%;
	}

	.div1_quemsomos{
		width:32%;
	}
	.div2_quemsomos{
		width:32%;
	}
	.div3_quemsomos{
		width:32%;
	}
	
	.petfriendly {
		background-size: 100%;	
		background-position-y: -100px;
	}
	.texto-pet {
		margin-top: 47px;
	}
	.petfriendly h2 {
		text-align: center;
    font-size: 20px;
	}
	.regulamento {
	    font-size: 20px;
	    text-align:center;
	}
	.petfriendly{
	        min-height: 222px;
	}
}
@media screen and (max-width:1366px) {	
	.div_topo_logoMenuQuemSomos{
		width:1300px;	
	}
	.txt_topo_quem h1 {
		left: 0px;
		margin-left: 88px;
	}
	.fundo_logo {
  		width: 65%;
	}
	
}
@media screen and (max-width:1280px) {
	.fundo_logo {
    width: 66%;
}
	.div_topo_logoMenuQuemSomos{
		width:1280px;	
	}

	.txt_topo_quem h1{
		left:0px;
		margin-left:48px;
	}
	
}
@media screen and (max-width:1024px) {
		.div1{
	width: 220px;
	}
	.div2{
	width: 220px;
	}
	.div3{
	width: 220px;
	}
	.div4{
	width: 220px;
	}


	.div1 img{
	width: 100%;
	}
	.div2 img{
	width: 100%;
	}
	.div3 img{
	width: 100%;
	}
	.div4 img{
	width: 100%;
	}

	.txt_topo_quem p{
    	margin-top: 100px;
	}
	.hamburguer{
		font-size:60px;position:relative;top:10px;
	}
	.hamburguer2{
		font-size:70px;position:relative;top:10px;
	}
	.txt_topo_fone{
		width:110px;	
	}
	.txt_topo_mail{
		width:205px;
	}
	.txt_topo img{
		width:100%;	
	}
	.div_topo_logoMenuQuemSomos{
		width:1024px;
		margin-top:0px;	
		height:0px;
	}
	
	.txt_topo {
		margin-top: 360px;
		width:100%;
	}
	
	.div_topo_logoMenu{
		width:100%;	
		display: none;
	}
	.logo{
		width:100%;	height:60px;
	}
	.menu{
		display:none;	
	}
	#menuMobToggle{
		display: block;
	}

	.container-div-topo {
		width:95%;
	}
	.container-div-topo h2{
		
	}
	.videoinst{
		top: -200px;
	}
	.texto-pet {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom:20px;
}
	.div_rodape1 img {
    margin-bottom: 40px;
     float: none; 
}
	.petfriendly h1 {
    font-size: 44px;
    font-family: "Poppins_b";
    color: #FFF;
    font-weight: bold;
    line-height: 1.186;
    text-align: left;
    height: 70px;
}
	.petfriendly {
    background-image: none;
    background-position: top center;
    min-height: 222px;
    margin-top: -170px;
	
}
.texto-arca {
    margin-left:0px;   
}
	.historia{
		padding-bottom: 190px;
	}
	.container-div-topo p{
		    font-size: 16px;
		line-height:normal; 
	}
	.div1_quemsomos{
		width:32%;margin-bottom:40px;
	}
	.div2_quemsomos{
		width:32%;margin-bottom:40px;
	}
	.div3_quemsomos{
		width:32%;margin-bottom:40px;
	}
	
	.central{
		width:98%;	
	}
	.div_top_topo{
		height:40px;
		width:100%;
		text-align:left;
	}
	.bgnoticias {
		
	}
	.div_atuacao {
    	width: 190px;
	}
	.quem_somos_container {
		height: 430px;    padding-top: 95px;
	}
	.container-div-topo_quemsomos{
		width:100%;	
	}
	.espaço_divstopo{
		width:20px;	
	}
	.bg_quemsomos{
		height:1150px;margin-top:0;
	}	
	.float_left{
		    padding-left: 27px;	
	}


	.txt_topo_quem h1{
		left:0px;
		margin-left:23px;
	}
	.fundo_logo {
		width: 61%;
	}

}
@media screen and (max-width:1000px) {

	.rodape_divisor{
		display: none;
	}
	.div_rodape1{
		margin-top: 10px;
	}
	.bgnoticias{
	display: none;
	}
	
	.div_topo_logoMenuQuemSomos{
		width:1000px;	
	}
	.div1{
		width: 49%;
	}
	.div2{
		width: 49%;
	}
	.div3{
		width: 49%;
	}
	.div4{
		width: 49%;
	}
	.divsheaderimg{
	display: none;
	}
	.espaço_divstopo{
		display: none;
	}

	
}
@media screen and (max-width:800px) {
	.div1 h2{
		margin: 7px;	
	}
	.div2 h2{
		margin: 7px;	
	}
	.div3 h2{
		margin: 7px;	
	}
	.div4 h2{
		margin: 7px;	
	}
	.logo{
		margin-top:20px;	
	}
	.div_topo_logoMenu{
		margin-top:0px;	
	}
	.hamburguer{
		left: -60px;
        top: 20px;
	}
	.hamburguer2{
		left:0px;top:-40px;
	}
	#menuMob{
		top: 15px;	
	}
	#menuMob2{
		top: 115px;	position:fixed;
	}
	#menuMob li:first-child {
		border:0px;
	}

	.float_left3{
		display:none;	
	}
	.txt_topo_mail{
		display:none;	
	}
	
	.div_topo_logoMenuQuemSomos{
		width:100%;	
	    margin-top: 0px;
	}
	.txt_topo {
   		margin-top: 150px;
	}
	.container-div-topo {
    	
	}
	.div_atuacao{
		width: 48%;
		height:220px;	
	}
	.bgnoticias {
		
	}
	
	.espaço_divstopo{
		float:left;
		width:100%;
		height:10px;	
	}
	
	.divsheaderimg img{
		width:90%;
	}
	.divsheaderimg {
		float: left;
		width: 20%;
		height: inherit;
		
	}
	
	.div_Noticia {
		width: 100%;
		margin-left: 50px;
	}

	.bgnoticias h3 {
		margin-bottom: -30px;
	}
	.div_rodape3{
		display:none;	
	}
	.bgfooter{
		height:250px;	
		padding-bottom: 2px;
	}
	.div_spacer_atuacao_y{
		display:none;
	}
	.fundo_logo{
		width:100%;	
	}
	.txt_topo_quem h1{
		text-align:center;	
		left:0px;
		margin-left:0px;
	}
	.header_div_menuQuemSomos{
		display:none;	
	}
	.logo {
		height:16px;
	}
	.div_topo_logoMenuQuemSomos{
		height:0px;	
	}
	.spacer{
		display:none;	
	}
	.txt_topo_quem{
		width:100%;	
	}
	.div1_quemsomos{
		width:100%;	
		height:180px;
		margin:0px;
	}
	.div2_quemsomos{
		width:100%;	
		height:180px;
		margin:0px;
	}
	.div3_quemsomos{
		width:100%;	
		height:180px;
		margin:0px;
	}
	.container-div-topo_quemsomos{
	}
	.div_topo2{
		height:550px;
	}
	.quem_somos_txt_1 {
		width:100%;	
	}
	.quem_somos_txt_2 {
		width:100%;	margin-top: -5px;margin-bottom:30px;
	}
	.bg_quemsomos{
		height:1720px;	
	}
	.input_contato_100{
		width:95%;	
	}
	.textarea_contato_100{
		width:93.4%;
	}
}


@media screen and (max-width:600px) {
	.quem_somos_container{
		padding-top:655px;	
	}
	.bg_quemsomos{
		height:2520px;	
	}
	.txt_topo_quem h1 {
		text-align: center;
		left: 0px;
	}
	.div1_quemsomos{
		height:210px;	
	}
	.div2_quemsomos{
		height:210px;	
	}
	.div3_quemsomos{
		height:210px;	
	}
	
	.txt_topo_adress{
		display:none;
	}	
	.float_left2{
		display:none;
	}	
	.txt_topo_adress{
		display:none;	
	}
	.txt_topo_fone{
		width:110px;	
	}
	.txt_topo_mail{
		width:200px;	
	}
	.float_left2{
		display:none;
	}
	.espaço_divstopo{
		width:100%;height:10px;	
	}
	
	.container-div-topo {
	}
	.textExcelencia h1 {
		font-size: 35px;
		margin-top:17px;
	}
	.textExcelencia{
		margin-top: -100px;
		width:95%;
		padding-bottom: 45px;
		margin-left:0px;
	}
	.blue2 h2 {
	 font-size:22px;   
	}
	.blue2 p {
	 font-size:16px;   
	}
	.ingressos {
	 float:none;
	 margin-top:15px;
	}
	.textExcelencia h2 {
		font-size: 19px;
	}	
	.div_sustenta {
    	width: 100%;
	}
	.btn_saiba_mais{
		position:relative;
		left:0px;
	}
	.div_atuacao{
		width:100%;
		margin-top:30px;
	}
	.div_spacer_atuacao{
		display:none;
	}	
	.div_spacer_atuacao_y{
		display:none;
	}
	.div_Noticia{
		margin:inherit	
	}
	.quadros_noticia{
		width:98%;	
	}
	.div_spacer_noticias{
		display:none;	
	}
	.bgnoticias{
		height:inherit;
	}
	.bgnoticias p{
		padding-bottom:20px;
	}
	.div_rodape1{
		width:98%
	}
	.div_spacer_rodape{
		display:none;
	}
	.bgfooter{
		height:500px;	
	}
	.bgfooter p{
		text-align:center;
		padding-bottom:20px;	
	}
	.bgfooter h4{
		text-align:center;	
	}
	.div_rodape2{
		width:98%
	}
	.bgProjetos h3{
		margin-top:10px; 
	}
	.bgProjetos{
		padding:0px;height:300px;
	}
	.bgProjetos img{
		display:none;
	}
	.div_spacer_rodape2{
		display:none;	
	}
	.div_linhaproj{
		display:none;	
	}
	.quadro-noticia-h{
	    width:100%;
	}
	.quadro-noticia-h-m{
	    width:100%;
	    margin-left:0px;
	    margin-right:0px;
	}
	
}

@media screen and (max-width:500px) {
	.bgProjetos h3{
		font-size:30px;	
	}
	.bgProjetos{
		height:160px;	
	}
}

@media screen and (max-width:420px) {
}


