html{
	font-family: "Montserrat";
	overflow-x: hidden;
}
.nav-item .nav-link::after {
    display: inline-block;
    width: 0;
    height: 0;
		left: 18px;
    vertical-align: .255em;
    content: " . ";
    position: relative;
    top: 0px;
}
.nav-item:nth-child(3) .nav-link::after,
.nav-item:nth-child(4) .nav-link::after,
.nav-item:last-child .nav-link::after {
    margin-top: 15px;
    content: " " !important;
}
.trislider {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

.ocultar-md0{
	display: none;
}

.trislider .caption{
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.trislider .caption .tribox1{
	display: flex;
	justify-content: center;
	align-items: center;

}

.triportlabel{
	background-color: #db901b;
	width: 100%;
	min-height: 50px;
	bottom: 0;
	color: white;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.bg-tribrown{
	background-color: #472700;
}

.uppercase{
	text-transform: uppercase;
}
.text-tribrown{
	color: #472700;
	font-size: 20px;
	min-height: 50px;
  padding: 10px 10px 0 10px;
}

.text_banner{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 70%
}
.text_banner span{
	letter-spacing: 3px;
	font-size: 13px;
}

.noticias{
	width: 80%;
	margin-left: 15%;
}

.owl-item .item{
	text-align: center;
}

.noticias .owl-item .item{
	text-align: center;
	    width: 95%;
			left: 10px;
    position: relative;
}

#noticias h3{
	font-size: 40px;
}

.noticia{
	margin-bottom: 35px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	min-height: 380px;
}

.noticia span{
	color: #db901b;
	font-weight: 300;
    font-size: 13px;
		    padding: 10px;
}

.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: -30px;
	z-index: 9;
	position: relative;
}

.owl-theme .owl-dots .owl-dot span{
	background: #fff;
	opacity: 0.6;
}

.owl-theme .owl-dots .owl-dot.active span{
	background: #fff;
	opacity: 1;
}

.owl-theme .owl-dots .owl-dot span{
	width: 13px;
	height: 13px;
}

.noticias .owl-dots .owl-dot span{
	background: #472700;
}

.noticias .owl-dots .owl-dot.active span{
	background: #472700;
	opacity: 1;
}

.text_banner h1{
	font-weight: 300;
}

.bg-triorange, .text_banner{
	background-color: #db901b;
}

.text-triorange{
	color: #db901b;
}

.trislider .caption .tribox{
	min-height: 10px;
	background-color: #db901b;
	padding: 20px;
}

.textajustable {
	font-size: 14px;
	margin-top: 20px;
	line-height: 27px;
}

.tricontactos{
	list-style:none;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
}

.contacto_home #triform_name,.contacto_home #triform_email,.contacto_home #triform_message{
	padding: 15px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,.6)!important;
	color: white;
	width: 100%;
	margin-bottom: 5px;
}

.contacto_home #triform_name::placeholder, .contacto_home #triform_email::placeholder, .contacto_home #triform_message::placeholder{
	color: #fff!important;
}

.contacto_home .form-group,.contacto_home .form-group a{
	color: #fff;
}

.tricontactosInput:focus{
	border: 1px solid rgba(219, 144, 27, 1);
	outline:0px;
}

.tricontactosTextarea{
	padding: 15px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,.6);
	color: white;
	resize: none;
	width: 100%;
	min-height: 150px;
}

.tricontactosSubmit{
	width: 100%;
	border: 0px solid transparent;
	padding: 15px;
	color: white;
	outline: 0px;
}

.tricontactosSubmit:hover{
	background-color: #fbad35;
}

.tricontactosSubmit:active{
	background-color: #a0670d;
}

.tricontactos a{
	text-decoration: underline;
	color: rgba(219, 144, 27, 1);
}

.tricontactos a:hover{
	color: rgba(255, 255, 255, 1);
}

.tricontactos textarea:focus{

	border: 1px solid rgba(219, 144, 27, 1);
	outline:0px;
}

.tricontactos li{
	padding-bottom: 30px;
}

.tribox-caption{
	min-height: 100px;
	background-color: white;
	padding-left: 0px;
	padding-right: 0px;
	color: black;
}

.trislider .caption .tribox .tritext{
	font-weight: 300;
	color: white;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "Montserrat";
}

.tritextlight{
	font-weight: 300;
	letter-spacing: 1px;
	font-family: "Montserrat";
}

.tritextregular{
	font-weight: 300;
	font-family: "Montserrat";
}

.trislider .caption .tribox .tritittle{
	font-weight: 300;

	text-align: center;
	color: white;
	font-size: 37px;
	font-family: "Montserrat";
}

.banner_interno{
	height: 25vh;
	overflow: hidden;
	width: 100%;
}

.title_interno{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-top: -90px;
	width: 100%;
	font-weight: 300;
}

.banner_interno img{
	object-fit: cover;
	width: 100%;
}

.empresa_text h2{
	text-transform: uppercase;
	color: #472700;
	font-weight: 300;
	letter-spacing: 2px;
}

.empresa_text span{
	color: #db901b;
	text-transform: uppercase;
	letter-spacing: 1px;
		font-weight: 300;
	    font-size: 13px;
}

.empresa_text p{
	color: #472700;
	line-height: 28px;
	    margin-top: 20px;
}
.empresa_text ul li,
.servico_text ul li {
    margin-bottom: 8px !important;
    border: 0px;
    display: block;
    background: transparent !important;
		color: #472700;
		line-height: 28px;
	}
.empresa_text ul,
.servico_text ul{
		padding: 0
}

.empresa_text ul li:before,
.servico_text ul li:before {
		display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    color: #472700;
    padding-right: 5px;
}
.equipa_slide .owl-prev,.equipa_slide  .owl-next{
	position: absolute;
	top: 50%;
	left: 0;
}

.equipa_slide  .owl-next{
	right: 0;
	left: initial;
}

.equipa_slide .owl-nav{
	width: 100%;
	position: absolute;
	top: 45%;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	background: transparent;
}

.owl-nav button span{
	font-size: 31px;
	font-weight: 700;
	color: #fff;
}

.owl-nav button span:focus, .owl-nav button:focus{
	outline: 0;
}

.noticias .owl-item a:hover{
	text-decoration: none;
}

@media (min-width: 768px){
.only {
    min-height: 480px;
}
}
.legenda{
	background: #db901b;
	color: #fff;
	width: 100%;
	padding: 20px;
	text-align: left;
}

.noticia img{
    object-fit: cover;
    width: 100%;
    height: 210px;
}

.sobre_missao span, .parceiros span{
	color: #db901b;;
}

.sobre_missao h4{
	font-weight: 300;
}
.space{
	letter-spacing: 2px;
}
.missao p{
	padding-left: 20px;
	font-size: 12px;
    text-align: justify;
    line-height: 21px;
    margin-top: 24px;
}

.grafico h3{
	font-weight: 300;
	text-transform: uppercase;
	color: #472700;
}

.servico_text h3{
	color: #db901b;
	font-weight: 300;
}

.servico_text p{
	color: #472700;
}

.produtos-fruta,
.fruta{
	margin-bottom: 25px;
}

.produtos-fruta img{
	object-fit: cover;
	width: 100%;
	height: 200px;
	object-position: center;
}
.fruta img{
	object-fit: cover;
	width: 100%;
	height: 150px;
	object-position: center;
}

.produtos-fruta span,
.fruta span{
	width: 100%;
    text-align: center;
    background-color: #db901b;
    display: block;
    color: #fff;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
}

.produtos-fruta a:hover,
.fruta a:hover{
	text-decoration: none;
}

.ficha_tecnica{
	background-color: #db901b;
	color: #fff;
	padding: 10px 35px;
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
}
.ficha_tecnica:hover{
	color: #fff;
	text-decoration: none;
}

.fruta_text p{
	color: #472700;
	text-align: justify;
}

.fruta_text h2{
	text-transform: uppercase;
	color: #472700;
	font-weight: 300;
	letter-spacing: 2px;
}
.fruta_text span{
	color: #db901b;
	text-transform: uppercase;
	letter-spacing: 1px;
		font-weight: 300;
	    font-size: 13px;
}

.fruta_text p {
	color: #472700;
    line-height: 28px;
    margin-top: 20px;
}

.noticia_p{
	margin-bottom: 35px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	min-height: 380px;
	text-align: center;
}

.noticia_p img{
    object-fit: cover;
    width: 100%;
    height: 210px;
}

.noticia_p h3{
	font-weight: 300;
	color: #472700;
	padding: 5px 10px;
	text-transform: uppercase;
}

.noticia_p span{
	color: #db901b;
	letter-spacing: 1px;
	font-weight: 300;
    font-size: 13px;
    padding: 10px;
}

.noticia_p  a:hover{
	text-decoration: none;
}

.pagination-sm .page-link{
	color: #fff;
	background-color: #472700;
	padding: 10px 15px;
	border: none;
}

.pagination{
    text-align: center;
    display: inline-flex;
}

.page-item.active .page-link{
	background-color: #db901b;
	border: none;
}

.contactos h3, #contact_form h3{
	color: #472700;
	font-weight: 300;
	text-transform: uppercase;
}

.contactos i{
	color: #db901b;
	    font-size: 21px;
}

.contactos span, .contactos a{
	color: #472700;
}

#contact_form input[type="text"], #contact_form textarea, #contact_form input[type="email"]{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding: 8px 12px;
	border: solid 1px #472700;
}

#contact_form input[type="text"]::placeholder, #contact_form textarea::placeholder, #contact_form input[type="email"]::placeholder{
	color: #472700;
}

.form-group, .form-group a{
	color: #472700;
}

.form-group button{
	background-color: #db901b;
	color: #fff;
	padding: 8px 30px;
	border: 0;
}



.trislider li {
	list-style:none;
	padding: 0px;
	display: none;
}

.trislider li img {
	width: 100%;
}

.img-fluid{
	width: 100%;
}

.tribox-shadow{
	-webkit-box-shadow: 3px 3px 10px 0px rgba(138,138,138,1);
	-moz-box-shadow: 3px 3px 10px 0px rgba(138,138,138,1);
	box-shadow: 3px 3px 10px 0px rgba(138,138,138,1);
}

.tripagination{
	bottom: 0;
	left: 0;
	text-align: center;
	justify-content: center;
	align-items: center;
	list-style:none;
	padding: 0px;
	position: absolute;
	width: 100%;
}

.tripagination li{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	color: rgba(86,86,86,.4);
}

.tripagination li:hover{
	color: rgba(86,86,86, 1);
}

#thumbs .item{
	width: 100%;
	height: 90px;
}

#thumbs .item img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

#thumbs, #thumbs2{
	margin-top: 15px;
}

#big.owl-theme .owl-nav{
	position: absolute;
	top: 49%;
	color: #fff;
	width: 100%;
}

#big .owl-next{
	float: right;
}

#big .owl-prev{
	float: left;
}

#triLogo2{
	display: none;
}

@media only screen and (max-width : 991px){
	.textajustable {
		font-size: 12px;
		margin-top: 10px;
	}
	.ocultar-md0{
		display: none;
	}
}
@media only screen and (min-width: 992px){
	.ocultar-md0{
		display: inline-block;
	}
}

@media only screen and (min-width : 768px){
	.trislider .caption{
		font-size: 14px;
		margin-top: 20px;
	}

	.trislider .caption{
		display: flex;
	}

}

@media only screen and (max-width : 767px){
	.trislider .caption{
		display: none;
	}

	.produtos-fruta img{
		height: 130px;
	}

	.triportlabel{
	    min-height: 40px;
		font-size: 15px;
	}

	.banner{
		margin-top: 52px;
	}
	.text_banner h1{
		font-size: 18px;
	}
	.text_banner span{
		display: none;
	}
	.text_banner{
	    width: 70%;
	}
	#mainNav{
		padding-top: 0;
		padding-bottom: 0;
	}
	#mainNav .navbar-toggler{
		max-height: 100px;
		height: 50px;
	}
	section {
	    padding: 4rem 0;
	}
	.noticias{
		width: 90%;
		margin-left: 5%
	}
	.text_banner{
		top: 30%;
	    padding-top: 10px;
    	padding-bottom: 0px;
	}
	.fruta img{
		height: 140px;
	}
	.title_interno{
		font-size: 22px;
	}
	.noticia_p img{
		height: 120px;
	}
	.noticia_p{
		min-height: 330px;
	}
	#btn_menu{
		position: fixed;
		top: 30px;
		right: 1%;
    	z-index: 9999;
    	border-radius: 50%;
	    width: 40px;
    	height: 39px;
    	background-color: #fff;
    	color: #db901b;
		padding: 8px 12px;
		font-size: 17px;
		border: solid 0;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	}
	#triLogo2{
	    max-height: 100px;
    	height: 50px;
    	display: block;
	}
	.nav-item:nth-child(3) .nav-link::after,
	.nav-item:nth-child(4) .nav-link::after,
	.nav-item:last-child .nav-link::after {
	    margin-top: 0px;
	    content: "." !important;
	}
}
