﻿.automatize {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin-inline: auto;
    margin-top: 6.25rem;
    justify-content: space-between;
}

.automatize-informativo {
    display: flex;
    flex-direction: column;
    margin-top: 5.25rem
}

.automatize-div {
    display: flex;
    gap: 0.4rem;
}

.automatize-title{
    color: #1f3156;
    font-weight: 700;
    font-size: 1.75rem;
    text-shadow: 0 1px 0 hsla(0,0%,100%,.85);
    position: relative;
}

    .automatize-title span::after {
        content: "";
        background: url(/assets/icon-brushstroke.1c15a591.svg);
        bottom: 4.9rem;
        left: 0;
        position: absolute;
        height: 2rem;
        width: 100%;
        z-index: -1;
        background-repeat: no-repeat;
    }

    .automatize-title p {
        color: #1f3156;
        font-weight: 600;
        font-size: 1.75rem;
    }

.automatize-text {
    color: #535353;
    font-weight: 500;
    font-size: 1.125rem;
    max-width: 26.25rem;
    margin-top: 3.125rem;
}

.btn-ligamos {
    background-color: #db4e0f;
    border-radius: 0.5rem;
    max-width: 22.5rem;
    width: 100%;
    padding: 0.75rem 0;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    border: 0;
    margin-top: 2.5rem;
    transition: all .2s ease;
    cursor: pointer
}

.img-automacao {
    max-width: 44.5rem;
    width: 100%;
    height: auto;
}

@media(max-width: 1280px) {
    .automatize {
        max-width: 1140px;
        padding: 0 1rem;
    }
}

@media(max-width: 1140px) {
    .img-automacao {
        max-width: 40.5rem;
        width: 100%;
    }
}

@media(max-width: 1110px) {
    .img-automacao {
        max-width: 30.5rem;
    }
}

@media(max-width: 1080px) {
    .automatize {
        max-width: 1140px;
        padding: 0 1rem;
    }
}

@media (max-width: 960px) {
    .img-automacao {
        max-width: 22.5rem;
    }
}

@media (max-width: 950px) {
    .automatize-informativo {
        margin-top: 1.25rem;
    }

    .automatize-title span,
    .automatize-title p {
        font-size: 1.5rem;
    }

        .automatize-title span::after {
            left: -1.625rem;
            width: 117%;
        }

    .img-automacao {
        max-width: 24.5rem;
    }
}

@media(max-width: 780px) {
    .automatize {
        max-width: 640px;
        justify-content: center;
        margin-top: 0;
    }

    .automatize-informativo {
        margin-top: 1.25rem;
        align-items: center;
        text-align: center;
    }

    .img-automacao {
        display: none;
    }
}

@media(max-width: 480px) {
    .automatize-div img {
        display: none;
    }

    .btn-ligamos {
        max-width: 15rem;
    }
}
