/* Media Query */
@media only screen and (max-width:1199px) {

}


@media only screen and (max-width:991px) {
  
}



@media only screen and (max-width:959px) {

}



@media only screen and (max-width:767px) {
    .table th {
        display: none
    }
    .table td {
        display: block
    }
    .table td:before {
        display: block;
        width: 100%;
        content: attr(data-cell);
        font-weight: 600
    }
    .bootstrap-table .fixed-table-toolbar .search {
        margin-bottom: 30px
    }
    .botones-tabla-agencias {
        flex-direction: column
    }
    .botones-tabla-agencias select,
    .botones-tabla-agencias a {
        width: 100% !important
    }
}
  

@media only screen and (max-width:575px) {
    h1.titulo-portada {
        font-size: 24px
    }
    .nav-pills.tabs-detalle-producto .nav-link {
        padding-left: 25px;
        padding-right: 25px
    }
}


/*@media only screen and (max-width:480px) {
    header img.logotipo {
        width: 100%
    }
    footer img.logotipo-footer {
      max-width: 280px
    }
}*/
@media only screen and (max-width: 480px) {

    header img.logotipo {
        width: auto;
        max-width: 330px;
        height: auto;
    }

    #HeaderContainer .btn {
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-weight: 600;
        text-transform: uppercase;
    }

    #HeaderContainer .col-6:last-child .btn {
        margin-left: auto;
    }
}


@media only screen and (max-width:380px) {
    .nav-pills.tabs-detalle-producto .nav-link {
        padding: 15px 18px
    }
}

@media only screen and (max-width: 380px) {

    header img.logotipo {
        max-width: 320px;
    }
}