@media (min-width: 991px) and (max-width:3000px) {
    .header-detalle .nav-detalle .menu_aside.logo {
        display: none !important;
    }
    .header-detalle .nav-detalle .menu_aside img {
        display: none;
    }
    .header-detalle .contenedor-rojo .nav2-categoria .div {
        width: 3.3vw;
    }
    main .section-piezas {
        margin-top: 15vw;
    }
}
@media (min-width: 1200px){
    .col-xl-4 {
        width: 29.333333%;
    }

    .col-2 {
        width: 13.666667%;
    }
    .col-xl-6 {
        width: 57%;
    }
    .agregar .contenedor-agregar h2 {
        /* font-family: 'Athena', sans-serif; */
        font-size: 1.8vw;
        margin: auto;
    }
}
@media (min-width: 770px) and (max-width: 990px){
    .justify-content-sm-center {
    justify-content: flex-end!important;
    }
    .order-1 {
        margin-right: 6vw;
    }
    .header-detalle .contenedor-rojo .nav2-categoria input {
        width: 23vw;
    }
    .agregar .contenedor-agregar h2 {
        font-size: 2.3vw;
        margin: auto;
    }
    .header-detalle .section-datos-producto .article-cabecero {
        width: 48%!important;
    }
}

@media (min-width: 990px) and (max-width: 1200px){
    .col-2 {
        display: none;
        /* width: 13.666667%; */
    }
    .agregar .contenedor-agregar h2 {
        font-size: 2.3vw;
        margin: auto;
    }
}
@media (max-width: 991px){
    .contenedor-circulo-texto {
        margin-top: 40%;
        background-size: 130%;
    }   
    .detalle .section-piezas .contenedor-circulo-texto .contenedor-circulo {
        margin-top: 9.5%;
    }
}
@media (max-width: 768px){
    .header-detalle .contenedor-rojo .contenedor-iconos {
        justify-content: end;
    }
    .order-1 {
        margin-right: 3vw;
    }
    .header-detalle .contenedor-rojo .nav2-categoria input {
        width: 30vw;
        font-size: 2rem;
    }
    .contenedor-circulo-texto {
        margin-top: 10%;
    }
    .agregar .contenedor-agregar h2 {
        font-size: 3vw;
        margin: auto;
    }
    .header-detalle .section-datos-producto .article-cabecero {
        width: 60%!important;
        position: relative;
        left: 13vw;
        margin: 0!important;
    }
}
@media (min-width: 450px) and (max-width:990px) {
    .header-detalle .menu_aside.logo .content_img_logo {
        width: 20vw;
        margin-left: 40%;
    }
    .header-detalle .nav-detalle .menu_aside .content_img_logo img {
        height: auto;
    }
    .header-detalle .nav-detalle .menu_aside.logo {
        background-color: transparent;
    }
    .header-detalle .nav-detalle .menu_aside {
        padding: 0rem;
        margin: 1vw;
    }
    .header-detalle .nav-detalle .menu_aside a {
        font-size: 2.8vw;
    }
    .header-detalle .nav-detalle .menu_aside img {
        width: 70%;
    }
    .header-detalle .nav-detalle .menu_aside .content_img_logo img {
        width: 50%;
        margin-left: -33px;
    }
    .header-detalle .nav-detalle.active {
        left: 6%;
        width: 50%;
        padding: 3.5vw;
        overflow-y: auto;
    }
}
    
@media (min-width: 200px) and (max-width:449px) {
    .header-detalle .nav-detalle .menu_aside.logo {
        background-color: transparent;
    }
    .header-detalle .nav-detalle .menu_aside {
        /* padding: 0rem;
    margin: 1rem; */
        height: 20vw;
        padding: 1vw 0.6vw;
        margin-bottom: 4vw;
        margin-top: 4vw;
    }
    .header-detalle .nav-detalle .menu_aside a {
        text-decoration: none;
        text-align: left;
        width: 80%;
        height: 9rem;
        padding: 1.4rem;
        font-size: 6vw;
        line-height: 6rem;
        color: #575756;
        border-bottom: 2px solid transparent;
    }
    .agregar .contenedor-agregar h2 {
        font-size: 5vw;
        margin: auto;
    }

}
    
 @media (max-width: 450px) {

    
    .header-detalle .section-datos-producto .article-cabecero {
        width: 100%!important;
        position: relative;
        left: 0;
        margin: 0;
    }
    .header-detalle .navbar .menu_aside .content_img_option {
        width: 13vw;
        height: 13vw;
        margin-right: 1.5rem;
    }
    .header .navbar .menu_aside {
        height: 20vw;
        padding: 1vw 0.6vw;
        margin-bottom: 4vw;
        margin-top: 4vw;
    }
    .header-detalle .nav-detalle .menu_aside img {
        width: 80%;
    }
    .header-detalle .nav-detalle .menu_aside .content_img_logo img {
        width: 25vw;
        margin-left: -33px;
        height: 120%;
    }
    .header-detalle .nav-detalle.active {
        left: 6%;
        width: 100%;
        padding: 5vw;
    }
    .header-detalle .nav-detalle .menu_aside a {
        text-decoration: none;
        text-align: left;
        width: 80%;
        height: 9rem;
        padding: 1.4rem;
        font-size: 5.3vw;
        line-height: 6rem;
        color: #575756;
        border-bottom: 2px solid transparent;
    }
    .contenedor-circulo-texto {
        margin-top: 10%;
    }
}
/* botellas */
@media (max-width: 768px){
    .agregar .contenedor-agregar {
        margin-top: 0;
        width: 100vw;
    }
}
@media (max-width: 450px){
    .agregar .contenedor-agregar {
        width: 70%;
    }
}
@media (min-device-width:451px) and (max-device-width:767px){
    .margMed{
        margin-top: 40%!important;
    }
}