.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100vh;
}

img {
    width: 100%;
    max-width: 100%;
}

.logo {
    width: 220px;
    margin: auto;
    padding-bottom: 5em;
}

.info {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-img {
    width: 560px;
    padding-bottom: 140px;
}

.img-granola {
    width: 467px;
}

.info-img p {
    font-family: 'Kollektif';
    font-size: 63px;
    color: rgb(64, 26, 4);
    line-height: .85;
}

.info-img b {
    color: #E18C36;
}

.info-img span {
    font-size: 85px;
    font-family: 'Foglihten';
    color: #00BF14;
    line-height: .8;
}

.span-2 {
    font-family: 'Kollektif' !important;
    font-style: italic;
    font-size: 38px !important;
    color: rgb(64, 26, 4) !important;
    line-height: 38px !important;
    padding-top: -5px;
}

.social-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.social-media img {
    width: 53px;
}

.info-2 {
    width: 400px;
    margin: auto;
    padding-top: 10em;
    padding-bottom: 20px;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 200px);
}

.img-mobile {
    display: none;
}

@media screen and (max-width: 750px) {
    .container {
        height: 100vh;
    }

    .logo {
        width: 146px;
        margin: auto;
    }
    
    .info {
        width: 88%;
        margin: auto;
        flex-direction: column-reverse;
    }

    .info-2 {
        width: 240px;
        left: calc(50% - 120px);
        bottom: 0;
    }

    .img-escritorio {
        display: none;
    }

    .img-mobile {
        display: block;
    }

    .info-img {
        width: 290px;
    }

    .info-img p {
        font-size: 34px;
    }

    .info-img span {
        font-size: 45px;
    }

    .span-2 {
        font-size: 20px !important;
    }

    .social-media img {
        width: 38px;
    }

    .img-granola {
        width: 290px;
    }
}