* {
    font-family: "Poppins", sans-serif;
}

.activo {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.563);
    opacity: 1 !important;
}

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

/*NAV*/

    header {
        height: 5rem;
    }

    .abrir-menu {
        font-size: 3rem;
        top: 5%;
    }

    .cerrar-menu {
        font-size: 2rem;
    }

    .estilo-lista {
        text-align: left;
        padding: 0;
    }

    .estilo-lista li {
        padding: 0;
    }

    .estilo-lista li a {
        padding: 2rem;
        font-size: 1rem;
    }

    .estilo-lista li img {
        padding: 0;
        margin-left: 60%;
        width: 1rem;
    }

    .estilo-lista li i {
        padding: 0.5rem;
    }

/*CONTENEDOR IMAGENES*/

    .container {
        width: 90%;
        margin-left: 5%;
    }
    
    .container .img_container {
        width: 70%;
        height: 20rem;

        margin-left: 15%;
    }

    .container .img_container .main_img {
        width: 100%;
        height: 100%;
        object-fit: cover;

        box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.563);
        border-radius: 0.5rem;
    }

     /* IMG MODAL*/

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        padding-top: 8rem;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.9);

        justify-content: center;
        align-items: center;
    }

    .modal-content {
        display: block;
        margin: auto;
        max-width: 80%;
        max-height: 70vh;
        animation: zoomIn 0.3s;
    }

    .close {
        position: absolute;
        top: 10%;
        right: 8%;
        color: #fff;
        font-size: 3rem;
        font-weight: 500;
        cursor: pointer;
    }

    .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5rem;

        background-color: transparent;
        color: #fff;
        border: none;
        user-select: none;
    }

    .prev {
        left: 3%;
    }

    .next {
        right: 3%;
    }

    /*Fin Modal*/

    .container .products_container {
        display: flex;
        height: 6rem;

        justify-content: space-between;
        margin-top: 10%;
    }

    .container .products_container .products {
        width: 20%;
        height: 5rem;
        object-fit: cover;

        border-radius: 0.5rem;
        opacity: .7;
    }

    .container > h1 {
        margin-left: 25%;
        margin-top: 20%;

        width: 50%;
        padding-bottom: 3rem;
    }

    .info-prod {
        width: 90%;
        margin-left: 5%;
        margin-top: 3%;

        position: relative;
    }

    .info-prod .btn_mas_menos {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;

        gap: 0.1rem;
        width: 50%;
        margin-top: 5%;
    }

    .btn_mas_menos label {
        padding-right: 0.5rem;
    }

    .btn_mas_menos input {
        width: 100%;
        text-align: center;

        font-size: 1rem;
    }

    .btn_mas_menos button {
        background-color: #f1f3f4;
        border: none;

        width: 100%;
        font-size: 1.3rem;
        border-radius: 0.3rem;

        color: #000
    }

    .info-prod > span {
        font-weight: 700;
    }

    .info-prod > p {
        padding-bottom: 1rem;
    }

    /* Boton Añadir */

    .info-prod .agregar_carro {
        background-color: #ffce00;
        width: 70%;
        margin-top: 5%;

        border-radius: 2rem;
        border: none;

        text-align: left;
        padding: 0.5rem 0.5rem 0.3rem 1rem;

        display: grid;
        grid-template-columns: auto 1fr;

        font-size: 1rem;
        text-transform: uppercase;

        font-family: "Poppins", sans-serif;
        font-weight: 600;

    }

    .info-prod .agregar_carro::after {
        content: url(/img/SVG/carrito.svg);
        max-width: 1.5rem;

        margin-left: 60%;
    }

    .ficha-tec {
        width: 90%;
        margin-left: 5%;
        padding-bottom: 3rem;
    }

    .ficha-tec h1 {
        margin-top: 10%;
    }


    footer {
        width: 100%;
        color: #fff;
        background-color: #000;

        text-align: center;
        padding-bottom: 2rem;

    }

    footer img {
        width: 11rem;
        padding: 1rem;

    }

    footer h2, h3 {
        padding-bottom: 1rem;
    }

    footer p {
        padding-bottom: 1rem;
    }

    footer #ig, #wsp, #fb, #direccion {
        display: flex;
        justify-content: center;
    }

    footer #ig::before {
        content: url('/img/SVG/instagram.svg');
        width: 1rem;
        padding: 0 0.5rem 0 0;

    }

    footer #wsp::before {
        content: url(/img/SVG/whatsapp.svg);
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    footer #fb::before {
        content: url(/img/SVG/facebook.svg);
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    footer #direccion::before {
        content: url(/img/SVG/geo-alt-fill.svg);
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
    /*NAV*/

    header {
        height: 5rem;
    }

    .abrir-menu {
        font-size: 3rem;
        top: 5%;
    }

    .cerrar-menu {
        font-size: 2rem;
    }

    .estilo-lista {
        text-align: left;
        padding: 0;
    }

    .estilo-lista li {
        padding: 0;
    }

    .estilo-lista li a {
        padding: 2rem;
        font-size: 1rem;
    }

    .estilo-lista li img {
        padding: 0;
        margin-left: 60%;
        width: 1rem;
    }

    .estilo-lista li i {
        padding: 0.5rem;
    }

/*CONTENEDOR IMAGENES*/

    .container {
        width: 90%;
        margin-left: 5%;

        position: relative;
    }
    
    .container .img_container {
        width: 70%;
        height: 20rem;

        margin-left: 15%;
    }

    .container .img_container .main_img {
        width: 100%;
        height: 100%;
        object-fit: cover;

        box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.563);
        border-radius: 0.5rem;
    }

     /* IMG MODAL*/

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        padding-top: 8rem;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.9);
    }

    .modal-content {
        display: block;
        margin: auto;
        max-width: 90%;
        max-height: 80vh;
        animation: zoomIn 0.3s;
    }

    .close {
        position: absolute;
        top: 5%;
        right: 15%;
        color: #fff;
        font-size: 3rem;
        font-weight: 500;
        cursor: pointer;
    }

    .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;

        background-color: transparent;
        color: #fff;
        border: none;
        user-select: none;
    }

    .prev {
        left: 5%;
    }

    .next {
        right: 5%;
    }

    /*Fin Modal*/

    .container .products_container {
        display: flex;
        height: 6rem;

        justify-content: space-between;
        margin-top: 10%;
    }

    .container .products_container .products {
        width: 20%;
        height: 5rem;
        object-fit: cover;

        border-radius: 0.5rem;
        opacity: .7;
    }

    .container > h1 {
        padding: 3rem 0 2rem 0;
        text-align: center;

        font-size: 2.5rem;
    }

    .info-prod {
        width: 90%;
        margin-left: 5%;
        margin-top: 3%;

        position: relative;
    }

    .info-prod .btn_mas_menos {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;

        gap: 0.1rem;
        width: 30%;
        margin-top: 5%;
    }

    .btn_mas_menos label {
        padding-right: 0.5rem;
    }

    .btn_mas_menos input {
        width: 100%;
        text-align: center;

        font-size: 1rem;
        
    }

    .btn_mas_menos button {
        background-color: #f1f3f4;
        border: none;

        width: 100%;
        font-size: 1.3rem;
    }

    .info-prod > span {
        font-weight: 700;
    }

    .info-prod > p {
        padding-bottom: 1rem;
    }

    /* Boton Añadir */

    .info-prod .agregar_carro {
        background-color: #ffce00;
        width: 70%;
        margin-top: 5%;

        border-radius: 2rem;
        border: none;

        text-align: left;
        padding: 0.5rem 0.5rem 0.3rem 1rem;

        display: grid;
        grid-template-columns: auto 1fr;

        font-size: 1rem;
        text-transform: uppercase;

        font-family: "Poppins", sans-serif;
        font-weight: 600;

    }

    .info-prod .agregar_carro::after {
        content: url(/img/SVG/carrito.svg);
        max-width: 1.5rem;

        margin-left: 80%;
    }

    .ficha-tec {
        width: 90%;
        margin-left: 5%;
        padding-bottom: 3rem;
    }

    .ficha-tec h1 {
        margin-top: 10%;
    }


    footer {
        width: 100%;
        color: #fff;
        background-color: #000;

        text-align: center;
        padding-bottom: 2rem;

    }

    footer img {
        width: 11rem;
        padding: 1rem;

    }

    footer h2, h3 {
        padding-bottom: 1rem;
    }

    footer p {
        padding-bottom: 1rem;
    }

    footer #ig, #wsp, #fb, #direccion {
        display: flex;
        justify-content: center;
    }

    footer #ig::before {
        content: url('/img/SVG/instagram.svg');
        width: 1rem;
        padding: 0 0.5rem 0 0;

    }

    footer #wsp::before {
        content: url(/img/SVG/whatsapp.svg);
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    footer #fb::before {
        content: url(/img/SVG/facebook.svg);
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    footer #direccion::before {
        content: url(/img/SVG/geo-alt-fill.svg);
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }
}

@media only screen and (min-width: 1024px) {
    
    header {
        height: 4.5rem;
    }

    /*CONTENEDOR IMAGENES*/

    .container {
        width: 100%;

        position: relative;

    }
    
    .container .img_container {
        width: 60%;
        height: 40rem;

        margin-left: 20%;

        cursor: zoom-in;
        display: inline-block;
    }

    .container .img_container .main_img {
        width: 100%;
        height: 100%;
        object-fit: cover;

        box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.563);
        border-radius: 0.5rem;

        transition: transform 0.3s ease;
        display: block;
        max-width: 100%;
    }

        /* IMG MODAL*/

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        padding-top: 8rem;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.9);
    }

    .modal-content {
        display: block;
        margin: auto;
        max-width: 90%;
        max-height: 80vh;
        animation: zoomIn 0.3s;
    }

    .close {
        position: absolute;
        top: 5%;
        right: 20%;
        color: #fff;
        font-size: 3rem;
        font-weight: 500;
        cursor: pointer;
    }

    .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;

        background-color: transparent;
        color: #fff;
        border: none;
        user-select: none;
        cursor: pointer;
    }

    .prev {
        left: 10%;
    }

    .next {
        right: 10%;
    }

    /*Fin Modal*/

    .container .products_container {
        display: flex;
        height: 6rem;
        gap: 2rem;

        margin-top: 5%;
        justify-content: center;
    }

    .container .products_container .products {
        width: 15%;
        height: 5rem;
        object-fit: cover;

        border-radius: 0.5rem;
        opacity: .7;

        cursor: pointer;

    }

    .container > h1 {
        text-align: center;
        padding: 3rem 0 2rem 0;

        font-size: 2.5rem;
    }

    /*Boton de conteo */

    .info-prod {
        width: 90%;
        margin-top: 30%;

        position: relative;
    }

    .info-prod .btn_mas_menos {
        gap: 0.3rem;
        width: 15%;
        margin-top: 10%;
        grid-template-columns: auto 50% 50% 50%;
        display: grid;

        padding-bottom: 3rem;
    }

    .btn_mas_menos label {
        font-weight: 600;
    }

    .btn_mas_menos input {
        text-align: center;
        font-size: 1.2rem;

    }

    .btn_mas_menos button {
        background-color: #f1f3f4;

        width: 100%;
        font-size: 1.3rem;
        border: none;
        cursor: pointer;
        
    }

    .div-grande {
        display: grid;
        grid-template-columns: 60% auto;
    }

    /* Boton Añadir */

    .info-prod .agregar_carro {
        background-color: #ffce00;
        width: 70%;
        margin-top: 0%;

        border-radius: 2rem;
        border: none;

        text-align: left;
        padding: 0.5rem 0.5rem 0.3rem 1rem;

        display: grid;
        grid-template-columns: auto 1fr;

        font-size: 1rem;
        text-transform: uppercase;

        font-family: "Poppins", sans-serif;
        font-weight: 600;

        cursor: pointer;

    }

    .info-prod .agregar_carro::after {
        content: url(/img/SVG/carrito.svg);
        max-width: 1.5rem;

        margin-left: 80%;
    }

    .info-prod .agregar_carro:hover {
        background-color: #e3b911;
        transition: 0.3s;
    }

    .ficha-tec {
        width: 80%;
        margin-left: 5%;
        margin-top: 3%;

        padding-bottom: 5rem;
    }

    .ficha-tec h1 {
        padding-bottom: 1%;
    }

    .ficha-tec p {
        line-height: 1.5rem;
    }

    .info-prod > span {
        font-weight: 700;
    }

    .info-prod > p {
        padding-bottom: 1rem;
    }

    footer {
        width: 100%;
        color: #fff;
        background-color: #000;

        text-align: center;
        padding-bottom: 2rem;

    }

    footer img {
        width: 15rem;
        padding: 1rem;
        margin-top: 2%;

    }

    footer h2, h3 {
        padding-bottom: 1rem;
    }

    footer p {
        padding-bottom: 1rem;
    }

    footer #ig, #wsp, #fb, #direccion {
        display: flex;
        justify-content: center;
    }

    footer #ig::before {
        content: url('/img/SVG/instagram.svg');
        width: 1rem;
        padding: 0 0.5rem 0 0;

    }

    footer #wsp::before {
        content: url('/img/SVG/whatsapp.svg');
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    footer #fb::before {
        content: url('/img/SVG/facebook.svg');
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    footer #direccion::before {
        content: url('/img/SVG/geo-alt-fill.svg');
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    @keyframes zoomIn {
        from { transform: scale(0.8); opacity: 0;}
        to { transform: scale(1); opacity: 1;}
        
    }
}