body, html{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:100%
}
figure{
    padding: 0; margin: 0;
}

h1, h2, h3, h4{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    color:#34746e;
}

.bg-jpompeo {
    background-color: #f8f9fa;
    padding: 40px 20px;
}

.navbar-brand {
    padding-right: 0;
}

.bannerHome{
    background: url(../images/bg-home.jpg) no-repeat fixed;
    background-position: 50% 50%;
    background-size: cover;
    padding: 10% 0;
    margin-bottom: 80px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color=#30635D)";/*IE 8*/
    -moz-box-shadow: 0 0 22px -2px rgba(48,99,93,0.7) inset;/*FF 3.5+*/
    -webkit-box-shadow: 0 0 22px -2px rgba(48,99,93,0.7) inset;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 22px -2px rgba(48,99,93,0.7) inset;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=135, Color=#30635D); /*IE 5.5-7*/
}

.bannerHome .logo-banner{
    max-width: 649px;
    margin: 0 auto ;
    padding: 0 20px;
}
.contHome h2{
    margin-bottom: 20px;
}
.contHome p{
    font-size: 1.2em;
    color: rgb(129, 129, 129);
    
}
.contHContato{
    margin-top: 40px;
}
.contHContato h3{
    color:rgb(161, 161, 161);
}


.estru{
    margin-top: 40px;
}

.atendimento h2{
    margin-bottom: 40px;
}
.atendimento p{
    font-size: 1em;
}
.atendimento h3{
    color:rgb(161, 161, 161);
}
.atendimento iframe{
    margin:20px 0;
}
hr{
    margin: 30px 0;
}
.sitio{
    margin-bottom: 30px;
}
.btn-social{
    color:#ccc;
    font-size: 2em;
}
.btn-social:hover{
    color:#34746e;
}
.social{
    margin-bottom: 20px;
}
.btn {
    padding: 0 .75rem;
}

.bannerPlantas{
    background:#ccc;
    padding:60px 0;
    background: url(../images/bg-produtos.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color=#30635D)";/*IE 8*/
-moz-box-shadow: 0 0 22px -2px rgba(48,99,93,0.7) inset;/*FF 3.5+*/
-webkit-box-shadow: 0 0 22px -2px rgba(48,99,93,0.7) inset;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 0 22px -2px rgba(48,99,93,0.7) inset;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=135, Color=#30635D); /*IE 5.5-7*/
}
.bannerPlantas h2{
    color:#fff;
}


.contProdutos{
    margin-top: 40px;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    
}
.contProdutos h2{
    font-weight: 400;
}





.contProdutos .itemPlanta figcaption  {
    background: #2f746f;
    padding: 10px;
    color: #fff;
    width:100%;
    line-height: 1.2em;
          -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.contProdutos .itemPlanta:hover figcaption {
    background: #1b4240;
}


.contProdutos .itemPlanta{
    margin-bottom: 25px;
    overflow: hidden;
}

.contProdutos .itemPlanta figure{
    position: relative;
}



.contProdutos .itemPlanta a {
    text-decoration:none;
}


.nomeProduto small {
    font-size: 1.32em;
    font-style: italic;
    color: #908f8f;
}

.nomeProduto {
    margin-bottom: 30px;
}
.nomeProduto h2{
    font-weight: 700;
    margin: 0;
}
.detalhesProduto{
    margin-bottom:30px;
}
.detalhesProduto h3 {
    font-size:1.4em;
}
.detalhesProduto p{
    margin:0;
}


.diponibilidadeProduto{
    margin-bottom:30px;
}
.diponibilidadeProduto h3 {
    font-size:1.4em;
}
.diponibilidadeProduto p{
    margin:0;
}
.precoProduto{
    margin-bottom:30px;
}
.precoProduto h3 {
    font-size:1.4em;
}

.menuLocalizacao{
    background: #e9ecef;
}

.breadcrumb a{
    color: #000;
    text-decoration: none;
}
.breadcrumb a:hover{
    color: #000;
}

.filterby  .nav-link {
    color: rgba(0,0,0,.5);
    cursor: pointer;
}

.footer .ass h6 {
    font-size: .8em;
    text-align: right;
    padding: 15px 0 0 0;
}

.btn-primary {
    color: #fff;
    background-color: #2f746f;
    border-color: #2f746f; /
}

.btn-primary:hover {
    color: #fff;
    background-color: #1b4240;
    border-color: #1b4240;
}


.btn-primary:visited {
    color: #fff;
    background-color: #1b4240;
    border-color: #1b4240;
}


.btn-primary:active {
    color: #fff;
    background-color: #1b4240;
    border-color: #1b4240;
}
.carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 10px;
    color: #fff;
    text-align: left;
    background: #34746e;
}

.carousel-caption p{
    padding: 0;
    margin: 0;
}
.carousel-caption  .row{
    padding: 0;
    margin: 0;
}
.carousel-caption  .row .col-md-3{
    padding: 5px;
    margin: 0;
}
.carousel-caption  .row .col-md-9{
    padding: 5px;
    margin: 0;
}
