@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@700&display=swap');

@font-face {
    font-family: 'Neue Plak';
    src: url('../fonts/Neue-Plak-Light.woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('../fonts/Neue-Plak-Regular.woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('../fonts/Neue-Plak-SemiBold.woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('../fonts/Neue-Plak-Bold.woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('../fonts/Neue-Plak-Black.woff');
    font-weight: 800;
    font-style: normal;
}

:root {
    --primary: #70412f;
    --greenPeman: #9FC809;
    --orangePeman: #F17603;
    --darkGreenPeman: #529d45;
    --darkGrayPeman: #8c8c93;
    --brownPeman: #463730;
    --grayPeman: #eeeeee;
    --darkBluePeman: #1D3132;
}

/* Sizes
1rem		16px
1.05rem		17px
1.1rem		18px
1.25rem		20px
1.35rem		22px
1.5rem		24px
1.65rem		26px
1.85rem		30px
2.25rem		36px
3.1rem		50px
3.75rem		60px
4.5rem		72px
5.65rem		90px */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgb(75, 75, 75);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--orangePeman);
}

body {
    padding-top: 70px;
    font-family: "Neue Plak", sans-serif;
    font-size: 20px;
    font-weight: 400;
    /*background-color: #0e0e0e;*/
}

strong {
    font-weight: 600;
}

.newTitleFont {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.lightFont {
    font-weight: 300 !important;
}

.semiBoldFont {
    font-weight: 600 !important;
}

.boldFont {
    font-weight: 700 !important;
}


.footerRights {
    font-size: 14px;
}

.primaryColorBackground {
    background-color: #000000c4;
}

.sectionLocation {
    color: var(--primary);
    font-size: 1.05rem;
    margin: 1rem 0;
}

.sectionLocationOrange {
    color: var(--orangePeman);
    font-size: 1.05rem;
    margin: 1rem 0;
}

.sectionLocationGreen {
    color: var(--darkGreenPeman);
    font-size: 1.05rem;
    margin: 1rem 0;
}

.sectionLocationWhite {
    color: #fff;
    font-size: 1.05rem;
}

.filtersTitle {
    color: var(--orangePeman);
    font-size: 1.25rem;
}

.filtersOptions {
    color: grey;
    font-size: 1.05rem;
}

.titlesTitleAndSubtitle {
    color: #fff;
    position: absolute;
    top: 20%;
}

.articleBackground {
    background-image: url("/static/media/Image14.jpg");
    height: 100%;
    padding-top: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;

    .fechaPubliArt {
        color: #FFFFFF;
    }
}

.button {
    width: fit-content;
    min-height: 44px;
    padding: 8px 32px;
    border-radius: 24px;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    /* white-space: nowrap; */
    transition: opacity .2s;
    cursor: pointer;

    &:hover {
        color: #FFFFFF;
        opacity: .75;
    }

    &.button-orange {
        background-color: var(--orangePeman);
    }

    &.button-green {
        background-color: var(--greenPeman);
    }

    &.button-brown {
        background-color: var(--brownPeman);
    }

    &.button-dark-blue {
        background-color: var(--darkBluePeman);
    }

    &.button-red {
        background-color: rgb(255, 0, 51);
    }

    &.button-gray {
        background-color: #FAFAFA;
        border: 1px solid rgba(0, 0, 0, 0.2);
        color: #000;

        &:hover {
            color: #000;
        }
    }

    &.button-orange-light {
        background-color: rgba(241, 118, 3, 0.1);
        color: var(--orangePeman);

        &:hover {
            color: var(--orangePeman);
        }
    }
}

.contentContainer,
.contentContainerArticle,
.cards,
.introductionArticles,
.finalButtonsContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullArticle {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.otherArticles {
    color: var(--primary);
    flex-direction: column;
}

.otherArticles>h1 {
    font-size: 2.25rem;
}

.articleImageArticle {
    border-radius: 20px;
    object-fit: cover;
}

.articlesBackground,
.searchBackground {
    background-image: url("/static/media/Image14.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.headerBigTitle,
.sliderTitle {
    color: #fff;
    font-size: 4.5rem;
    width: 100%;
}

.subHeaderBigTitle {
    color: #fff;
    font-size: 2rem;
    width: 100%;
}

.headerSmallTitle {
    color: #fff;
    font-size: 2.25rem;
    width: 100%;
}

.headerBigSubtitle,
.headerBigSubtitleBigger,
.headerBigSubtitleSupreme {
    color: #fff;
    font-size: 2.5rem;
    width: 100%;
}

.headerSmallSubtitle,
.sliderText {
    color: #fff;
    font-size: 1.5rem;
    width: 100%;
}

.searchContainer {
    position: absolute;
    left: 1%;
}

.searchSearch,
.searchCategory {
    position: relative;
}

.searchContainerSearch {
    position: absolute;
    top: 35%;
    left: 0.5%;
}

.searchContainerCategory {
    position: absolute;
    top: 35%;
    left: 0.5%;
}

.searchInputSearch {
    border-radius: 20px;
    margin-right: 2rem;
    background-color: #b8b8b8;
    border: 1px solid #fff;
    position: relative;
    z-index: 0;
    padding: 1.5rem;
}

.searchInputCategory {
    border-radius: 20px;
    margin-right: 2rem;
    background-color: #b8b8b8;
    border: 1px solid #fff;
    position: relative;
    z-index: 0;
    padding: 1.5rem;
    width: 200px;
}

.searchIconSearch {
    position: absolute;
    width: 20px;
    z-index: 10;
}

.searchIconCategory {
    position: absolute;
    width: 20px;
    z-index: 10;
}

.searchResultContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchResultContainer>div>h1 {
    color: var(--primary);
}

.searchResultContainer:hover>div>h1 {
    color: #fff;
}

.searchResultContainer:hover {
    background-color: var(--primary);
    color: #fff;
}

.searchResultContainer:hover>.imageContainer>.category>svg {
    fill: #fff;
}

.sectionInformation {
    color: var(--darkGrayPeman);
    font-size: 1.25rem;
}

.grayCircle {
    background-color: var(--grayPeman);
    width: 200px;
    height: 150px;
    border-radius: 30px;
    position: relative;
}

.grayCircleSecondary {
    background-color: #d4d5d7;
    width: 200px;
    height: 150px;
    border-radius: 30px;
    position: absolute;
}

.technicalTableOrange {
    color: var(--orangePeman);
    font-size: 1.65rem;
}

.technicalTableGreen {
    color: var(--darkGreenPeman);
    font-size: 1.65rem;
}

.subtitleProductOrange {
    color: var(--orangePeman);
    font-size: 1.85rem;
}

.subtitleProductGreen {
    color: var(--darkGreenPeman);
    font-size: 1.85rem;
}

.productImage {
    position: absolute;
    width: 350px;
    height: 350px;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    margin-top: 25px !important;
}

.productImageSearch {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.productImageNewRelease {
    position: absolute;
    width: 400px;
    height: 350px;
    top: 0;
}

.productTitle {
    font-size: 1.1rem;
    text-align: center;
    height: 50px;
}

.productInformation {
    font-size: 1.5rem;
}

.productButton {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1.1rem;
    width: 100px;
    margin: 0.5rem;
}

.categoriesBackground {
    background-image: url("/static/media/Image19.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.titles {
    color: #fff;
    position: absolute;
    top: 80%;
}

.categoryContainer {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: flex-start;*/
    /*width: 100%;*/
    transition: all .5s ease;
    /*padding: 0 2rem;*/
}

.categorySubContainer {
    display: flex;
}

.categoryContainer>div>div>form>a>button>h1 {
    color: var(--orangePeman);
}

.categoryContainer:hover>div>div>form>a>button>h1 {
    color: #fff;
}

.categoryContainer:hover {
    background-color: var(--orangePeman);
    color: #fff;
}

.categoryContainer:hover>div>.imageContainer>.category>svg {
    fill: #fff;
}

.principalTitleCategory {
    color: var(--orangePeman);
    font-size: 3.1rem;
}

.categoryInformation {
    font-size: 1.25rem;
    margin: 0 0 1rem 0 !important;
}

.category {
    height: 100%;
}

.imageContainer {
    /*width: 130px;*/
    /*text-align: center;*/
}

.comparisionBackground {
    background-image: url("/static/media/Image19.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.tableHeadOrangeComparation {
    color: #fff !important;
    font-size: 1rem;
    background-color: #7c7c7c !important;
}

.tableHeadOrange {
    color: #fff !important;
    font-size: 1rem;
    background-color: #7c7c7c;
    border-radius: 50px;
    border: none !important;
    width: 550px;
    margin: 5px 0;
    z-index: 100;
    position: relative;
    text-align: left;
    padding: 20px 20px 20px 30px !important;
    display: table;
    vertical-align: middle !important;
}

.tableHeadOrangeMobile {
    color: #fff !important;
    font-size: 1rem;
    background-color: #7c7c7c;
    border-radius: 50px 50px 0 0;
    border: none !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 0 0 !important;
    padding: 1rem 2rem !important;
    position: relative;
    z-index: 100;
    text-align: left;
}

.tableHeadGreen {
    color: #fff;
    font-size: 1rem;
    background-color: #7c7c7c;
    border-radius: 50px;
    border: none !important;
    width: 550px;
    margin: 5px 0;
    z-index: 100;
    position: relative;
    text-align: left;
    padding: 20px 0 20px 30px !important;
    display: table;
    vertical-align: middle !important;
}

.tableHeadContentCenter {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.tableHeadGreenMobile {
    color: #fff;
    font-size: 1rem;
    background-color: #7c7c7c;
    border-radius: 50px 50px 0 0;
    border: none !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 0 0 !important;
    padding: 1rem 2rem !important;
    position: relative;
    z-index: 100;
}

.tableBody {
    color: #7c7c7c;
    font-size: 1rem;
    background-color: #f1f1f1;
    border-radius: 50px;
    border: none !important;
    margin: 5px 10px 5px -50px;
    text-align: left;
    padding: 20px 0 20px 100px !important;
    width: 50%;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
    display: table;
    position: relative;
    left: -50px;
}

.tableBodySpecialities {
    color: #7c7c7c;
    font-size: 1rem;
    background-color: #f1f1f1;
    border-radius: 50px;
    border: none !important;
    margin: 5px 10px 5px -50px;
    text-align: left;
    padding: 20px 0 20px 85px !important;
    width: 50%;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
    display: table;
    position: relative;
    left: -50px;
}

.tableBodyMobile {
    color: #000;
    font-size: 1rem;
    background-color: #f1f1f1;
    border-radius: 0 0 50px 50px;
    border: none !important;
    width: 100%;
    margin: 0 0 10px 0 !important;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    top: -15% !important;
    padding: 20px 2rem !important;
}

.tableRow {
    font-size: 1.5rem;
}

.cotizationButtonOrange {
    background-color: var(--orangePeman);
    padding: 1rem 2rem;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1.35rem !important;
    margin: 1rem;
}

.cotizationButtonGreen {
    background-color: var(--darkGreenPeman);
    padding: 1rem 2rem;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1.85rem !important;
    margin: 1rem;
}

.vsTextOrange {
    font-size: 3.1rem;
    color: var(--primary);
    margin: 3rem 0;
}

.vsTextGreen {
    font-size: 3.1rem;
    color: var(--darkGreenPeman);
    margin: 3rem 0;
}

.productDetail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contactBackground {
    background-image: url("/static/media/Image13.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.contactInformation {
    font-size: 1.25rem;
}

.grayRectangle {
    width: 500px;
    height: 300px;
    background-color: var(--grayPeman);
    border-radius: 20px;
}

.contactContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subContactContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 1rem 0;
}

.contactBackgroundGreen {
    background-image: url("/static/media/Image10.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.usBackground {
    background-image: url("/static/media/Image18.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.wrapper {
    height: 30vh !important;
}

.numbersText {
    text-align: center;
    font-size: 5.65rem;
    margin: 0;
}

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

.brownSquare {
    width: 130px;
    height: 100px;
    background-color: var(--primary);
    border-radius: 20px;
    margin: 2rem;
}

.squareText {
    color: #fff;
    font-size: 1.5rem;
    flex: 1;
    text-align: center;
}

.squareTextBody {
    color: var(--darkGrayPeman);
    font-size: 1.5rem;
    flex: 3;
}

.slick-dots {
    position: static !important;
}

.postulationBackground {
    background-image: url("/static/media/Image15.jpg");
    height: 100%;
    background-position: 0 25%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.productBackground {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.sectionArticulosCard {
    min-height: 172px;
    padding: 42px 16px;
    border-radius: 20px;
    background-color: var(--orangePeman);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sectionArticulosDetailLeft,
.sectionArticulosDetailRight {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.sectionArticulosDetailLeft {
    display: none;
}

.sectionArticulosDetailRight {
    display: none;
}

.articleIndexButton {
    width: 100%;
    height: 44px;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid var(--orangePeman);
    background-color: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--orangePeman);
    transition: opacity .2s;
}

.articleIndexButton:hover {
    opacity: .75;
    color: var(--orangePeman);
}

.articleBodyCard {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 1.07rem;
}

.articulosTitle {
    font-size: 2.75rem;
}

.fechaPubliArt {
    font-size: 14px;
    color: #5B7374;
}


.articleCard {
    background-color: #efefef;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 10px 0px #00000012;
    -moz-box-shadow: 0 0 10px 0px #00000012;
    box-shadow: 0 0 10px 0px #00000012;
}

.articleCardImage {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 30px 0px 0px 30px
}

.black-text {
    color: #232328 !important;
}

.articleHr {
    border-top: 3px solid #70412f;
}

.productBackgroundSpecialities {
    /*background-image: url("/static/media/Image15.jpg");*/
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.titleProduct {
    color: #fff;
    position: absolute;
    top: 60%;
    left: 38%;
}

.product-box {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*.product-box:hover {*/
/*  transform: scale(1.1);*/
/*}*/

.productImageHeader {
    position: relative;
}

.categorieBackground {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.custom-control-label::before {
    background-color: #fff !important;
    border-color: grey !important;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--orangePeman) !important;
    border-color: white !important;
}

.orangeSeparator {
    height: 2px;
    background: var(--orangePeman);
    border: 0;
    width: 100%;
    margin-top: 10px;
}

.whiteSeparator {
    height: 2px;
    background: #fff;
    border: 0;
    width: 100%;
    margin-top: 10px;
}

.graySeparator {
    width: 100%;
    height: 5px;
    border-bottom: 5px solid #c1c1c1;
    position: relative;
    z-index: 20;
}

.brownSeparator {
    width: 100%;
    height: 5px;
    border-bottom: 5px solid #381f16;
    position: relative;
    z-index: 20;
    box-shadow: 0px 1px 20px 0px #000;
}

.seedsBackground {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh);
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*position: relative;*/
}

.seedsContactBackground {
    background-image: url("/static/media/Fotos/10.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.articlesBackground {
    background-image: url("/static/media/Image18.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.articleImageSeeds {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 2rem 2rem 0;
}

.productContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.servicesBackground {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 100px) !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.headerCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.orangeButton {
    background-color: var(--orangePeman);
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1.1rem;
    margin: 1rem;
}

.orangeButtonFormat {
    background-color: var(--orangePeman);
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 30px;
    color: #fff;
    margin: 1rem 0;
}

.greenButton {
    background-color: var(--darkGreenPeman);
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1.1rem;
    margin: 1rem;
}

.greenButtonFormat {
    background-color: var(--darkGreenPeman);
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 30px;
    color: #fff;
    margin: 1rem;
}

.grayButton {
    background-color: #656565;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1.1rem;
    margin: 1rem;
}

.bigGreenButton {
    background-color: var(--darkGreenPeman);
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1.5rem;
    margin: 1rem;
}

.articleImageServices {
    height: auto;
    width: 100%;
}

.servicesSectionContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialitiesBackground {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.principalTitleSearch {
    color: var(--primary);
    font-size: 3.1rem;
}

.articleImageSpecialities {
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.specialitiesCarouselButton {
    font-size: 2.25rem;
    border-radius: 50px;
    padding: 2rem;
}

.imageCarousel {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.indexBackground {
    background-image: url("/static/media/Fotos/31.jpg");
    /*height: 100%;*/

    /*1*/
    /*2*/
    /*14*/
    /*17*/

    /*background-image: url("/static/media/i_2.jpg");*/
    /*height: 100%;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: calc(100vh + 476px);*/
}

.indexHero {
    min-height: 100vh;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.institutionalText {
    margin: 2rem 3rem 2rem 0;
    font-size: 1.25rem;
}

.institutionalSubText {
    font-size: 1.8rem;
}

.buttonsSection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    gap: 24px;
}

@media (max-width: 576px) {
    .buttonsSection {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
    }
}

.seeds {
    color: var(--orangePeman);
    font-size: 2.25rem;
    margin: 0 1rem;
    padding: 0;
}

.specialities {
    color: var(--darkGreenPeman);
    font-size: 2.25rem;
    margin: 0 1rem;
    padding: 0;
}

.categoryIndexInformationTitle {
    margin-top: 1rem;
    color: #ffffff;
    font-size: 36px;
    font-weight: 900 !important;
}

.categoryIndexInformationSubtitle {
    margin-top: 1rem;
    color: #ffffff;
    font-size: 1.25rem;
    /*font-weight: 600 !important;*/
}

.sectionTitle {
    color: var(--primary);
    margin: 2rem 0;
    font-size: 3.75rem;
}

.sectionTitleNosotros {
    color: var(--primary);
    margin: 2rem 0;
    font-size: 3rem;
}

.sectionTitleWhite {
    color: #fff;
    margin: 2rem 0;
    font-size: 48px;
}

.sectionTitleOrange {
    color: var(--orangePeman);
    margin: 2rem 0;
}

.sectionTitleOrangeSmall {
    color: var(--orangePeman);
    margin: 2rem 0;
    font-size: 3.1rem;
}

.sectionTitleGreen {
    color: var(--darkGreenPeman);
    margin: 2rem 0;
}

.orangeButtonIndex {
    background-color: var(--orangePeman);
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 20px;
    border: none;
    font-size: 1.1rem;
}

.greenButtonIndex {
    background-color: #529d45;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 20px;
    border: none;
    font-size: 1.1rem;
}

.infoSection {
    display: flex;
    align-items: center;
    justify-content: center;
}

.backdropBlur {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.navbarMobileobject {
    box-shadow: none !important;
}

.navbar {
    min-height: 70px;
    background-color: var(--darkBluePeman);
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}

.navbar.scrolling-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand {
    padding: 15px 0;
}

.scrolling-navbar {
    transition: all .25s ease !important;
}

.navbarMobileTitles {
    display: flex;
    align-items: center;
}

.navbarMobileTitles>ul>li>a {
    padding-left: 18px !important;
}

.navbarMobileTitles>ul>li>.extraNavbar {
    padding-left: 18px !important;
}

.footerButton {
    background-color: inherit;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #848484;
    padding: .5rem 3rem;
    margin-bottom: 1rem;
    transition: 0.3s;
    box-shadow: 0 0 0 0px #fff;
}

.footerButton:hover {
    box-shadow: 0 0 0 3px #fff;
}

.esButton {
    cursor: pointer;
    font-size: 1rem;
}

.enButton {
    cursor: pointer;
    font-size: 1rem;
}

.footerPeman {
    background-color: var(--darkBluePeman);
    color: #ffffff;
    text-align: left;
}

.footerTitle {
    font-size: 1.1rem;
}

.footerElement {
    padding: 0 !important;
    font-size: 12px;
    color: #FFFFFF;
    transition: color .2s;
    list-style-type: none;
}

.footerElement:hover {
    color: var(--orangePeman)
}

.footerText {
    font-size: 20px;
    margin-bottom: 0;
}

.footerLinkchar {
    font-weight: 600;
    color: #FFFFFF;
}

.footerLinkchar:hover {
    color: var(--orangePeman);
}

.rightsCenter {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.searchInput {
    border-radius: 20px;
    background-color: #b8b8b8;
    border: 1px solid #fff;
    position: relative;
    z-index: 0;
    padding: 1.5rem;
}

.searchIcon {
    position: absolute;
    width: 20px;
    z-index: 10;
}

.navigationTitle,
.navigationTitleDropdown {
    font-size: 1.1rem;
    border-radius: 20px;
    margin: 0 .25rem;
}

.navigationSubtitle {
    font-size: 1rem !important;
    font-weight: 700 !important;
}

.navigationTitle>a,
.navigationTitleDropdown>a {
    color: white;
    border-radius: 20px;
}

.navigationTitleDropdown>a:hover {
    border-radius: 20px 20px 0 0;
}

.navigationTitleDropdown:hover {
    border-radius: 20px 20px 20px 20px;
}

.navigationSubtitle {
    color: #ffffff !important;
    /*background-color: #fff;*/
}

.navigationSubtitleSemillas {
    color: #fff
}

.navigationSubtitleSemillas:hover {
    /*color: var(--orangePeman) !important;*/
}

.navigationSubtitleSpecialities:hover {
    color: #66c656 !important;
}

.navigationSubtitleBackground {
    background-color: #000000c7;
    border: none;
    border-radius: 0 0 20px 20px;
    margin-top: 11px !important;
}


.extraNavbar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav-item.navigationTitle:hover {
    /*background-color: var(--primary);*/
    border-radius: 20px;
}

.nav-item.dropdown:hover {
    /*background-color: var(--primary);*/
    border-radius: 20px 20px 0 0;
}

.secondarySectionSearch {
    background-color: var(--grayPeman);
}

.greenButtonContact,
.orangeButtonProduct,
.greenButtonProduct {
    width: 200px !important;
}

.greenButtonContact {
    background-color: transparent !important;
    border: 1px solid var(--darkGreenPeman);
    color: var(--darkGreenPeman);
}

.greenButtonContact:hover {
    background-color: var(--darkGreenPeman) !important;
    border: 1px solid var(--darkGreenPeman);
    color: #fff;
}

.greenButtonContactDisabled {
    background-color: var(--darkGrayPeman) !important;
    border: 1px solid var(--darkGrayPeman);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-size: 1.1rem;
    margin: 1rem;
}

.secondarySectionSeeds {
    background-color: var(--grayPeman);
    margin-top: 5rem;
}

.searchSection {
    background-color: var(--primary);
    height: 130px;
    color: #fff;
}

.btnFormPeman {
    background-color: var(--primary);
    color: #fff;
    font-size: 1.25rem;
}

.btnFormPeman:hover {
    color: #fff;
}

.card-body {
    display: flex;
    align-items: left;
    justify-content: end;
    flex-direction: column;
    background: linear-gradient(90deg, rgba(112, 65, 47, 1) 0%, rgba(136, 81, 59, 1) 35%, rgba(175, 109, 83, 1) 100%) !important;
    flex: none;
}

.card-body-specialities {
    display: flex;
    align-items: left;
    justify-content: end;
    flex-direction: column;
    background: #cecece;
    flex: none;
}

.card-img-top {
    display: inline-block !important;
    height: 100%;
    vertical-align: middle;
}

.navbar.navbar-dark form .md-form input:focus:not([readonly]) {
    border-color: var(--orangePeman);
}

.md-form input:not([type]),
.md-form input[type="text"]:not(.browser-default),
.md-form input[type="password"]:not(.browser-default),
.md-form input[type="email"]:not(.browser-default),
.md-form input[type="url"]:not(.browser-default),
.md-form input[type="time"]:not(.browser-default),
.md-form input[type="date"]:not(.browser-default),
.md-form input[type="datetime"]:not(.browser-default),
.md-form input[type="datetime-local"]:not(.browser-default),
.md-form input[type="tel"]:not(.browser-default),
.md-form input[type="number"]:not(.browser-default),
.md-form input[type="search"]:not(.browser-default),
.md-form input[type="phone"]:not(.browser-default),
.md-form input[type="search-md"],
.md-form textarea.md-textarea {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
}

.form-control-orange {
    border-bottom: 1px solid var(--orangePeman) !important;
    -webkit-box-shadow: 0 1px 0 0 var(--orangePeman) !important;
    box-shadow: 0 1px 0 0 var(--orangePeman) !important;
    color: var(--orangePeman) !important;
}

.form-control-orange::placeholder {
    color: #000 !important;
}

.md-form input:not([type]):focus:not([readonly]),
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid var(--orangePeman);
    -webkit-box-shadow: 0 1px 0 0 var(--orangePeman);
    box-shadow: 0 1px 0 0 var(--orangePeman);
}

.form-control,
.custom-select {
    margin-bottom: .5rem;
}

.dropdown-menu {
    min-width: 100% !important;
}

.articulos-card {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 275px 1fr;
    overflow: hidden;
}

.articulos-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.articulos-card-body {
    width: 100%;
    height: 100%;
    padding: 16px;
    background-color: #F5ECE6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.article-title {
    margin: 0;
    font-size: 20px;
}

.articleSubtitle {
    color: var(--primary);
    font-size: 1.5rem;
}

.articleSecondBody {
    font-size: 1.25rem;
}

.articleBody>p {
    margin-bottom: 20px;
}


.op {
    width: 42vw;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.opContainer {
    border-top: 5px solid #f28a09;
    overflow: visible;
}

.marcaBox {
    background-color: rgb(0 0 0 / 38%);
    border-radius: 30px;
    height: 100%;
}

.marcaBoxOragnge {
    background-color: var(--orangePeman);
}

.marcaBoxGreen {
    background-color: #529d45;
}

/* Slick */
.carousel {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 150px;
    border: 2px solid #fff;
}

.wrapper .slick-dots li button:before {
    font-size: 20px;
}

.footerSeparation {
    margin-bottom: 3rem !important;
}

.formControlBlackText {
    color: #000 !important;
}

.formControlBlackText::placeholder {
    color: #cecece !important;
}

.formControlWhiteText {
    color: #fff !important;

}

.formControlWhiteText::placeholder {
    color: #fff !important;

}

.languageButton {
    border: none;
    background-color: transparent;
    color: #efefef;
}

.newReleaseContainer {
    display: flex;
    background-color: var(--grayPeman);
    border-radius: 40px;
    padding: 3rem;
    width: 100%;
    color: #85868e;
    margin-bottom: 60px;
}

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

.searchButton {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 30px;
    background-color: var(--orangePeman);
    color: #fff;
    font-size: 1.1rem;
    width: 100%;
    margin: 0.5rem;
}

.indexButtonContainer1,
.indexButtonContainer2 {
    width: 250px;
    background-color: #fff;
    border-radius: 20px;
    margin: 1rem;
}

.buttonCategoryProduct {
    border: none;
    background: transparent;
    color: var(--orangePeman);
}

.buttonCategoryProduct>p {
    margin: 0 !important;
}


.floatButton {
    position: fixed;
    width: 60px;
    height: 60px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    margin-bottom: 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.floatWhatsApp:hover,
.floatPhone:hover,
.floatEmail:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.floatWhatsApp {
    background-color: #25d366;
    /*backdrop-filter: blur(10px);*/
}

.floatPhone {
    background-color: #000000a3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.floatEmail {
    background-color: #000000a3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.my-float {
    margin-top: 16px;
}

.floatWhatsApp:hover {
    color: #fff;
}

.floatPhone:hover,
.floatEmail:hover {
    color: var(--orangePeman);
}

.fa-envelope:hover,
.fa-phone-alt:hover {
    color: var(--orangePeman);
}

.productImage1Comparision {
    position: absolute;
    bottom: -25%;
    left: 25%;
}

.productImage2Comparision {
    position: absolute;
    bottom: -25%;
    right: 25%;
}

.new-page-link {
    width: 42px;
    height: 42px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: unset;
    color: #000;
    font-size: 16px;
    box-shadow: unset;
    font-weight: 600;
    text-align: center;
    line-height: 42px;

    &:hover {
        background-color: rgba(245, 236, 230, 0.5);
        color: #000;
    }

    &.current {
        background-color: #F5ECE6;
    }
}

.textWithImageText,
.textWithImageTextInverse {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.newProductCircle {
    background-color: var(--orangePeman);
    position: absolute;
    top: -90px;
    right: 0;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    z-index: 100;
}

.newProductCircle>p {
    margin: 0 !important;
    font-size: 1.1rem;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.comparisonSelect {
    background: transparent;
    border: 1px solid var(--orangePeman);
    border-radius: 20px;
    padding: 0.5rem;
    color: var(--orangePeman);
    width: 100%;
    margin: 1rem 0;
}

.historyDate {
    display: flex;
}

.categoriesProduct {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.categoriesProduct::-webkit-scrollbar {
    display: none;
}

.marcaIndexButtonBackSemillas {
    box-shadow: 0 0 0 0px rgba(242, 138, 9, 1);
}

.marcaIndexButtonHoverSemillas {
    transition: 0.3s;
    border-radius: 30px;
}

.marcaIndexButtonHoverSemillas:hover {
    box-shadow: 0 0 0 10px rgba(242, 138, 9, 1);
}

.marcaIndexButtonHoverSpecialities {
    transition: 0.3s;
    border-radius: 30px;
}

.marcaIndexButtonHoverSpecialities:hover {
    box-shadow: 0 0 0 10px rgba(82, 157, 69, 1);
}

.marcaIndexButtonBackSpecialities {
    box-shadow: 0 0 0 0px rgba(82, 157, 69, 1);
}

.marcaIndexButtonHoverAcademy {
    transition: 0.3s;
    border-radius: 30px;
}

.marcaIndexButtonHoverAcademy:hover {
    box-shadow: 0 0 0 10px #463730;
}

.marcaIndexButtonBackAcademy {
    box-shadow: 0 0 0 0px #463730;
}

.opContainer {
    background-color: #0000009e;
    border-top: none !important;
    background-color: var(--primary)
}

.articulosTitle {
    font-size: 2.75rem;
}

.columnWide {
    flex: 0 0 60% !important;
    max-width: 60% !important;
}

.columnCollapse {
    flex: 0 0 40% !important;
    max-width: 40% !important;
}

.expandable {
    transition: 0.4s;
}

.bolsaSemilla {
    transition: 0.3s linear;
}

/*.articleBodyCard {*/
/*    max-height: 100px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 8;*/
/*    -webkit-box-orient: vertical;*/
/*}*/

.metaArticle {
    font-size: 0.9rem;
}

.categoryDropdownNavbar {
    width: unset !important;
}

/*.floatWhatsApp,*/
/*.floatPhone,*/
/*.floatEmail {*/
/*  position: fixed;*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  color: #FFF;*/
/*  border-radius: 50px;*/
/*  text-align: center;*/
/*  font-size: 30px;*/
/*  z-index: 100;*/
/*  margin-bottom: 50px;*/
/*}*/

.floatWhatsApp {
    background-color: #25d366;
    /*backdrop-filter: blur(10px);*/
}

.floatPhone {
    background-color: #000000a3;
}

.floatEmail {
    background-color: #000000a3;
}

.my-float {
    margin-top: 16px;
}

.floatWhatsApp:hover {
    color: #fff;
}

.floatPhone:hover,
.floatEmail:hover {
    color: var(--orangePeman);
}

.fa-envelope:hover,
.fa-phone-alt:hover {
    color: var(--orangePeman);
}

input[type="file"] {
    display: none;
}

.inputFile {
    border: 1px solid #ced4da;
    width: 50%;
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    cursor: pointer;
}

.downloadPDFButton {
    width: fit-content;
}

.downloadPDFButton:hover {
    color: #fff !important;
}


.mobileContactButton {
    font-size: 1.5rem;
}

.mobileWhatsApp {}

.mobilePhone {}

.mobileEmail {}


.columnWide {
    flex: 0 0 60% !important;
    max-width: 60% !important;
}

.columnCollapse {
    flex: 0 0 40% !important;
    max-width: 40% !important;
}

.expandable {
    transition: 0.4s;
}

.expandableSemillas {
    background-color: var(--orangePeman);
    padding-left: 8vw;
}

.expandableSpecialities {
    background-color: var(--greenPeman);
    padding-right: 8vw;
}

.expandableImageSemillas {
    height: 300px;
    left: 30vw;
}

.expandableImageSpecialities {
    height: 300px;
}

.bolsaSemilla {
    transition: 0.3s linear;
    /*opacity: 1;*/
    /*height: 400px;*/
}

.buttonMarcaExpand {
    padding: 8px 32px;
    transition: 0.3s linear;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 30px;
    width: fit-content;
    transform-origin: center left;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500 !important;
}

.buttonMarcaExpand:hover {
    color: #FFFFFF;
    opacity: .75;
}

.expandableContent {
    max-width: 20vw;
    min-width: 20vw;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.descripcion-unidad {
    font-size: 18px;
}

.academy-banner {
    min-height: 675px;
    padding: 64px 16px;
    background-color: var(--brownPeman);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    color: #FFFFFF;
    text-align: center;

    img {
        width: 100%;
        object-fit: contain;
    }

    h3 {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .academy-banner {
        min-height: 550px;

        h3 {
            font-size: 24px;
        }
    }
}


.academy-category {
    height: 100%;
    border-radius: 20px;
    padding: 24px;
    background-color: var(--brownPeman);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #FFFFFF;
}

.academy-video {
    width: 100%;
    height: calc(90vh - 70px);
    margin-bottom: -8px;
}

@media (max-width: 992px) {
    .academy-video {
        height: 600px;
    }
}

@media (max-width: 768px) {
    .academy-video {
        height: 500px;
    }
}

@media (max-width: 576px) {
    .academy-video {
        height: 380px;
    }
}

@media (max-width: 375px) {
    .academy-video {
        height: 280px;
    }
}

.academy-card {
    width: 100%;
    height: fit-content;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.academy-tag {
    min-height: 44px;
    padding: 12px 16px;
    border-radius: 26px;
    border: 1px solid var(--orangePeman);
    background-color: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--orangePeman);
    overflow: hidden;
}

.about-us-manifest {
    padding: 98px 0;
    background-color: var(--brownPeman);
    color: #FFFFFF;
    position: relative;

    img {
        width: 240px;
        height: 240px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (max-width: 992px) {
    .about-us-manifest {
        img {
            width: 190px;
            height: 190px;
        }
    }
}

@media (max-width: 768px) {
    .about-us-manifest {
        padding: 64px 0;

        img {
            width: 140px;
            height: 140px;
        }
    }
}

.about-us-blocks {
    .detail-left, .detail-right {
        width: 80px;
        position: absolute;
        top: 0px;
    }
    .detail-left {
        left: 0;
    }
    .detail-right {
        right: 0;
    }
}

@media (max-width: 992px) {
    .about-us-blocks {
        .detail-left, .detail-right {
            display: none;
        }
    }
}

.accordion-button {
    width: 100%;
    margin: 0;
    border: unset;
    background-color: #F5ECE6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    transition: opacity .2s;
}

.accordion-button:hover {
    opacity: .75;
}

.accordion-button[aria-expanded="true"]>i {
    transform: rotateX(180deg);
}

.lesson-video {
    height: 500px;
}

@media (max-width: 576px) {
    .lesson-video {
        height: 360px;
    }
}

.lesson-filter-card {
    width: 260px;
    height: fit-content;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 16px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 14px;
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    z-index: 100;

    .button {
        min-height: 34px;
        padding: 4px 8px;
        border-radius: 18px;
    }
}

.similar-lesson-card {
    width: 100%;
    height: fit-content;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 12px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    justify-content: center;
    align-items: center;
    gap: 12px;

    img {
        border-radius: 8px;
        object-fit: cover;
    }

    .academy-tag {
        width: fit-content;
        height: 30px;
        padding: 8px 16px;

        &:hover {
            opacity: .75;
            color: var(--orangePeman)
        }
    }
}

@media (max-width: 576px) {
    .academy-card {
        grid-template-rows: 250px 1fr;
    }
}

@media (max-width: 992px) {
    .academy-card {
        grid-template-columns: 1fr;
        grid-template-rows: 350px 1fr;
    }
}

@media (max-width: 576px) {
    .descripcion-unidad {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    .expandableSemillas {
        padding-left: 5vw !important;
    }

    .expandableSpecialities {
        padding-right: 5vw !important;
    }
}

@media (max-width: 400px) {
    .peman-img-hero-index {
        margin-bottom: -50px;
    }

    .blogIndexButton {
        width: 100% !important;
    }
}

@media (max-width: 962px) {
    .buttonMarcaExpand {
        box-shadow: 0 0 0 1px #fff !important;
    }

    .backdropBlurNavbar {
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
}

.footerIcon {
    margin: 0 12px;
    height: 32px;
    width: 32px;
    transition: opacity .2s;
}

.footerIcon:hover {
    opacity: .75;
}

/* 300px */
@media (min-width: 300px) {
    .container {
        /*max-width: 270px !important;*/
    }

    .productTitle {
        margin-top: 6.5rem !important;
    }


    .customContainer {
        padding: 0 15px 0 15px;
        margin: 0 10px 0 10px;
        max-width: none !important;
    }

    .customContainerLeft {
        padding: 0 0px 0 15px;
        margin: 0 0px 0 15px;
        max-width: none !important;
    }

    .headerText {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .headerLogo {
        margin-bottom: 30px;
    }

    .articleBackground,
    .searchBackground,
    .categoriesBackground,
    .comparisionBackground,
    .contactBackground,
    .contactBackgroundGreen,
    .usBackground,
    .postulationBackground,
    .productBackground,
    .productBackgroundSpecialities,
    .categorieBackground,
    .seedsBackground,
    .servicesBackground,
    .specialitiesBackground {
        justify-content: center;
    }

    .articleBackground,
    .articlesBackground {
        height: 800px;
    }

    .productBackground,
    .productBackgroundSpecialities {
        height: 600px;
    }

    .searchBackground {
        height: 400px;
    }

    .contentContainer,
    .contentContainerArticle,
    .cards {
        flex-direction: column;
    }

    .articleImageArticle {
        width: 250px;
        /*height: 100px;*/
        margin-bottom: 2rem;
        margin-right: 1rem;
    }

    .introductionArticles {
        flex-direction: column;
        margin: 1rem;
    }

    .introductionTextArticles {
        margin: 2rem;
        font-size: 1.25rem;
    }

    .searchBackground {
        justify-content: center;
    }

    .searchResultContainer {
        flex-direction: column;
        transition: all .5s ease;
    }

    .grayCircle,
    .grayCircleSecondary {
        margin: 2rem 0;
    }

    .leftContent {
        width: 100%;
    }

    .categoryContainer {
        flex-direction: column;
    }

    .categorySubContainer {
        flex-direction: column;
        align-items: center;
    }

    .categorySubContainer>div>form {
        justify-content: center;
    }

    .categorySubContainer>div>form>a>button>h1,
    .categorySubContainer>div>p {
        text-align: center;
    }

    .textCategoryContainer {
        width: 100%;
    }

    .categoryContainer>div>div>h1,
    .categoryContainer>div>div>p,
    .categoryContainer>div>div>form>a>button>h1 {
        margin: 1rem 1rem 0 0;
    }

    .imageContainer {
        /*margin-left: 0;*/
    }

    .categoryContainer>div>.imageContainer>.category>svg {
        transform: scale(1.5);
    }

    .category {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .finalButtonsContainer {
        flex-direction: column;
    }

    .comparisionLarger,
    .comparisionLargerDetail {
        display: none;
    }

    .comparisionMobile {
        display: block;
    }

    .halfInput,
    .introductionInformation {
        width: 100%;
    }

    .introductionImage {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .leftContentProduct {
        width: 100%;
        margin-right: 0;
    }

    .sectionInformationLarger {
        display: none;
    }

    .sectionInformationMobile {
        margin-top: 200px;
        display: block;
    }

    .productInformationLarger {
        display: none;
    }

    .productInformationMobile {
        display: block;
    }

    .extraMarginLeft {
        margin-left: 0;
    }

    .servicesSectionContainer {
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .articleImageSpecialities {
        margin: 2rem 0;
        width: 100%;
    }

    .sectionTitleWhite {
        font-size: 32px;
    }

    .institutionalText,
    .institutionalSubText {
        font-size: 1rem;
    }

    .institutionalSubText {
        margin: 2rem 3rem 2rem 0;
    }

    .infoSectionContainer {
        margin: 3rem 0;
    }

    .infoSection {
        flex-direction: column;
        margin-right: 0;
    }

    .navbarMobile,
    .filtersMobile {
        display: block;
        z-index: 100;
    }

    .navbarLarger,
    .filtersLarger {
        display: none;
    }

    .pemanLogo {
        width: 150px;
    }

    .extraNavbar {
        flex-direction: column;
    }

    .searchContainer {
        top: 28%;
    }

    .searchIcon {
        bottom: 0;
    }

    .searchInput {
        margin: 0;
    }

    .secondarySectionSearch {
        height: 300px;
    }

    .subContactContainer {
        text-align: center;
    }

    .productImageHeader {
        left: 15%;
        margin-top: -7rem;
    }

    .secondarySectionSeeds {
        margin-bottom: -5rem;
        height: 400px;
    }

    .sectionHeaderSeparation {
        margin-top: 3rem;
    }

    .newReleaseContainer {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        max-height: 1200px;
    }

    .newReleaseTitle {
        font-size: 2.75rem;
    }

    .newReleaseSubtitle {
        font-size: 1rem;
    }

    .newReleaseText {
        font-size: .75rem;
    }

    .sectionTitleGreen {
        font-size: 2.45rem;
    }

    .contentUs {
        margin: 50px 0;
    }

    .contactContainer {
        flex-direction: column;
    }

    .sectionTitleOrange {
        font-size: 2rem;
    }


    .textWithImageText {
        margin-right: 0;
    }

    .textWithImageTextInverse {
        margin-left: 0;
    }

    .historyDate {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .otherArticles {
        margin-left: 0;
    }

    .fullArticle {
        flex-direction: column;
    }

    .articleIndex {
        max-height: 600px;
        overflow: hidden;
    }

    .firstRowProductsLarger {
        display: none;
    }

    .firstRowProductsMobile {
        display: block;
    }


}

/* 576px */
@media (min-width: 576px) {
    .container {
        max-width: 540px !important;
    }


    .customContainer {
        padding: 0 15px 0 15px;
        margin: 0 75px 0 75px;
        max-width: none !important;
    }

    .customContainerLeft {
        padding: 0 0px 0 15px;
        margin: 0 0px 0 75px;
        max-width: none !important;
    }

    .articleImageArticle {
        /*width: 350px;*/
        /*height: 200px;*/
    }

    .sectionTitleWhite {
        margin-top: 42px;
    }

    .pemanLogo {
        width: 200px;
    }

    .secondarySectionSeeds {
        margin-bottom: -3rem;
    }

    .sectionHeaderSeparation {
        margin-top: 1rem;
    }


    .textWithImageText {
        margin-right: 4rem;
    }

    .textWithImageTextInverse {
        margin-left: 4rem;
    }



}

/* 768px */
@media (min-width: 768px) {
    .container {
        max-width: 720px !important;
    }

    .productTitle {
        margin-top: 5rem !important;
    }

    .articleBackground,
    .articlesBackground,
    .searchBackground,
    .categoriesBackground,
    .contactBackground,
    .contactBackgroundGreen,
    .usBackground,
    .postulationBackground,
    .productBackground .productBackgroundSpecialities,
    .categorieBackground,
    .seedsBackground,
    .servicesBackground,
    .specialitiesBackground {
        justify-content: flex-start;
    }

    .articleBackground,
    .articlesBackground {
        height: 500px;
    }

    .productBackground,
    .productBackgroundSpecialities {
        height: 400px;
    }

    .contentContainer,
    .cards {
        flex-direction: row;
    }

    .contentContainerArticle {
        justify-content: center;
        align-items: flex-start;
        flex-direction: row;
    }

    .articleImageArticle {
        /*width: 450px;*/
        /*height: 300px;*/
        margin-bottom: 0;
        margin-right: 2rem;
    }

    .introductionArticles {
        flex-direction: row;
        margin: 4rem 1rem;
    }

    .searchResultContainer {
        flex-direction: row;
    }

    .leftContent {
        width: 50%;
    }

    .categoryContainer {
        flex-direction: row;
    }

    .categorySubContainer {
        flex-direction: row;
        justify-content: flex-start;
    }

    .categorySubContainer>div>form {
        justify-content: flex-start;
    }

    .categorySubContainer>div>form>a>button>h1,
    .categorySubContainer>div>p {
        text-align: left;
    }

    .textCategoryContainer {
        width: 600px;
    }

    .categoryContainer>div>div>h1,
    .categoryContainer>div>div>p {
        margin-left: 3rem;
    }

    .imageContainer {
        /*margin-left: 150px;*/
    }

    .categoryContainer>div>.imageContainer>.category>svg {
        transform: scale(2.5);
    }

    .category {
        margin-bottom: 0;
        margin-right: 1rem;
    }

    .contactContainer {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
    }

    .halfInput,
    .introductionInformation {
        width: 50%;
    }

    .introductionImage {
        margin-bottom: 0;
        margin-right: 1rem;
    }

    .leftContentProduct {
        width: 50%;
        margin-right: 1rem;
    }

    .sectionInformationLarger {
        display: block;
        margin-left: 250px;
        margin-top: 1rem;
    }

    .sectionInformationMobile {
        display: none;
    }

    .productInformationLarger {
        display: block;
    }

    .productInformationMobile {
        display: none;
    }

    .extraMarginLeft {
        margin-left: 3rem;
    }

    .servicesSectionContainer {
        flex-direction: row;
        margin-top: 280px;
        margin-bottom: 280px;
    }

    .articleImageSpecialities {
        margin: 0 2rem 2rem 0;
    }

    .pemanLogo {
        width: 200px;
    }

    .secondarySectionSearch {
        height: 150px;
    }

    .subContactContainer {
        text-align: left;
    }

    .secondarySectionSeeds {
        margin-bottom: -9rem;
    }

    .secondarySectionSeeds {
        margin-bottom: -3rem;
    }

    .sectionTitleGreen {
        font-size: 3.75rem;
    }

    .contentUs {
        margin: 180px 0;
    }

    .sectionTitleOrange {
        font-size: 3.75rem;
    }

    .historyDate {
        flex-direction: row;
    }

    .otherArticles {
        margin-left: 4rem;
    }

    .articleIndex {
        max-height: 300px;
    }

    .firstRowProductsLarger {
        display: none;
    }

    .firstRowProductsMobile {
        display: block;
    }

    .sectionArticulosDetailLeft {
        left: -5%;
        display: block;
    }

    .sectionArticulosDetailRight {
        right: -15%;
        display: block;
    }
}

/* 992px */
@media (min-width: 992px) {
    .container {
        max-width: 960px !important;
    }

    .expandableContent {
        max-width: 22vw !important;
        min-width: 22vw !important;
    }

    .institutionalText {
        font-size: 1.25rem;
    }

    .sectionTitleWhite {
        font-size: 44px;
    }

    .floatButton {
        width: 50px;
        height: 50px;
        font-size: 25px;
        right: 10px;
    }

    .floatWhatsApp {
        bottom: 0px;
    }

    .floatPhone {
        bottom: 60px;
    }

    .floatEmail {
        bottom: 120px;
    }

    .indexHero {
        padding: 36px 0;
    }

    .headerText {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        text-align: left;
    }

    .finalButtonsContainer {
        flex-direction: row;
    }

    .sectionTitleWhite {
        margin-top: 300px;
    }

    .institutionalSubText {
        margin: 2rem 3rem 300px 0;
    }

    .infoSectionContainer {
        margin: 6rem 0;
    }

    .infoSection {
        flex-direction: row;
        margin-right: 100px;
    }

    .pemanLogo {
        width: 150px;
    }

    .navbarMobile,
    .filtersMobile {
        display: none;
    }

    .navbarLarger,
    .filtersLarger {
        display: block;
    }

    .extraNavbar {
        flex-direction: row;
    }

    .searchContainer {
        top: 62%;
    }

    .searchInput {
        margin-right: 2rem;
    }

    .secondarySectionSeeds {
        margin-bottom: -9rem;
    }

    .sectionHeaderSeparation {
        margin-top: 7rem;
    }

    .newReleaseTitle {
        font-size: 3.75rem;
    }

    .newReleaseSubtitle {
        font-size: 1.5rem;
    }

    .newReleaseText {
        font-size: 1rem;
    }

    .sectionArticulosCard {
        min-height: 200px;
    }

    .sectionArticulosDetailLeft {
        left: 0;
    }

    .sectionArticulosDetailRight {
        right: 0;
    }
}

/* 1200px */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }

    .customContainer {
        padding: 0 15px 0 15px;
        margin: 0 200px 0 200px;
        max-width: none !important;
    }

    .customContainerLeft {
        padding: 0 0px 0 15px;
        margin: 0 0px 0 200px;
        max-width: none !important;
    }

    .comparisionLarger,
    .comparisionLargerDetail {
        display: block;
    }

    .comparisionMobile {
        display: none;
    }

    .comparisionLargerDetail {
        position: relative;
    }

    .pemanLogo {
        width: 200px;
    }

    .fullArticle {
        flex-direction: row;
    }

    .secondarySectionSeeds {
        height: 300px;
    }

    .sectionHeaderSeparation {
        margin-top: 7rem;
    }

    .sectionTitleWhite {
        font-size: 48px;
    }
}

@media (min-width: 1360px) {
    .container {
        max-width: 1296px !important;
    }

    .productImageHeader {
        left: 20%;
        margin-top: -10rem;
    }

    .newReleaseContainer {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        max-height: 400px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1376px !important;
    }
}


.waves {
    position: relative;
    width: 100%;
    height: 30vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 50s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 40s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.text-black {
    color: #000 !important;
}

.text-brown {
    color: var(--brownPeman);
}

.text-orange {
    color: var(--orangePeman);
}

.bg-brown {
    background-color: var(--brownPeman);
}