﻿
@media only screen and (max-width: 767px) {
    .col-md-4 {
        margin-bottom: 10px;
    }

    .btn-blue {
        font-size: 20px;
    }

    h2 {
        font-size: 30px;
    }

    .text-center-cel {
        text-align: center;
    }

    .mar-0 {
        margin: 0px !important;
    }

    /*top*/
    .banner-home {
        min-height: 668px;
        background-position: center top;
        background-image: initial;
        background-color: initial;
        padding-top: initial;
        padding-left: initial;
        background-image: url(/img/hero_Desktopbg.webp);
        background-position: center center;
        height: 100vh;
    }

    .logo {
        text-align: center;
        padding-top: 36vh;
    }

        .logo img {
            width: 60%;
            max-width: 250px;
        }

    .banner-home-title {
        width: initial;
        text-align: center;
        color: #fff;
    }

        .banner-home-title h1 {
            font-size: 25px;
            padding: 10px 30px 0px 30px;
        }

    .home-subtitle {
        font-size: 20px;
        padding: 20px 20px 30px 20px;
    }

    /*banner atendimento*/
    .banner-titles {
        padding-left: 0px;
        padding-top: initial;
    }

    .banner-img1 {
        background-position: initial;
        background-repeat: no-repeat;
        background-color: #006ABD;
        background-image: url(/img/mapa_brasil.webp);
        background-size: contain;
        height: 470px;
        position: relative;
        left: -12px;
    }

    .banner-img2 {
        background-image: url(/img/fotomulher.webp);
        background-position: center;
        background-repeat: no-repeat;
        height: 400px;
        background-size: contain;
        position: relative;
        bottom: -10px;
    }


    /*banner benefícios */
    .banner-beneficios {
        height: 500px;
        margin-left: calc(-.5* 1.5rem);
        margin-right: calc(-1* 1.5rem);
        background-size: cover;
    }

    .marq-titles {
        padding-top: 75px;
        padding-left: initial;
    }

    .marq {
        height: 34px;
    }

    .marq-titles h2 {
        font-size: 40px;
    }

    .marq span {
        font-size: 20px;
    }

    /*banner tecnologia*/
    .banner-tecnologia {
        background-color: #003882;
        position: relative;
        /*top: -10px;*/
    }

    .tec-1 {
        order: 1 !important;
        margin-bottom: 50px;
    }

    .tec-2 {
        order: 2 !important;
    }

    .banner-tecnologia-img {
        height: 400px;
        background-size: cover;
        margin-left: calc(-.5* 1.5rem);
        margin-right: calc(-1* 1.5rem);
    }

    .banner-tecnologia-text {
        margin-right: 0px;
        text-align: center;
    }

        .banner-tecnologia-text h2 {
            padding-top: 50px;
            font-size: 35px;
        }

        .banner-tecnologia-text span {
            font-size: 20px;
            line-height: 1.3em;
        }

    /*banner sistema*/
    .banner-sistema {
        text-align: center;
    }

    .banner-sistema-img {
        background-image: url(/img/foto3_mobile.webp);
        background-position: center top;
        background-size: cover;
        height: 560px;
        margin-left: calc(-.5* 1.5rem);
        margin-right: calc(-1* 1.5rem);
    }

    .banner-sistema-text {
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 60px;
    }

        .banner-sistema-text h2 {
            padding-top: 30px;
            font-size: 36px;
        }

        .banner-sistema-text p {
            font-size: 18px;
        }

    /*banner como*/
    .banner-como {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .banner-como-img {
        margin-left: calc(-.5* 1.5rem) !important;
        margin-right: calc(-1* 1.5rem) !important;
        height: 66vw;
    }

    .como-1 {
        order: 1 !important;
        margin-bottom: 50px;
    }

    .como-2 {
        order: 2 !important;
    }

    .banner-como-text {
        margin-right: 0px;
        margin-top: 0px;
    }

        .banner-como-text h2 {
            padding-bottom: 20px;
            padding-right: 0px;
        }

        .banner-como-text p {
            font-size: 19px;
            text-align: left;
        }

    /*banner dedique*/
    .banner-dedique-img {
        background-position: right top;
        height: 400px;
    }

    .banner-dedique-titles {
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 110px;
    }

    .banner-dediquesubtitle {
        font-size: 20px;
    }

    .banner-dedique-titles .marq {
        text-align: left;
    }

    /*banner premios*/
    .banner-premios {
        padding: 20px 0px 50px 0px;
    }

        .banner-premios h2 {
            margin-bottom: 17px;
        }

    .banner-premios-pc {
        display: none;
    }

    .banner-premios-cel {
        display: block;
    }

    .banner-premios-sub {
        font-size: 20px;
        padding-top: 20px;
    }

    .banner-premios-img {
        padding: 0px
    }


    /*banner atuacao*/
    .banner-atuacao h2 {
        padding: 30px;
        line-height: 1;
        padding-bottom: 50px;
    }

    .banner-atuacao-link {
        padding-bottom: 10px;
    }


    /*footer*/
    .footer {
        padding: 50px 0px 50px 0px;
    }

        .footer * {
            text-align: center;
        }

    .footer-logo {
        margin-top: 20px;
        height: 88px;
    }

    .footer-info-line {
        margin-bottom: 10px;
        margin-left: -10px;
    }
}
