﻿.banner-tecnologia
{
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}

.banner-tecnologia-principal {
    width:80%;
}

    .banner-tecnologia-principal img {
        width: 170px;
        bottom: 32px;
        position: absolute;
        left: 320px;
    }

    .banner-tecnologia-principal h1 {
        margin-top: 0 !important;
        color: #458B00;
        font-weight: 700;
        padding: 0 20px;
    }


@media screen and (min-width:992px) and (max-width:1199px) {
    .banner-tecnologia-principal h1 {
        margin-top: 0 !important;
    }
    .banner-tecnologia-principal img {
        width: 122px;
        left: 259px;
    }
}

@media screen and (min-width:769px) and (max-width:991px) {
    .banner-tecnologia-principal h1 {
        margin-top: 0 !important;
    }

    .banner-tecnologia-principal img {
        width: 89px;
        left: 219px;
    }
}

@media screen and (max-width: 768px) {
    .banner-tecnologia {
        display: inline-grid;
        justify-content: flex-start;
    }

    .banner-tecnologia-principal {
        margin-right: 0px;
    }

        .banner-tecnologia-principal h1 {
            margin-top: 0 !important;
            padding: 0px 35px 0px 0px;
        }

        .banner-tecnologia-principal img {
            width: 120px;
            left: inherit;            
            right: 0px;
            bottom: inherit;
            top: 580px;
        }
}