section{
    height: 100vh;
}

.line {
    width: 70px;
    height: 1px;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #000;
    margin: 0 auto 45px;
    padding: 5px;
}
.line:after, .line:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.line:before {
    border-top-color: #000;
    border-width: 6px;
    margin-left: -6px;
}
.line:after {
    border-top-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

/**** HEADER ****/
header{
    margin-bottom: 40px;
}
.navbar-superior{
    color:#fff;
    padding:5px;
    border-bottom: 1px solid #828282;
}
.navbar-text-left{
    text-align: left;
}
.navbar-text-left a{
    text-decoration: none;
    color:#fff;
}
.navbar-text-right{
    text-align: right
}
.navbar-phone{
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 17px;
    color: #ec1b23;
    font-weight: 700;
}

/**** CaTALOGO ****/
.ver-catalogo span{
    padding:10px;
    background: #2B2B2B;
    border-radius: 5px;
}
.ver-catalogo a{
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
}

/*** NAVBAR ***/
.main-nav {
    background: rgba(0,0,0,0.85);
    
}
.navbar-header img{
    max-width: 170px;
    margin-bottom: 0px;
}
.navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    line-height: 35px;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: #d61e1a;
}

/**** PRODUCTOS ****/
#productos{
    margin-bottom: 80px;
}

#productos img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:20px;
}

#productos img:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
 
}

/**** CONTACTO ****/
#google-map{
    height: 400px;
    width: auto;
}

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

footer{
    background-color: #2b2b2b;
    margin-bottom: 0px;
}
#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0
}
.footer-top h1{
    color:#fff;
    margin-top: 0px;
    border-bottom: 1px solid #fff;
}
.footer-top h3{
    font-size: 18px;
}

#footer .footer-bottom {
  background-color: #2B2B2B;
  border-top: 1px solid #828282;
  color:#fff;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
  max-width: 250px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}

.footer-title{
    color:#EC1B23;
    text-transform: uppercase;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.list-unstyled a{
    color:#fff !important;
}