#contact-form p a {
    color: #ffffff !important;
}  
.overlay-black-light:after, .overlay-black-middle:after, .overlay-black-dark:after {
    background: #26334d;
}
footer .site-button.outline.white {
    color: #ffffff;
    border-color: #ffffff;
}
footer p {
    font-size: 16px !important;
}
.testimonial-8 {
    margin: 100px 0;
} 
.testimonial-8 h1 {
    color: var(--color-secondry);
}
.testimonial-8 .testimonial-text { 
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0 !important;
    padding: 50px 25px !important;
}  
.testimonial-8 .testimonial-text p {
    font-size: 18px;
    font-weight: 500;
} 
#mision-vision p {
    font-size: 18px;
    font-weight: 600;
}  
#mision-vision .text-center {
    position: relative;
} 
#mision-vision .text-center:first-child:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    right: -25px;
    background: #fff;
    top: 0;
    opacity: .2;
}
.bg-secondary {
    background-color: var(--color-secondry) !important;
}
.bg-secondary h2,
.bg-secondary p {
    color: #ffffff;
}
#maquila-doblez .our-story p {
    color: #ffffff !important;
}
#our-products .icon-lg a {
    display: block;
    height: 98px;
    width: 70px;
    cursor: default;
}
#our-products #racks a {
    background: url(../images/icon/racks-blue.png) no-repeat center center;
}
.service-box.style3 .icon-bx-wraper#racks:hover > .icon-lg a {
    background: url(../images/icon/racks-white.png) no-repeat center center !important;
}
#our-products #doblez a {
    background: url(../images/icon/doblez-blue.png) no-repeat center center;
}
.service-box.style3 .icon-bx-wraper#doblez:hover > .icon-lg a {
    background: url(../images/icon/doblez-white.png) no-repeat center center !important;
} 
#our-products #corte a {
    background: url(../images/icon/corte-blue.png) no-repeat center center;
}
.service-box.style3 .icon-bx-wraper#corte:hover > .icon-lg a {
    background: url(../images/icon/corte-white.png) no-repeat center center !important;
}
#our-products #rolado a {
    background: url(../images/icon/rolado-blue.png) no-repeat center center;
}
.service-box.style3 .icon-bx-wraper#rolado:hover > .icon-lg a {
    background: url(../images/icon/rolado-white.png) no-repeat center center !important;
}
#our-products #perforacion a {
    background: url(../images/icon/perforacion-blue.png) no-repeat center center;
}
.service-box.style3 .icon-bx-wraper#perforacion:hover > .icon-lg a {
    background: url(../images/icon/perforacion-white.png) no-repeat center center !important;
}
#our-products #paileria a {
    background: url(../images/icon/paileria-blue.png) no-repeat center center;
}
.service-box.style3 .icon-bx-wraper#paileria:hover > .icon-lg a {
    background: url(../images/icon/paileria-white.png) no-repeat center center !important;
}
#our-products #soldadura a {
    background: url(../images/icon/soldadura-blue.png) no-repeat center center;
}
.service-box.style3 .icon-bx-wraper#soldadura:hover > .icon-lg a {
    background: url(../images/icon/soldadura-white.png) no-repeat center center !important;
}
#our-products #especiales a {
    background: url(../images/icon/especiales-blue.png) no-repeat center center;
}
.service-box.style3 .icon-bx-wraper#especiales:hover > .icon-lg a {
    background: url(../images/icon/especiales-white.png) no-repeat center center !important;
}  
#paileria-industrial ul {
    margin-left: 50px;
}
.lnk-whatsapp {
    display: inline-block;
    position: fixed;
    bottom: 11px;
    right: 75px;
    z-index: 999;
}
.lnk-whatsapp::before {
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 36px;
    height: 40px;
    top: 5px;
    left: 5px;
}
.lnk-whatsapp i {
    position: relative;
    font-size: 54px;
    color: var(--color-secondry);
}
.hide {
    display: none !important;
}
.lenguage-options {
    margin-left: 30px;
}
.lenguage-options li {
    display: inline-block;
    list-style-type: none;
}
.lenguage-options li a {
    color: #ffffff;
    font-size: 14px;
}
.lenguage-options li a.active {
    font-weight: 600;
}
@media only screen and (max-width: 991px){
    #mision-vision .text-center:first-child:after {
        display: none;
    }
    .lenguage-options {
        margin-top: 25px;
    }
    .lenguage-options li a {
        font-size: 18px;
        color: var(--color-primary) !important;
    }
}
@media only screen and (max-width: 591px) {
    .lnk-whatsapp {
        right: 15px;
    }
    button.scroltop {
        display: none;
    }
} 