
span.strong{
    font-weight: bold;
    color: #f3dc11;
}


#home .list.list-icons li > .fa:first-child {
    color: #ffffff;
    border-color: #ffffff;
}

#home .counters.counters-text-light .counter strong{
    text-shadow: 1px 1px #0a0a0b

}

.shadow{
    box-shadow: 0px 0px 10px #888888;
}

#bombas .list.list-icons li > .fa:first-child{
   /* position:   relative;*/
    top: 5px;
}


#header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > .dropdown-menu {

    margin-top: 0px !important;
}

#sobre-nosotros .img-fixed{

    background-image: url('../img/nosotros/portada.png');
    background-size: cover;
    background-position: 100% 100%;
}

#sobre-nosotros section.section{
    margin: 0px;
    background-color: #ffffff;
    min-height: 450px;
}

#firstHeading{
    margin-bottom: 10px;
}

#home #counters.section.parallax{
    min-height: 258px;
}

.list.list-icons.list-icons-style-steknos li > .fa:first-child{
    padding: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.list.list-icons.list-icons-style-steknos li {
    padding-top: 5px;
    padding-left: 36px;
}

.fa-proatex:before {
    content: url("../img/logo_li.png");
}

.fa-proatex-blue:before {
    content: url("../img/logo_li.png");
}.fa-proatex-white:before {
    content: url("../img/logo_li_invertido.png");
}

.blogsImages .img-thumbnail{
    overflow: hidden;
}

.post-image .img-thumbnail img{
    width: 100%;
    margin: 0 0 0 0;
}

section.section-color-custom2{
    background-color: #aed1ff !important;
    border-color: #9c9f2d  !important;
}

@media (max-width: 768px) {
    #sobre-nosotros .img-fixed {
        background-position: 50% 100%;
    }
}
.htranstion:hover{
    transition: background 0.3s, color 0.3s !important;
}

h5.blogvacio{
    padding: 20px;
    background-color: #eeeeee;
    text-align: center;
}

.customer-langs{
    background-color: #F7EA2F;
    color: #323232 !important;
}

.customer-langs .dropdown{
    margin-left: 0!important;
}

.customer-langs .dropdown-item{
    color: #404040 !important;
}

.customer-langs .dropdown-toggle::after{
    border-color: white transparent transparent transparent!important;
}

.customer-langs .dropdown-menu li{
    margin-left: 0!important;
}

.customer-langs .dropdown-menu .nav-link{
    width: 100%;
}

.menu-extend{
    position: absolute;
    right: 0;
}

.contacto-head{
    background-color: #c1c100 !important;
}

.contacto-head:hover{
    color: white !important;
}

.menu-extend a::after{
    display: none;
}

.menu-extend a .fa{
    font-size: 17px;
}

@media (max-width: 992px){
    .lang-menu{
        min-width: 200px;
        background-color: white;
        position: absolute;
        right: 101px;
        top: -66px;
    }

    .menu-extend{
        position: inherit;
    }
}

@media (min-width: 992px){
    #header .header-column .header-extra-info > li:nth-child(2) {
        border-right: 1px solid #E9E9E9;
    }

    .customer-langs .dropdown-menu{
        display: flex!important;
        flex-direction: column;
    }
}

.cursor-pointer{
    cursor: pointer !important;
}

section.background-white{
    background: white;
    border-top: 0px solid white;
}

