body {
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    margin: 0;
}

@media (min-width: 1140px) {
    .first_section_portada {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 38vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8vh;
        max-width: 100%;
    }

    .first_section_portada_img {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 38vh;
        background-size: cover;
        background-position: center;
        opacity: 1;
        z-index: 0;
    }


    .second_section {
        box-sizing: border-box;
        width: 90%;
        max-width: 100%;
        height: auto;
        margin: 2rem auto;
        margin-bottom: 0;
        padding: 2rem;
        padding-bottom: 0;
    }

    .second_section_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .second_section_grid_div1,
    .second_section_grid_div2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .second_section_grid_div1 h2 {
        font-size: 38px;
        font-weight: 600;
        line-height: 130%;
        color: #0ead63;
        margin: 0;
    }

    .second_section_grid_div1 div {
        margin-top: 1rem;
        margin-bottom: 2rem;
        border: 2px solid #0ead63;
        width: 100%;
    }

    .second_section_grid_div2 p {
        font-size: 17px;
        font-weight: 400;
        color: #474646;
        line-height: 130%;
        margin-bottom: 1.5rem;
    }



    .third_section {
        box-sizing: border-box;
        width: 90%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 2rem;
    }

    .third_section_grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 2rem;
        margin-bottom: 2.5rem;
    }

    .third_section_grid_div {
        display: flex;
        flex-direction: column;
        min-height: 31rem;
        position: relative;
        cursor: pointer;
        justify-content: space-between;
        overflow: hidden;
    }

    .wishlist-button {
        border: none;
        position: absolute;
        top: 1rem;
        right: 1rem;
        z-index: 10;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        color: #1f2937;
        transition: color 0.3s ease;
        cursor: pointer;
        text-align: center;
    }

    .wishlist-button:hover .icon {
        color: red;
    }

    .icon {
        font-size: 1.25rem;
        margin: 0;
        padding: 0;
    }

    .product-image {
        height: 25rem;
        width: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .product-link:hover,
    .product-image:hover {
        transform: scale(1.05);
    }

    .product-details {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 180px;
        position: relative;
        border: 1px solid #f3f4f6;
        background-color: #ffffff;
        padding: 1.5rem;
    }

    .product-title {
        margin-top: 0;
        margin-bottom: 0.7rem;
        font-size: 19px;
        font-weight: 550;
        color: #474646;
        min-height: 40px;
        display: flex;
        align-items: center;
    }

    .product-price {
        margin-bottom: 1.5rem;
        font-size: 14px;
        color: #474646;
        font-weight: 600;
    }

    .button-container {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 0.5rem;
        width: 100%;
        align-items: stretch;
    }

    .view-product-button,
    .add-to-cart-button {
        text-decoration: none;
        border: none;
        border-radius: 12px;
        background-color: #0ead63;
        color: #fff;
        padding: 12px 20px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
        margin-bottom: 10px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        width: 100%;
        text-align: center;
    }

    .view-product-button:hover,
    .add-to-cart-button:hover {
        background-color: #474646;
        color: #0ead63;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .view-product-button:active,
    .add-to-cart-button:active {
        transform: scale(0.98);
    }


    .view-product-button i {
        margin-left: 0.3rem;
    }

    .icon2 {
        margin: 0;
        padding: 0;
    }


    .seventh_section {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 30vh;
        overflow: hidden;
    }

    .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30vh;
        object-fit: cover;
        z-index: -1;
    }

    .content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
    }

    .content h2 {
        width: 30%;
        color: #fff;
        font-size: 38px;
        font-weight: 400;
    }

    .content img {
        width: 40%;
        height: auto;
    }




    .eighth_section {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .eighth_section_grid {
        background-size: cover;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 2rem;
        padding: 1rem 3rem;
        margin: auto;
    }

    .eighth_section_grid_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .eighth_section_grid_div img {
        width: 10%;
        height: auto;
    }

    .eighth_section_grid_div p {
        font-size: 14px;
        color: #474646;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 0;
    }
}





@media (max-width: 1139px) and (min-width: 800px) {
    .first_section_portada {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 25vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8vh;
    }

    .first_section_portada_img {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 25vh;
        background-size: cover;
        background-position: center;
        opacity: 1;
        z-index: 0;
    }

    .second_section {
        box-sizing: border-box;
        width: 90%;
        max-width: 100%;
        height: auto;
        margin: 2rem auto;
        margin-bottom: 0;
        padding: 1.5rem;
    }

    .second_section_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .second_section_grid_div1,
    .second_section_grid_div2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .second_section_grid_div1 h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 130%;
        color: #0ead63;
        margin: 0;
    }

    .second_section_grid_div1 div {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        border: 2px solid #0ead63;
        width: 100%;
    }

    .second_section_grid_div2 p {
        font-size: 16px;
        font-weight: 400;
        color: #474646;
        margin-bottom: 1.5rem;
        line-height: 130%;
    }



    .third_section {
        box-sizing: border-box;
        width: 90%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 1.5rem;
    }

    .third_section_grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .third_section_grid_div {
        display: flex;
        flex-direction: column;
        min-height: 23rem;
        position: relative;
        cursor: pointer;
        justify-content: space-between;
        overflow: hidden;
    }

    .wishlist-button {
        border: none;
        position: absolute;
        top: 0.8rem;
        right: 0.8rem;
        z-index: 10;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 50%;
        color: #1f2937;
        transition: color 0.3s ease;
        cursor: pointer;
        text-align: center;
    }

    .wishlist-button:hover .icon {
        color: red;
    }

    .icon {
        font-size: 1.1rem;
        margin: 0;
        padding: 0;
    }

    .product-image {
        height: 17rem;
        width: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .product-link:hover,
    .product-image:hover {
        transform: scale(1.05);
    }

    .product-details {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 180px;
        position: relative;
        border: 1px solid #f3f4f6;
        background-color: #ffffff;
        padding: 1.5rem;
    }

    .product-title {
        margin-top: 0;
        margin-bottom: 0.7rem;
        font-size: 18px;
        font-weight: 600;
        color: #474646;
        min-height: 30px;
        display: flex;
        align-items: center;
    }

    .product-price {
        margin-bottom: 1.5rem;
        font-size: 14px;
        color: #474646;
        font-weight: 600;
    }

    .button-container {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 0.5rem;
        width: 100%;
        align-items: stretch;
    }

    .view-product-button,
    .add-to-cart-button {
        text-decoration: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background-color: #0ead63;
        font-weight: 500;
        padding: 1rem;
        font-size: 12px;
        transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
        color: #fff;
        margin: 0;
        box-sizing: border-box;
        flex-grow: 1;
        text-align: center;
        height: 60%;
    }

    .add-to-cart-button:hover,
    .view-product-button:hover {
        background-color: #474646;
        color: #0ead63;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .add-to-cart-button:active,
    .view-product-button:active {
        transform: scale(0.98);
    }


    .view-product-button i {
        margin-left: 0.3rem;
    }

    .icon2 {
        margin: 0;
        padding: 0;
    }

    .seventh_section {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 28vh;
        overflow: hidden;
    }

    .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 28vh;
        object-fit: cover;
        z-index: -1;
    }

    .content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
    }

    .content h2 {
        width: 50%;
        color: #fff;
        font-size: 32px;
        font-weight: 400;
        margin-top: 1rem;
    }

    .content img {
        width: 50%;
        height: auto;
    }

    .eighth_section {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .eighth_section_grid {
        background-size: cover;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1.5rem;
        padding: 1rem 2rem;
        margin: auto;
    }

    .eighth_section_grid_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .eighth_section_grid_div img {
        width: 15%;
        height: auto;
    }

    .eighth_section_grid_div p {
        font-size: 13px;
        color: #474646;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 0;
    }
}


@media (max-width: 799px) and (min-width: 600px) {
    .first_section_portada {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 20vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8vh;
    }

    .first_section_portada_img {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 20vh;
        background-size: cover;
        background-position: center;
        opacity: 1;
        z-index: 0;
    }

    .second_section {
        box-sizing: border-box;
        width: 95%;
        max-width: 100%;
        height: auto;
        margin: 1.5rem auto;
        margin-bottom: 0;
        padding: 1.5rem;
    }

    .second_section_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .second_section_grid_div1,
    .second_section_grid_div2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .second_section_grid_div1 h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 130%;
        color: #0ead63;
        margin: 0;
    }

    .second_section_grid_div1 div {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        border: 2px solid #0ead63;
        width: 100%;
    }

    .second_section_grid_div2 p {
        font-size: 15px;
        font-weight: 400;
        color: #474646;
        margin-bottom: 1rem;
        line-height: 130%;
    }


    .third_section {
        box-sizing: border-box;
        width: 95%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 1.5rem;
    }

    .third_section_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .third_section_grid_div {
        display: flex;
        flex-direction: column;
        min-height: 22rem;
        position: relative;
        cursor: pointer;
        justify-content: space-between;
        overflow: hidden;
    }

    .wishlist-button {
        border: none;
        position: absolute;
        top: 0.8rem;
        right: 0.8rem;
        z-index: 10;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 50%;
        color: #1f2937;
        transition: color 0.3s ease;
        cursor: pointer;
        text-align: center;
    }

    .wishlist-button:hover .icon {
        color: red;
    }

    .icon {
        font-size: 1.1rem;
        margin: 0;
        padding: 0;
    }

    .product-image {
        height: 16rem;
        width: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .product-link:hover,
    .product-image:hover {
        transform: scale(1.05);
    }

    .product-details {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 160px;
        position: relative;
        border: 1px solid #f3f4f6;
        background-color: #ffffff;
        padding: 1rem;
    }

    .product-title {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-size: 16px;
        font-weight: 600;
        color: #474646;
        min-height: 35px;
        display: flex;
        align-items: center;
    }

    .product-price {
        margin-bottom: 1.5rem;
        font-size: 13px;
        color: #474646;
        font-weight: 600
    }

    .button-container {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 0.5rem;
        width: 100%;
        align-items: stretch;
    }

    .view-product-button,
    .add-to-cart-button {
        text-decoration: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background-color: #0ead63;
        font-weight: 500;
        padding: 0.8rem;
        font-size: 12px;
        transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
        color: #fff;
        margin: 0;
        box-sizing: border-box;
        flex-grow: 1;
        text-align: center;
        height: 70%;
    }

    .add-to-cart-button:hover,
    .view-product-button:hover {
        background-color: #474646;
        color: #0ead63;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .add-to-cart-button:active,
    .view-product-button:active {
        transform: scale(0.98);
    }


    .view-product-button i {
        margin-left: 0.3rem;
    }

    .icon2 {
        margin: 0;
        padding: 0;
    }

    .seventh_section {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 25vh;
        overflow: hidden;
    }

    .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 25vh;
        object-fit: cover;
        z-index: -1;
    }

    .content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
    }

    .content h2 {
        width: 60%;
        color: #fff;
        font-size: 28px;
        font-weight: 400;
    }

    .content img {
        width: 60%;
        height: auto;
    }

    .eighth_section {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .eighth_section_grid {
        background-size: cover;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 1rem;
        margin: auto;
    }

    .eighth_section_grid_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .eighth_section_grid_div img {
        width: 8%;
        height: auto;
    }

    .eighth_section_grid_div p {
        font-size: 10px;
        color: #474646;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 0;
    }
}

@media (max-width: 599px) and (min-width: 501px) {
    .first_section_portada {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 12vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7vh;
    }

    .first_section_portada_img {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 12vh;
        background-size: cover;
        background-position: center;
        opacity: 1;
        z-index: 0;
    }

    .second_section {
        box-sizing: border-box;
        width: 95%;
        max-width: 100%;
        height: auto;
        margin: 1rem auto;
        margin-bottom: 0;
        padding: 1rem;
    }

    .second_section_grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .second_section_grid_div1,
    .second_section_grid_div2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .second_section_grid_div1 h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 130%;
        color: #0ead63;
        margin: 0;
        text-align: center;
    }

    .second_section_grid_div1 div {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 2px solid #0ead63;
        width: 100%;
    }

    .second_section_grid_div2 p {
        font-size: 14px;
        font-weight: 400;
        color: #474646;
        margin-top: 0;
        margin-bottom: 1rem;
        line-height: 130%;
    }


    .third_section {
        box-sizing: border-box;
        width: 95%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 1rem;
    }

    .third_section_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .third_section_grid_div {
        display: flex;
        flex-direction: column;
        min-height: 26rem;
        position: relative;
        cursor: pointer;
        justify-content: space-between;
        overflow: hidden;
    }

    .wishlist-button {
        border: none;
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
        z-index: 10;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 50%;
        color: #1f2937;
        transition: color 0.3s ease;
        cursor: pointer;
        text-align: center;
    }

    .wishlist-button:hover .icon {
        color: red;
    }

    .icon {
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

    .product-image {
        height: 15rem;
        width: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .product-image:hover {
        transform: scale(1.05);
    }

    .product-details {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 160px;
        position: relative;
        border: 1px solid #f3f4f6;
        background-color: #ffffff;
        padding: 1rem;
    }

    .product-title {
        margin-top: 0;
        margin-bottom: 0.7rem;
        font-size: 16px;
        font-weight: 600;
        color: #474646;
        min-height: 35px;
        display: flex;
        align-items: center;
    }

    .product-price {
        margin-bottom: 1rem;
        font-size: 14px;
        color: #474646;
        font-weight: 600;
    }

    .button-container {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        align-items: stretch;
    }

    .view-product-button,
    .add-to-cart-button {
        text-decoration: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background-color: #0ead63;
        font-weight: 500;
        padding: 0.75rem;
        font-size: 12px;
        transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
        color: #fff;
        margin: 0;
        box-sizing: border-box;
        flex-grow: 1;
        text-align: center;
        height: 60%;
    }

    .add-to-cart-button:hover,
    .view-product-button:hover {
        background-color: #474646;
        color: #0ead63;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .add-to-cart-button:active,
    .view-product-button:active {
        transform: scale(0.98);
    }


    .view-product-button i {
        margin-left: 0.3rem;
    }

    .icon2 {
        margin: 0;
        padding: 0;
    }

    .seventh_section {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 20vh;
        overflow: hidden;
    }

    .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20vh;
        object-fit: cover;
        z-index: -1;
    }

    .content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
    }

    .content h2 {
        width: 80%;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
    }

    .content img {
        width: 60%;
        height: auto;
    }

    .eighth_section {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .eighth_section_grid {
        background-size: cover;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 1rem;
        margin: auto;
    }

    .eighth_section_grid_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .eighth_section_grid_div img {
        width: 8%;
        height: auto;
    }

    .eighth_section_grid_div p {
        font-size: 8px;
        color: #474646;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 0;
    }

}

@media (max-width: 500px) and (min-width: 400px) {
    .first_section_portada {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 12vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5vh;
    }

    .first_section_portada_img {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 12vh;
        background-size: cover;
        background-position: center;
        opacity: 1;
        z-index: 0;
    }

    .second_section {
        box-sizing: border-box;
        width: 95%;
        max-width: 100%;
        height: auto;
        margin: 1rem auto;
        margin-bottom: 0;
        padding: 1rem;
    }

    .second_section_grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .second_section_grid_div1,
    .second_section_grid_div2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .second_section_grid_div1 h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 130%;
        color: #0ead63;
        margin: 0;
        text-align: center;
    }

    .second_section_grid_div1 div {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 2px solid #0ead63;
        width: 100%;
    }

    .second_section_grid_div2 p {
        font-size: 14px;
        font-weight: 400;
        color: #474646;
        margin-top: 0;
        margin-bottom: 1rem;
        line-height: 130%;
    }


    .third_section {
        box-sizing: border-box;
        width: 95%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 1rem;
    }

    .third_section_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .third_section_grid_div {
        display: flex;
        flex-direction: column;
        min-height: 26rem;
        position: relative;
        cursor: pointer;
        justify-content: space-between;
        overflow: hidden;
    }

    .wishlist-button {
        border: none;
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
        z-index: 10;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 50%;
        color: #1f2937;
        transition: color 0.3s ease;
        cursor: pointer;
        text-align: center;
    }

    .wishlist-button:hover .icon {
        color: red;
    }

    .icon {
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

    .product-image {
        height: 15rem;
        width: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .product-image:hover {
        transform: scale(1.05);
    }

    .product-details {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 160px;
        position: relative;
        border: 1px solid #f3f4f6;
        background-color: #ffffff;
        padding: 1rem;
    }

    .product-title {
        margin-top: 0;
        margin-bottom: 0.7rem;
        font-size: 16px;
        font-weight: 600;
        color: #474646;
        min-height: 35px;
        display: flex;
        align-items: center;
    }

    .product-price {
        margin-bottom: 1rem;
        font-size: 14px;
        color: #474646;
        font-weight: 600;
    }

    .button-container {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        align-items: stretch;
    }

    .view-product-button,
    .add-to-cart-button {
        text-decoration: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background-color: #0ead63;
        font-weight: 500;
        padding: 0.75rem;
        font-size: 12px;
        transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
        color: #fff;
        margin: 0;
        box-sizing: border-box;
        flex-grow: 1;
        text-align: center;
        height: 60%;
    }

    .add-to-cart-button:hover,
    .view-product-button:hover {
        background-color: #474646;
        color: #0ead63;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .add-to-cart-button:active,
    .view-product-button:active {
        transform: scale(0.98);
    }


    .view-product-button i {
        margin-left: 0.3rem;
    }

    .icon2 {
        margin: 0;
        padding: 0;
    }

    .seventh_section {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 20vh;
        overflow: hidden;
    }

    .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20vh;
        object-fit: cover;
        z-index: -1;
    }

    .content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
    }

    .content h2 {
        width: 80%;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
    }

    .content img {
        width: 60%;
        height: auto;
    }

    .eighth_section {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .eighth_section_grid {
        background-size: cover;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 1rem;
        margin: auto;
    }

    .eighth_section_grid_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .eighth_section_grid_div img {
        width: 8%;
        height: auto;
    }

    .eighth_section_grid_div p {
        font-size: 8px;
        color: #474646;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 0;
    }

}


@media (max-width: 399px) and (min-width: 320px) {
    .first_section_portada {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 10vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5vh;
    }

    .first_section_portada_img {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 10vh;
        background-size: cover;
        background-position: center;
        opacity: 1;
        z-index: 0;
    }

    .second_section {
        box-sizing: border-box;
        width: 100%;
        margin: 1rem auto;
        padding: 1rem;
    }

    .second_section_grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .second_section_grid_div1,
    .second_section_grid_div2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .second_section_grid_div1 h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 130%;
        color: #0ead63;
    }

    .second_section_grid_div1 div {
        margin-top: 2rem;
        margin-bottom: 1rem;
        border: 2px solid #0ead63;
        width: 100%;
    }

    .second_section_grid_div2 p {
        font-size: 14px;
        font-weight: 400;
        color: #474646;
        margin-top: 0;
        margin-bottom: 1.5rem;
        line-height: 130%;
    }

    .third_section {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 1rem;
    }

    .third_section_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .third_section_grid_div {
        display: flex;
        flex-direction: column;
        min-height: 28rem;
        position: relative;
        cursor: pointer;
        justify-content: space-between;
        overflow: hidden;
    }

    .wishlist-button {
        border: none;
        position: absolute;
        top: 0.8rem;
        right: 0.8rem;
        z-index: 10;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 50%;
        color: #1f2937;
        transition: color 0.3s ease;
        cursor: pointer;
        text-align: center;
    }

    .wishlist-button:hover .icon {
        color: red;
    }

    .icon {
        font-size: 1.1rem;
        margin: 0;
        padding: 0;
    }

    .product-image {
        height: 15rem;
        width: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .product-link:hover,
    .product-image:hover {
        transform: scale(1.05);
    }

    .product-details {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 150px;
        position: relative;
        border: 1px solid #f3f4f6;
        background-color: #ffffff;
        padding: 1rem;
    }

    .product-title {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-size: 16px;
        font-weight: 600;
        color: #474646;
        min-height: 35px;
        display: flex;
        align-items: center;
    }

    .product-price {
        margin-bottom: 1rem;
        font-size: 13px;
        color: #474646;
        font-weight: 600;
    }


    .button-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        width: 100%;
        align-items: stretch;
    }

    .view-product-button,
    .add-to-cart-button {
        text-decoration: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background-color: #0ead63;
        font-weight: 500;
        padding: 0.8rem;
        font-size: 12px;
        transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
        color: #fff;
        margin: 0;
        box-sizing: border-box;
        flex-grow: 1;
        text-align: center;
        height: 60%;
    }

    .add-to-cart-button:hover,
    .view-product-button:hover {
        background-color: #474646;
        color: #0ead63;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .add-to-cart-button:active,
    .view-product-button:active {
        transform: scale(0.98);
    }


    .view-product-button i {
        margin-left: 0.3rem;
    }

    .icon2 {
        margin: 0;
        padding: 0;
    }


    .seventh_section {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 15vh;
        overflow: hidden;
    }

    .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 15vh;
        object-fit: cover;
        z-index: -1;
    }

    .content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
    }

    .content h2 {
        width: 80%;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
    }

    .content img {
        width: 60%;
        height: auto;
    }

    .eighth_section {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .eighth_section_grid {
        background-size: cover;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 1rem;
        margin: auto;
    }

    .eighth_section_grid_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .eighth_section_grid_div img {
        width: 8%;
        height: auto;
    }

    .eighth_section_grid_div p {
        font-size: 8px;
        color: #474646;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 0;
    }
}

@media (max-width: 319px) {
    .first_section_portada {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 8vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5vh;
    }

    .first_section_portada_img {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 8vh;
        background-size: cover;
        background-position: center;
        opacity: 1;
        z-index: 0;
    }

    .second_section {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 1rem auto;
        padding: 1rem;
    }

    .second_section_grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .second_section_grid_div1,
    .second_section_grid_div2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .second_section_grid_div1 h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 130%;
        color: #0ead63;
        margin: 0;
        text-align: center;
    }

    .second_section_grid_div1 div {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        border: 1px solid #0ead63;
        width: 100%;
    }

    .second_section_grid_div2 p {
        font-size: 12px;
        font-weight: 400;
        color: #474646;
        margin-bottom: 1rem;
        text-align: center;
        line-height: 130%;
    }

    .third_section {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 1rem;
    }

    .third_section_grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .third_section_grid_div {
        display: flex;
        flex-direction: column;
        min-height: 23rem;
        position: relative;
        cursor: pointer;
        justify-content: space-between;
        overflow: hidden;
    }

    .wishlist-button {
        border: none;
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        z-index: 10;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        color: #1f2937;
        transition: color 0.3s ease;
        cursor: pointer;
        text-align: center;
    }

    .wishlist-button:hover .icon {
        color: red;
    }

    .icon {
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

    .product-image {
        height: 12rem;
        width: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .product-link:hover,
    .product-image:hover {
        transform: scale(1.05);
    }

    .product-details {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 140px;
        position: relative;
        border: 1px solid #f3f4f6;
        background-color: #ffffff;
        padding: 1rem;
    }

    .product-title {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-size: 14px;
        font-weight: 600;
        color: #474646;
        min-height: 30px;
        display: flex;
        align-items: center;
    }

    .product-price {
        margin-bottom: 0.8rem;
        font-size: 12px;
        color: #474646;
        font-weight: 600;
    }


    .button-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        width: 100%;
        align-items: stretch;
    }

    .view-product-button,
    .add-to-cart-button {
        text-decoration: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background-color: #0ead63;
        font-weight: 500;
        padding: 0.6rem;
        font-size: 12px;
        transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
        color: #fff;
        margin: 0;
        box-sizing: border-box;
        flex-grow: 1;
        text-align: center;
        height: 60%;
    }

    .add-to-cart-button:hover,
    .view-product-button:hover {
        background-color: #474646;
        color: #0ead63;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .add-to-cart-button:active,
    .view-product-button:active {
        transform: scale(0.98);
    }


    .view-product-button i {
        margin-left: 0.2rem;
    }

    .icon2 {
        margin: 0;
        padding: 0;
    }

    .seventh_section {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 15vh;
        overflow: hidden;
    }

    .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 15vh;
        object-fit: cover;
        z-index: -1;
    }

    .content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
    }

    .content h2 {
        width: 80%;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
    }

    .content img {
        width: 60%;
        height: auto;
    }

    .eighth_section {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .eighth_section_grid {
        background-size: cover;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 1rem;
        margin: auto;
    }

    .eighth_section_grid_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .eighth_section_grid_div img {
        width: 15%;
        height: auto;
    }

    .eighth_section_grid_div p {
        font-size: 5px;
        color: #474646;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 0;
        text-align: center;
    }
}

