@media screen and (max-width: 1920px)
{
    /* Boton marcas */
    .boton_marcas /*Diseño del menu que contiene las marcas*/
    {
        display: flex;
        width: 100%;
        height: 70px;
        background-color: #0051c9;
        color: white;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        top: 0px;
        border: 2px white solid;
        font-size: 18px;
    }

    .boton_marcas:hover /*Diseño del menu que contiene las marcas*/
    {
        display: flex;
        width: 100%;
        height: 70px;
        background-color: #ED6A12;
        color: white;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        top: 0px;
        font-size: 18px;
    }

    /* Estilo para mostrar el submenu en hover */
    .dropdown-submenu {
      position: relative;
      width: 100%;
    }

    .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px;
      display: none;
    }

    .dropdown-submenu:hover .dropdown-menu {
      display: block;
      top: 0;
      left: 100%;
      margin-top: -10px;
    }

    .titulo_prod /* Diseño del texto que indica a que marca pertenece la lista de productos */
    {
        position: flex;
        color: #ED6A12;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 18px;
    }

    .img_marcas_menu
    {
        padding: 5%;
        width: 100%;
    }

    /* Boton marcas */

    /* Boton cotizaciones */
    
    .dropdown_item_cotizacion
    {
      width: 100%;
    }

    .dropdown-item
    {
      width: 478px;
      color: #0051c9;
      font-weight: bold;
      font-size: 18px;
    }

    .dropdown-item:hover
    {
      color: #ED6A12;
      font-weight: bold;
      
    }

    #etiquetas_i
    {
      color: #ED6A12;
      font-weight: bold;
    }
    
    /* Boton cotizaciones */
}