/* CSS Document
	Folha de Estilos RichCars Aluguéis de carros
	Desenvolvido por: Felipe Valencio / Tema de Inicialização do Bootstrap
					  fovalencio@gmail.com
					  Brasil - 2017
 */

/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
body {
  padding-bottom: 40px;
  color: #5a5a5a;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 1;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color:#555;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 400px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* 	BARRA DE MENU
------------------------------------------------- */
.menu{
	background-color:#a01c2a !important;
	color:#FFFFFF;
}

.menu a {
	color:#FFFFFF;
}

.navbar{
	margin-bottom:30px!important;
}

.navbar-brand{
	padding:1px 5px 1px 5px!important;
}

.navbar-brand img {
    box-shadow: 0px 5px 3px #999;
   /* -ms-transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
    margin-top: 10px;*/
    margin-right: 12px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF!important;
}

.navbar-default {
    background-color: #a01c2a!important;
    border-color: #a01c2a!important;
	background-image:none!important;
}

.navbar-nav>li:hover{
    background-color: #74000c!important;
}

/*.navbar {
    min-height: 70px!important;
}*/

.navbar-default .navbar-nav>li>a{
	color:#fff!important;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff!important;
    background-color: #74000c!important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #74000c!important;
}

.dropdown-menu>li>a.fa{
	background: none!important;
}

/* ITENS DA HOME
-------------------------------------------------- */

.row .box-home{
	margin-top: 20px;
}

.box-home{
	min-height:150px;
	text-align:justify;
}

.box-home h2{
	font-size: 20px;
    color: #74000c;
    text-align: center;
    font-weight: bold;
}

.foto{
	max-width: 100%;
    position: relative;
}

.bt-home{
	background-color:#74000c;
	color:#fff;
}

.bt-home:hover{
	border: solid 1px #74000c;
	color:#74000c;
	font-weight:bold;
}

.box-destaque-home{
	background-color:#74000c;
	padding:10px 5px;
	color:#fff;
	text-align:justify;
}

.box-destaque-home h4{
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
}

#box-toggle2 .caret, #box-toggle .caret{
	text-align:right;
}

.rodape {
	display:inline-flex;
	color:#74000c;
}

.rodape li{
	list-style:none;
	padding:0px 5px;
}

.rodape li a{
	color:#74000c;
}

footer{
	color:#74000c;
}

.rodape-endereco{
	text-align:right;
}

hr{
    border-top: 1px solid #74000c;
	width:90%
}

/* ITENS DE PÁGINAS INTERNAS
-------------------------------------------------- */

/* GALERIAS
-------------------------------------------------- */

.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remve the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

}
