.hero-banner {
    display: flex;
    height: 640px;
    margin-bottom: 2rem;
    align-items: center;
    position: relative;
    overflow: hidden;
    max-width: 1530px;
    margin: auto;
}

.hero-banner input[type='email'] {
    width: 270px;
    height: 40px;
    border-radius: 8px;
    outline: none;
	border: 1px solid #a7a7a7;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
}

.hero-banner input[type='email']:focus {
    border: 3px solid #4285f4;
}

.hero-banner input[type='email']::placeholder {
    color: #46464670;
    font-weight: 600;
    font-family: "metropolis", sans-serif;
}

.hero-subtitle {
    padding-top: 10px; 
    padding-bottom: 10px; 
    white-space: nowrap;
    color: #46464670;
}

.hero-banner .left-col {
    width: 50%;
    padding-left: 10%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hero-banner .left-col .comencemos {
    line-height: 3.5;
    width: 100%;
    margin-top: 1.25rem;
}

.hero-banner .btn {
    width: 9rem;
}

.hero-banner .right-col {
    width: 50%;
    height: 100%;
    position: relative;
}

.index-gif {
    margin: 0px 45%;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.clients-img {
    height: 135px;
    padding-top: 30px;
}

.hero-banner .hexagono-background {
    z-index: -1;
    display: none;
}

.hero-banner .hexagono-background-wide {
    z-index: -1;
}

.hero-banner img.funcionalidades-hero-banner {
    z-index: 1;
    position: absolute;
    right: 2.7%;
    top: 15%;
    width: 51.9%;
    height: auto;
    min-width: 500px;
}

@media screen and (min-width: 1919px) {
    .hero-banner {
        margin: auto;
    }
}

@media screen and (max-width: 1529px) {
    .hero-banner .hexagono-background-wide {
        display: none;
    }

    .hero-banner .hexagono-background {
        display: block;
    }
}
/*
@media screen and (max-width: 1529) {
    .hero-banner .hexagono-background {
        display: none;
    }
}
*/

@media screen and (max-width: 1140px) {
    .hero-banner img.funcionalidades-hero-banner {
        left: 450px;
    }
    
    .hero-banner .hexagono-background {
        left: 50%;
    }
}

@media screen and (max-width: 1060px) {
    .hero-banner {
        padding-left: 30px;
        height: 600px;
        padding-bottom: 130px;
    }

    .hero-title {
        padding-top: 10rem;
    }

    .hero-banner .right-col {
        width: 100%;
        height: 500px;
    }

    .hero-banner .left-col {
        width: 100%;
        padding: 0;
    }
    
    .hero-banner img.funcionalidades-hero-banner {
        left: 400px;
    }
    
    .hero-banner .hexagono-background {
        position: absolute;
        top: 13.5%;
        right: 0px;
        left: unset;
    }

    .index-gif {
        margin: 0 40%;
    }
}

@media screen and (max-width: 770px) {
    .hero-banner {
        height: fit-content;
        padding-bottom: 40px;
        flex-direction: column-reverse;
    }

    .hero-banner .hero-title {
        padding-top: 20%;
    }

    .hero-banner .right-col {
        height: 440px;
    }

    .hero-banner img.funcionalidades-hero-banner {
        top: 110px;
        left: 9%;
        width: 90%;
        min-width: 160px;
    }

    .hero-banner .hexagono-background {
        width: 60%;
    }

    .clients-img {
        height: 190px;
    }

    .index-gif {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .hero-banner .right-col {
        height: 400px;
    }
}

@media screen and (max-width: 600px) {
    .hero-banner .right-col {
        height: 350px;
    }

    .hero-title {
        font-weight: 600;
        font-size: 56px;
        line-height: 1;
    }

    .hero-banner input[type='email'] {
        width: 95%;
        height: 3.5rem;
        font-size: 17px;
        padding-left: 1rem;
    }

    .hero-banner .btn {
        height: 3.5rem;
        width: 11rem;
        font-size: 17px;
    }

    .hero-banner .left-col .comencemos {
        line-height: 5;
    }
}

@media screen and (max-width: 576px) {
    .clients-img {
        height: unset;
        width: 90%;
    }

    .hero-subtitle {
        white-space: unset;
    }
}

@media screen and (max-width: 500px) {   
    .hero-banner .hero-title {
        padding-top: 16%;
    }
}

@media screen and (max-width: 400px) {
    .hero-banner .right-col {
        height: 235px;
    }

    .hero-banner {
        padding-left: 20px;
    }

    .hero-banner .hero-title {
        padding-top: 30%;
    }
}

@media screen and (max-width: 382px) {
    .hero-title {
        font-size: 44px;
        line-height: 1.25;
    }
}
