/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height: 100%;
    font-family:source sans pro, pt sans, arial, sans-serif; 
font-size: 15.2px;
 }



#logo {
 	width:340px;
}

#map-canvas, #map-input {
 	height:220px;
}

h2 {
font-size: 28px;
font-weight: bold;
text-transform: uppercase;
    
}

#fb  {
    padding:25px;
    text-align:right;
    white-space: nowrap ;

 /* change this to change the background color of a colored section */
}


#fb i {

    font-size:30px;
 /* change this to change the background color of a colored section */
}

header  {
    margin-top:20px;
    min-height:80px;
 /* change this to change the background color of a colored section */
}


navbar-header {
    height:120px;
      background-color: red;

    
 /* change this to change the background color of a colored section */
}


body {
  padding-top: 0;
 /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #e1e1e1;
 /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 45%;

}


.carousel-inner {
  height: 100%;
    background-color:black;

}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.carousel-control {

  background-color: none;
}


#carro , #myCarousel {

  background-color: black;
}


header a:hover {

  text-decoration:none;
}

.section {

  padding:20px 0;
}



.carousel-caption {
    width:33%;
bottom:0;
      padding: 20px;
      margin:0 ;
          left:0;
      margin-top: 10px;
        background-color:rgba(255,255,255,0.3);
    text-align: left;
text-shadow: none;

}


.carousel-indicators{
   text-align: right;
    top:10%;


}


.carousel-caption h2{
    margin-bottom:10px;
    font-weight:normal; 
    display:inline !important;
font-size:20px;
    margin-right:20px;


}

.carousel-caption p{
        margin-bottom:10px;
     white-space: nowrap ;
    display:inline !important;



}


.carousel-control .icon-prev, .carousel-control .icon-next{
   font-size:60px;
    top:18%;


}




/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

#contactos {
  text-align:center;
}

.glyphicon {

    margin: 5px;

}

#contactos {

background-color:#292929; 
    color:white;
    padding:20px;

}


.glyphicon-envelope 
{
margin-left: 30px;
}





/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 40%;
 /* increases the carousel height so it looks good on phones */
  }
    
    
    
.carousel-caption {
    width:100%;


}
 #fb i {

    font-size:16px;
 /* change this to change the background color of a colored section */
} 
    
    #logo {
 	width:260px;
}
    
}


@media (max-width: 760px) {
#fb  {
    padding:10px;
    text-align:left;

}
    }






