/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
div,
span,
textarea {
    color: #545555;
	font-family: 'Open Sans', sans-serif;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

html,
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	overflow-x: hidden;
	overflow-y: auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.container {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.container2 {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.container3 {
	width: 740px;
	margin: 0 auto;
	position: relative;
}

.top_bar {
    position: fixed;
    /* float: right; */
    right: 0;
	width: 700px;
    /*border-top: 3px solid #4caf50;*/
    padding: 10px 0 0 0;
    /* background: url(/site/imagens/topo_border_bottom.png); */
    /* background-position: 0 0; */
    background-color: #4caf50;
	background-image: url("../imagens/menu_background.png");
	background-repeat:no-repeat;
	background-size:cover;
    /* max-height: 117px; */
    z-index: 99999;
	right:-700px;
	min-height: 650px;
}

.top_bar .logotipo {
	position: relative;
    width: 27%;
    text-align: right;
    margin-top: 15px;
}

.top_bar .logotipo a {
	outline: none;
	text-decoration: none;
}

.top_bar .box_menu {
    position: relative;
    float: left;
    width: 100%;
}

.top_bar .barra_top {
    position: relative;
    /*float: right;*/
    margin-top: 15px;
}

.top_bar .top_newsletter {
    position: relative;
    /* float: left; */
    /* margin-right: 20px; */
    margin-left: 5%;
}

.top_newsletter button {
    border: 0;
    background: transparent;
    float: left;
	outline: none;
	margin-top: 2px;
}

.top_newsletter button img {
    float: left;
}

.top_newsletter input {
    border: 1px solid #c9c9ca;
    border-radius: 5px;
    font-size: 11px;
    padding: 2px 5px;
    width: 112px;
    outline: none;
}

.top_bar .top_pesquisa {
    position: relative;
    /* float: left; */
    width: 22%;
    margin-bottom: 4%;
    margin-left: 6%;
}

.top_pesquisa img {
	float: left;
    margin: 3px 5px 0 0;
}

.top_pesquisa input {
	border: 1px solid #c9c9ca;
    border-radius: 5px;
    font-size: 11px;
    padding: 2px 5px;
    width: 112px;
    outline: none;
}

.top_pesquisa button {
	color: #fff;
    font-size: 11px;
    background-color: #747574;
    border: 0;
    outline: none;
    border-radius: 5px;
    height: 21px;
    position: absolute;
    top: 1px;
    right: 0;
}

.top_bar .top_social {
    position: relative;
    /* float: left; */
    margin-left: 24%;
    margin-top: 2%;
}

.top_bar .top_social img {
    width: 22px;
}

.top_bar .top_social a {
	outline: none;
	text-decoration: none;
}

.top_bar .menu {
    position: relative;
    /* float: left; */
    width: 27%;
    text-align: right;
    margin-top: 20px;
}

#menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    /*float: right;*/
}

#menu li {
    /*display: inline-block;*/
    padding: 1px 7px;
	padding-bottom: 28px;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}

#menu li.active,
#menu li.active2,
#menu li:hover {
	background: url(/site/imagens/menu_selected_white.png) no-repeat;
    background-position: 24% top;
}

#menu li.last {
	padding-right: 0;
}

#menu li a {
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	color: #fff;
	outline: none;
	text-decoration: none;
}

.submenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url(/site/imagens/submenu_background.png);
	z-index: 99998;
	padding: 15px 0;
}

.submenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
    float: left;
    margin-left: 350px;
}

.submenu ul li {
	display: inline-block;
	padding: 5px 10px;
	font-family: 'Hind', sans-serif;
	color: #fff;
	cursor: pointer;
}

.submenu ul li a {
	font-family: 'Hind', sans-serif;
	color: #fff;
	outline: none;
	text-decoration: none;
}

.homepage {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
}

.footer {
	position: relative;
    float: left;
    width: 100%;
	font-size: 11px;
	border-bottom: 3px solid #4caf50;
}

.box_shadow {
	-webkit-box-shadow: 0 3px 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0 3px 8px 1px rgba(0,0,0,0.2);
}

.box_shadow_top {
	-webkit-box-shadow: 0 3px 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 8px 1px rgba(0,0,0,0.2);
}

.titulo-wrapper {
	position: relative;
    float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.titulo {
    position: relative;
	display: inline-block;
    padding: 0 40px;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 55px;
    color: #70b644;
    background: url(/site/imagens/titulo1.png) left center no-repeat, url(/site/imagens/titulo2.png) right center no-repeat;
}

.subtitulo {
    position: relative;
	float: left;
	width: 100%;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #70b644;
}

.titulo.bold {
	font-weight: 700;
}

.titulo.white {
	background: url(/site/imagens/titulo3.png) left center no-repeat, url(/site/imagens/titulo4.png) right center no-repeat;
	color: #fff;
}

.banner_home {
	position: relative;
	float: left;
	width: 100%;
	height: 650px;
}

.banner_home .imagem_banner {
	width: 100%;
	height: 650px;
}

.banner_home .flutua_texto {
	position: absolute;
	top: 0;
	width: 100%;
}

.banner_home .flutua_texto .texto {
	position: relative;
	float: left;
	width: 430px;
	text-align: center;
}

.banner_home .flutua_texto .texto .descricao {
    position: relative;
    float: left;
    width: 95%;
    margin: 0 2.5%;
    color: #545555;
    margin-bottom: 40px;
}

.banner_home .flutua_texto .saiba_mais {
    position: relative;
    float: left;
    width: 100%;
}

.btn_green {
	text-decoration: none;
	outline: none;
	background: url(/site/imagens/btn_green.png) no-repeat;
    display: inline-block;
    width: 206px;
    height: 46px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    font-size: 21px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    padding-top: 7px;
}

.btn_orange {
	text-decoration: none;
	outline: none;
	background: url(/site/imagens/btn_orange.png) no-repeat;
    display: inline-block;
    width: 206px;
    height: 46px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    font-size: 21px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    padding-top: 7px;
}

.btn_white {
	text-decoration: none;
	outline: none;
	background: url(/site/imagens/btn_white.png) no-repeat;
    display: inline-block;
    width: 206px;
    height: 45px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    font-size: 21px;
    border: 0;
    color: #4caf50;
    text-transform: uppercase;
    padding-top: 7px;
}

.banner_down {
    position: relative;
    float: left;
    width: 100%;
	height: 32px;
    text-align: center;
    z-index: 10;
}

.banner_down img {
    cursor: pointer;
}

.linda_vet_home {
	position: relative;
	float: left;
	width: 100%;
	height: 650px;
	margin-top: -32px;
	z-index: 1;
}

.linda_vet_home table {
	margin: 0 auto;
}

.linda_vet_home_background {
	position: absolute !important;
	width: 100%;
	height: 650px;
}

.linda_vet_home .bloco_imagem {
    position: relative;
    float: left;
    width: 50%;
	height: 650px;
}

.linda_vet_home .bloco_imagem img {
	position: absolute;
	bottom: -130px;
	left: -200px;
}

.linda_vet_home .bloco_texto {
    position: relative;
    float: left;
    width: 50%;
}

.linda_vet_home .bloco_texto .texto {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 50px;
}

.servicos_home {
	position: relative;
	float: left;
	width: 100%;
	height: 650px;
	margin-top: -32px;
}

.servicos_home_background {
	position: absolute !important;
	width: 100%;
	height: 650px;
}

.servicos_home .bloco_texto {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 100px;
}

.servicos_home .bloco_texto .texto {
	position: relative;
    float: left;
    width: 100%;
	text-align: center;
	color: #545555;
}

.servicos_home .bloco_servicos {
	position: relative;
    float: left;
    width: 100%;
	margin-top: 40px;
	min-height: 310px;
}

.servicos_home .servicos_controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.servicos_home .servicos_controls a {
	outline: none;
	text-decoration: none;
}

#servicos_prev,
#servicos_next {
    display: inline-block;
}

#servicos_next {
	margin-left: 20px;
}

#servicos_slider {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.servicos_home .bx-wrapper img {
    width: initial;
    display: block;
	max-height: 70px;
}

.servicos_home .servico {
    position: relative;
    float: left;
    background-color: #fff;
    border-radius: 100px;
    border: 3px solid #4caf50;
	width: 200px;
    height: 200px;
	margin: 0 19px;
}

.servicos_home .servico.first {
    margin-left: 0;
}

.servicos_home .servico.last {
    margin-right: 0;
}

.servicos_home .servico .imagem {
    position: relative;
    float: left;
    width: 100%;
}

.servicos_home .servico .nome {
    font-size: 21px;
    color: #545555;
    font-family: 'Hind', sans-serif;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.servicos_home .saiba_mais {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.servicos_home .saiba_mais a {
    outline: none;
	text-decoration: none;
}

.testemunhos_page,
.testemunhos_home {
	position: relative;
	float: left;
	width: 100%;
}

.testemunhos_home {
	height: 650px;
	margin-top: -32px;
}

.testemunhos_home_background {
	position: absolute !important;
	width: 100%;
	height: 650px;
}

.testemunhos_page .bloco_texto,
.testemunhos_home .bloco_texto {
	position: relative;
    float: left;
    width: 100%;
}

.testemunhos_home .bloco_texto {
    margin-top: 100px;	
}

.testemunhos_page .bloco_texto .texto,
.testemunhos_home .bloco_texto .texto {
	position: relative;
    float: left;
    width: 100%;
	text-align: center;
	color: #545555;
}

.testemunhos_page .bloco_testemunhos,
.testemunhos_home .bloco_testemunhos {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 40px;
}

.testemunhos_page .bloco_testemunhos {
    min-height: 440px;
}

.testemunhos_home .bloco_testemunhos {
	min-height: 360px;
}

.testemunhos_page .testemunho,
.testemunhos_home .testemunho {
    position: relative;
    float: left;
    width: 100%;
}

.testemunhos_page .imagem,
.testemunhos_home .imagem {
    position: relative;
    float: left;
}

.testemunhos_page .testemunho .texto,
.testemunhos_home .testemunho .texto {
    position: absolute;
    top: 85px;
    left: 65px;
    /*background: url(/site/imagens/barra_testemunho_2.png) no-repeat;*/
    background-position: 0 0;
    width: 490px;
    /*height: 280px;*/
    background-size: 100% 100%;
    padding: 20px 30px 15px 135px;
}

.testemunhos_page .testemunho .nome,
.testemunhos_home .testemunho .nome {
	color: #70B644;
    font-size: 21px;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
}

.testemunhos_page .testemunho .descricao,
.testemunhos_home .testemunho .descricao {
	color: #70B644;
}

.testemunhos_page .testemunhos_controls,
.testemunhos_home .testemunhos_controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#slider_testemunhos {
	margin: 0;
	padding: 0;
}

#testemunho_prev,
#testemunho_next {
	display: inline-block;
}

#testemunho_next {
	margin-left: 20px;
}

.mapa_home {
	position: relative;
	float: left;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#google_map,
#google_map_home {
	width: 100%;
	height: 500px;
}

.mapa_home .overlay_map {
	position: absolute;
	width: 343px;
	bottom: 0;
	left: 50%;
	margin-left: -171px;
	z-index: 1;
}

.mapa_home .overlay_map .mapa_overlay {
	background: url(/site/imagens/mapa_overlay.png) no-repeat;
	background-position: center;
	width: 343px;
	/*height: 280px;*/
	background-size: 100% 100%;
    padding: 12% 0px;
}

.mapa_home .overlay_map .mapa_overlay a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.mapa_home .overlay_map .mapa_overlay table {
	width: 303px;
	height: 304px;
	margin: 0 auto;
	color: #fff;
}

.banner {
	position: relative;
	float: left;
	width: 100%;
	height: 350px;
}

.banner .imagem_banner {
	position: absolute !important;
	width: 100%;
	height: 350px;
}

.banner .titulo_banner {
	position: relative;
	float: left;
	width: 500px;
	text-align: center;
}

.banner .titulo_banner table {
	width: 100%;
	height: 350px;
}

.pagina {
	position: relative;
	float: left;
	width: 100%;
	padding: 100px 0;
}

.pagina .titulo-wrapper {
	margin-bottom: 80px;
}

.pagina .texto {
	position: relative;
	float: left;
	width: 100%;
	color: #545555;
}

.pagina .imagem_pagina {
	position: relative;
	float: left;
	width: 100%;
	height: 550px;
	margin: 80px 0;
}

.img_float {
    position: absolute;
    bottom: -184px;
    right: -340px;
}

.texto_contactos {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

.texto_floater {
    background: url(/site/imagens/mapa_overlay.png) no-repeat;
    background-position: center;
    width: 343px;
    /*height: 304px;*/
    display: inline-block;
    color: #fff;
	padding: 5% 0px;
    background-size: 100% 100%;
}

.texto_floater a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.texto_floater table {
	width: 100%;
	height: 304px;
}

.pagina.p6 {
	padding-bottom: 0;
}

.lista_noticias {
	position: relative;
    float: left;
	width: 100%;
}

.noticia {
    position: relative;
    float: left;
    width: 360px;
	margin-right: 70px;
    margin-bottom: 50px;
    margin-left: 40px;
}

.noticia.right {
	margin-left: 70px;
    margin-right: 40px;
}

.noticia .imagem {
	width: 356px;
	height: 256px;
    position: relative;
    float: left;
    border: 2px solid #71B645;
    border-radius: 3px;
}

.noticia .imagem img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.noticia .data {
    color: #70b644;
    font-size: 13px;
    position: relative;
    float: left;
    width: 340px;
    background: url(/site/imagens/calendar.png) no-repeat;
    background-position: left center;
    margin: 10px 0;
	padding-left: 20px;
}

.noticia .nome {
    color: #70b644;
    font-size: 18px;
    position: relative;
    float: left;
    width: 100%;
	margin-bottom: 10px;
	font-weight: 700;
}

.noticia .resumo {
    position: relative;
    float: left;
    width: 100%;
}

.load_more {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Hind', sans-serif;
    font-size: 26px;
    color: #fff;
    background: url(/site/imagens/btn_canto1.png) left center no-repeat, 
		url(/site/imagens/btn_centro.png) center, 
		url(/site/imagens/btn_canto4.png) right center no-repeat;
    border-radius: 3px;
    cursor: pointer;
}

.noticia_detalhe .imagem {
	position: relative;
	float: left;
	width: 100%;
	border: 2px solid #71B645;
    border-radius: 3px;
	background: #171717;
}

.noticia_detalhe .imagem img {
    height: 500px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.noticia_detalhe .btn_adoptar {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	text-align: right;
}

.noticia_detalhe .btn_adoptar .btn_orange {
	text-align: center;
	cursor: pointer;
}

.noticia_detalhe .data {
	color: #70b644;
    font-size: 13px;
    position: relative;
    float: left;
    width: 96%;
    background: url(/site/imagens/calendar.png) no-repeat;
    background-position: left center;
    margin: 10px 0;
	padding-left: 20px;
}

.noticia_detalhe .voltar {
    position: relative;
    float: left;
    text-align: center;
    margin-top: 80px;
}

.noticia_detalhe .titulo-wrapper {
    margin-bottom: 30px;
}

.form_marcacao {
	position: relative;
    float: left;
	width: 100%;
}

.form_marcacao .fgroup {
	position: relative;
    float: left;
	width: 420px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.form_marcacao .fgroup.right {
	float: right;
	margin-right: 0;
}

.form_marcacao .fgroup.big {
	width: 100%;
}

.form_marcacao .fgroup input {
	position: relative;
    float: left;
    border: 2px solid #70b644;
    border-radius: 11px;
    padding: 8px 10px;
    width: 396px;
    outline: none;
}

.form_marcacao .fgroup textarea {
	position: relative;
    float: left;
	border: 2px solid #70b644;
    border-radius: 11px;
    padding: 10px;
    width: 916px;
	outline: none;
	resize: none;
	height: 100px;
}

.form_marcacao .fgroup button {
	padding: 0;
	float: right;
    text-transform: none;
}

#alertas2,
#alertas {
	position: relative;
    float: left;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}

#alertas2 .alert-warning,
#alertas .alert-warning {
	color: red;
}

#alertas2 .alert-success,
#alertas .alert-success {
	color: #70b644;
}

.overlay_popup,
.overlay_adotar {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0,0.7);
}

.overlay_popup .popup {
    position: absolute;
    width: 898px;
    height: 404px;
    background: url(/site/imagens/box_popup.png) no-repeat;
    top: 50%;
    left: 50%;
    margin: -202px 0 0 -449px;
}

.overlay_adotar .popup {
	position: absolute;
    width: 898px;
    height: 461px;
    background: url(/site/imagens/box_popup2.png) no-repeat;
    top: 50%;
    left: 50%;
    margin: -230px 0 0 -449px;
}

.overlay_popup .close_popup,
.overlay_adotar .close_popup2 {
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
    z-index: 11;
}

.overlay_popup .titulo-wrapper,
.overlay_adotar .titulo-wrapper {
	margin: 50px 0 0 0;
}

.overlay_popup .popup_text {
    position: absolute;
    width: 350px;
    bottom: 125px;
    right: 120px;
    font-size: 18px;
}

.overlay_popup .popup_text .alert-success {
    color: #8a8a8a;
}

.overlay_adotar .popup_form {
	position: relative;
	float: left;
	width: 90%;
	margin: 0 5%;
}

.popup_form .fgroup {
	position: relative;
    float: left;
	width: 380px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.popup_form .fgroup.right {
	float: right;
	margin-right: 0;
}

.popup_form .fgroup.big {
	width: 100%;
}

.popup_form .fgroup input {
	position: relative;
    float: left;
    border: 2px solid #70b644;
    border-radius: 11px;
    padding: 8px 10px;
    width: 356px;
    outline: none;
}

.popup_form .fgroup button {
	padding: 0;
	float: right;
    text-transform: none;
}

.servicos .servico {
	position: relative;
    float: left;
    background-color: #fff;
    border-radius: 100px;
    border: 3px solid #4caf50;
	width: 160px;
    height: 160px;
	margin: 0 18px;
	margin-bottom: 110px;
}

.servicos .servico.first {
    margin-left: 50px;
}

.servicos .servico.last {
    margin-right: 50px;
}

.servicos .servico .imagem {
    position: relative;
    float: left;
    width: 100%;
}
.servicos .servico .imagem-servicos {
    position: relative;
    padding-bottom: 50%;
}
.servicos .servico .imagem-servicos img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.servicos .servico .nome {
    font-size: 21px;
    color: #545555;
    font-family: 'Hind', sans-serif;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.servicos .saiba_mais {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.servicos .saiba_mais a {
    outline: none;
	text-decoration: none;
}

.casos_clinicos .noticia {
	position: relative;
    float: left;
    width: 334px;
    margin-right: 30px;
    margin-bottom: 50px;
    margin-left: 0;
    border: 3px solid #71B645;
    border-radius: 3px;
}

.casos_clinicos .noticia.right {
	margin-right: 0;
	margin-left: 0;
}

.casos_clinicos .noticia .imagem {
	width: 336px;
    height: 180px;
    position: relative;
    float: left;
	border: 0;
	margin-bottom: 10px;
}

.casos_clinicos .noticia .nome {
	color: #70b644;
    font-size: 18px;
    position: relative;
    float: left;
    width: 220px;
    margin-bottom: 10px;
    font-weight: 700;
    padding-left: 10px;
}

.casos_clinicos .noticia .data {
    color: #70b644;
    font-size: 13px;
    position: relative;
    float: left;
    width: 83px;
    background: url(/site/imagens/calendar.png) no-repeat;
    background-position: left center;
	margin: 4px 0 0 0;
    padding-left: 20px;
}

.casos_clinicos .noticia .resumo {
    position: relative;
    float: left;
    width: 314px;
    padding: 0 10px 10px 10px;
}

.casos_clinicos .noticia_overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 336px;
    height: 180px;
	background: url(/site/imagens/over_caso.png) rgb(112,182,68) center no-repeat;
	transition: all 0.2s;
}

.casos_clinicos .noticia:hover .noticia_overlay {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.form_newsletter {
	position: relative;
    float: left;
	width: 100%;
}

.form_newsletter .fgroup {
	position: relative;
    float: left;
	width: 420px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.form_newsletter .fgroup.right {
	float: right;
	margin-right: 0;
}

.form_newsletter .fgroup.big {
	width: 100%;
	text-align: center;
}

.form_newsletter .fgroup input {
	position: relative;
    float: left;
    border: 2px solid #70b644;
    border-radius: 11px;
    padding: 8px 10px;
    width: 396px;
    outline: none;
}

.form_newsletter .fgroup button {
	padding: 0;
    text-transform: none;
}

.pagina.newsletter .titulo-wrapper {
	margin-bottom: 30px;
}

.pagina.newsletter .texto {
	text-align: center;
	margin-bottom: 30px;
}

.form_pesquisar {
	position: relative;
    float: left;
	width: 100%;
}

.form_pesquisar .fgroup {
	position: relative;
    float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.form_pesquisar .fgroup input {
	position: relative;
    border: 2px solid #70b644;
    border-radius: 11px;
    padding: 8px 10px;
    width: 50%;
    outline: none;
}

.form_pesquisar .fgroup button {
	padding: 0;
    text-transform: none;
}

.resultados_pesquisa {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.resultados_pesquisa .titulo_resultados {
    position: relative;
    float: left;
    width: 100%;
}

.resultados_pesquisa .lista_resultados {
    position: relative;
    float: left;
    width: 100%;
}

.logotipo_topo{
	position: absolute;
    width: 12%;
    left: 13%;
    z-index: 99999;
}

.logotipo_topo img{
    width: 100%;
}

.menu_opener{
	position: absolute;
	z-index: 99999;
	right: 20%;
	top: 4%;
}

.menu_opener img{
	cursor: pointer;
}

.logotipo img{
	cursor:pointer;
}

.dropdown-toggle-2,
.dropdown-toggle-6{
	padding: 1px 7px;
    padding-bottom: 28px;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.dropdown-menu-2,
.dropdown-menu-6{
	display:none;
	padding: 0 0 0 100px;
	width: 100%;
	text-align:left;
}

.dropdown-menu-2 li,
.dropdown-menu-6 li{
	list-style: none;
	padding-left: 41px !important;
}


.input_hora{
    position: relative;
    float: left;
    border: 2px solid #70b644;
    border-radius: 10px;
    padding: 8.2px 0;
    width: 200px;
    outline: none;
    margin-left: 16px;
    text-indent: 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background:url('/site/imagens/select_arrow.jpg') no-repeat;
	background-position: 99%;
}

.banner_home, .banner_home > div{
	width:100% !important;
}

#topcontrol{
	z-index: 9999;
}

.dropdown-menu-6 li:hover,
.dropdown-menu-2 li{
    background-position: left top !important;

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}