﻿/*!
 *   ficsantarem v1.0.0
 *   Author: ficsantarem
 *   Website: ficsantarem.pt <https://ficsantarem.pt>
 */
/*!
***************   SEEDS AND SPROUTS PAGE
 */
.seeds_sprouts {
    color: black;
    background-color: #EAEAEA;
    font-family: "DM Sans";
    width: calc(100% - 2px);
}

    .seeds_sprouts .image {
        width: 100%;
        border: 1px solid #000;
    }

        .seeds_sprouts .image img {
            width: 100%;
            height: 100%;
            max-height: 613px;
            object-fit: cover;
        }

    .seeds_sprouts .title {
        font-size: 750px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 61px 39px 0 39px;
    }

    .seeds_sprouts .subtitle {
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 5px 39px 0 39px;
    }

    .seeds_sprouts .description {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 30px 39px 0 39px;
    }

        .seeds_sprouts .description p::first-letter {
            margin-left: 25px;
        }

    .seeds_sprouts #player {
        width: 100%;
        max-height: 878px;
        margin: 30px 39px 0 39px;
    }

    .seeds_sprouts .title_bar {
        width: calc(100% - 52px);
        padding: 40px 26px;
        border: 1px solid #000;
        background: #d3503c;
        display: block;
    }

        .seeds_sprouts .title_bar h1 {
            color: #000;
            font-family: "DM Sans";
            font-size: 50px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .seeds_sprouts .title_bar p {
            color: #000;
            font-size: 27px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0;
            margin-top: 20px;
        }

            .seeds_sprouts .title_bar p::first-letter {
                margin-left: 25px;
            }

    .seeds_sprouts .download {
        height: 246px;
        background-color: #d3503c;
        align-items: center;
        justify-content: center;
        display: flex;
    }

@media only screen and (max-width: 1280px) {
    .seeds_sprouts .image img {
        width: 100%;
        height: 100%;
        max-height: 261px;
    }

    .seeds_sprouts .title_bar {
        padding: 0 12px;
        height: 50px;
        align-items: center;
        display: flex;
        width: calc(100% - 24px)
    }

        .seeds_sprouts .title_bar h1 {
            font-size: 20px;
            font-weight: 500;
            margin: 0;
        }

        .seeds_sprouts .title_bar h2 {
            display: none;
        }

    .seeds_sprouts .description {
        font-size: 15px;
        margin: 20px 25px 0 25px;
    }

        .seeds_sprouts .description p::first-letter {
            margin-left: 0;
        }

    .seeds_sprouts #player {
        width: 100%;
        max-height: 261px;
        margin: 20px 25px 0 25px;
    }

    .title_bar {
        padding: 9px 12px;
        font-size: 23px;
    }

    .seeds_sprouts .download {
        display: none;
    }
}