﻿@media only screen and (max-width:768px) {
    .header-content-ul {
        padding: 0;
    }

        .header-content-ul > li > a {
            font-size: 10px;
        }

    .hero-content {
        margin: 0;
    }

    .hero-subtitle {
        text-align: center;
    }

    .products-ofertas {
        grid-template-rows: repeat(4,1fr);
        grid-template-columns: repeat(2,1fr);
    }

    .ofertas-item-1-texto, .ofertas-item-2-texto, .ofertas-item-3-texto, .ofertas-item-4-texto, .ofertas-item-5-texto, .ofertas-item-6-texto, .ofertas-item-7-texto, .ofertas-item-8-texto {
        margin-top: -39.6%;
        min-width: 382px;
        max-width: 382px;
    }

    .services {
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
    }

    .services-text {
        width: 100%;
    }

    .brands-icons {
        justify-items: center;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 12px;
    }

    .advice-item1, .advice-item2, .advice-item3 {
        grid-template-rows: 40% 10% 50%;
        height: 100%;
    }

    .contact-form-button {
        width: 121%;
    }

    .contact-text-body-callme {
        width: 50%;
    }

    .footer-links {
        font-size: 10px;
    }

        .footer-links > ul {
            grid-template-columns: 25% 15% 40%;
        }

    .footer-social-span {
        text-align: center;
    }

    .footer-social {
        grid-template-rows: 35% 40% 35%;
    }
}

@media only screen and (max-width:425px) {
    .products-ofertas {
        grid-template-rows: repeat(1,1fr);
        grid-template-columns: repeat(1,1fr);
    }
    .services-items {
        grid-template: repeat(4,1fr) / repeat(2,1fr);
    }

    .brands-icons {
        grid-template-columns: repeat(1,1fr);
    }

    .advice {
        grid-template-columns: repeat(1,1fr);
    }

    .contact {
        grid-template-columns: repeat(1,1fr);
    }
}

@media only screen and (max-width:375px) {
}

@media only screen and (max-width:320px) {
}
