.banner-home.animation {
    transform: scale(1);
}

.banner-home {
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    transform: scale(1.2);
    transition: transform ease 1s;
}

.banner-home .container-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.banner-home .container-img img {
    max-width: none;
}

.banner-home .container-img .name-title {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 22px !important;
    line-height: 15px !important;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.9));
}

.banner-home .container-img .description {
    text-align: center;
    color: #fff;
    font-size: 55px;
    line-height: 1.5;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.9));
    font-family: 'Pacifico', cursive;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: capitalize;
}

.banner-home .container-img .name-title,
.banner-home .container-img .description {
    max-width: 830px;
}

@media (max-width: 575.9px) {

    .banner-home .container-img {
        justify-content: end;
    }

    .banner-home .container-img .name-title {
        font-size: 18px !important;
        line-height: 1.1 !important;
        text-align: center;
        padding: 0 1rem;
        padding-left: 5%;
    }

    .banner-home .container-img .description {
        font-size: 42px !important;
        text-align: center;
        padding: 0 1rem;
        line-height: 1.3 !important;
        padding-left: 5%;
        margin-bottom: 100px;
    }
}

@media (min-width: 576px) and (max-width: 1299.9px) {

    .banner-home .container-img {
        justify-content: end;
    }

    .banner-home .container-img .name-title,
    .banner-home .container-img .description {
        max-width: 100%;
        width: 100%;
        padding: 0 5%;
    }
    .banner-home .container-img .description {
        margin-bottom: 80px;
    }
}


@media (min-width: 1100px) and (max-width: 1299.9px) {

    .banner-home .container-img .name-title,
    .banner-home .container-img .description {
        padding: 0 12%;
    }
}

@media (min-width: 1100px) {
    .banner-home .container-img .name-title {
        font-size: 24px !important;
    }

    .banner-home .container-img .description {
        font-size: 70px !important;
    }
}

@media (max-height: 900px) and (min-width: 576px) {
    .banner-home {
        height: 1000px !important;
    }
}