/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

#carouselExampleIndicators {
	margin-bottom: 30px;
}

.carousel-item {
  height: 85vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.navbar-brand {padding: 0}

.fixed-top {
  background: url(../img/bg-topo.jpg);
}

.nav-link {
  color: #007f42 !important;
  font-size: 18px;
  font-weight: 700;
  padding: 7px !important;
  margin: 0 7px !important;
  border-radius: .4em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-link:hover {
   color: #FFF !important;
   background-color: #007f42 !important;
}

.dropdown-menu {
  border: 1px solid #007f42;
}

.dropdown-item {
  color: #007f42 !important;
}

@media (max-width: 600px) {
	#mascote-topo {
		display: none;
	}
	.carousel-item {
	background-size: contain;
	height: auto;
	margin: -45px 0 -40px 0;
	}
}

.carousel-caption h3 {
	font-size: 36px;
	background-color: #007f42;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	clear: both;
	margin-bottom: 10px;
	border-radius: .4em;
}

.carousel-caption p {
	background-color: #a3cf7f;
	display: inline;
	padding: 5px 10px;
	color: #007f42;
	border-radius: .4em;
}

.card {
border: 1px solid #a3d07f;
}

.card-body{
	background: url(../img/bg-card-title.jpg) repeat-x top;	
}

.card-title a {
	color: #007f42 !important;
	font-weight: 700;
}

h4.card-title {
	font-weight: 700;
	color: #007f42;
	width: 100%;
 }

.speech-bubble {
	position: relative;
	background: #dbf6c5;
	border-radius: .4em;
	padding: 20px 20px 10px 20px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40%;
	width: 0;
	height: 0;
	border: 41px solid transparent;
	border-right-color: #dbf6c5;
	border-left: 0;
	border-bottom: 0;
	margin-top: -20.5px;
	margin-left: -41px;
}

.speech-bubble h2 {
	color: #007f42;
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 20px;
}

.speech-bubble a:hover {
	color: #007f42;
	text-decoration: underline;
	}


@media (max-width: 900px) {
	#mascote_home {
	display: none;
	}
	
	.speech-bubble:after {
	display: none;
	}

}

.titulo {
  background: url(../img/bg-h1.jpg) repeat-x center;
  margin-top: 120px;
  padding: 10px;
  border-radius: .4em;
}

.titulo h1{
  font-weight: 700;
  font-size: 35px;
  color: #007f42;
  text-shadow: 1px 1px #003118;
}

@media (max-width: 600px) {
	.titulo {
  	margin-top: 30px;
	}
	.titulo h1{
  	font-weight: 700;
  	font-size: 27px;
  	color: #007f42;
  	text-shadow: 1px 1px #003118;
	}
}

.container h2 {
  font-weight: 700;
  font-size: 25px;
  color: #007f42;
}

.container h3 {
  font-weight: 600;
  font-size: 16px;
  color: #007f42;
  margin-top: 20px;
}

hr {
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #fff, #007f42, #fff);
  background-image: -moz-linear-gradient(left, #fff, #007f42, #fff);
  background-image: -ms-linear-gradient(left, #fff, #007f42, #fff);
  background-image: -o-linear-gradient(left, #fff, #007f42, #fff); 	
}

.hr-div {
	margin-bottom: 20px !important;	
}

@media (max-width: 600px) {
	.hr-div {
	margin-bottom: 10px !important;	
	}
}

/* Índices nutricionais */

#tabela_comp {

    width: 100%;

    margin-bottom: 15px;
	
	clear: both;

}



#tabela_comp label, span {

    display: inline-block;

	margin: 0 0 10px 0;

}


#tabela_comp label {

    width: 60%;

    text-align: left;
	
	background: url(../img/dot.jpg) bottom repeat-x;
	

}


#tabela_comp label p {
	
	display: inline-block;
	
	margin: 0;
	
	background-color: #FFF;

	}


#tabela_comp span {

	width: 40%;

}

.container .list-inline {
  padding-left: 0;
  list-style: none;
}

.container .list-inline-item {
  display: inline-block;
  width: 19%;
  font-size: 14px;
  text-align: center;
	margin-right: 0 !important; padding-right: 0.5em;
}

.container .list-inline-item:not(:last-child) {
  margin-right: 0 !important;
	padding-right: 0.5em;
	width: 19%;
}


/* Google Maps */

#map {
    width: 100%; height: 400px; margin: 40px 0 -20px 0;
}

.info-window {
    font-family: 'Montserrat', sans-serif;
}
.info-content {
    color: #999;
}

.text-muted {
  font-size: 12px;	
  color: #777777;
  margin-top: 20px;
}

a.contato {
	color: #000;
}

a.contato:hover {
	color: #000;
	text-decoration:  underline;
}

i.contato {
	color: #007f42;
}

#endereco {
  background: url(../img/bg-rodape.jpg) repeat-x;
  margin: 20px 0 0 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

#endereco span {
 text-align: center;
}

footer {
  padding: 25px 0;
  font-size: 13px;
  background-color: #e7f1d0;
}

.dados_rodape {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b5d991;
}

.dados_rodape h4 {
  color: #007f42;
  font-size: 18px;
  font-weight: bold;
}

.contato_rodape i {
  color: #007f42;
}

.contato_rodape a {
  color: #000;
}

.redes {
  text-align: right;
}

footer .list-inline {
  float: right;
}

footer .list-inline-item {
  display: inline-block !important;
	  margin-right: 0.5rem !important;
	width: 35px !important;
}

footer .list-inline-item:not(:last-child) {
  margin-right: 0.5rem !important; width: 35px !important;
}

@media (max-width: 400px) {
.dados_rodape {
  text-align: center;
}
.contato_rodape {
  margin-top: 20px;
}
.redes {
  text-align: center;
  margin-top: 20px;
}
footer .list-inline {
  float: none;
}
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  text-align: left;
  display: block;
}

footer ul.quicklinks {
  font-size: 80%;
  line-height: 25px;
  margin-bottom: 0;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
  text-align: center;
}

ul.social-buttons li a {
  font-size: 18px;
  line-height: 32px;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFF;
  border-radius: 100%;
  outline: none;
  background-color: #007f42;
  text-align: center;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #00522b;
}

footer span.desenvolvido {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  text-align: right;
  display: block;
}

@media (max-width: 400px) {
footer span.copyright {
  text-align: center;
}
footer span.desenvolvido {
  text-align: center;
}

}