/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 100px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: auto;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
	min-height:100%!important;
    max-height: 220px;
}


footer {
    margin: 50px 0;
}



.logo-box{ position:relative; width:100%;}

.logo{
	
	width:100%;}

.preco {
   
    top: 0px;
    background-color: #32a3cb;
    color: #fff;
	min-height: 40px;

}


.preco:hover{
	
	 top: 0px;
    background-color:#1087E0;
    color: #fff;
	min-height: 40px;
	transition:0.4s;
	
	}
.antes{text-decoration: line-through; color:#D9D9D9}


.antes:before{ content:'Antes '}
.depois:before{content:' Agora '}

.desconto:before{ content:'Ver Mais'}


a:hover{
    text-decoration:none;
}

.desconto{
	
	text-decoration:none;
    color: #fff;
    padding: 10px;
    background: #7ac323;
    font-size: 1.2em;
    font-weight: 500;
    margin: 10px;
	transition: 0.4s;}
	
	.desconto:hover{
	
	text-decoration:none;
    color: #fff;
    padding: 10px;
    background: #077503;
    font-size: x-large;
    font-weight: 500;
    margin: 10px;
	border-radius:5px;
	font-size:1.5em}
	
	
	
	
	.navbar-inverse {
    background-color: #7ac323!important;
    border-color: #7ac323;
    color: #fff;
	box-shadow:rgba(112,112,112,1.00);
}

.triangle-bottomright {
	width: 0;
	height: 0;
	border-bottom: 100px solid #7ac323;
	border-left: 100px solid transparent;
}


.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.loguinho{
    float: right;
    margin: 25px;

}

.texto:after{ content:'...'}

.carousel-holder{ border-top:thick; border-color:#7ac323;}


.title{ 
background:#7ac323;
padding:20px;
color:#FFFFFF;
font-weight: bold;
font-size:2em;
margin-bottom:20px;
border-top-left-radius:10px;}





.produtos{background:#7ac323!important;}

.hoteis{background:#B20F79!important;}

.restaurantes{background:#FF9700!important;}

.actividades{background:#CE0E11!important;}

.bemestar{background:#DE1371!important;}





.hover-img{
	 padding:0px;
	width:auto;
  transition: 1s;
	 }
	 
	 .hover-img:hover{
		 padding:30px;
		 transition: 1s;
	 }

.spacerMotherfucker{width:100%;
height:40px;
position:relative;
padding-top:50px;
background:hsla(359,100%,50%,1.00);}

@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
}


.navbar-inverse .navbar-toggle {
    border-color: #f5f5f5!important;
}

@media (max-width: 680px){
    .hideMobile{ display:none}
	.carousel-indicators{ display:none}
}
}


