@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.16em;
    padding-top: 82px;
}

body h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    font-weight: bold;
}

body h2 {
    font-size: 32px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn {
    line-height: 80px !important;
    padding: 0 60px !important;
    letter-spacing: 0.16em !important;
    color: #FFFFFF !important;
    font-size: 22px !important;
    background: #185AC4 !important;
    border: 1px solid #185AC4 !important;
    border-radius: 8px !important;
}

.btn.transparent {
    background: transparent !important;
    border: 1px solid #fff !important;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #efefef;
    z-index: 3;
}

nav {
    transition: all 0.2s;
}

:focus {
    outline: none !important;
}

nav ul.nav-bar {
    padding: 0;
    list-style: none;
}

button.menu-mobile {
    margin-top: 15px;
}

nav ul.nav-bar li {
    float: left;
}

nav ul.nav-bar li a {
    line-height: 61px;
    padding: 0 10px;
    font-weight: bold;
    color: #7B7B7B;
    letter-spacing: 0;
}

a.btn.branco {
    color: #185ac4 !important;
    background: #fff !important;
}

button span {
    height: 5px;
    margin-bottom: 5px;
    width: 40px;
    display: table;
    background: #185ac4;
}

button {
    background: none;
    border: none;
    padding: 0;
    margin-top: 17px;
}

section#banner {
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

section#banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section {
    padding: 50px 0;
}

section h1, section h2 {
    color: #185AC4;
    margin-bottom: 30px;
}

section#sobre ul.patrocinadores {
    margin-bottom: 50px;
}

section#sobre ul.patrocinadores li {
    min-height: 125px;
    position: relative;
    width: 100%;
}

section#sobre ul.patrocinadores li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100px;
}

ul.slick-dots {
    display: none !important;
}

ul {
    padding: 0 !important;
}

.como {
    margin: 50px 0;
}

.como .item figure {
    position: relative;
    height: 190px;
    overflow: hidden;
    margin-bottom: 30px;
}

.como .item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 230px;
}

.como .item {
    padding: 0 15px;
}

.cadatre-se {
    margin: 10px auto 30px;
    display: table !important;
}

section#ong:before {
    content: "";
    background: #185AC4;
    position: absolute;
    width: 100%;height: 100%;
    opacity: 0.6;
    top: 0;
}

section#ong {
    position: relative;
    overflow: hidden;
    padding: 80px 0 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

section#ong .container {
    position: relative;
}

.branco {
    color: #fff !important;
}

.botoes {
    display: table;
    margin: 50px auto 50px;
}

.botoes .btn {
    margin-right: 20px;
}

footer {
    background-color: #185AC4;
    padding: 80px 0 0px;
    color: #fff;
}
footer a,
footer a:hover {
    color: #fff;
}

footer span {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.noticias articles {
    margin: 0 25px 20px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all 0.2s;transition: all 0.2s;
}

.noticias articles:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}

.noticias articles img {
    width: 100%;
    height: auto;
    max-width: 125% !important;
}

.noticias articles figure {
    position: relative;
    height: 170px;
    overflow: hidden;
}

.noticias articles h3 {
    padding: 0 25px;
    letter-spacing: 0;
    font-size: 18px;
    margin-bottom: 25px;
    min-height: 57px;
}

.noticias articles p {
    padding: 0 15px;
    margin-bottom: 20px;
}

.noticias articles a {
    display: table;
    margin: 0 auto 20px;
    font-size: 18px !important;
    line-height: 55px !important;
    padding: 0 30px !important;
}

nav ul.nav-bar li a.cadatro {
    color: #185AC4;
}

ul.realizacao,
ul.parceiro,
ul.apoiador {
    margin-bottom: 80px;
}

ul.realizacao li figure,
ul.parceiro li figure,
ul.apoiador li figure {
    position: relative;
    overflow: hidden;
    height: 110px;
}

ul.realizacao li figure img,
ul.parceiro li figure img,
ul.apoiador li figure img {
    position: absolute;
    max-height: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.visible-mobile {
    display: none;
}

button.menu-mobile {
    margin-top: 15px;
}

button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #185ac4;
    overflow: hidden;
    color: transparent;
    border-radius: 100%;
    z-index: 2;
}

button.slick-next {
    right: 10px;
}

button.slick-prev {
    left: 10px;
}

button.slick-disabled {
    opacity: 0.5;
}

button.slick-next:before {content: ">";}

button.slick-prev:before {content: "<";}

button.slick-prev:before, button.slick-next:before {
    color: #fff;
    text-align: center;
    display: table;
    width: 24px;
    font-weight: 800;
    line-height: 24px;
}

/*section - contador-de-mascaras*/

section.section-contador{
    padding-bottom: 100px;
}

section.section-contador .contador img{
    width: 100%;
}

section.section-contador .contador h1{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #185AC4;
    padding: 80px 0 35px 0;
    margin: 0 20px;
    letter-spacing: 0.0em;
}



section.section-contador .contador h2{
    text-align: center;
    border: 1px solid #185AC4;
    background-color: #185AC4;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 35px;
}



@media(max-width: 768px){
    section.section-contador .contador .col-xs-12 h1{
        margin: 0 0 !important;
    }
    .m-b-m-50 {
        margin-bottom: 50px;
    }
    section#porque a {
        margin: 20px 0 0;
    }
    .visible-mobile {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
    body h1 {
        font-size: 22px;
    }
    body h2 {
        font-size: 18px;
        line-height: 28px;
        text-transform: inherit;
        letter-spacing: 0;
    }
    .btn {
        line-height: 60px !important;
        padding: 0px 30px !important;
        font-size: 16px !important;
    }

    .botoes {
        text-align: center;
    }

    .botoes .btn {
        margin-bottom: 20px;
    }
    nav ul.nav-bar li a {width: 100%;display: table;}

    nav ul.nav-bar li {
        width: 100%;
    }

    nav ul.nav-bar {
        margin-top: 30px;
    }
    section#apoiadores {
        padding-bottom: 0;
    }
    section#ong {
        margin-bottom: 0;
    }

    section#porque h2 {
        text-align: center;
    }

    p {
        text-align: center;
        padding: 0 15px;
    }
    h2 {
        padding: 0 15px;
    }

    a.btn {
        margin-left: auto !important;
        margin-right: auto !important;
        display: table;
    }


    section#apoiadores {
        padding-top: 0;
    }

    section#apoiadores h2 {
        text-transform: uppercase;
    }

    section#contato {
        padding-top: 0;
    }

    footer img {
        display: table;
        margin: auto;
    }

    footer span {
        text-align: center;
    }
    ul.realizacao {
        max-width: 100%;
    }
}

ul.realizacao {
    margin-bottom: 80px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

ul.consepcao li figure img,
ul.realizacao li figure img {
    max-width: 160px;
    margin: auto;
}

.modal-video .modal-content {
    background-color: transparent;
    box-shadow: none !important;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.modal-video .modal-dialog {
    width: 80%;
    height: 80%;
}

.modal-video  button.close {
    opacity: 1;
    color: #fff;
    text-shadow: none;
    background: #185AC4;
    line-height: 40px;
    width: 40px;
    border-radius: 100%;
    right: -20px;
    position: absolute;
    top: -20px;
    z-index: 9999;
}

.modal-video .modal-content iframe {
    width: 100% !important;
    height: 100% !important;
}

section#porque a {
    margin: 40px 0 0;
}

section#porque h2 {
    margin-bottom: 30px;
}

footer img {
    width: 250px;
}

section.copy {
    padding: 10px 0;
    background: #fff;
    margin-top: 50px;
}

section.copy img {
    max-height: 20px;
}

input[type=submit].btn {
    display: table !important;
    width: auto !important;
    height: auto !important;
    line-height: 50px !important;
    font-size: 16px !important;
    padding: 0 30px !important;
}

div#resposta img {
    margin: 0 auto 30px !important;
    display: table;
}

section.copy {
    font-size: 12px;
}

section.copy  a {
    color: #185ac4;
}

section.fazer-usar .conteudo {
    padding: 32px 0 50px;
    position: relative;
    transition: all 0.2s;
}

section.fazer-usar .conteudo img {
    margin-bottom: 60px;
    max-height: 276px;
    border-radius: 10px;
}

section.fazer-usar .conteudo .btn {
    background: transparent !important;
    color: #185ac4 !important;
    transition: all 0.2s;
}

section.fazer-usar .conteudo:hover .btn {
    background: #185ac4 !important;
    color: #fff !important;
    transition: all 0.2s;
}

section.fazer-usar .conteudo:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}