@font-face {
	font-family:"Dax-Light";
	font-weight:300;
	src:url("../fonts/Dax/Dax-Light.ttf") format("opentype")
}
@font-face {
	font-family:"Dax";
	src:url("../fonts/Dax/Dax-Regular.ttf") format("opentype")
}
@font-face {
	font-family:"Dax-bold";
	font-weight:bold; 
	src:url("../fonts/Dax/Dax-Bold.ttf") format("opentype")
}
body *{
	font-family:"Dax";
}
h1,h2,h3,h4,h5,h6{
    font-family:"Dax-Light";
}
body p{
    font-size: 16px;    
}


.row{
	padding: 0;
}
.logo-fixo{
	position: fixed;
    width: 100%!important;
/*    background-color: white;*/
}
.logo-fixo h1 a{
    height: 45px!important;
    background-size: 60%!important;
}
.menu-fixo {
	position: fixed;
	top: 0px;
	z-index: 99;
	width: 100%;
	padding: 5px 0;
    height: 65px!important;
}

.img_menu_hover{
    visibility: visible!important;
}
.img_menu {
    position: relative;
    float: left;
    width: 100px;
    visibility: hidden;
}
.img_menu img {
    width: 60%;
    height: auto;
    margin: 0px auto;
    display: table;
}
.icons-sociais{
	position: absolute;
	right: 0;
}
.icons-sociais a:first-child img{
	margin-top: 11px;
}
.icons-sociais a img{
	width: 27px;
    height: auto;
    float: left;
    margin-top: 15px;
}

#traslate {
    float: right;
    width: 170px;
    padding: 0px 10px;
    height: 28px;
    overflow: hidden;
    margin-top: 14px;
}

.translate-fixo{
    padding: 5px 30px!important;
    margin-top: -5px;
    height: 60px!important;
}

/*Estilização rápida - tamanhos padrões, cores de bgs, cores gerais, floats... etc*/
.bgw{ background-color: #ffffff;}.bgr{ background-color: #930e2c;}.bgy{ } .corb{color: #000;}.corr{ color: #930e2c;}.cory{ color: #fcd102;}
a{
	color: #930E2C;
} a:hover, a:focus {
	color: #333333;
	text-decoration: none;
} 
.fleft{ float:left;} .fright{ float: right;}
.page-header {  margin-bottom: 30px; } .page-header .lead {  margin-bottom: 10px; }
.container {  max-width: none !important;  width: 1170px; }
.col-xs-4 {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#header{  } #header .container{  }

.logo h1{ margin: 0; }
.logo h1 a{ background: transparent url(../images/logo.png) 0 0 no-repeat;
 width: 300px; height: 80px; 
 display: block;
 margin: 0 auto;
 text-indent: -9000px;
}

/*Menu*/
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.container .navbar-header, .container .navbar-collapse {
	margin-right: 0;
	margin-left: 4px;
}
.navbar-toggle {  display: none;}.navbar-collapse {  border-top: 0;}.navbar-brand {  margin-left: -15px;}
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar{
  border-radius: 0;
  border: medium none;
  margin-bottom: 0;
  min-height: 40px;
  position: relative;
}

.navbar-nav {
	float: left;
	width: auto;
	display: table;	
	margin-left:40px;
}



.navbar-nav > #li-primary{
    padding: 0;
    height: 60px;
    width: 60px;
}
.navbar-nav > li {   
	/*border-right: 1px solid #8A0624;*/
    float: left;
    padding: 15px 15px;
    /*border-left: 1px solid #AF2041;*/

}
#li-primary img{
    float: left;        
}
#li-primary:hover{
    cursor: pointer;
}
/*
li#li-primary:hover ul{
    display: block;
}
*/
#menu-grof, #menu-pta{
    padding: 0;
    margin: 0;
    list-style: none;
    background: #FCD102;
    float: left;
    height: 380px;
    margin-top: 55px;
    position: absolute;
    width: 180px;
/*    display: none;*/
}
#menu-pta{
    margin-left: 180px;
    border-left: 1px solid #ECC60F;
}
#menu-grof li, #menu-pta li{
    padding: 10px 15px;
    text-align: center; 
    height: 37px;
}
#menu-grof li:first-child, #menu-pta li:first-child{
    height: 70px;
}
#menu-grof li:first-child:hover, #menu-pta li:first-child:hover{
    background: none;
    width: 160px;
    transition: 1s;
}
#menu-grof li:first-child a img:hover, #menu-pta li:first-child a img:hover{
    background: none;
    width: 155px;
    height: 55px;;
    transition: 1s;
}
#menu-grof{
    border-right: 1px solid #F9D31C;
}
#menu-grof li:hover, #menu-pta li:hover{
    background: #F9E599;
    transition: 0.5s;
}






#google_translate_element div div select{
	padding: 5px;
}
body > div:nth-child(1) > div:nth-child(23) > header > div.container.bgr.redbar > div > div:nth-child(2){
	display: table;
}

.navbar-nav > li.first > a{ padding-left: 0; }
.navbar-nav > li.last {   border-right: none;}
.navbar-nav > li.last > a { padding-right: 0;}
.navbar-nav > li > a {
	color: #fff;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: 17px;
}
#menu_responsivo .navbar-nav > li > a:hover{
	color: #FEDA00;
}


.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus, .navbar-nav > li.active a{
  background-color: transparent; color: #fff; 
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}


.redbar { border-bottom: 5px solid #fcd102; height: 55px;}
.redbar .boxes {
	width: 100px;
	padding-top: 4px;
}
.redbar .boxes a{ width: 35px; height: 20px; margin-top: 7px;
  display: block; float: left; text-indent: -9000px;
} .redbar .boxes a:hover{
	background-color: #930E2C;
}
.redbar .boxes a.box1{margin-right: 10px;}

.redbar .linkssociais {
	height: 17px;
	margin-top: -25px;
	width: 40px;
	float: right;
}
.redbar .linkssociais a{ background: transparent url(../images/iconsocial.png) 0 0 no-repeat;
  width: 15px; height: 17px; float: left; display: block; text-indent: -9000px;
} .redbar .linkssociais a:hover{ background-position: 0 -17px; }
.redbar .linkssociais a.sface{ margin-right: 10px; }
.redbar .linkssociais a.stwitter{margin-right: 0; background-position: -15px 0; }
.redbar .linkssociais a.stwitter:hover{background-position: -15px -17px; }

.frase{
	height: 765px;
	margin-bottom: -19px;
	margin-top: 5px;
}

.hgrof{
	height: 240px;
    position: fixed;
/*    margin-top: 420px;*/
/*    z-index: 999;*/
    margin-left: -585px;
    left: 50%;
    bottom: 0;


}
.hgrof2{
/*    top: 951px!important;*/
    position: absolute;
    bottom:6px;
}
.hgrof h3{ margin: 15px 0; }
.hgrof p{ line-height: 130%; }
.hgrof p.txtstitle{
	margin-top: 0px;
	padding-right: 10px;
}

a.maisr{
	background: url("../images/maisr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 20px;
	text-align: left;
	text-indent: -9000px;
	width: 21px;
	position: absolute;
	bottom: -18px;
	right: 8px;
	margin-top: 2px;
	margin-right: 23px;
	margin-bottom: 30px;
	margin-left: 15px;
}

/*a.maisr{background: url("../images/maisr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 20px;
    margin: 15px 20px;
    text-align: left;
    text-indent: -9000px;
    width: 21px;}*/

a.maisy{background: url("../images/maisy.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    display: table;
    height: 23px;
    position: absolute;
    bottom: 10px;
    right: 0;
    text-indent: -9000px;
}


/*Eventos*/
.eventos{margin: 20px 0;}
.col2{ margin-left: 20px; }
.title{ height: 70px; margin-bottom: 20px; }
.title h2{ color: #930E2C;
    margin: 0 0 5px;
    padding: 0; }
.title a.maistitle{
	display: block;
	height: 10px;
	text-align: left;
	text-indent: -9000px;
	width: 100%;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: right 0;
}
.title a.maistitle:after{  border-top: 1px solid #000000;
    content: "";
    display: block;
    margin-top: -10px;
    width: 92%; }

    .listadeeventos ul{ padding: 0; list-style: none;}
    .listadeeventos ul li{ 
        display: inline-block;
        margin: 10px;
        width: 390px;
        float: left;
        height: 200px;
        border-bottom:1px solid #000000;
        position: relative;
    }

/*Videos*/

.videos .title{
	height: 70px;
	margin-bottom: 20px;
}

/*Fotos*/
.fotos{ margin: 40px 0; }

/*Rodapé*/
#footer{
	padding-top: 50px ;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #930e2c;
}
#footer h3{ color: #930E2C; margin: 0 0 20px;  }
#footer .newsletter{ margin: 25px 0 0; }
#footer .newsletter input[type=text], #footer .newsletter input[type=email]{ margin: 0 0 5px; width: 100%; }
#footer .newsletter input[type=submit], button{ margin: 8px 0 0; }

#footer .reflinks ul{ padding: 0; margin: 0; list-style: none; float: left; width: 190px }
#footer .reflinks ul.linksfooterl{ margin-right: 50px; }
#footer .reflinks ul.linksfooterr{ float:right;}
#footer .reflinks ul li{  border-bottom: 1px solid #000000;
    height: 16px;
    margin: 0 0 8px;
    padding: 0;
    width: 190px; }
#footer .reflinks ul li a{ color: #000;}
#footer p{
    font-size: 14px;
}
/*SIDEBAR inclemento*/
#sidebar{
	margin-top: 85px;
}
#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;

}
#sidebar ul li,#news{
	margin: 100px 0;
}
#sidebar > ul > li:nth-child(2){
    margin-top: 115px;
}
#news form {
	margin: 0;
}
#news form input{
	margin: 10px 0;
}
#sidebar ul li:hover{
	border:1px solid  transparent;
	cursor: pointer;
}
#sidebar ul li a img{
	width: 90%;
	height: auto;
}
#st{
	height: 982px;
}
.pad_reset img{
	float: right;
}
#reset_eventos{
	margin-top: -450px;
}

#owl-demo .item img{
 
    height: auto;
}
.slide{
	float: none;
	margin: 0 auto;
    padding: 0;
}
.slide div{
	float: right;
    height: 200px;
}
.slide div p{
    margin: 40px 25px 0;
    width: 290px;
    float: left;
}
.slide #img-slide{
    float: right;
    margin-top: 20px;
}
.slide a .logogrof{
	margin-top: 65px;
}

.mapa-footer div ul:last-child{
    width: 50px;
}
.mapa-footer ul{
	padding:0;
	list-style: none;
	float: left;	
	width: 155px;
}
.mapa-footer div ul:nth-child(3){
	width: 120px;
}

.mapa-footer div{
	float: left;
	margin: 0;
}
.mapa-footer div h4{
	color: #930E2C;
	/*text-align: center;*/
    margin: 0;
}
.mapa-footer div  ul li a{
	color: #393831;
    font-size: 12px;
}
.mapa-footer div  ul li a:hover{
	text-decoration: underline;
}
/*.mapa-footer #mapa-gtt{
	margin: 0 140px;
    padding: 0 90px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
*/
.agendas{
	padding: 0!important;
}
.agendas h2{
	color:#990033;
    font-size: 24px;
}
.agendas .linha-agendas{
	width: 100%;
	height: 1px;
	background: black;
	margin: 10px 0 20px 0;
}
#slide-2 > a > img{
    width: 90px;
    height: auto;
    float: left;
    margin-top: 50px;
}

#slide-2 a p{
    width: 590px;
    float: left;
    margin: 100px 0 0 60px;
}
#slide-2 a:last-child img{
    margin-top: 150px;
}
.btn-grof p, .fotos_artigos p{
    display: block;
    height: 155px;
    color: black;
    
}
.btn-grof p a, .fotos_artigos p a{
    font-family:"Dax-Light";
    font-size: 22px;
}
.btn-grof p a,.container .row .fotos_artigos p{
    float: none;
    padding: 20px 0 0;
    display: table;    
}
.btn-grof p a:last-child{float: right;}
.container .row .fotos_artigos p{color: black;}
.btn-grof  p img, .fotos_artigos p img{
    max-width: 110px;
    float: left;
    margin-right: 20px;
}
.fotos_artigos img:last-child{
    margin-right: -30px;
}
.btn-grof a img, .fotos_artigos img:last-child{
    width: 15px;
    float: right;
    height: auto;
    transition: 0.5s;    
/*    background: url(../images/mais_yellow.png)no-repeat center center;*/
}
.btn-grof img:last-child:hover, .fotos_artigos img:last-child:hover{
    width: 20px;
}

.fotos p a button{
    border:1px solid #930E2C;
    background:transparent;
    color: #930E2C;
}
.fotos p a button:hover{
    color: #FECC09;
    border:1px solid #FECC09;
}
.fotos p{
    color: #930E2C;
}
.equipe-h3 h3{
	margin: 15px 0;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}
#reset-equipe-h3 h3{
	margin: 0 0 15px;
}
.contact-p > p:nth-child(6){
	margin: 25px 0;
}
.contact-p  p{
	line-height: 28px;
}
.slide-2 img{
    float: left;
    margin:20px 0 0 150px;
}
.slide-2 div{
    float: none;
    width: 90%;
    margin: 75px auto 0;
}
.slide-2 div p:last-child img{
    margin: 0;
    float: right;
}
.img-event {
    margin-top: 100px;
}
.p-event {
    margin-top: 25px;
}
.p-event h2{
    margin-bottom: 30px;
}

#owl-demo > div.owl-wrapper-outer > div > div:nth-child(1) > div > div > div > p:nth-child(2) > a,#owl-demo > div.owl-wrapper-outer > div > div:nth-child(3) > div > div > div > p:nth-child(2) > a{
    float: right;
    
}
#owl-demo > div:nth-child(2){
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: -30px!important;
}
#owl-demo{
    height: 240px;
}


/*galeria_2*/
.nav-galeria{
    display: table;
    float: left;
/*    margin: 10px;*/
    padding: 15px 15px 15px 0;
}
.nav-galeria-reset{
    max-width: 315px;
    height: 170px;
    border-right: 1px solid #EEEEEE;
    padding: 15px;
    
}
.nav-galeria-reset:nth-child(6){
    border:none;
    height: 80px;
}
.nav-galeria a{
    margin:2px;
}
/*
.fotos-galeria a img{
    margin: 9px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 3px;
}
*/
.fotos-galeria img{
    border: 1px solid #cccccc;
    border-radius: 5px;
     width: 165px;
    height: 115px;
    margin: 10px;
    padding: 3px;
    float: left;
}
.galeria-aljardim {
    margin: 30px 0;
}
.btn-gal{
    margin-top: 50px;
}
.btn-gal a{
    font-size: 24px;
}
.galeria-aljardim h2{
    font-size: 36px;
    font-family: "Dax-Light";
    border-bottom: 2px solid #cccccc;
/*    display: table;*/
    padding-bottom: 10px;
}
#gal h4{
    display: block;
    padding-top: 10px;
    border-top: 1px solid #CCC;
    margin-left: 10px;


}





#cep #cep-image{
    padding-top: 75px;
}
.btn-footer{
	background: white;
    color: #999999;
    border: #CCCCCC;
}

.mais-folder{
    position: absolute;
    right: 0;
    z-index: 100;
}
.galeria-aljardim > #reset-videos-galeria{
    max-width: 100%;
}
#reset-videos-galeria a{
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.galeria-video iframe{
    width: 350px!important;
    height: 195px!important;
    margin:15px; 
    float: left;   
}
.btn-id, a.active{
    background: #FECC09!important;
    color: white;
    border: none;
}
.border_mobile{display: none;}














