/* RESET GERAL DE FONTE E HEIGHT*/
body, html {
    height: 100%;
    font-family: 'Muli', sans-serif;
}

.form_load {
    display: none;
}

.bm-strike {
    text-decoration: line-through;
}

/* BG COLORS */
.bm-bg-teal {
    background-color: #089381 !important;
    color: #fff !important;
}

.bm-bg-nude {
    background-color: #EDD0D2 !important; /*FBE8EF fbcecd #EDD0D2*/
    color: #353535 !important;
}

.bm-bg-nude-light {
    background-color: #ffe8f1 !important; /*FBE8EF fbcecd #EDD0D2*/
    color: #353535 !important;
}

.bm-bg-teal-dark {
    background-color: #066256 !important;
    color: #fff !important;
}

.bm-bg-light-pink {
    background-color: #ffeff2;
    color: #000;
}

/*#460E7C  #563D7C*/
.bm-hover-bg-nude:hover {
    background-color: #fbcecd !important;
    color: #fff !important;
}
.bm-hover-bg-dark:hover {
    background-color: #343a40 !important;
    color: #fff !important;
}
.bm-hover-bg-teal-dark:hover {
    background-color: #068f83 !important;
    color: #fff !important;
}

.bm-bg-gradient-teal:hover {
    opacity: 1;
}

/* TEXT COLORS */
.bm-tx-teal {
    color: #089381 !important;
}
.bm-tx-teal-dark {
    color: #066256 !important;
}
.bm-hover-tx-teal-dark:hover h1{
    color: #06968a !important;
}
.bm-tx-nude {
    color: #d6abaa !important;
}
.bm-hover-tx-nude:hover {
    color: #af8483 !important;
}

.bm-tx-lg-gray {
    color: #cccccc !important;
}

/* LETRA CAPITULAR */
.bm-first-letter::first-letter {
    color: #d6abaa !important;
    font-size: 2rem;
    float: left;
    margin: -5px 5px -15px 0px;
}

/* estilo lista */
.bm-ul li {
    color: #d6abaa !important;
}
.bm-ul li p {
    color: black !important;
}

/* BORDER COLORS */
.bm-border-nude {
    border-color: #d6abaa !important;
}

.bm-box-width {
    min-width: 271px!important;
}

/* FONT WEIGHT */
/*.bm-fw-200{font-weight: 200!important;}*/
.bm-fw-200 {
    font-weight: 200 !important;
}

.bm-fw-300 {
    font-weight: 300 !important;
}

.bm-fw-400 {
    font-weight: 400 !important;
}

.bm-fw-500 {
    font-weight: 500 !important;
}

.bm-fw-600 {
    font-weight: 600 !important;
}

.bm-fw-700 {
    font-weight: 700 !important;
}

.bm-fw-800 {
    font-weight: 800 !important;
}

.bm-fw-900 {
    font-weight: 900 !important;
}

/* BACKGROUND HEADER */
.bm-bgimg {
    background-image: url('../../themes/ongamo/images/bg-home.png');
    min-height: fit-content;
    height: fit-content;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    background-color: #d6abaa
}

@media screen and (max-width: 992px) {
    .bm-bgimg {
        min-height: fit-content;
        height: fit-content;
    }
}

.bm-bgdonation {
    background-image: url('../../themes/ongamo/images/bg-teste.jpg');
    min-height: fit-content;
    height: fit-content;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    background-color: #d6abaa
}

/* BACKGROUND GRADIENT */
.bm-bggradient {
    /*background-image: url('');*/
    min-height: fit-content;
    height: 100%;
    background-position: center;
    background-attachment: fixed;
    background-color: #089381;
}

.bm-imgpartner {
    max-width: 100px!important;
}

@media screen and (max-width: 992px) {
    .bm-bggradient {
        min-height: fit-content;
    }
}

/* RESETS DE TAGS PARA VIDEO */
object, embed, video, iframe {
    max-width: 100%;
    height: auto;
}

iframe[style] {
    max-width: 100%;
    height: auto;
}

/*RATIO VIDEO*/
.bm-ratio {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    float: left;
}

.bm-media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* ESTILO PARA VIDEO */
.bm-video {
    padding: 10px;
    background: rgba(255, 255, 255, 0.2);
}

/* BOTÃO DE VOLTAR AO TOPO */
.backTop {
    position: fixed;
    bottom: 10px;
    right: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    cursor: pointer;
    display: none;
}

.backTop:hover {
    background: rgba(150, 150, 150, 0.5);
}

/* ICONES MENSAGEM DO SISTEMA */
.bm-accept {
    background: url(../../uploads/icons/accept.png) center left 10px no-repeat
}

.bm-infor {
    background: url(../../uploads/icons/infor.png) center left 10px no-repeat
}

.bm-alert {
    background: url(../../uploads/icons/alert.png) center left 10px no-repeat
}

.bm-error {
    background: url(../../uploads/icons/error.png) center left 10px no-repeat
}

/*FONT SIZE RESPONSIVE*/
.bm-big-title {
    font-size: 4em;
}

@media screen and (max-width: 769px) {
    .bm-big-title {
        font-size: 1.8em;
    }
}

.bm-xmid-title {
    font-size: 3.2em;
}

@media screen and (max-width: 769px) {
    .bm-xmid-title {
        font-size: 2.5em;
    }
}

.bm-mid-title {
    font-size: 2.5em;
}

@media screen and (max-width: 769px) {
    .bm-mid-title {
        font-size: 2em;
    }
}

.bm-xsm-title {
    font-size: 2.0em;
}

@media screen and (max-width: 769px) {
    .bm-xsm-title {
        font-size: 1.2em;
    }
}

.bm-sm-title {
    font-size: 1.6em;
}

@media screen and (max-width: 769px) {
    .bm-sm-title {
        font-size: 1.1em;
    }
}

/*IMG ZOOM HOVER*/
.bm-zoom-img {
    overflow: hidden;
}

.bm-zoom-img img {
    max-width: 100%;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bm-zoom-parent:hover .bm-zoom-img img {
    opacity: 0.8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*OTIMIZAÇÕES BOOTSTRAP 4 */
/* ativar dropdown no hover */
.dropdown:hover > .dropdown-menu {
    display: block;
}

/*recaptcha*/
.g-recaptcha_align {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.g-recaptcha {
    display: inline-block;
}



