/* ESTILOS LOADING PAGE */
/* h1, h2, h3, h4, h5{
    display: inline-block;
    clear: both;
} */
button .btn.btn-primary{
    border-radius: 25px;
}
.inicio .menu-top{
    background:transparent ;
}

.loader {
    position: fixed;
    z-index: 1300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader>img {
    width: 60px;
}

.loader.hidden {
    animation: fadeOut 0.5s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}


/* FIM ESTILOS LOADING PAGE */
.form-control{
  background-clip: initial!important;
}
.gravatar {
    border-radius: 50%;
    margin-left: 10px;
}

.avatar-name {
    text-transform: Capitalize;
}

.cause {
    margin-bottom: 20px;
}

.tab-pane {
    padding-top: 40px;
    padding-bottom: 0;
}

textarea#code {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: "Inconsolata", "monospace";
    font-size: 10px;
}

.clear-fix {
    clear: both !important;
}

#fight iframe {
    clear: both;
    border-radius:  25px;
}

.inicio .menu-bottom {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.dropdown-menu ul {
    padding-left: 10px;
}

.dropdown-menu li {
    list-style: none;
}

.panel-group .panel {
    margin-bottom: 20px;
}

.users {
    border-bottom: 1px solid #333;
}

.large .logo {
    height: 40px;
}

.large .inicio.navbar.navbar-default {
    background-color: transparent !important;
    color: #fff !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 10;
    font-size: 14px;
    margin-top: -7px;
}

.small .logo {
    height: 40px;
    margin-top: -7px;
}

.small .logo i {
    font-size: 40px;
}

.small .inicio.navbar.navbar-default {
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 65px;
    z-index: 10;
    font-size: 14px;
}

.inicio .navbar-right {
    padding-right: 60px;
}

.list-inline>li {
    padding-right: 0 !important;
}

/* ESTILO MENU */

.inicio.menu-bottom {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.menu-logo {
    max-width: 2.5rem;
    height: auto;
}

.menu-title {
    font-size: 15px;
    color: #c821d6;
    margin: 0 0 0 8px;
}

.navbar-brand>a {
    text-decoration: none;
}

.menu-items {
    display: flex;
    gap: 15px;
}

.menu-items>.nav-item>a {
    color: white !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.nav-item a {
    color: white;
}

.nav-btn>a:hover {
    color: black !important;
    transition: 0.3s;
}

.menu-items>.nav-item {
    text-align: center;
}


/* ESTILOS BANNER */

#banner {
    background-image: url("../files/AdminBannerHeaders/file/banner_header_animal.jpg");
    background-size: cover;
    background-position: center center;
    background-color: #000;
    position: relative;
    display: table;
    height: 100vh;
}

.apoiar-banner {
    display: flex;
    gap: 25px;
}

#decoration2 {
    position: absolute;
    top: 110px;
    right: 0;
    margin-right: 0;
    padding-right: 0;
    width: 450px;
    height: 650px;
    overflow: hidden;
}

#decoration2 i {
    /*margin-left: 30px;*/
    font-size: 550px;
    color: #c821d6;
    opacity: 0.6;
}

.layer {
    background-color: rgba(0, 0, 0, 0.03);
    height: 100vh;
    width: 100%;
}

#sign {
    /* padding-top: 150px; */
    position: relative;
    z-index: 1;
}

#sign #slogan-banner h2 {
    line-height: 60px;
    font-size: 52px;
    color: #fff;
    letter-spacing: -0.02em;
    font-family: "Avenir Black";
    border: none !important;
    margin-bottom: 10px !important;
}

#sign #sub-slogan h3 {
    font-family: "Avenir";
    font-size: 24px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 25px;
}

#sign #sub-slogan span {
    color: #c821d6
}

#sign #email {
    font-family: "Avenir Heavy";
    font-size: 14px;
    font-weight: 600px !important;
    border-radius: 100px !important;
    padding: 20px 25px;
    width: 300px;
    border: 1px solid #fff;
    width: 100%;
}

#sign button {
    background-color: #c821d6;
    border: 2px solid #c821d6;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 16px;
    line-height:  22px;
    font-weight: 600;
    font-family: "Avenir Medium";
    color: #fff;
    margin: auto;

}

#sign button:hover {
    filter: brightness(115%);
    -webkit-filter: brightness(115%);
    -moz-filter: brightness(115%);
}

#banner .arrow {
    color: #fff;
    opacity: 0.6;
    font-size: 48px;
    margin-top: 150px;
}

.inicio .navbar-default .navbar-nav>li>a:hover {
    color: #c821d6 !important;
    opacity: 0.8;
}

.no-padding {
    padding: 0 !important;
}

/* FIM ESTILOS BANNER */

/* ESTILOS PROPOSTAS */

#proposals {
    padding-top: 0 !important;
}

#proposals .panel {
    margin-bottom: 0;
    box-shadow: 1px 4px 10px rgba(30, 30, 30, 0.25);
    border-radius: 10px;
}

#loadMore {
    border-radius: 25px;
    border: 2px solid #bdbdbd;
    color: #bdbdbd;
    font-size: 12px;
    font-family: "Avenir Black";
    text-align: center;
    background-color: #fff;
    margin-top: 30px;
    /* margin-bottom: 50px; */
    padding: 12px 30px;
}

#loadMore:hover {
    color: #aaa;
    border: 2px solid #aaa;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.prop {
    transition: 1s ease-out;
}

span.green {
    border: none !important;
    color: #59c49b !important;
    margin: auto !important;
    padding: 0 !important;
    font-size: 30px !important;
    font-family: "Avenir Medium" !important;
}

span.red {
    border: none !important;
    color: red !important;
    margin: auto !important;
    padding: 0 !important;
    font-size: 30px !important;
    font-family: "Avenir Medium" !important;
}

#propostas {
    height: auto;
    padding-bottom: 40px;
}

#proposals {
    padding-top: 0;
}

#proposals .rand {
    color: #ccc;
}

#proposals h2 {
    margin-bottom: 20px;
}

#proposal small {
    font-family: "Avenir Heavy";
    font-size: 14px;
    line-height: 20px !important;
    color: #31475A;
}

#proposals .subtitle {
    margin-top: 0;
    margin-bottom: 40px;
}

#proposals i {
    color: #ccc;
    font-size: 30px;
    margin-top: 0;
    /*position: relative;
    top: -5px;*/
}

#proposals i:hover {
    color: #aaa;
}

#proposals span.number {
    font-family: "Avenir Black";
    font-size: 23px;
    color: #c821d6;
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    /*margin-top: 5px;
    margin-bottom: 10px;*/
    border: 3px solid #c821d6;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
}

#proposal .panel .panel-default .text-justify {
    line-height: 25px;
}

#proposals .panel.panel-default {
    padding: 0;
    /*padding-top: 5px;*/
    box-shadow: 0px 4px 10px rgba(30, 30, 30, 0.25);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(30, 30, 30, 0.25);
    border: none;
    font-size: 14px;
    border-radius: 10px;
}

#proposals .btn.btn-default.green {
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 15px;
    height: 60px;
    display: inline-block !important;
    float: left !important;
    width: 50% !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 30px;
}

#proposals .btn.btn-default.red {
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 15px;
    height: 60px;
    display: inline-block !important;
    float: left !important;
    width: 50% !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 30px;
}

#proposals .panel.panel-default.col-md-1 {
    text-align: center;
}

#proposals .panel-body {
    padding: 7px;
}

#proposals table {
    height: 70px;
    width: 100%;
    margin: auto;
}

#proposals table td {
    vertical-align: middle;
}

#proposals td span {
    font-size: 18px !important;
    position: relative;
    top: 15px;
}

#proposals td .fal {
    position: relative;
    top: -5px;
}

.gostou h3 {
    font-family: "Avenir Medium";
    font-size: 18px;
    color: #aaa;
}

.gostou {
    padding-bottom: 40px;
}

.gostou .sugerir {
    font-family: "Avenir Black";
    font-size: 10px;
    letter-spacing: 0.1em;
    border-radius: 25px;
    border: 2px solid #bdbdbd !important;
    text-transform: Uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    margin: auto;
    color: #bdbdbd;
    margin-top: 15px;
    margin-bottom: 15pxpx;
    padding: 15px 30px;
}

.gostou small {
    color: #bdbdbd;
    margin-top: 0;
}

.inicio #proposals .panel.panel-default, .nossaLuta #proposals .panel.panel-default {
    margin-bottom: 20px;
}

/* FIM ESTILOS PROPOSTAS */

/* ESTILO RESUMO */

#what_defend {
    /* margin-top: 80px; */
    height: auto;
    margin-top: 50px;
    /*padding-bottom: 90px;
    margin-bottom: 60px;*/
}

#what_defend h2 {
    margin-bottom: 35px;
}

#what_defend .panel.panel-default {
    padding: 25px 40px;
    box-shadow: 1px 4px 12px rgba(48, 48, 48, 0.25);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(30, 30, 30, 0.25);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Avenir Medium";
    color: #333;
}

#what_defend h1 {
    color: #31475A;
}

#what_defend b {
    font-family: "Avenir Black";
}

#what_defend .fab {
    font-size: 26px;
    color: #aaa;
    width: 40px;
    height: 40px;
    margin-right: 15px !important;
    margin-top: 30px;
    cursor: pointer;
}

#what_defend a {
    text-decoration: none;
}

#what_defend a:hover {
    opacity: 0.7;
}

#fight p.resume {
    border-left: 3px solid #c821d6;
    padding-left: 20px;
    margin: 20px;
    font-size: 16px;
    color: #606060;
    font-family: 'Avenir Heavy';
    line-height: 25px;
    letter-spacing: -2%;
}

#fight h1 {
    color: #202020 !important;
    font-size: 36px;
    font-family: 'Avenir Heavy';
    line-height: 48px;
    letter-spacing: -2%;
}

#fight h3 {
    /* margin-top: -10px; */
    margin-bottom: 60px;
}

#fight h4 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #ccc;
}

#fight p {
    font-family: 'Avenir Heavy';
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 0px;
}

#fight ol, #fight ul {
    padding-left: 0;
    padding-bottom: 0;
}

#fight ol li {
    font-family: "Avenir Roman";
    font-size: 18px;
    list-style: none;
}

#benefits-list-right {
    padding-top: 50px;
    padding-bottom: 20px;
}

#benefits-list-right .col-md-push-1 {
    margin-top: 40px;
}

#benefits-list-right .col-md-push-2 {
    font-family: "Roboto", sans-serif;
    line-height: 1;
    color: rgb(35, 35, 35);
    font-size: 2.2rem;
    padding-bottom: 40px;
    overflow-wrap: break-word;
}

#benefits-list-right h2 {
    font-family: "Avenir Roman", sans-serif;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 60px;
}

#benefits-list-right mark {
    background-color: gold;
    color: #000;
    padding: 0 0.5rem;
}

#benefits-list-right ol li {
    font-family: "Avenir Roman", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    counter-reset: li;
    padding: 0 20px;
    margin-top: -20px;
    margin-bottom: 10px;
}

#benefits-list-right ol li b {
    font-weight: 700;
    text-transform: uppercase;
}

#benefits-list-right ol li mark {
    font-weight: 700;
}

#benefits-list-right .fa {
    color: rgb(255, 221, 0);
    font-size: 42px;
    opacity: 1;
}

#benefits-list-right ol {
    counter-reset: subsection;
}

/* FIM ESTILO RESUMO */

/* ESTILO SLOGAN */

#slogan {
    background-color: #c821d6;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

#slogan p {
    color: #fff;
    font-family: "Avenir Black";
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    font-weight: 900;
}

#slogan span {
    color: #c821d6;
}

/* FIM ESTILO SLOGAN */

/* ESTILOS COMO AJUDAR */

#whatsWeb {
    display: block;
}

#whatsMob {
    display: none;
}

.main {
    padding: 0;
    margin: 0;
}

#rewards {
    margin-top: 55px;
    padding-top: 0px;
    padding-bottom: 40px;
    height: auto;
}

#rewards h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

#rewards h3 {
    margin-top: 0;
    margin-bottom: 50px;
}

#rewards .panel.panel-default {
    -webkit-box-shadow: 1px 4px 12px 6px rgba(162, 199, 203, 0.6);
    box-shadow: 1px 4px 12px 6px rgba(162, 199, 203, 0.6);
    border: none;
    margin-bottom: 30px;
    border-radius: 10px;
}

#rewards .panel.panel-default:hover {
    opacity: 0.8;
}

#rewards .panel-footer {
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px 0px;
    font-size: 16px;
    color: #555;
}

#rewards .panel-body {
    height: 100px;
    padding-top: 25px;
    padding-bottom: 35px;
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#rewards .panel-body i {
    font-size: 50px !important;
    margin-bottom: 35px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#rewards .tw .panel-body {
    background-color: #18A4FA;
}

#rewards .fb .panel-body {
    background-color: #415FA3;
    font-weight: bolder;
}

#rewards .it .panel-body {
    background: -moz-linear-gradient(-45deg, #5749f2 0%, #9937cc 50%, #d83196 100%);
    background: -webkit-linear-gradient(-45deg, #5749f2 0%, #9937cc 50%, #d83196 100%);
    background: linear-gradient(135deg, #5749f2 0%, #9937cc 50%, #d83196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5749f2', endColorstr='#d83196', GradientType=1);
}

#rewards .wt .panel-body {
    background: #27D423;
}

#rewards .sv .panel-body {
    background: #15c39a;
}

#rewards .cg .panel-body {
    background-color: #a600a9;
}

#rewards .yt .panel-body {
    background-color: gold;
}

#rewards .panel-footer i {
    color: #59c49b
}
#rewards{
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 80px;
        height: auto;
    }
    #rewards h2{
        margin-top: 0;
        margin-bottom: 20px;
        
    }
    #rewards h3{
        font-family: "Avenir Heavy";
        font-size: 18px;
        line-height: 20px;
        color: #aaa;
        margin-top:20px;
        margin-bottom: 40px;
    }
    #rewards #email2{
        border: 2px solid #c821d6 !important;
        border-radius: 30px!important;
        padding: 12px 15px;
        height: 45px;
        text-align: center;
    }
    #rewards #email2::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-size: 16px;
        color: #aaa;
        opacity: 0.8; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 16px;
        color: #aaa;
        opacity: 0.8;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 16px;
        color: #aaa;
        opacity: 0.8;
    }
    #rewards #send2 {
        height: 46px;
        font-weight: 600;
        padding: 12px 15px;
        margin-top: 20px;
        font-weight: 500;
        background-color: <?= $cause['realce_color'] ?>;
        border: none;
        color: white;
    }
    #rewards #send2:hover{
        color: #fff;
        filter:brightness(115%);
        -webkit-filter: brightness(115%);
        -moz-filter: brightness(115%);
        box-shadow: none;
    }
/* FIM ESTILOS COMO AJUDAR */

/* ESTILOS FOOTER */

.modal-backdrop.in {
    opacity: 1;
    background-color: #f9faff;
}

#pageplugin {
    background-color: transparent;
}

#whatsWeb {
    display: block;
}

#whatsMob {
    display: none;
}

.rodape {
    background-color: #333;
}

#indique .image-block {
    padding-top: 120px;
    text-align: center !important;
    position: relative;
    margin-bottom: 20px;
}

#indique .image-block {}

#indique .mbr-section {
    text-align: center;
}

#indique .btn-convide {
    background-color: #15c39a;
    color: #fff;
    border-radius: 100px;
    border: 2px solid #15c39a;
    padding: 12px 40px;
    margin-bottom: 80px;
    font-family: 'Avenir';
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 2px;
    height: 45px;
}

#indique .btn-convide:hover {
    filter: brightness(115%);
    -webkit-filter: brightness(115%);
    -moz-filter: brightness(115%);
}

#indique h2 {
    margin-top: 60px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 29px;
    font-weight: 700;
    color: #b12d2f;
    text-align: center;
    margin-bottom: 40px;
}

#indique .mbr-social-likes {
    text-align: center;
}

#indique .btn-social {
    color: #fff;
    border: 2px solid gold;
    border-radius: 100px;
    background-color: transparent;
    font-size: 29px;
    padding: 5px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin: 10px;
}

#indique .btn-social:hover {
    background-color: gold;
    color: #000;
}

#indique .mbr-text {
    margin-top: 80px;
    text-align: center;
    color: #82786e;
    margin-bottom: 40px;
}

#goto {
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
    background-color: #333;
    height: 120px;
}

#goto .iframe {
    border: none;
    background-color: #333;
    text-align: center !important;
    align-items: center;
    height: 60px;
}

#footer-center {
    background-color: #333;
    background-image: none;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom-width: 0px;
    border-bottom-color: rgb(255, 255, 255);
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    text-align: center;
}

#footer-center h3 {
    color: rgb(153, 153, 153);
    margin-bottom: 50px;
}

#footer-center h4 {
    color: #606060;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0);
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    clear: both;
}

.creditos {
    background-color: #333;
    color: #606060;
    font-family: "Avenir";
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 30px;
}

.soc-list {
    display: flex;
    gap: 20px;
    margin: auto;
}

.soc-list li {
    float: left;
    list-style: none;
}

.soc-list li:hover {
    opacity: 0.8;
}

.soc-list .fab, .soc-list .fas, .soc-list .far {
    color: #aaaaaa;
    font-size: 20px;
    width: 30px;
    opacity: 1;
    cursor: pointer;
}

/* FIM ESTILOS FOOTER */

/* ESTILOS SEÇÃO AJUDE A COMPARTILHAR */

#whatsWeb {
    display: block;
}

#whatsMob {
    display: none;
}

section#ajude-compartilhar {
    height: auto;
    padding-top: 40px;
    /* padding-bottom: 40px; */
}

section#ajude-compartilhar h2 {
    margin-bottom: 10px;
}

section#ajude-compartilhar h3 {
    margin-bottom: 10px;
}

section#ajude-compartilhar p {
    margin-bottom: 60px;
    color: #aaa;
}

#ajude_-compartilhar i {
    margin-right: 20px;
    font-size: 20px;
}

#ajude-compartilhar button {
    font-family: "Avenir Heavy";
    font-size: 16px;
    padding: 10px 0;
}

.bt_fb {
    background-color: #37639E;
    color: #fff;
    border-color: #37639E;
    margin-bottom: 10px;
}

.bt_fb:hover, .bt_fb:focus, .bt_fb:active, .bt_fb:visited {
    background-color: #37639E;
    color: #fff;
    border-color: #37639E;
    margin-bottom: 10px;
    filter: brightness(115%);
    -webkit-filter: brightness(115%);
    -moz-filter: brightness(115%);
    box-shadow: none;
}

.bt_tw {
    background-color: #03A9F4;
    color: #fff;
    border-color: #03A9F4;
    margin-bottom: 10px;
}

.bt_tw:hover, .bt_tw:focus, .bt_tw:active, .bt_tw:visited {
    background-color: #03A9F4;
    color: #fff;
    border-color: #03A9F4;
    margin-bottom: 10px;
    filter: brightness(115%);
    -webkit-filter: brightness(115%);
    -moz-filter: brightness(115%);
    box-shadow: none;
}

.bt_wt {
    background-color: #61c419;
    color: #fff;
    border-color: #61c419;
    margin-bottom: 10px;
}

.bt_wt:hover, .bt_wt:focus, .bt_wt:active, .bt_wt:visited {
    background-color: #61c419;
    color: #fff;
    border-color: #61c419;
    margin-bottom: 10px;
    filter: brightness(115%);
    -webkit-filter: brightness(115%);
    -moz-filter: brightness(115%);
    box-shadow: none;
}

/* FIM SEÇÃO AJUDE A COMPARTILHAR */

/* SEÇÃO MÃOS */

section#banner-maos {
    background-image: url("../img/landpage/row/banner_maos.jpg");
    background-size: cover;
    background-position: center center;
    height: 550px;
    width: 100%;
}

/* FIM SEÇÃO MÃOS */

/* ESTILOS FACEBOOK */

.bk-cinza {
    padding-top: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.text-gray {
    color: #BDBDBD;
    border-bottom: 0 !important;
}

.ltfacebook {
    max-height: 380px;
    margin: 5px 0;
    margin-bottom: 20px;
}

.lfacebook iframe {
    width: 100%;
}

#share i {
    font-size: 25px;
    color: #bdbdbd;
    position: relative;
    top: -5px;
    margin: 10px;
}

#share iframe {
    width: 125px;
}

#text-4col mark {
    background-color: #fcce00;
    color: #000;
    padding: 0 5px;
}

#text-1col mark {
    padding: 5px 15px;
}

.bk-cinza {
    background-color: #f0f0f0;
    padding-top: 40px;
    padding-bottom: 40px;
}

#text-4col {
    background-color: #f0f0f0;
}

/* FIM ESTILOS FACEBOOK */

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    #myTab {
        width: 100% !important;
    }
    #sign #slogan-banner h2 {
        font-size: 40px !important;
    }
    #fight iframe {
        height: 200px !important;
    }
    #rewards h2 {
        font-size: 28px !important;
    }
    .grafico {
        margin-bottom: 10px !important;
        margin-top: 30px !important;
        padding: 10px !important;
    }
    #capsula {
        height: 920px !important;
    }
    #como-ajudar .fas {
        padding-top: 0 !important;
    }
    .tick {
        font-size: 0.7rem !important;
    }
    #footer-tool {
        height: 900px !important;
    }
    #footer .footer-internas {
        height: auto !important;
    }
    #top_sec {
        margin-top: 0 !important;
    }
    .small-foto img {
        height: 350px !important;
        width: 100% !important;
    }
    #footer-volunteers .logo {
        text-align: center !important;
    }
    #footer-volunteers .texto, #footer-volunteers .contatos {
        padding-left: 10px !important;
    }
    .home .banner {
        background-image: url("/css/juntos/img/banner2.png");
    }
    .large.inicio.navbar.navbar-default, .small.inicio.navbar.navbar-default, .large.navbar.navbar-default, .small.navbar.navbar-default {
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: center !important;
        font-size: 16px !important;
    }
    .inicio .navbar-right {
        padding-top: 30px;
        width: 150px;
        margin: auto;
        text-align: center;
        padding-right: 0;
    }
    .inicio .navbar-default .navbar-nav li {
        text-align: center;
    }
    .inicio .navbar-default .navbar-nav>li>a {
        font-size: 18px !important;
        margin-left: 0 !important;
    }
    .inicio .navbar-default .navbar-nav .apoio {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    .inicio #entrar {
        margin-top: 20px;
        border: 2px solid #fff !important;
        padding: 10px 20px !important;
    }
    .inicio .navbar-default .navbar-collapse, .inicio .navbar-default .navbar-form {
        background-color: rgba(0, 0, 0, 0.9) !important;
    }
    .inicio .navbar-brand i {
        font-size: 25px !important;
        position: relative !important;
        top: -5px;
        left: -20px;
    }
    .inicio .navbar-brand span {
        position: relative;
        top: -5px !important;
        left: -10px;
        color: #fff !important;
    }
    .inicio .navbar .navbar-brand img {
        margin-left: -40px !important;
        margin-top: -10px !important;
    }
    .inicio .navbar-default .navbar-collapse, .inicio .navbar-default .navbar-form {
        background-color: black !important;
    }
    .navbar-default.navbar-nav .navbar-left>li:first-child {
        margin-left: 0 !important;
    }
    .navbar-default .navbar-nav .navbar-left>li:last-child a, .navbar-default .navbar-nav .navbar-left>li:last-child a:hover {
        border: none !important;
    }
    .navbar-right {
        float: left !important;
        position: relative !important;
        top: initial;
        right: initial;
    }
    section#donations {
        height: 900px !important;
    }
    #configuration {
        font-size: 21px !important;
        color: #8793a9 !important;
    }
    .masonry {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
    }
    #whatsWeb {
        display: none !important;
    }
    #whatsMob {
        display: block !important;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    #myTab {
        width: 100% !important;
    }
    #sign #slogan-banner h2 {
        font-size: 40px !important;
    }
    #fight iframe {
        height: 200px !important;
    }
    #rewards h2 {
        font-size: 28px !important;
    }
    .grafico {
        margin-bottom: 10px !important;
        margin-top: 30px !important;
        padding-left: 10px !important;
    }
    #capsula {
        height: 920px !important;
    }
    .small-foto img {
        height: 350px !important;
        width: 100% !important;
    }
    #como-ajudar .fas {
        padding-top: 0 !important;
    }
    #footer-tool {
        height: 900px !important;
    }
    #footer-volunteers .logo {
        text-align: center !important;
    }
    #footer-volunteers .texto, #footer-volunteers .contatos {
        padding-left: 10px !important;
    }
    .home .banner {
        background-image: url("/css/juntos/img/banner2.png");
    }
    .large.inicio.navbar.navbar-default, .small.inicio.navbar.navbar-default, .large.navbar.navbar-default, .small.navbar.navbar-default {
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: center !important;
        font-size: 16px !important;
    }
    .inicio .navbar-right {
        padding-top: 30px;
        width: 150px;
        margin: auto;
        text-align: center;
        padding-right: 0;
    }
    .inicio .navbar-default .navbar-nav li {
        text-align: center;
    }
    .inicio .navbar-default .navbar-nav>li>a {
        font-size: 18px !important;
        margin-left: 0 !important;
    }
    .inicio .navbar-default .navbar-nav .apoio {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    .inicio #entrar {
        margin-top: 20px;
        border: 2px solid #fff !important;
        padding: 10px 20px !important;
    }
    .inicio .navbar-default .navbar-collapse, .inicio .navbar-default .navbar-form {
        background-color: rgba(0, 0, 0, 0.9) !important;
    }
    .inicio .navbar-brand i {
        font-size: 25px !important;
        position: relative !important;
        top: -5px;
        left: -20px;
    }
    .inicio .navbar-brand span {
        position: relative;
        top: -5px !important;
        left: -10px;
        color: #fff !important;
    }
    .inicio .navbar-default .navbar-collapse, .inicio .navbar-default .navbar-form {
        background-color: black !important;
    }
    .navbar-default .navbar-nav>li:first-child {
        margin-left: 0 !important;
    }
    .navbar-default .navbar-nav>li:last-child a, .navbar-default .navbar-nav>li:last-child a:hover {
        border: none !important;
    }
    section#donations {
        height: 500px;
    }
    #configuration {
        font-size: 21px !important;
        color: #8793a9 !important;
    }
    .masonry {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
    }
    #whatsWeb {
        display: none !important;
    }
    #whatsMob {
        display: block !important;
    }
}

/* Small Devices, Tablets celulares */

@media only screen and (max-width: 768px) {
    .campo-banner {
        flex-direction: column;
    }
    .apoiar-banner {
        gap: 0px !important;
    }
    #sign {
        padding-top: none !important;
    }
    .campo-banner>button {
        width: 100% !important;
        margin-top: 10px !important;
        margin-left: 0px;
    }
    .email-banner {
        flex-direction: column;
    }
    .button-banner {
        margin-top: 10px !important;
        width: 100% !important;
    }
    .text-tweet-isso {
        font-size: 22px !important;
    }
    #myTab {
        width: 100% !important;
    }
    #sign #slogan-banner h2 {
        font-size: 40px !important;
    }
    #rewards h2 {
        font-size: 28px !important;
    }
    .small-foto img {
        height: 350px !important;
        width: 100% !important;
    }
    #navbar-brand:before {
        content: none !important;
    }
    #myTab {
        text-align: left;
        background-color: #fff;
    }
    #myTab .fal.fa-user-circle {
        font-size: 24px !important;
    }
    .large.logo {
        height: 20px !important;
    }
    .navbar-default .navbar-nav>li>a {
        font-family: "Avenir Heavy";
        font-size: 14px !important;
        line-height: 24px;
        margin-left: 0 !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-default .navbar-nav>li i {
        font-size: 18px !important;
        margin-left: 0 !important;
        margin-right: 15px !important;
        position: relative !important;
        bottom: -2px !important;
    }
    .small.logo {
        height: 20px !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: white;
        /*padding-bottom: 60px;*/
        border-top: none;
    }
    .inicio .navbar-default .navbar-header {
        background-color: rgba(0, 0, 0, 0.9);
        border: none;
    }
    .large.inicio.navbar.navbar-default, .small.inicio.navbar.navbar-default, .large.navbar.navbar-default, .small.navbar.navbar-default {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
        font-size: 16px !important;
        margin-top: -5px !important;
    }
    .inicio .navbar-right {
        padding-top: 30px;
        width: 150px;
        margin: auto;
        text-align: center;
        padding-right: 0;
    }
    .inicio .navbar-default .navbar-nav li {
        text-align: center;
    }
    .inicio .navbar-default .navbar-nav>li>a {
        font-size: 18px !important;
        margin-left: 0 !important;
    }
    .inicio .navbar-default .navbar-nav .apoio {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    .inicio #entrar {
        margin-top: 20px;
        border: 2px solid #fff !important;
        padding: 10px 20px !important;
    }
    .inicio .navbar-default .navbar-collapse, .inicio .navbar-default .navbar-form {
        background-color: rgba(0, 0, 0, 0.9) !important;
    }
    .inicio .navbar-brand img {
        margin-top: -5px !important;
        height: 35px !important;
    }
    .inicio .navbar-brand i {
        font-size: 25px !important;
        position: relative !important;
        top: -5px;
        left: -20px;
    }
    .inicio .navbar-brand span {
        position: relative;
        top: 0 !important;
        left: -10px;
        color: #fff !important;
    }
    .steps .navbar-brand img {
        margin-top: -7px !important;
        height: 35px !important;
    }
    .steps .navbar-brand i {
        font-size: 25px !important;
        position: relative !important;
        top: -5px;
        left: -20px;
    }
    .steps .navbar-brand span {
        position: relative;
        top: -5px !important;
        left: -10px;
        color: #fff !important;
    }
    .steps .navbar-right {
        margin-right: 0;
    }
    .steps .navbar-brand i {
        position: relative !important;
        top: 0 !important;
        font-size: 25px !important;
    }
    .steps .navbar-brand span {
        position: relative !important;
        top: -3px !important;
    }
    .navbar-default .navbar-nav>li:first-child {
        margin-left: 0 !important;
    }
    .navbar-default .navbar-nav>li:last-child a, .navbar-default .navbar-nav>li:last-child a:hover {
        border: none !important;
    }
    .config {
        margin-left: 30px !important;
        font-size: 18px !important;
        color: #8793a9 !important;
        background-color: transparent !important;
    }
    .config i {
        font-size: 20px;
    }
    .tab-content {
        margin-top: -30px !important;
    }
    section#donations {
        height: 500px !important;
    }
    #configuration {
        font-size: 21px !important;
        color: #8793a9 !important;
    }
    .masonry {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
    }
    .ltfacebook iframe {
        height: 360px !important;
    }
    .navbar-default .navbar-toggle {
        margin-top: 10px;
    }
    #banner .arrow {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    #banner {
        height: 100vh !important;
    }
    .planos .panel-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #whatsWeb {
        display: none !important;
    }
    #whatsMob {
        display: block !important;
    }
    /*#voting .panel{
          margin-bottom: 100px!important;
          form#sim, 
          form#nao{
              position: relative;
              left:40px!important;
          }
      }*/
    #about .panel.panel-default {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .inicio .menu-bottom{
        background-color: rgba(0, 0, 0, 0.7) !important;
    }
    .menu-title {
        color: white !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #mytab-right {
        background-color: #fff;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 0;
        height: 20px;
    }
    
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    /*#myTab{
          width: 100%;
      }*/
    h1 {
        border-bottom: 4px solid #c821d6 !important;
    }
    h2 {
        border-bottom: 4px solid #c821d6 !important;
    }
    .grafico {
        margin-bottom: 120px !important;
        margin-top: 30px !important;
        padding-left: 60px !important;
    }
    .small-foto img {
        height: 350px !important;
        width: 100% !important;
    }
    #capsula {
        height: 620px !important;
    }
    #footer-volunteers .logo {
        text-align: left !important;
    }
    #footer-volunteers .texto, #footer-volunteers .contatos {
        padding-left: 60px !important;
    }
    .home .banner {
        background-image: url("/css/juntos/img/banner2.png");
    }
    .navbar-right {
        float: none !important;
        position: absolute !important;
        top: 0 !important;
        right: 20px !important;
    }
    .steps .navbar-brand {
        position: relative !important;
        top: -10px !important;
    }
    .steps .navbar-right {
        float: none !important;
        position: absolute !important;
        top: 10px !important;
        right: 20px !important;
    }
    #myTab li:first-child {
        margin-left: -30px !important;
    }
    .ltfacebook iframe {
        height: 185px !important;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    #myTab {
        position: relative;
        z-index: 5;
        margin: auto;
    }
    #sign {
        /* padding-top: 350px; */
    }
    #myTab li {
        display: block;
        float: left !important;
        vertical-align: middle;
    }
    .grafico {
        margin-bottom: 120px !important;
        margin-top: 30px !important;
        padding-left: 60px !important;
    }
    #capsula {
        height: 620px !important;
    }
    .small-foto img {
        height: 260px !important;
    }
    #footer-volunteers .logo {
        text-align: left !important;
    }
    #footer-volunteers .texto, #footer-volunteers .contatos {
        padding-left: 60px !important;
    }
    .navbar-right {
        float: none !important;
        position: absolute !important;
        top: 0 !important;
        right: 20px !important;
    }
    #configuration {
        padding: 0 !important;
    }
    #myTab li:first-child {
        margin-left: -30px !important;
    }
    .ltfacebook iframe {
        height: 235px !important;
    }
}

@media only screen and (min-width: 1400px) {
    #myTab {
        position: relative;
        z-index: 5;
        margin: auto;
    }
    #myTab li {
        display: block;
        float: left !important;
        vertical-align: middle;
    }
    .grafico {
        margin-bottom: 120px !important;
        margin-top: 30px !important;
        padding-left: 60px !important;
    }
    #capsula {
        height: 620px !important;
    }
    .small-foto img {
        height: 260px !important;
    }
    #footer-volunteers .logo {
        text-align: left !important;
    }
    #footer-volunteers .texto, #footer-volunteers .contatos {
        padding-left: 60px !important;
    }
    .navbar-right {
        float: none !important;
        position: absolute !important;
        top: 0 !important;
        right: 20px !important;
    }
    #configuration {
        padding: 0 !important;
    }
    #myTab li:first-child {
        margin-left: -30px !important;
    }
    .ltfacebook iframe {
        height: 380px!important;
        margin-bottom: 20px!important;
    }
}

.tab-pane {
    padding-top: 0 !important;
    /* margin-top: -80px; */
}

.tab-content {
    margin-top: -91px !important;
    position: relative;
}

.inicio.navbar-default.large {
    background-color: transparent !important;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 10
}

.inicio.navbar-default.navbar-right {
    margin-right: 40px !important;
}

#text-4col mark {
    background-color: #c821d6 !important;
}

#como-ajudar .big-foto {
    background-color: #c821d6 !important;
}

#como-ajudar p {
    color: #444 !important
}

/* ESTILIZAÇÃO TWIITER */

#espalhe-twitter h3 {
    margin-top: 0;
    margin-bottom: 20px !important;
}

#espalhe-twitter button.btn.btn-primary {
    margin-top: 40px;
    margin-bottom: 50px;
    border: 2px solid #aaa;
    color: #aaa;
    background-color: transparent;
    clear: both;
    font-size: 16px;
    padding: 10px 35px;
    font-family: 'Avenir Black';
}

#espalhe-twitter button.btn.btn-primary:hover {
    background-color: #aaa;
    color: #fff;
    opacity: 0.7;
}

#espalhe-twitter {
    padding-top: 40px;
    padding-bottom: 40px;
}

#espalhe-twitter h3 {
    margin-bottom: 80px;
}

.border-cause {
    border: 2px solid #c821d6;
}

.masonry {
    column-count: 3;
    column-gap: 4em;
}

.masonry-item iframe {
    width: 100% !important;
}

#comentario {
    background-color: #fff;
    margin-bottom: 100px;
    padding-bottom: 40px;
}

#comentario h2 {
    margin-top: 100px;
}

#comentario h3 {
    margin-top: 0;
    margin-bottom: 60px;
}

#comentario .fb-comments .fb_iframe_widget iframe {
    width: 650px !important;
    margin: auto !important;
}

@media only screen and (max-widthmin-width: 1024px) {
    .masonry {
        column-count: 3 !important;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .masonry {
        column-count: 2 !important;
    }
    #fight p.resume {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 340px) {
    .masonry {
        column-count: 1 !important;
    }
    #fight p.resume {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 339px) {
    .masonry {
        column-count: 1 !important;
    }
}

section#twit-this,
section#twit-this2 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    background-color: #2D9CDB;
}


section#twit-this p {
    color: #fff;
    font-family: "Avenir Heavy";
    font-size: 32px;
    line-height: 40px;
}

section#twit-this2 p {
    color: #fff;
    font-family: "Avenir Heavy";
    font-size: 22px;
    line-height: 40px;
}

section#twit-this a,
section#twit-this2 a{
    color: #fff!important;
}

.navbar-nav .nav-link {
    padding: 10px 20px !important;
}

section#twit-this button.btn.btn-primary {
    font-family: "Avenir Black"!important;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    /*text-transform: uppercase;*/
    padding: 15px 35px;
    margin-top: 30px;
}

section#twit-this button.btn.btn-primary:hover, section#twit-this button.btn.btn-primary:active, section#twit-this button.btn.btn-primary:focus, section#twit-this button.btn.btn-primary:visited {
    color: #2D9CDB;
    background-color: #fff;
    border: 2px solid #fff;
    filter: brightness(115%);
    -webkit-filter: brightness(115%);
    -moz-filter: brightness(115%);
}
@media screen and (min-width:: 1200px) and (max-width: 1600px){
  .container{
    max-width: 1140px!important;
  }
}

/* FIM ESTILIZAÇÃO TWITTER */