/*Stylesheet*/


/*---------------------------------------------------
General Stylings
---------------------------------------------------*/
.relative{ position: relative;}
.absolute{ position: absolute;}
.fixed{position: fixed;}


/* Backgrounds */
.dark-bg{
	background-color: #333;
}

.light-bg{
	background-color: #f4f4f4;
}


/* Text Colors */
.txt-white{	color: #fff;}


/*Headings*/
h1,h2,h3,h4,h5,h6{
	margin: 0px;
}

h1{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
}

h2{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;	
}

h3{
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .4px;
}


/* Buttons */
.btn-model, a.btn-model {
  padding: 10px 30px !important;
  border: none;
  text-transform: uppercase;
  font-size: 12px !important;
  text-decoration: none;
  background-color: #a30046;
  color: #fff !important;
  font-weight: 400 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-model:hover,
.btn-model:focus,
a.btn-model:hover,
a.btn-model:focus{
	font-weight: 400;
	color: #fff;
  	background: #333;
	text-decoration: none;
    outline: none;
}
.btn-model:active{
	cursor: pointer !important;
}


.btn-model.btn-small,
a.btn-model.btn-small{
	padding: 8px 26px;
	font-size: 11px;
}

.btn-red{
	background-color: #a30046;
	color: #fff;
}
.btn-red:hover{
	background-color: #333;
	color: #fff;
}


/* Inputs */
.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="date"],
.form input[type="color"],
.form select{
	border: 1px solid #ccc;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus,
.form select:focus{
	border: 1px solid #a30046;

	-webkit-box-shadow: 0 0 2px rgba(0,0,0, .3);
	-moz-box-shadow: 0 0 2px rgba(0,0,0, .3);
	box-shadow: 0 0 2px rgba(0,0,0, .3);
}


.form textarea{
	border: 1px solid #ccc;
	resize: none;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form textarea:focus{
	border: 1px solid #a30046;

	-webkit-box-shadow: 0 0 2px rgba(0,0,0, .3);
	-moz-box-shadow: 0 0 2px rgba(0,0,0, .3);
	box-shadow: 0 0 2px rgba(0,0,0, .3);
}

*::-webkit-input-placeholder{
	font-style: italic;	
}
*::-moz-input-placeholder{
	font-style: italic;	
}
*:-ms-input-placeholder{
	font-style: italic;	
}

/*---------------------------------------------------
Navigation Section
---------------------------------------------------*/
.navigation{
	height: auto;
	margin-bottom: 0;
}

.navbar-default{
	background-color: #fff;
}

.navbar-brand{
	height: auto;
}

.navbar-right{
	margin-top: 28px;
}



/*---------------------------------------------------
Content Section
---------------------------------------------------*/
.content-section{
	width: 100%;
	display: block;
	position: relative;
	padding: 80px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}



/*---------------------------------------------------
Slider Section
---------------------------------------------------*/
.content-slider{
	min-height: 450px;
	background-attachment: initial;
	color: #fff;
}


.content-slider h1{
	font-size: 24px;
}





/*---------------------------------------------------
Slider Section
---------------------------------------------------*/
.about-section{
	font-size: 18px;
	line-height: 1.4;
}

.about-section {}


/*---------------------------------------------------
Last News Section
---------------------------------------------------*/

.last-news .more-news{
	font-size: 11px !important;
	letter-spacing: 0.8px;
	color: #969696;
	font-weight: 400;
}

.last-news .more-news:hover{
	text-decoration: underline;
}


.news-prev-img{
	position: relative;
	margin-bottom: 15px;
}

.news-prev-img img{
	width: 100%;
}


.news-info{
	font-size: 11px;
	color: #969696;
}

.news-prev-text{
	font-size: 12px;
	color: #616469;
}



/*---------------------------------------------------
News Page 
---------------------------------------------------*/
.archive-element{
	margin-bottom: 60px;
}

.archive-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive-content ul li{
	color: #464646;
	line-height: 1.2;
	padding: 10px 0;
}
.archive-content ul li:first-child{
	padding-top: 0;
}

.archive-content ul li a{
	color: #464646;
	line-height: 1.2;
}

.archive-content ul li a:hover{
	text-decoration: none;
	color: #a30046;
}

/* Avisos */
.archive-advice{
	border-bottom: 1px solid #eaeaea;
}

.archive-advice:first-child{
	padding-top: 0px;
}

.archive-advice a{
	font-weight: bold;
	text-transform: capitalize;
}

.archive-content ul li .published{
	display: block;
	font-size: 10px;
	color: #969696;
}

/* Vídeos */
.archive-advice .video-link{
	max-width: 70px;
	float: left;
}
.archive-advice .video-link img{
	display: block;
	max-width: 100%;
}

.archive-advice .video-desc{
	margin-left: 80px;
	max-width: 100%;
}

/* Arquivos */
.archive-content .archive-data{
	border-bottom: none;
	padding: 5px 0;
}
.archive-content .archive-data a{
	font-weight: 700;
}
.archive-content .archive-data a .published{
	display: inline-block;
}


/* Pagination */
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span{
	border-radius: 0;
}
.pagination>li>a{
	margin-left: 2px;
}
.pagination>li:first-child>a{
	margin-left: 0px;
}
.pagination>li>a{
	color: #969696;
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>a.active{
	color: #a30046;
}

/*---------------------------------------------------
News Detail Page 
---------------------------------------------------*/
.news-highlights-text{
	font-size: 16px;
	font-weight: 700;
	color: #616469;
}

.news-prev-img img{
	width: 100%;
}

.news-text{
	color: #616469;
}

.news-text a{
	color: #a30046;
	font-weight: 700;
}



/*---------------------------------------------------
Meal Section
---------------------------------------------------*/
.meal-section{
	color: #fff;
}

.meal-section .quote{
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.meal-section .quote span{
	font-size: 10px;
	color: #969696;
}

.meal-content .ementa-dl{	
	display: block;
	margin-top: 35px;
	margin-bottom: 70px;
}

.meal-content .ementa-dl a{
	display: block;
	color: #fff;
	margin-bottom: 5px;

	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.meal-content .ementa-dl a:hover{
	text-decoration: none;
	color: #969696;
}




/*---------------------------------------------------
Gallery Section
---------------------------------------------------*/
.last-images .more-news{
	font-size: 11px !important;
	letter-spacing: 0.8px;
	color: #969696;
	font-weight: 400;
}

.last-images .more-news:hover{
	text-decoration: underline;
}

.gallery-img{
	position: relative;
}

.gallery-img img{
	width: 100%;
}

.pp_social{
	display: none;
}



/*---------------------------------------------------
Footer
---------------------------------------------------*/
footer{
	width: 100%;
	display: block;
	position: relative;
	padding: 40px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-dark{
	background-color: #333;
	color: #969696;
}

.footer-dark p{
	color: #969696;
}

.footer-dark a{
	color: #969696;
}


.social-links a{
	display: inline-block;
	margin-left: 8px;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.7);

	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.social-links a:nth-last-child{
	margin-left: 0;
}

.social-links a:hover{
	color: rgba(255, 255, 255, 1);
}

/*---------------------------------------------------
Powered by Peakit
---------------------------------------------------*/
.pbp{
	padding: 15px 0;
}








@media only screen and (max-width: 767px){
	.social-links{
		text-align: left !important;
	}

	.social-links a{
		margin-left: 0;
		margin-right: 8px;
	}

	.social-links a:nth-last-child{
		margin-right: 0px;
	}


	.last-news .more-news{
		float: none !important;
		display: block;
		margin-top: 10px;
	}
}




/* ==============================
   Bootstrap multicolumn grid
   ============================== */

/* clear the first in row for any block that has the class "multi-columns-row" */
.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {
	/* reset previous grid */
	.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

	/* clear first in row for small columns */
	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) {
	/* reset previous grid */
	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	/* clear first in row for medium columns */
	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) {
	/* reset previous grid */
	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	/* clear first in row for large columns */
	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }
}
