.header-main {
    background: #fff !important;
}

.menu-main li a {
    color: var(--primario) !important;
}

div.logo {
    background: url(https://artegasolineras.com/img/logo1.svg) no-repeat center center !important;
    background-size: cover !important;
}

section.lineas-de-producto-1 {
    margin-top: 110px;
}

img.background-ldp {
    position: absolute;
    top: -481px;
    width: 907px;
    right: -430px;
}

img.img-ldp-1 {
    position: absolute;
    top: 141px;
    width: 408px;
    right: 0;
}

select.select-prod {
    border-radius: 8px;
    background: #f0f0ff;
    width: 245px;
    height: 42px;
    border: 0;
    display: inline-flex;
    align-items: center;
    color: #00135c;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 15px;
    line-height: 14px;
}

.selects-lineas-de-prod {
    display: inline-flex;
    gap: 15px;
}

a.box-a-productos-filter {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.box-text-productos-filter p {
    color: #00135c;
    font-family: Lato;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
}

a.box-a-productos-filter:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -30px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: url(https://artegasolineras.com/img/arrow.png);
    pointer-events: none;
    z-index: 1;
    transition: .4s;
}

a.box-a-productos-filter:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    transition: .4s;
}

a.box-a-productos-filter:hover:after,
a.box-a-productos-filter:hover:before {
    opacity: 1;
}

section.recuperacion-vapores-1 {
    background: #216C48;
}

p.p-recuperacion-vapores-1 {
    color: #ffffff;
    font-family: Lato;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
}

strong.p-recuperacion-vapores-1 {
    color: #00BF64;
}

p.p-recuperacion-vapores-2 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.37863636px;
}

.box-produtos-filter {
    height: 327px;
}

#filter-criteria {
    display: none;
}