﻿.font-12{
    font-size:12px!important;
}

.boschicon-bosch-ic-my-brand-frame::before {
    content: url('/img/rotoplas/icons/ic-user.svg') !important;
}

.boschicon-bosch-ic-shoppingcart::before {
    content: url('/img/rotoplas/icons/ic-shoping car.svg');
}

.boschicon-bosch-ic-call-frame::before {
    content: url('/img/rotoplas/icons/icn-telefono.svg');
}

#NoArtCar {
    background-color: #EEEEF0 !important;
    color: #002554;
    top: -10px;
    left: 20px;
}

.o-header:before {
    background-image: none;
}

.o-header {
    background-image: url('/img/rotoplas/img-fondo-header-1.svg');
    background-repeat: no-repeat;
    background-color: #0064FF;
}

.o-header__navigation ul{
    margin-bottom:-15px;
}

@media (min-width:576px) {
    .e-container-header {
        margin:0 100px;
    }
}

.o-header__menu-trigger-icon-bar {
    background: #EEEEF0;
}

    .o-header__menu-trigger-icon-bar:hover {
        color: #EEEEF0;
    }

.o-header__menu-trigger:hover .o-header__menu-trigger-icon-bar {
    color: #EEEEF0;
}

o-header__menu-trigger-label {
    color: #EEEEF0;
}
o-header__menu-trigger-label:hover {
    color: #EEEEF0;
}

.o-footer__bottom {
    padding-bottom: 0.5rem;
}

.a-link {
    color: #0064FF;
}

    .a-link:hover {
        color: #0064FF;
    }
    .a-link .active {
        color: #00AFD7!important;
    }

.sub-menu {
    color: #404040;
    line-height:1!important;
}

.submenu {
    right: 20%;
}

@media (max-width:1280px) {
    .submenu {
        right: 45px !important;
    }
}

@media (max-width:576px) {
    .img-logo {
        margin-top: 1.5rem !important;
    }

    .submenu {
        right: 90px !important;
    }
}

.a-button--primary {
    background-color: #0064FF;
    color: #fff;
    border-radius: 16px;
}

    .a-button--primary:hover {
        background: #F6BC13;
        color: #fff;
    }

.a-button__label {
    color: #002554;
}

    .a-button__label:hover {
        color: #0064FF;
    }

.a-button--integrated {
    color: #002554 !important;
}
    .a-button--integrated:hover {
        color: #002554 !important;
    }
    .a-button--integrated:active {
        color: #002554 !important;
    }

.a-button__label {
    color: #002554;
}
    .a-button__label:hover {
        color: #0064FF;
    }

.a-component-header h2 {
    color: #404040;
}

.M-Teaser-Two-Columns__content--headline2 {
    color: #404040;
}

.footer {
    background: transparent url('/img/rotoplas/img-fondo-footer-desktop.png') 0% 0% no-repeat padding-box;
    background-repeat: repeat-x;
    opacity: 1;
}

    .footer a, .footer a span {
        color: #fff;
    }

@media (max-width:810px){
    .footer{
        background-repeat:repeat-y;
    }
}
.contact-inf-container {
    padding: 0;
}

.a-text-field select {
    background-color: #fff !important;
    border: 1px solid #404040 !important;
    border-radius: 5px !important;
}

.a-text-field option {
    background-color: #fff !important;
}

.img-logo {
    margin-top: -40px;
}

@media (max-width:767px) {
    .img-logo {
        margin-top: -20px !important;
    }
    .o-header__quicklinks{
        margin-right:20px;
        margin-top:60px;
    }
    .o-header__navigation-container{
        margin-top:55px;
    }
}

@media (min-width:576px) and (max-width:1244px) {
    .o-header__quicklinks {
        margin-right: 6rem;
    }
}

.boschicon-bosch-ic-arrow-left {
    color: #0064FF;
}

.o-header__menu-trigger {
    color: #fff !important;
}
    .o-header__menu-trigger:hover {
        color: #fff !important;
    }
    .o-header__menu-trigger-icon {
        color: #fff !important;
    }
    .o-header__menu-trigger-icon:hover {
        color: #fff !important;
    }



/* ── Barra de menú ── */
.menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 0;
}

.opciones-menu {
    display: flex;
    align-items: center;
    opacity: 1;
}

/* ── Links de navegación ── */
.menu-links {
    display: flex;
    gap: 32px;
}

    .menu-links a {
        text-decoration: none;
        color: #333333;
        font-size: 14px;
        font-weight: 400;
        white-space: nowrap;
    }

        .menu-links a:hover {
            color: #1565C0;
        }

        .menu-links a.active {
            color: #0064FF
        }
/* ── Nivel ── */
.menu-nivel {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .menu-nivel a {
        text-decoration: underline;
        color: #1565C0;
        font-size: 14px;
        white-space: nowrap;
    }

    .menu-nivel strong {
        color: #1565C0;
        font-weight: 700;
    }

.nivel-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.sub-brand {
    background: #fff;
}

/* ── Tablet (≤ 768px) ── */
@media (max-width: 767px) {
    .container-titulo{
        margin-top:3rem!important;
    }
    .opciones-menu{
        margin-top:55px;
        padding: 0 30px;
    }

    .menu-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .menu-links {
        flex-direction: column;
        gap: 10px;
    }
    .sub-brand {
        background: #fff;
        height: 0;
    }

}

/* ── Móvil (≤ 480px) ── */
@media (max-width: 480px) {
    .menu-nivel a {
        font-size: 0;
    }

        .menu-nivel a strong {
            font-size: 14px;
        }
}

.btn-subir-factura {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    opacity: 1;
    color: #0064FF;
}

.header-titulo {
    background: transparent linear-gradient(90deg, #0064FF 0%, #00AFD7 100%) 0% 0% no-repeat padding-box;
    border-radius: 16px;
    color:#fff;
    opacity: 1;
}

