.homeSection
{
    padding-top: 350px;
    background-position: center top;
    padding-bottom: 120px;
}

.main-beers-container
{
    width: 100%;
    max-width: 100%;
    padding: 120px 9%;
}

.hero__content--3
{
    width: 80%;
}

.main-menu a {
    letter-spacing: 2px;
}

.cardsStyleHome
{
    border-radius: 10px;
    height: 490px;
    border: none;
    background-color: #212529;
    text-align: center;
}

.beersHome
{
    min-height: 125px;
    position: relative;
}

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

.fabricSections:hover
{
    filter: brightness(75%);
}

.price
{
    color: #CB761B;
}

.factory-main-container
{
    width: 100%;
    height: 755px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.homebtnLetter{
    background-color: #CB761B;
    font-family: 'Barlow Condensed';
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
}

.orange-button::after
{
    background-color: #DD903E;
}

.factory-item:nth-child(1)
{
    background-image: url('../images/homeFabric12.png');
    background-size: cover;
}
.factory-item:nth-child(2)
{
    background-image: url('../images/homeDelParque.png');
    background-size: cover;
}
.factory-item:nth-child(3)
{
    background-image: url('../images/homePiloto.png');
    background-size: cover;
}

.home-title
{
    color: white !important;
}

.home-text
{
    color: white;
    font-family: 'Barlow Condensed';
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: left;
}

.getFranchise
{
    font-family: 'Barlow Condensed';
    color: #FFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.05em;
}

.best-coffe__wrapper
{
    width: 100%;
    gap: 70px;
    display: flex;
    justify-content: space-between;
    padding: 0
}

.best-coffe__wrapper img
{
    width: 50%;
}

.modalButtonContainer{
    display: flex;
    gap: 20px;
}

.modalAge
{
    display: flex;
    align-items: center;
    height: 100vh;
    max-width: 100%;
    justify-content: center;
}

.best-coffe__wrapper video
{
    width: 655px;
}

.modalContainer
{
    width: 500px;
}

.modal-button--no
{
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0em;
    background-color: transparent;
    border: 1px solid #CB761B;
    padding: 9.5px 34px;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    font-size: 16px;
    line-height: 22px;
}

.modal.modal--minor .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #333;
    padding: 44px 30px;
    border-radius: 10px;
    backdrop-filter: blur(3px);
}
.modal-question
{
    width: 450px;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 47px;
    text-align: center;
    color: #FFFF;
}

.modalBody
{
    width: 50%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #333;
}

.modalBeersHome
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttonSpotify
{
    background-color: #fff;
    color: #000000;
    border-radius: 4px;
    font-size: 25px;
    font-family: 'Asfalto';
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px;
    cursor: pointer;
}

.spotifyIcon
{
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background: url('../images/logoSpotify.png') no-repeat;
    background-size: 100%;
    vertical-align: middle;
}


@media(max-width: 992px)
{
    .factory-main-container
    {
        grid-template-columns: 1fr;
        height: auto;
    }
    .factory-item
    {
        height: 755px;
    }
    .best-coffe__wrapper
    {
        flex-direction: column;
        align-items: center;
    }
    .best-coffe__wrapper img
    {
        width: 100%;
    }
}

@media (max-width: 800px)
{
    .differentTypes
    {
        justify-content: center;
    }

    .section-heading .sub-title{
        padding: 1.5px 7px;
    }

    .section-heading,
    .view-background
    {
        width: auto;
    }

    .hero__content--3
    {
        width: 100%;
    }

    .homeIntro
    {
        display: flex;
        justify-content: center;
    }

    .best-coffe__wrapper video
    {
        width: 340px;
    }

    .bucketList ul
    {
        gap: 8px;
        display: flex;
        flex-direction: column;
    }

    .modalContainer
    {
        width: 300px;
    }

    .modal-question
    {
        width: 200px;
        font-size: 27px;
    }

    .modal-small-paragraph
    {
        font-size: 12px;
    }

    .modalButtonContainer button
    {
        width: 90px;
    }

    .modalBody
    {
        width: 90%;
    }

    .modalBody img
    {
        width: 280px;
    }

    .agePopup img
    {
        width: 250px;
    }

    .bucketList
    {
        flex-direction: column;
    }

    .ageMust
    {
        width: 265px;
    }

    .establishmentsTypes,
    .knowBeers
    {
        padding: 0;
    }

    .services-offer
    {
        display: flex;
        justify-content: center;
    }

    .fabricSections,
    .seeAll
    {
        transform: none !important;
    }
}