/* RESET GERAL DE FONTE E HEIGHT*/
body, html {
    height: 100%;
    font-family: 'Roboto', 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-light-blue {
    background-color: #34B9C9 !important; /*34B9C9*/
    color: #f9f9f9 !important;
}

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

.bm-bg-dark-blue {
    background-color: #13115f;
    color: #fff;
}

.bm-bg-gradient-dark-blue {
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 27%, rgba(2, 2, 94, 1) 100%);
    color: #fff;
}

/*#460E7C  #563D7C*/
.bm-hover-bg-blue:hover {
    background-color: #34B9C9 !important;
    color: #FFFFFF !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: #015877 !important;
}

.bm-hover-tx-teal-dark:hover h1 {
    color: #06968a !important;
}

.bm-tx-dark-blue {
    color: #13115f !important;
}

.bm-hover-tx-nude:hover {
    color: #af8483 !important;
}

.bm-tx-light-blue {
    color: #34B9C9 !important;
}

.bm-tx-light-blue:hover {
    color: #2d9dad !important;
}

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

.bm-button-dark {
    color: #000b14 !important;
}

.bm-button-dark:hover {
    color: #FFFFFF !important;
}

.bm-button-light {
    color: #FFFFFF !important;
}

.bm-button-light:hover {
    color: #000b14 !important;
}

.bm-btn-outline-dark-blue {
    color: #015877 !important;
    background-color: transparent;
    background-image: none;
    border-color: #015877;
}

.bm-btn-outline-dark-blue:hover {
    color: #fff !important;
    background-color: #015877;
    border-color: #015877;
}

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

/* estilo lista */
.bm-ul li {
    color: #34b9c9 !important;
}

.bm-ul li p {
    color: black !important;
}

/* BORDER COLORS */
.bm-border-dark-blue {
    border-color: #242a91 !important;
}

.bm-border-light-blue {
    border-color: #34b9c9 !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/pibbebedouro/images/bg.png');
    min-height: fit-content;
    height: fit-content;
    background-position: top;
    background-size: cover;
    background-color: #ffffff;
}

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

.bm-bg-404 {
    min-height: 100%;
    height: fit-content;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    background-color: #34b9c9;
    color: #FFFFFF;
}

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

.bm-bgdonation {
    background-image: url('../../themes/ongdca/images/bg-donation.jpg');
    min-height: fit-content;
    height: fit-content;
    background-position: center;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    background-color: #34b9c9;
}

/* 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%;
    height: 82px;
    text-align: center;
    margin: 10px auto;
    overflow: hidden;
}

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


/*botão round*/
.bm-btn-round {
    border-radius: 35px;
    padding: 10px 30px;
}

/*border round*/
.bm-round {
    border-radius: 15px;
    padding: 5px 10px;
}

/*404*/
.error {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(89px, 9999px, 100px, 0);
    }
    5% {
        clip: rect(4px, 9999px, 62px, 0);
    }
    10% {
        clip: rect(43px, 9999px, 16px, 0);
    }
    15% {
        clip: rect(2px, 9999px, 68px, 0);
    }
    20% {
        clip: rect(12px, 9999px, 6px, 0);
    }
    25% {
        clip: rect(89px, 9999px, 25px, 0);
    }
    30% {
        clip: rect(15px, 9999px, 38px, 0);
    }
    35% {
        clip: rect(57px, 9999px, 97px, 0);
    }
    40% {
        clip: rect(24px, 9999px, 72px, 0);
    }
    45% {
        clip: rect(81px, 9999px, 3px, 0);
    }
    50% {
        clip: rect(93px, 9999px, 26px, 0);
    }
    55% {
        clip: rect(68px, 9999px, 85px, 0);
    }
    60% {
        clip: rect(43px, 9999px, 28px, 0);
    }
    65% {
        clip: rect(44px, 9999px, 11px, 0);
    }
    70% {
        clip: rect(17px, 9999px, 33px, 0);
    }
    75% {
        clip: rect(74px, 9999px, 66px, 0);
    }
    80% {
        clip: rect(100px, 9999px, 4px, 0);
    }
    85% {
        clip: rect(92px, 9999px, 31px, 0);
    }
    90% {
        clip: rect(93px, 9999px, 98px, 0);
    }
    95% {
        clip: rect(23px, 9999px, 77px, 0);
    }
    100% {
        clip: rect(92px, 9999px, 8px, 0);
    }
}

@keyframes noise-anim {
    0% {
        clip: rect(89px, 9999px, 100px, 0);
    }
    5% {
        clip: rect(4px, 9999px, 62px, 0);
    }
    10% {
        clip: rect(43px, 9999px, 16px, 0);
    }
    15% {
        clip: rect(2px, 9999px, 68px, 0);
    }
    20% {
        clip: rect(12px, 9999px, 6px, 0);
    }
    25% {
        clip: rect(89px, 9999px, 25px, 0);
    }
    30% {
        clip: rect(15px, 9999px, 38px, 0);
    }
    35% {
        clip: rect(57px, 9999px, 97px, 0);
    }
    40% {
        clip: rect(24px, 9999px, 72px, 0);
    }
    45% {
        clip: rect(81px, 9999px, 3px, 0);
    }
    50% {
        clip: rect(93px, 9999px, 26px, 0);
    }
    55% {
        clip: rect(68px, 9999px, 85px, 0);
    }
    60% {
        clip: rect(43px, 9999px, 28px, 0);
    }
    65% {
        clip: rect(44px, 9999px, 11px, 0);
    }
    70% {
        clip: rect(17px, 9999px, 33px, 0);
    }
    75% {
        clip: rect(74px, 9999px, 66px, 0);
    }
    80% {
        clip: rect(100px, 9999px, 4px, 0);
    }
    85% {
        clip: rect(92px, 9999px, 31px, 0);
    }
    90% {
        clip: rect(93px, 9999px, 98px, 0);
    }
    95% {
        clip: rect(23px, 9999px, 77px, 0);
    }
    100% {
        clip: rect(92px, 9999px, 8px, 0);
    }
}

.error:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(69px, 9999px, 53px, 0);
    }
    5% {
        clip: rect(37px, 9999px, 82px, 0);
    }
    10% {
        clip: rect(35px, 9999px, 22px, 0);
    }
    15% {
        clip: rect(97px, 9999px, 91px, 0);
    }
    20% {
        clip: rect(45px, 9999px, 56px, 0);
    }
    25% {
        clip: rect(82px, 9999px, 3px, 0);
    }
    30% {
        clip: rect(73px, 9999px, 70px, 0);
    }
    35% {
        clip: rect(70px, 9999px, 50px, 0);
    }
    40% {
        clip: rect(15px, 9999px, 87px, 0);
    }
    45% {
        clip: rect(78px, 9999px, 34px, 0);
    }
    50% {
        clip: rect(95px, 9999px, 21px, 0);
    }
    55% {
        clip: rect(82px, 9999px, 35px, 0);
    }
    60% {
        clip: rect(57px, 9999px, 30px, 0);
    }
    65% {
        clip: rect(21px, 9999px, 71px, 0);
    }
    70% {
        clip: rect(17px, 9999px, 42px, 0);
    }
    75% {
        clip: rect(69px, 9999px, 9px, 0);
    }
    80% {
        clip: rect(43px, 9999px, 54px, 0);
    }
    85% {
        clip: rect(39px, 9999px, 12px, 0);
    }
    90% {
        clip: rect(83px, 9999px, 34px, 0);
    }
    95% {
        clip: rect(57px, 9999px, 71px, 0);
    }
    100% {
        clip: rect(81px, 9999px, 41px, 0);
    }
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(69px, 9999px, 53px, 0);
    }
    5% {
        clip: rect(37px, 9999px, 82px, 0);
    }
    10% {
        clip: rect(35px, 9999px, 22px, 0);
    }
    15% {
        clip: rect(97px, 9999px, 91px, 0);
    }
    20% {
        clip: rect(45px, 9999px, 56px, 0);
    }
    25% {
        clip: rect(82px, 9999px, 3px, 0);
    }
    30% {
        clip: rect(73px, 9999px, 70px, 0);
    }
    35% {
        clip: rect(70px, 9999px, 50px, 0);
    }
    40% {
        clip: rect(15px, 9999px, 87px, 0);
    }
    45% {
        clip: rect(78px, 9999px, 34px, 0);
    }
    50% {
        clip: rect(95px, 9999px, 21px, 0);
    }
    55% {
        clip: rect(82px, 9999px, 35px, 0);
    }
    60% {
        clip: rect(57px, 9999px, 30px, 0);
    }
    65% {
        clip: rect(21px, 9999px, 71px, 0);
    }
    70% {
        clip: rect(17px, 9999px, 42px, 0);
    }
    75% {
        clip: rect(69px, 9999px, 9px, 0);
    }
    80% {
        clip: rect(43px, 9999px, 54px, 0);
    }
    85% {
        clip: rect(39px, 9999px, 12px, 0);
    }
    90% {
        clip: rect(83px, 9999px, 34px, 0);
    }
    95% {
        clip: rect(57px, 9999px, 71px, 0);
    }
    100% {
        clip: rect(81px, 9999px, 41px, 0);
    }
}

.error:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.bm-fullscreen {
    min-height: 100%;
    height: 100%;
}