/* NAVEGACIÓN */
.navbar-default .navbar-nav>li:hover>a, .navbar-nav li:hover .dropdown-menu {
    color: #FFF;
    background: #e94e1b;
}
.dropdown-menu>li:hover>a {
    color: #FFF;
    background: #e94e1b;
}
.navbar-default .navbar-nav>li>a.active {
    color: #FFF;
    background: #e94e1b;
}
.dropdown-menu {
    background: #fff !important;
    border-top: none;
    padding: 0;
    border-bottom: 7px solid #b8b8b8;
    border-top: 5px solid #b8b8b8;
    min-width: 200px;
}


/*BANNER*/
.slidertext1{
    text-shadow: none;
}
.slidertext3 a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 34px;
    text-transform: uppercase !important;
    text-align: left;
    background-color: #e94e1b;
    cursor: pointer;
    outline: none;
    border: none;
     border-radius: 25px;    
}

/*ESTRUCTURA*/

.inner-heading-motores2{background:url(../images/top_banner_motor_ingresoll.png) no-repeat; background-size:cover; padding:80px 0;}
.inner-heading-ollas {background:url(../images/titulo_ollas.png) no-repeat; background-size:cover; padding:80px 0;}
.inner-heading-compresor {background:url(../images/titulo_compresor.png) no-repeat; background-size:cover; padding:80px 0;}
.inner-heading-reparacion {background:url(../images/top_banner_reparacion.png) no-repeat; background-size:cover; padding:80px 0;}
.inner-heading-perforadoras {background:url(../images/top_banner_perforadoras.png) no-repeat; background-size:cover; padding:80px 0;}
.inner-heading-motores {background:url(../images/top_banner_motores.png) no-repeat; background-size:cover; padding:80px 0;}
.inner-heading-acero {background:url(../images/top_banner_acero.png) no-repeat; background-size:cover; padding:80px 0;}
.inner-heading-contacto {background:url(../images/top_banner_contacto.png) no-repeat; background-size:cover; padding:80px 0;}
.inner-heading-sandblast {background:url(../images/top_banner_sandblast.jpg) no-repeat; background-size:cover; padding:80px 0;}
.inner-heading-rep-deutz {background:url(../images/titulo_rep_motores_deutz.png) no-repeat; background-size:cover; padding:80px 0;}
.inner-heading-mangueras {background:url(../images/top_banner_mangueras.png) no-repeat; background-size:cover; padding:80px 0;}

@media screen and (max-width: 768px) {
.inner-heading-ollas {background:url(../images/titulo_ollas_phone.png) no-repeat; padding:100px 0;}
.inner-heading-perforadoras {background:url(../images/top_banner_perforadoras_phone.png) no-repeat; padding:80px 0;}
}

.quote-wrap {
    background: #e94e1b;
    padding: 30px 0;
}
.about-image img {
  /*  box-shadow: 9px 9px 0px 0px rgb(127, 46, 16);*/
}
.testi-info p:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    top: -5px;
    left: -29px;
    color: rgba(217, 66, 10, 0.35);
    font-size: 43px;
    font-style: normal;
}
.testimonials-wrap {
    background: none;
    background-color: #333;
}
.porfolio-wrap .content h3 a {
    text-decoration: none;
    color: #ff8962;
}
.footer-wrap h3:before {
    background: #E6511F;
}
.email-us {
    margin-top: 10px;
    position: relative;
    padding-left: 22px;
}
.email-us a {
    color: #fff;
    font-size: 14px;
}
.call-us a:hover, .email-us a:hover {
    color: #E6511F;
}
.email-us::before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 14px;
    color: rgb(166, 166, 166);
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 400;
}
.footer-links li a:hover {
    color: #E6511F;
}


/*TIPOGRAFIA*/
h1 span {
    color: #e94e1b;
}
h1:before {
    content: "";
    background: #e94e1b;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -40px;
}
h1.tipo_blanca{
    margin-bottom: 20px !important;
}
h1.tipo_blanca:before {
    content: none;
    background: none;
    width: 0px;
    height: 0px;
    position: static;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
h2{
    color:#e6511f !important;
}
.tipo_blanca{
    color: #fff !important;
}
.tipo_sandtec{
    color: #e6511f !important;
}
span.sombra{
    /*text-shadow: -1px 3px 3px rgba(20, 20, 20, 1);*/
}
span.sombra2{
    /*text-shadow: -1px 2px 2px rgba(0, 0, 0, 1);*/
}