@charset "utf-8";
@import "bootstrap.min.css";
@import "fontes.css";

.padrao-campanha-fmr span.error{
     top: initial;
    bottom: 0;
    font-size: 12px;
    right: 28px;
    color: #ff0000;
    font-weight: 700;
}
.btn-clone-item {
    background: var(--theme-color1);
    padding: 5px 16px;
    border-radius: 100px;
    width: 100%;
    max-width: max-content;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    transition: all 0.5s linear;
    cursor: pointer;
    border: 1px solid var(--theme-color1);
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

.btn-action{
    position: absolute;
    display:none;
    top: 9px;
    right: 18px;
    border: none;
    outline: none;
    color: #ffffffff;
    font-weight: 900;
    border-radius: 10px;
    font-family: Arial;
}

.btn-action.remover{
        background: #ff0000;
}

.btn-action.add {
    background: var(--theme-color1);
}

.active .btn-action,.cloned .btn-action{
    display: block;
}

.padrao-campanha-fmr .title-2{
    background: #009245;
    color: #ffffff;
    padding: 5px 7px;
    display: inline-block;
}
.padrao-campanha-fmr .b-column{
    border-left: 4px solid #009245;
    border-bottom: 4px solid #009245;
}

.item button:hover img{
    filter: brightness(0.5);
}
.reset-button{
    line-height: 0;
    background: none;
    border: none;
    box-shadow: none;
}
.areapix p{
    font-size: 0.9rem;
}

#infoCampanhas.painels .nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 12px;
    border: none;
}
#infoCampanhas iframe{
    max-width: 100%;
}
.contarItens{
    background: #09101d;
    color: #ffffff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 100%;
}
.item-novidade{
    padding: 0;
    margin: 14px 0px 12px 0px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 30px;

}
.link-icon-gap{
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.share-link{
    display: inline-flex;
    gap: 10px;
    color: #09101d;
    line-height: normal;
    align-items: center;
    font-weight: 400;

}
.titulo-novidades h5{
    margin-top: 7px;
    margin-bottom: 10px;
  color: #09101D;
 font-size: 1.4rem;
 font-weight: 600;
}
.previa-novidades{
    height: 170px;
}

.previa-novidades p{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#infoCampanhas.painels .nav-tabs a{
    color: #858C94;
    font-weight: 700;
    font-size: 1.2rem;
    cursor: pointer;
    width: 100%;
    display: block;
}

#infoCampanhas.painels .nav-tabs li a:hover{
    color:var(--theme-color1)!important;
}

#infoCampanhas.painels .nav-tabs li a.show{
    color: #09101D;
}

#infoCampanhas.painels .nav-tabs li{
    padding: 10px 5px;
    margin-right: 25px;
    }

#popUpAbandono .conteudo-popup::-webkit-scrollbar-track {
    background-color:  transparent;

  }

#popUpAbandono .conteudo-popup::-webkit-scrollbar {
    width: 5px;
    background: transparent;
  }

#popUpAbandono .conteudo-popup::-webkit-scrollbar-thumb {
    background: var(--theme-color1);
    height: 5px!important;
    border-right: none;
    border-left: none;
  }

.btn-close-2{
    position: sticky;
    top: 18px;
    right: 5px;
    width: 30px;
    height: 30px;
    float: right;
    background: url("../images/close-menu.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    border: 1px solid var(--theme-color1);
    border-radius: 5px;
    z-index: 9;
}
#popUpAbandono.active{
    opacity: 1;
    display: block;
}
   
#popUpAbandono .conteudo-popup{
    height: 510px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#popUpAbandono{
    display: none;
    position: fixed;
    top: 5%;
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
    overflow: hidden;
    left: 0;
    right: 0;
    border: 2px solid var(--theme-color1);
    background: #fff;
    z-index: 9999;
    border-radius: 30px;
    box-shadow: 0 .3125rem 1rem -.1875rem #0003;
}



#popUpAbandono .editor {
    padding: 28px 40px 0px 40px;
}

.loading-submit{
    background: url("../images/spinner.gif")!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 2.6rem!important;
    background-color: var(--theme-color1)!important;
    font-size: 0!important;
    opacity: 0.4!important;
    pointer-events: none!important;
}

:root{
    --bg-default:   #ffffff;
    --font1:        #333333;
    --theme-color1: #009245;
    --theme-color2: #09101D;
    --icon-color1:  #9E9E9E;
    --icon-color2:  #9d9d9d;
}
body a{
    text-decoration: none;
}
*,html{
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    list-style: none;
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--bg-default);
    /*font-family: 'Gotham';*/
}
main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}
figure{
    margin:0;
    padding: 0;
}
p{
    color: #394452;
    font-size: 1rem;
    line-height: 1.5rem;
    vertical-align: text-top;
}
h1{
    color: var(--font1);
    font-size: 1.8rem;
}
h2{
    color: #2C3A4B;
    font-size: 1.3rem;
}
h3{
    color: var(--font1);
    font-size: 1.4rem;
}
header #menu{
    height: 60px;
}
header ul.navbar-nav > li > a {
    font-weight: bold;
    font-size: 14px;
    line-height: 78px;
    text-transform: uppercase;
    padding: 0 15px;
    display: block;
    color: var(--theme-color2);
}
.banner-home{
    background-image: linear-gradient(175deg, #25C067, #115A30);
    height: 200px;
}
.banner, .video-banner{
    max-height: 100vh;
}
.banner img{
    object-fit: cover;
    border-radius: 20px;
}
.slick-dots{
    bottom: 15px;
}
.slick-dots li{
    width: 15px;
    height: 15px;
}
.slick-dots li button:before{
    color: #DADEE3;
    opacity: 1;
    font-size: 10px;
}
.slick-dots li.slick-active button:before{
  color: var(--theme-color1);
  opacity: 1;
}
#secao-doar{
    background: #fff;
    z-index: 10;
    border-radius: 30px;
    box-shadow: 0 .3125rem 1rem -.1875rem #0003;
    height: fit-content;
}
.card-subtitle{
    font-size: 1rem;
}
.modal-header {
    border-bottom: none!important;
}
#recompensas .card{
    cursor: pointer;
}
#recompensas .card .text-more{
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(9, 16, 29, 0.6);
    position: absolute;
    display: none;
}
#recompensas .card:hover .text-more{
    display: flex;
    transition: 2s linear;
}
#recompensasModal .modal-dialog{
    max-width: 60vw;
}
#more {
  display: none;
}
#myBtn{
  color: var(--theme-color1);
  font-weight: bold;
  cursor: pointer;
}
.pointer{
    cursor: pointer;
}
.section-default .title.title-icon.pointer:hover i.theme-icon{
    opacity: 0.6;
}
.contrato.disable{
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.pagination{
    padding-bottom: 300px;
}
.info-contract .theme-icon{
    background: var(--theme-color3);
    margin-left: 10px;
}
.pg-desafios .nav-link{
    pointer-events: none;
}

.pac-container {
    z-index: 999999;
}
.home-filtros{
    overflow: hidden;
}
.color-principal{
    color: var(--theme-color1);
}
.fileName {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;

}
.filter-button{
    border: 2px solid var(--theme-color1);
    background: transparent;
    border-radius: 20px!important;
    color: var(--theme-color1);
    font-size: 0.8rem;
    font-weight: bold;
}
.filter-button.active, .filter-button:focus{
    background: var(--theme-color1);
    color: #fff;
    border: 2px solid var(--theme-color1);
    outline: none!important;
}

.sticky-item-video{
    position: sticky;
    top: 25vh;
}
.obrigatorio:before {
    content: "Obrigatório*";
    position: absolute;
    top: 4px;
    right: 10px;
    padding: 3px 4px;
    color: var(--theme-color1);
    display: block;
    font-size: 10px;
    line-height: normal;
    transition: 200ms ease-in-out;
}

.padrao input:-webkit-autofill,
.padrao input:-webkit-autofill:hover, 
.padrao input:-webkit-autofill:focus, 
.padrao input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.rede-icon {
    max-width: 30px;
    margin: 0 auto;
    display: block;
}
.padrao .swal2-container{
    z-index: 99999;
}
.wrapper {
  position: relative;
  width: 400px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.h-100vh{
    height: 100vh;
}
.tab-item{
    display: none;
}
.tab-item.active{
    display: block;
        -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.btn-home-1{
  background: var(--theme-color1);
  padding: 12px;
  border-radius: 100px;
  width: 100%;
  max-width: 600px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  transition: all 0.5s linear;
  cursor: pointer;
  border: 1px solid var(--theme-color1);
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
.btn-home-1:hover{
  background: #fff;
  color: var(--theme-color1);
  text-decoration: none;
}
.btn-home-2{
    background: #fff;
    padding: 12px;
    border-radius: 100px;
    width: 100%;
    max-width: 600px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: var(--theme-color1);
    transition: all 0.5s linear;
    cursor: pointer;
    border: 1px solid #fff;
    margin: 0 auto;
    text-decoration: none;
}
.btn-home-2:hover{
  background: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  color: #fff;
  text-decoration: none;
}

.btn-home-3{
    background: #798087;
    padding: 10px 15px;
    border-radius: 100px;
    width: 70px;
    display: block;
    color: var(--theme-color1);
    transition: all 0.5s linear;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    text-decoration: none;
}
.btn-home-3:hover{
  background: var(--theme-color1);
  color: #fff;
  text-decoration: none;
}
.btn-option{
    background: var(--theme-color2);
    border: 1px solid var(--theme-color3);
    font-weight: bold;
    width: 100%;
    display: block;
    margin: 0 auto;
    color: var(--font1);
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 12px;
    cursor: pointer;
}
.section-default .option{
    min-height: 210px;
}
label{
  color: #2C3A4B;
  font-weight: bold;
  margin-left: 10px;
}
.form-control.input-valor{
    display: block;
    height: 75px;
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 16px!important;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5rem;
    transform: translateZ(0);
    padding: 0;
    padding-top: 10px;
    color: var(--theme-color1)!important;
    font-weight: bold;
}
.input-valor::placeholder{
    color: var(--theme-color1);
    font-weight: bold;
    
}
.form-check-input{
    width: 1.2em;
    height: 1.2em;
}
.form-check-input:checked {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}
.form-check-input:focus{
    box-shadow: none;
    border-color: var(--theme-color1);
}
.form-check .radio-valor{
    width: 75px;
    height: 35px;
}
.form-check .radio-valor:checked,
.form-check .radio-valor:hover{
    --bs-form-check-bg-image: none!important;
    background-color: var(--theme-color1);
    border: none!important;
}
.form-check .radio-valor ~ label {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65px;
    color: var(--theme-color1);
}
.form-check .radio-valor:checked ~ label,
.form-check .radio-valor:focus ~ label,
.form-check .radio-valor:hover ~ label {
    color: #ffffff;
}
.form-check.pagamento{
    width: 380px;
    max-width: 100%;
    height: 70px;
    border: 1px solid #DADEE3;
    border-radius: 16px;
}
.form-check.pagamento.active,
.form-check.pagamento:hover{
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
}
.form-check.pagamento.active label,
.form-check.pagamento:hover label{
    color: white;   
}
.form-check.pagamento label{
    position: relative;
    width: 100%;
    height: 65px;
    line-height: 1;
    text-size-adjust: none;
    display: flex;
    align-items: center;
}

.form-check.pagamento .form-check-input{
    background: transparent;
    border: 2px solid transparent;
    position: absolute;
    right: 20px;
    top: 28px;
}
.form-check.pagamento .form-check-input:checked,
.form-check.pagamento .form-check-input:focus,
.form-check.pagamento .form-check-input:active{
    border: none!important;
    box-shadow: none!important;
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: transparent;
}

::placeholder {
  color: transparent;
}

.form-control:not(:placeholder-shown),
.form-control:focus {
    border: 2px solid var(--theme-color1);
}

.form-control{
  border: 2px solid #EBEEF2;
  border-radius: 20px;
  color: #09101D;
  text-indent: 5px;
  padding: 7px 12px;
}

.form-control:focus{
    background-color: initial;
    box-shadow: none;
}
span.error{
    position: absolute;
    top: 50%;
    right: 15%;
    color: var(--theme-color1);
    text-align: right;
}
span#aceiteLGPD-error{
    position: relative!important;
    top: 0;
    right: 0;
}
.input-group-prepend{
    position: absolute;
    right: 30px;
    top: 35px;
    color: #858C94;
}
i.theme-icon{
    width: 20px;
    height: 20px;
    background: #858C94;
    display: inline-block;
}

i.theme-icon.phone{
    background: url("../images/phone.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
i.theme-icon.id{
    background: url("../images/id.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
i.theme-icon.info{
    background: url("../images/info.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
i.theme-icon.mail{
    background: url("../images/mail.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
i.theme-icon.local{
    background: url("../images/local.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
.step{
  display: none;
  -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
      animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.step.active{
    display: flex;
}

.causa{
    border: 1px solid #EBEEF2;
    border-radius: 20px;
    transform: translateZ(0);
    height: fit-content;
    min-height: 405px;
}
.causa:hover{
    border: 1px solid var(--theme-color1);
}
.causa:hover .text h3{
    color: var(--theme-color1);
}
.causa img{
    border-radius: 20px 20px 0px 0px;
}
.causa .text{
    overflow:hidden;
    z-index: 0;
    position: relative;
    mask-image: radial-gradient(white, black);
}
.causa h3{
    height: 60px;
}
.causa .text-box{
    height: 160px;
}
.causa .progress, .causa .progress-stacked{
    --bs-progress-height: 0.4rem;
}
.textContainer img{
    max-width: 100%;
    height: auto;
}
.texto-campanha{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 30%;
    width: 100%;
}
.progress, .progress-bar{
    border-radius: 20px;
}
.progress-bar{
    background-color: var(--theme-color1)!important;
}
.progress, .progress-stacked {
    --bs-progress-height: 0.8rem;
}
.modal-content{
    border-radius: 30px;
}
#shareModal .modal-content{
    border-radius: 40px 40px 0px 0px;
    max-width: 100%;
}
#shareModal .modal-dialog{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transform: translateY(210px);
    transition: transform 0.2s linear 0s;;
}
#shareModal.show .modal-dialog{
    transform: translateY(0px);
}
#shareModal #shareModalLabel:after{
    width: 38px;
    height: 2px;
    content: '';
    background-color: #EBEEF2;
    border-radius: 2px;
    display: block;
    bottom: 2.5rem;
    position: relative;
    margin: 0 auto;
}
#doadoresModal .img-doador img{
    border-radius: 50%;
}
#doacaoprotegidaModal .divider,
#campanhatransparenteModal .divider{
    width: 70%;
    height: 2px;
    content: '';
    background-color: #EBEEF2;
    border-radius: 2px;
    display: block;
    bottom: 5px;
    position: relative;
    margin: 0 auto;
}
.info p{
    font-size: 0.75rem;
    line-height: 0.8rem;
}
.sobre p, #sobre-texto p{
    min-height: 72px;
    line-height: 1.5rem;
}
.bkg-green{
    background: var(--theme-color1);
}
.fixed-whatsapp{
    right: 10vw;
    bottom: 10%;
    z-index: 20;
}
#lgpd {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    color: #0346a7;
    display: block;
    width: 100%;
    padding: 12px 0px 0px 0px;
    z-index: 9999999;
    border-top: 2px solid rgba(3, 70, 167, 0.4);
    text-align: left;
}

.footer{
    background: var(--theme-color2);
}
.footer p{
    color: #fff;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotacao{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotacao{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@media (min-width: 1px) and (max-width: 992px) {
    .areapix p{
    font-size: 1rem;
}
    #infoCampanhas .tab-content {
    padding: 0px 8px;
}
    .previa-novidades {
    height: 90px;
    -webkit-line-clamp: 2;
}

.previa-novidades p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    font-size: 1rem;
    line-height: normal;
    text-overflow: ellipsis;
}
    #infoCampanhas.painels .nav-tabs a {
      font-size: 0.8rem;
    font-weight: 800;
    }
    
    #header .navbar-toggler {
        position: absolute;
        color: white;
        right: 0px;
        z-index: 10;
        box-shadow: none;
        border: none;
    }
    #header .navbar-toggler .navbar-toggler-icon {
        background: url(../images/menu.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 33px;
        height: 20px;
        font-size: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
     #header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: url(../images/close-menu.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 22px;
        height: 20px;
        font-size: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    #header .navbar-expand-lg .navbar-collapse {
        left: 0;
        position: absolute;
        top: 60px;
        padding: 0;
        padding-top: 3%;
        padding-bottom: 9px;
        height: fit-content;
        width: 100%;
        z-index: 99;
        background: var(--bg-default);
        flex-wrap: wrap;
        align-items: start;
        border-bottom: 2px solid #ffffff;
        justify-content: center;
    }
    header ul.navbar-nav > li > a {
        line-height: 45px;
    }
    body.menu-open #header .navbar-toggler-icon {
        background: url(../dist/images/icons/close-menu.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        font-size: 0;
    }
    .banner img{
        height: 30vh;
    }
    .sobre img{
        max-width: 180px;
    }
    #img-campanha{
        height: 260px;
    }
    .texto-campanha{
        bottom: 10%;
        width: 80%;
    }
    #recompensasModal .modal-dialog,
    #doadoresModal .modal-dialog{
        max-width: initial;
    }
}
@media only screen and (max-width: 991px){
 body.paginacampanha {
        margin-bottom: 12rem;
}
    h1{
        font-size: 20px;
    }
    .card-item h3, .card-item .fs-5, .causa .fs-5{
        font-size: 18px!important;
        height: fit-content;
    }
    #secao-doar{
        position: fixed;
        bottom: 0;
        border-radius: 0px;
        border-bottom: 1px solid #eae9e9;
        border-top: 2px solid #eae9e9;
        left: 0;
        right: 0;
        width: 100%;
        min-height: 200px;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    }
    .campanha p{
        font-size: 0.8rem;
    }
 
}