.solucao {
    position: relative;
    background: url('https://www.arckdantech.com.br/comunidademayday/src/assets/fundo_section_solucao.png') no-repeat center center/cover;
    padding: 120px 20px 100px 20px;
    color: white;
    text-align: center;
    overflow: hidden;
}

    .solucao .container {
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }

.solucao-linha-azul {
    width: 75%;
    height: 20px;
    background-color: #00aaff;
    margin: -3.2rem auto 0 auto;
}

.solucao-titulo {
    font-size: 6rem;
    line-height: 6.8rem;
    font-weight: bold;
    margin-top: -0.2rem;
    margin-bottom: 45px;
    color: white;
    text-align: center;
}

    .solucao-titulo span {
        color: #00aeef;
    }

.solucao-conteudo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    margin: 0px 30px 0px 280px;
}

.responsive-video {
    width: 715px;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.solucao-texto {
    flex: 1 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin: 0;
}

    .solucao-texto h3 {
        font-size: 2.5rem;
        font-weight: bold;
        color: #50b5ff;
        margin-bottom: 20px;
        line-height: 2.5rem;
    }

    .solucao-texto p {
        font-size: 1.5rem;
        line-height: 1.7rem;
        color: white;
    }

@media (max-width: 768px) {

    .solucao {
        padding: 125px 15px 10px 15px;
    }

    .solucao-conteudo {
        flex-direction: column;
        align-items: center;
    }

    .solucao-linha-azul {
        width: 90%;
        height: 15px;
        background-color: #00aaff;
        margin: -3.5rem auto -20px auto;
    }

    .solucao-titulo {
        text-align: center;
        margin: 20px 20px 35px 20px;
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

        .solucao-titulo::after {
            width: 10px;
        }

    .solucao-texto {
        width: 550px !important;
    }

    .video {
        width: 90%;
        justify-content: center;
        margin: -20px 10px 20px 10px;
    }

    .responsive-video {
        width: 100%;
        height: auto;
    }
    
    .solucao-texto h3 {
        font-size: 1.8rem;
        line-height: 2rem;
        text-align: center;
        margin-TOP: 30px;
        margin-bottom: 40px;
    }

    .solucao-texto p {
        text-align: center;
        font-size: 0.90rem;
        line-height: 1.2rem;
        padding: 15px 10px -1px 10px;
    }

    .col-lg-6,
    .col-sm-6,
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {

    .solucao {
        padding: 70px 0px 10px 10px;
    }

        .solucao .container {
            align-items: center;
            margin: 5px auto;
        }

    .solucao-titulo {
        font-size: 3rem;
        line-height: 3rem;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .solucao-linha-azul {
        width: 60%;
        height: 12px;
        margin: -1.4rem auto 0 auto;
    }

    .video {
        flex: 0 0 58%;
        margin: 10px -30px auto 30px;
    }

    .responsive-video {
        width: 75%;
        height: auto;
    }

    .solucao-texto {
        flex: 0 0 45%;
        text-align: left;
        margin-top: 5px;
    }

        .solucao-texto h3 {
            font-size: 1.3rem;
            line-height: 1.25rem;
            margin-bottom: 10px;
        }

        .solucao-texto p {
            font-size: 0.9rem;
            line-height: 1rem;
        }
}

@media (max-width: 768px) and (orientation: landscape) {
    .solucao .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 5px auto;
        padding: 0 15px;
    }

    .solucao-titulo {
        font-size: 3rem;
        line-height: 3rem;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .solucao-linha-azul {
        width: 65%;
        height: 12px;
        margin: -1.4rem auto 0 auto;
    }

    .solucao-conteudo {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
        margin-left: 250px;
    }

    .video {
        width: 45%;
        margin: -10px -40px 0 0;
        padding: 0;
        align-self: flex-start;
    }

    .responsive-video {
        width: 80%;
        height: auto;
        max-height: 250px;
        object-fit: contain;
    }

    .solucao-texto {
        width: 5%;
        padding: 0 0 0 20px;
        margin-top: -45px;
    }

        .solucao-texto h3 {
            font-size: 1.3rem;
            line-height: 1.2rem;
            margin-bottom: -10px;
            font-weight: 600;
            text-align: left;
        }

        .solucao-texto p {
            font-size: 0.8rem;
            line-height: 1rem;
            text-align: left;
            margin-top: 12px;
            padding-left: 0px;
        }

    .col-lg-6, .col-sm-6, .col-md-6 {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .solucao-texto h3,
    .solucao-texto p,
    .solucao-texto br {
        display: block;
        float: none;
        clear: both;
    }
}