/* XS 576 SM 768 MD 992 LG 1200 XL */
@media (max-width: 992px) {
    #tiles > div {
        height: 30vh;
        width: 94%;
        margin: 8px 3%;
    }

    .grid2 .dd {
        width: 80%;
        margin: 10px 1%;
    }

    .grid2 .dd > a {
        width: 96%;
        height: 94%;
        margin: 2%;
    }

    #imagenes > div {
        height: 30vh;
        width: 94%;
        margin: 8px 3%;
    }

    .lNoticias > div {
        height: 30vh;
        width: 84%;
        margin: 3vh 8%;
    }

    .botonCentrado {
        margin: 4vh 0;
    }

    .botonCentrado > a {
        width: 80%;
    }

    #categorias > ul > li {
        width: 50%;
        float: left;
    }

    #imagenes {
        display: block;
    }

    #destacados:before {
        width: 75%;
        background-size: 73px;
        top: 23%;
        left: -109%;
        height: 50%;
        transform: rotate(30deg);
    }

    #sliderH {
        border-radius: 15px;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 15%;
    }
}

@media (max-width: 768px) {
    .divDescuento > .info {
        width: 100%;
    }

    .divDescuento > .imagen {
        display: none;
    }

    .toggleBusqueda {
        display: none;
    }

    .divBusqueda {
        width: 100%;
        position: initial;
        background: white;
        display: block;
    }

    .divBusqueda input {
        padding: 0 3%;
    }

    .rrss {
        width: 70%;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    footer img {
        width: 45%;
        padding: 2vh 0;
    }

    .lNoticias {
        overflow: hidden;
    }

    .carousel-inner > .item {
        height: 30vh;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .carousel-indicators > li {
        width: 8px;
        height: 8px;
    }

    .carousel-indicators > li.active {
        width: 16px;
        height: 8px;
    }

    .carousel-control-prev > i, .carousel-control-next > i {
        font-size: 2em;
    }

    .front .navbar-brand {
        width: 100px;
    }

    footer .row > div {
        text-align: center;
    }
    footer .row > div > a:nth-last-child(1) {
        margin-bottom: .5rem;
        display: block !important;
    }

    .rowLogo > div {
        width: 100vw;
    }
}