@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

html {
    position: relative;
    min-height: 100%;
}

body {
    background: #fff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #64686d;
    line-height: 26px;
    margin: 0 0 200px; /* altura do seu footer */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
a {
  color: #666;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #da251c;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
#topo {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+2,474747+32,666666+75,666666+100 */
    background: #131313; /* Old browsers */
    background: -moz-linear-gradient(top,  #131313 2%, #474747 32%, #666666 75%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#131313), color-stop(32%,#474747), color-stop(75%,#666666), color-stop(100%,#666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #131313 2%,#474747 32%,#666666 75%,#666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #131313 2%,#474747 32%,#666666 75%,#666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #131313 2%,#474747 32%,#666666 75%,#666666 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #131313 2%,#474747 32%,#666666 75%,#666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

.fone {
    font-size: 24px;
    margin-top: 10px;
}

.fone-topo {
    margin-top: 4.5%;
}

address span {
    position: absolute;
    margin-top: -20px;
}

.facebook {
    position: absolute;
    top: 80px;
    left: 87%;
}

.titulos {
  font-size: 34px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.titulos:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.titulos:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #da251c;
}
.btn {
  border-width: 0;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #da251c;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #333;
  color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #da251c;
    display: block;
}

.btn-success:hover {
    color: #fff;
    background-color: #333;
    display: block;
}

.realce {
    font-weight: bold;
    color: #b7bddd;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}

.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 10px 10px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(183, 189, 221, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+0,da251c+100 */
    background: #131313; /* Old browsers */
    background: -moz-linear-gradient(top,  #131313 0%, #da251c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#131313), color-stop(100%,#da251c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #131313 0%,#da251c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #131313 0%,#da251c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #131313 0%,#da251c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #131313 0%,#da251c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#da251c',GradientType=0 ); /* IE6-9 */
    position:absolute;
    bottom:0;
	width:100%;
    height: 150px; 
}

#footer-resp {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+0,da251c+100 */
    background: #131313; /* Old browsers */
    background: -moz-linear-gradient(top,  #131313 0%, #da251c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#131313), color-stop(100%,#da251c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #131313 0%,#da251c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #131313 0%,#da251c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #131313 0%,#da251c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #131313 0%,#da251c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#da251c',GradientType=0 ); /* IE6-9 */
    position:absolute;
    bottom:0;
	width:100%;
    height: 200px; 
}

#footer-resp a {
  color: #fff;
}
#footer-resp a:hover {
  color: #da251c;
}

#footer a {
  color: #fff;
}
#footer a:hover {
  color: #da251c;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/*****************
****** map contato *****
***********************/

.cor-modal {
    color: #FFFFFF;
}

#slider {
    margin-top: -20px;
}

.carousel-caption {
    top: 40%;
    color: #FFFFFF;
    text-shadow: -2px 3px 2px rgba(0, 0, 0, 1);
    font-size: 44px;
}

.espacamento {
    padding: 50px 50px;
}

.espaco-vertical {
    margin-bottom: 10px;
}

.espaco-vertical-20 {
    margin-top: 20px;
}

espaco-horizontal-10 {
    padding: 10px 10px 10px 10px;
}

.home {
    margin-bottom: 20px;
    margin-top: 50px;
}

.box-280 {
    width: 270px;
    height: 340px;
}

.box-500 {
    
    height: 500px;
}

.box-260 {
    width: 270px;
    height: 300px;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thumbnail {
    margin-right: 10px;
}

.mag {
    width: 600px;
    float: left;
}
    
.mag img {
    max-width: 100%;
} 

.magnify {
    position: relative;
    cursor: none
}

.magnify-large {
    position: absolute;
    display: none;
    width: 300px;
    height: 300px;

    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.separa {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}

.borda-bike {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.titulo-bike {
  height: 40px;
}

.imagens-ajustadas {
    width: 100%;
    height: 360px;
    object-fit: contain;
}