@media (min-width: 1200px) {
    .lista-home-servicios li img{
        width: 70% !important;
    }
}
@media (min-width: 768px) {
    #logo{
        width: 94px !important;
        height: 70px !important;
    }
    body{
        padding-top: 95px !important;
    }
    .navbar-collapse{
        flex-grow:unset!important;
    }
}

@media (max-width: 768px) {
    #logo{
        width: 67px !important;
        height: 50px !important;
    }
    body{
        padding-top: 75px !important;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        width: 60%;
    }
    .carousel-caption h5{
        font-size: 2rem;
    }
    .carousel-caption p{
        font-size: 1.2rem;
    }
    .carousel-caption .btn-default{
        font-size: 1rem;
    }
    .lista-productos li .descripcion-productos h2,
    .lista-productos li .descripcion-productos h4 {
        min-height: 55px;
    }
    .py-10{
        padding: 50px 0;
    }
}
/* @media (min-width: 480px) and (max-width: 767 px) */

@media (min-width: 576px) {
    .modal-dialog {
      max-width: 90%!important;
    }
}

@media (max-width: 576px) {
    .bg-espacio-grande,
    .bg-espacio{
        padding: 1rem 0;
    }
    .bg-titulo h1 a {
        font-size: 28px;
    }
    .bg-categoria{
        background: #fff url("../images/bg-categoria-celular.webp") no-repeat top center;
        background-size: cover;
    }
    .bg-gris-oscuro .titulo img{
        display: none !important;
    }
    .borde-fotos{
        margin-bottom: 60px;
    }
    .breadcrumb li{
        width: 100%;
    }
    .breadcrumb li:first-child{
        margin-left: 23px;
    }
    .lista-categoria-productos li h3 {
        font-size: 1.8rem;
        margin: 15px 0;
        padding: 10px 0;
        border-bottom: none;
    }
    .lista-categoria-productos li p{
        font-size: 0.8rem;
        margin-bottom: 0;
    }
    .lista-productos li .descripcion-productos h2,
    .lista-productos li .descripcion-productos h4 {
        min-height: auto;
    }
    .lista-carrito li:last-child{
        border-bottom: 1px dashed rgba(0,0,0,0.3);
    }
    .py-10{
        padding: 30px;
    }
    .corte-grafico{
        margin: 0;
    }
    .corte-grafico .boton{
        margin: 30px 0;
    }
    .animated.bounceInLeft {
        animation-name: fadeInUp;
    }
    .animated.bounceInRight {
        animation-name: fadeInUp;
    }
} /* @media (max-width: 479px) */

@media (max-width: 375px) {
    .carousel-control-next, .carousel-control-prev {
        width: 15%;
    }
    .bg-titulo h1 a,
    .bg-home-bienvenida h1 a,
    .bg-contacto h1 a{
        font-size: 28px;
    }
    .bg-home-bienvenida p{
        font-size: 1rem;
    }
    .bg-gris-claro h1 a {
        font-size: 22px;
    }
    .borde-fotos{
        margin-bottom: 0;
    }
    .pagination > li > a, .pagination > li > span {
        padding: 8px;
    }
    .paginador-gris .page-item.active .page-link {
        padding: 7px 8px;
    }
}
