h1, h2, h3, h4, h5 {
    font-family: 'Ubuntu', sans-serif;
}

.titulo-banner, .texto-banner {
    font-family: 'Ubuntu', sans-serif;
}

.menu-meubmg {
    margin: 0;
    padding: 0;
}

.menu-meubmg li {
    list-style: none;
    display: inline;
    margin-left: 30px;
}
    .menu-meubmg li a {
        color: #ffffff;
        text-decoration: underline;
    }
        a: focus, a:hover {
color: #23527c;
text-decoration: none !Important;
}

body {
    color: #6b6b6b;
    background-color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    /*    font-size: 16px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

.logo-meu-bmg {
    height: 60px;
    margin-bottom: 20px;
}


body, html {
    height: 100%;
}

.bg-branco {
    padding: 140px 0px;
    background-color: #ffffff;
}

.bg-rodape-regulamento {
    background-color: #4d4d4f;
    padding: 30px 0px;
}

.btn-line {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #f99d1c;
    border-radius: 80px;
    color: #f99d1c;
    cursor: pointer;
    display: flex;
    align-self: center;
    font-size: 12px;
    font-weight: 400;
    padding: 11px 40px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}


    .btn-line:hover, .btn-line:focus {
        color: #fff;
        outline: 0;
    }


.btn-line2 {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 80px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-self: center;
    font-size: 12px;
    font-weight: 400;
    padding: 11px 40px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    height: 40px;
}

    .btn-line2:hover, .btn-line2:focus {
        color: #fff;
        outline: 0;
    }

.btn-line-branco {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border-radius: 80px;
    color: #f99c1b;
    cursor: pointer;
    display: flex;
    align-self: center;
    font-size: 12px;
    font-weight: 400;
    padding: 11px 40px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    height: 40px;
    transition-delay: 0 !important;
    border: 0;
}

    .btn-line-branco:hover, .btn-line-branco:focus {
        color: #ffffff;
        background-color: #585858;
        outline: 0;
    }

    .btn-line-branco.hover-laranja:hover {
        color: #ffffff;
        background-color: #ff8305;
        outline: 0;
    }

.sixth {
    border-radius: 3em;
    color: #f99d1c;
    background-image: linear-gradient(to bottom, transparent 50%, #f99d1c 50%);
    background-position: 0% 0%;
    background-size: 220%;
    transition: background .3s ease, color .3s ease;
}

    .sixth:hover {
        color: #fff;
        background-position: 0 100%;
    }

.bg-cinza {
    padding: 140px 0px;
    background-color: #f7f8f8;
}

.bg-cinza-escuro {
    padding: 70px 0px;
    background-color: #dcddde;
}

.btn-laranja {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f99d1c;
    border: 2px solid #f99d1c;
    border-radius: 80px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    align-self: center;
    font-size: 16px;
    font-weight: 300;
    padding: 21px 60px;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    width: auto;
    transition: .3s ease;
}

    .btn-laranja span {
        font-weight: 900;
    }

    .btn-laranja:hover, .btn-laranja:focus {
        color: #f99d1c;
        outline: 0;
        background-color: #ffffff;
    }

.sixth-invert {
    border-radius: 100px;
    color: #ffffff;
    background-image: linear-gradient(to bottom, transparent 50%, #ffffff 50%);
    background-position: 0% 0%;
    background-size: 250%;
    transition: .8s cubic-bezier(1,0,.32,1);
}

    .sixth-invert:hover {
        color: #323232;
        background-position: 0 100%;
    }


.btn-mini {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f99d1c;
    border-radius: 80px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    align-self: center;
    font-size: 11px;
    padding: 10px 40px;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    width: auto;
    transition: .3s ease;
}

    .btn-mini:hover, .btn-mini:focus {
        color: #ffffff;
        outline: 0;
        background-color: #7e868a;
    }



.margin-top {
    margin-top: 60px
}


.btn-laranja-invert {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border: 2px solid #f99d1c;
    border-radius: 80px;
    color: #f99d1c;
    cursor: pointer;
    display: inline-block;
    align-self: center;
    font-size: 16px;
    font-weight: 300;
    padding: 21px 60px;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    width: 100%;
    transition: .3s ease;
}

    .btn-laranja-invert span {
        font-weight: 900;
    }

    .btn-laranja-invert:hover, .btn-laranja-invert:focus {
        color: #ffffff;
        outline: 0;
        background-color: #f99d1c;
    }

.margin {
    margin: 30px 0px
}


.botao-branco {
    width: auto;
    display: inline-block;
    padding: 10px 50px;
    text-align: center;
    color: #f57920;
    background-color: #ffffff;
    transition: .3s ease;
    text-decoration: none !important;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 900;
}


    .botao-branco:hover {
        color: #ffffff;
        background-color: #f57920;
    }

.bg-laranja {
    padding: 80px 0px;
    background-color: #f57920;
}


.bg-laranja2 {
    padding: 80px 0px;
    background-color: #f5821e;
}

.botao-laranja {
    width: auto;
    display: inline-block;
    padding: 10px 50px;
    text-align: center;
    color: #f57920;
    background-color: transparent;
    transition: .3s ease;
    text-decoration: none !important;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 900;
    border: 0;
    outline: 0;
    border: 2px solid #f57920;
}


    .botao-laranja:hover {
        color: #ffffff;
        background-color: #f57920;
        border: 2px solid transparent;
    }




.botao-branco {
    width: auto;
    display: inline-block;
    padding: 10px 50px;
    text-align: center;
    color: #f57920;
    background-color: #ffffff;
    transition: .3s ease;
    text-decoration: none !important;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 900;
    border: 0;
    outline: 0;
    border: 2px solid #ffffff;
}


    .botao-branco:hover {
        color: #ffffff;
        background-color: #f57920;
        border: 2px solid #f57920;
    }





.botao-verde {
    width: auto;
    display: inline-block;
    padding: 10px 50px;
    text-align: center;
    color: #f9f905;
    background-color: #1aa89d;
    transition: .3s ease;
    text-decoration: none !important;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 900;
    border: 0;
    outline: 0;
}


    .botao-verde:hover {
        color: #f9f905;
        background-color: #0c6a63;
    }

.bg-cross {
    background-size: cover;
    width: 100%;
    padding: 80px 0px;
    background-position: center;
}

    .bg-cross .img-cross {
        width: 100%;
    }

.textos-cross h6 {
    font-size: 32px;
    margin: 0;
}


.textos-cross p {
    font-size: 28px;
}

.formulario {
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #f7c28a;
    margin-bottom: 20px;
    outline: 0;
}


.grupo-form {
    position: relative;
    width: 100%;
}

    .grupo-form label {
        position: absolute;
        left: 0;
        opacity: 1;
        top: 10px;
        transform: scale(1);
        pointer-events: none;
        transition: .3s cubic-bezier(1,0,.32,1);
        font-size: 14px;
    }



    .grupo-form input.empty ~ label {
        margin-top: 0px;
        left: 0;
        font-size: 14px;
    }

    .grupo-form input.not-empty ~ label {
        margin-top: -14px;
        left: 0;
        font-size: 9px;
    }

    .grupo-form input:focus ~ label {
        margin-top: -14px;
        left: 0;
        font-size: 9px;
    }

.laranja {
    color: #fbac30 !important;
}


a:focus, a:hover {
    color: #23527c;
}


.margin-ajuste {
    margin: 30px 0px;
}


.informacoes-portal p b {
    color: #3b3b3b;
    font-weight: 900;
}

.master-slider, .ms-slide, .ms-mask-frame, .ms-slide-container, .ms-view {
    height: 600px !important;
}


.background-slides {
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center
}

.social-icons {
    text-align: left;
    margin-top: 40px;
}

.bola-desce {
    position: absolute;
    left: 50%;
    bottom: -41px;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    font-size: 21px;
    transition: .3s ease;
}

.bola-desce i {
    transition: .3s ease;
    margin-top: 0px;
    color: #323232;
}

    .bola-desce:hover i, .bola-desce:focus {
        margin-top: 10px;
        color: #323232;
        text-decoration: none;
    }

.bola-desce img {
    width: 100%;
}

.bloco-aprenda {
    background-image: url(../img/home/bg-iphone.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

.boladesce-aprenda {
    position: absolute;
    top: -34px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
}

    .boladesce-aprenda img {
        width: 100%;
    }

.estr-asi{
    margin-top: 50px;
    margin-bottom: 80px;
}

.nome-repre {
    font-weight: bold;
    margin-top: 25px;
}

.dados {
    font-weight: bold;
    margin-left: 30px;
}

.dados span {
    font-weight: normal;
}

.estr-approach {
    margin-bottom: 30px;
    border-bottom: 1px solid grey;
    padding-bottom: 30px;
}

/*Modal FGC*/

.modal.fgc-style .modal-content {
    padding: 30px 24px;
}

/**** MODAL HEADER ****/

.modal.fgc-style .modal-content .modal-header {
    border-bottom: 0px;
    margin: 0; padding: 0;
}

.modal.fgc-style .modal-content .modal-header button {
    width: 24px;
    opacity: 1;
    outline: none;
}

.modal.fgc-style .modal-content .modal-header h4.modal-title {
    color: #F68B1F;
}

.modal.fgc-style .modal-content .modal-header button img {
    width: 100%;
}

/**** MODAL BODY ****/

.modal.fgc-style .modal-content .modal-body {
    margin: 0; padding: 30px 0;
}

.modal.fgc-style .modal-content .modal-body p strong,
.modal.fgc-style .modal-content .modal-body p a {
    color: #F68B1F;
}

.modal.fgc-style .modal-content .modal-body p a {
    text-decoration: underline;
}

/**** MODAL FOOTER ****/

.modal.fgc-style .modal-content .modal-footer {
    text-align: center;

    border-top: 0px;
    margin: 0; padding: 0;
}

/**** MODAL FOOTER ****/
.modal.fgc-style .modal-content .modal-footer button {
    margin: 0 auto;

    font-size: 14px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
            
    outline: none;
    padding: 6px 60px;
    border-radius: 30px;
    border-color: #F68B1F;
    background-color: #F68B1F;
    border: 2px solid #F68B1F;
            
    cursor: pointer;
}
