
    .footerPeman {
        background-color: var(--orangePeman) !important;
    }

    .logoContainerSemillas {
        z-index: 9 !important;
    }

    .orangeButton {
        padding: 1rem 1.5rem !important;
    }

    .categoryInformation {
        color: #232328 !important;
    }

    .principalTitleCategory {
        color: #9f9f9f;
    }

    .categoryContainer:hover .imageCategoryHover {
        fill: white;
        color: white !important;
    }

    .principalTitleCategoryNew {
        font-size: 3.1rem;
        color: #9f9f9f;
    }

    .categoryContainer:hover .principalTitleCategoryNew {
        color: #ffffff;
    }

    .categoryContainer:hover .sectionSubtitle {
        color: #ffffff;
    }

    .productButton {
        background-color: var(--orangePeman) !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        min-width: 100px;
        -webkit-box-shadow: 0 0 0 0px #ffae4a;
        -moz-box-shadow: 0 0 0 0px #ffae4a;
        box-shadow: 0 0 0 0px #ffae4a;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .productButton:hover {
        -webkit-box-shadow: 0 0 0 5px #ffae4a;
    }

    .productTitle {
        color: #9f9f9f !important;
        font-size: 1.4rem !important;
        font-weight: 700 !important;
        margin-top: 4.3rem !important;
        margin-bottom: 1.5rem !important;
    }

    .orangeButton {
        -webkit-box-shadow: 0 0 0 0px #ffae4a;
        -moz-box-shadow: 0 0 0 0px #ffae4a;
        box-shadow: 0 0 0 0px #ffae4a;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .orangeButton:hover {
        -webkit-box-shadow: 0 0 0 5px #ffae4a;
    }

    .secondarySectionSeeds {
        margin-top: 0 !important;
    }

    .subtitleDestacados {
        color: var(--darkGrayPeman);
        font-size: 1.5rem;
    }

    .pin-socio {
        height: 150px;
        width: auto;
    }

    .pin-socio-mobile {
        height: 100px;
        width: auto;
        right: 0;
        top: -250px;
    }


    
    @media screen and (max-height: 820px) and (max-width: 600px) {
        .pin-socio-mobile {
            top: -185px;
        }
    }

    @media screen and (max-height: 650px) and (max-width: 600px) {
        .pin-socio-mobile {
            height: 80px;
            top: -80px;
        }
    }

    @media (min-width: 600px) {
        .pin-socio-mobile {
            height: 150px;
            width: auto;
            right: 0;
            top: -250px;
        }
    }

    @media (max-width: 700px) {

        .productTitle {
            margin-top: 64px !important;
            font-size: 1.2rem !important;
        }

        .productButton {
            margin-bottom: 10px !important;
        }

        .grayCircle {
        {#width: 121px !important;#} {#height: 90px !important;#}
        }

        .productImage {
        {#width: 242px !important;#} height: 211px !important;
        }

        .secondarySectionSeeds {
            padding: 0px !important;
            height: 100% !important;
        }
    }

    @media (max-width: 1200px) {
        .logoimg {
            width: 230px !important;
        }
    }

    @media (max-width: 750px) {
        .sectionSubtitle {
            font-size: 20px !important;
        }

        .productImage {
        {#width: 142px !important;#} height: auto !important;
        }
    }

    @media (min-width: 300px) {
        .categoryLottie {
            flex: 0.3;
        }

        .categoryContent {
            flex: 0.7;
        }

        .subtitleDestacados {
            font-size: 16px;
        }

        .logoContainerSemillas {
            margin-top: 0px;
        }

        .subHeaderSemillasContainer {
            position: absolute;
            bottom: 0;
            width: 100%;
            backdrop-filter: blur(50px);
            -webkit-webkit-backdrop-filter: blur(50px);
            -moz-webkit-backdrop-filter: blur(50px);
            -ms-webkit-backdrop-filter: blur(50px);
            -o-webkit-backdrop-filter: blur(50px);
            -khtml-webkit-backdrop-filter: blur(50px);
            -webkit-backdrop-filter: blur(50px);
        }

        .subHeaderSemillas {
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .modificacionesText {
            font-size: 16px;
            padding: 32px;
        }
    }

    @media (min-width: 576px) {
        .modificacionesText {
            /* font-size: 20px; */
            padding-top: 0;
        }
    }

    @media (min-width: 768px) {
        .categoryLottie {
            flex: 0.2;
        }

        .categoryContent {
            flex: 0.8;
        }

        .subtitleDestacados {
            font-size: 24px;
        }

        .subHeaderSemillas {
            padding: 3rem 3rem 0 3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: row;
        }
    }

    @media (min-width: 1400px) {
        .categoryLottie {
            flex: 0.1;
        }

        .categoryContent {
            flex: 0.9;
        }

        .logoContainerSemillas {
            margin-top: -100px;
        }
    }

    @media (max-height: 800px) {
        .logoimg {
            padding-top: 0;
        }

        .orangeButtonFormat {
            font-size: 1.1rem;
        }
    }

    @media (max-height: 700px) {
        .logoimg {
            padding-top: 120px;
        }

        .orangeButtonFormat {
            font-size: 0.7rem;
        }
    }
