.col-center{
    float: none;
    margin: 0 auto;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding-top: 20px;
    padding-bottom: 0px;
}
/*.img-brand{
	width: 170px;
	height: 65px;
	margin-top: -20px;
}
.navbar-right {
    float: right !important;
    margin-right: -23px;
    margin-top:25px;
}   
.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700; 
	line-height: 26.4px; 
	font-size: 15px;
    color: #777;
}
.sucursales-inicio{
    background-color: #F5A800;
    color: #fff;
    margin-top: -70px;
    padding-top: 20px;
    padding-bottom:30px;
}
.sucursales-inicio h3{
    font-family: 'Montserrat', sans-serif;
}
.sucursales-inicio h4{
    font-family: Open Sans; 
    color: #222;
}
.btn-sucursales{
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    color:#222;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}
.btn.focus, .btn-sucursales:focus, .btn-sucursales:hover {
    background-color: #222;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}
.yeellow{
    background-color: #F5A800;
}
.yeellow h3{
    font-family: Open Sans; 
    margin-top:-22px;
    padding-bottom: 20px;
}

.footer-garen{
    background-color: #222;
    color:#fff;
    padding-top: 0px;
    padding-bottom: 100px;  
}
.footer-garen h3{
    font-family: Open Sans; 
    color: #F5A800;
}
.footer-garen p{
    font-family: Open Sans; 
    color: #fff;
}
.fotter-menu a{
    font-family: Open Sans; 
    color: #fff;
}
.img-industria{
    width: 100%;
    height: 100px;
}
.img-ance{
    width: 100%;
    height: 100px;
}
@media (min-width: 238px) {
    .img-industria{
        width: 180px;
        height: 43px;
    }
    .img-ance{
        width: 180px;
        height: 40px;
    }
}
@media (min-width: 350px) {
    .img-industria{
        width: 180px;
        height: 48px;
    }
    .img-ance{
        width: 180px;
        height: 45px;
    }
}
@media (min-width: 405px) {
    .img-industria{
        width: 100%;
        height: 60px;
    }
    .img-ance{
        width: 100%;
        height: 55px;
    }
}
@media (min-width: 768px) {
    .img-industria{
        width: 100%;
        height: 78px;
    }
    .img-ance{
        width: 100%;
        height: 75px;
    }
}

@media (min-width: 992px) {
    .img-industria{
        width: 100%;
        height: 78px;
    }
    .img-ance{
        width: 100%;
        height: 75px;
    }
}
@media (min-width: 1024px) {
    .img-industria{
    width: 100%;
    height: 93px;
    }
    .img-ance{
        width: 100%;
        height: 90px;
    }
}
@media (min-width: 1400px) {
    .img-industria{
    width: 100%;
    height: 103px;
    }
    .img-ance{
        width: 100%;
        height: 100px;
    }
}
@media (min-width: 2000px) {
    .img-industria{
    width: 100%;
    height: 100px;
    }
    .img-ance{
        width: 100%;
        height: 95px;
    }
}

.social-buton a{
    color: #fff;
    font-size: 45px;
}
.matriz h3{
    font-family: Open Sans; 
}
.matriz p{
    font-family: Open Sans; 
}
.contact{
    font-family: Open Sans; 
}
a:hover, a:focus {
    color: #F5A800;
    text-decoration: none;
}
.social-fb{
    font-size: 45px;
    padding-right: 20px;
}
.social-tw{
    font-size: 45px;
    padding-right: 20px;
}

/* ============================  PRODUCTOS  =====================================  */
.header-productos{
    background-image: url(../img/productos/banner.png);
    /*background-size: 100%;*/
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 24px;
    /*padding-bottom: 240px;*/
}
.header-productos h1{
    color: #F5A800;
    font-family: Open Sans; 
    font-weight: 900; 
}
.container-productos{
    background-color: #f2f2f2;
    padding-bottom: 100px;
    padding-top: 100px;
}
.container-productos a{
    font-family: Open Sans; 
    color: #222;
}
.container-productos a:hover{
    color: #F5A800;
    text-decoration: none;
}
.container-productos h1 {
    font-family: Open Sans,sans-serif;
    font-size: 30px;
    font-weight:800;
}
.container-productos strong {
    font-family: Open Sans; 
    font-size: 30px;
}
@media (min-width: 200px) {
    .header-productos{
        padding-bottom: 100px;
        background-size: 100% 300px;
    }
}

@media (min-width: 768px) {
    .header-productos{
        padding-bottom: 100px;
        background-size: 100% 300px;
    }
}

@media (min-width: 992px) {
    .header-productos{
        padding-bottom: 50px;
        background-size: 100%;
    }
}

@media (min-width: 1024px) {
    .header-productos{
        padding-bottom: 200px;
        background-size: 100% 360px;
    }
}
@media (min-width: 1200px) {
    .header-productos{
        padding-bottom: 240px;
        background-size: 100%;
    }
}
@media (min-width: 2000px) {
    .header-productos{
        padding-bottom: 240px;
        background-size: 100%;
    }
}
/* ============================  PRODUCTOS  =====================================  */