body {
    background-color: white;
    background: url(../images/background.jpg);
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 20px;
}

h1 {
    margin: 5px 0px 20px;
    float: none;
    font-size: 24px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin: 10px 0px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

    h2.principal {
        margin: 0px 0px 10px;
        float: none;
        color: #2c8a52;
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
    }

h3 {
    margin: 11px 0px 10px;
    float: none;
    color: #2c8a52;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

    h3.titulo-box {
        border-bottom: 5px solid #2c8a52;
    }

    h3.titulo-modalidade {
        font-size: 30px;
    }


    h3.azul {
        color: #1971a3;
    }

h4 {
    margin: 10px 0px;
    float: none;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}

h5 {
    margin: 10px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin: 10px 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin: 10px 0px 5px;
    padding-top: 0px;
    float: none;
}

img {
    display: inline-block;
    max-width: 100%;
    text-align: left;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #1971a3;
}

    a:hover {
        color: #2184bd;
    }

ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

    ul.listagem {
        list-style-type: square;
        margin-left: 20px;
    }

        ul.listagem li {
            margin-bottom: 10px;
        }

div.validation-summary-errors ul li {
    padding: 5px 10px;
    background-color: #ffecec;
    border: 1px solid #f00;
    color: #f00;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
    clear: both;
}

.validation-summary-errors ul:last-child {
    margin-bottom: 0px;
}

label {
    display: inline-block;
    float: left;
    padding: 5px 0;
}

.button {
    display: inline-block;
    padding: 9px 21px;
    border: 1px solid gainsboro;
    background-color: #f2f2f2;
    color: #999;
    text-align: center;
    text-decoration: none;
}

    .button:hover {
        background-color: #00a2ff;
    }

    .button.action {
        padding: 17px 28px;
        float: right;
        margin-right: 10px;
        background-color: #1971a3;
        color: white;
        font-size: 16px;
    }

        .button.action.secondary {
            background-color: #2a8951;
            border: 1px solid #24714;
        }

    .button.mini {
        padding: 10px 15px;
        font-size: 14px;
    }

    .button.primary {
        color: #ffffff;
        background-color: #1971a3;
        margin: 10px 0;
    }

        .button.primary:hover {
            color: #fcd964;
            background-color: #155f89;
        }

    .button.lg {
        font-size: 20px;
        padding: 20px
    }

.call-to-action {
    text-align: center;
    font-size: 24px;
    margin: 30px 0;
}

.link-complementar {
    margin-top: 10px;
    display: block;
}

div.align-center {
    text-align: center;
}

    div.align-center .button.action {
        float: none;
    }

.button:hover.action:hover {
    background-color: #2184bd;
}

.section { /*padding-bottom: 24px;*/
    padding: 0;
}
.section h1 {
    margin: 0 0 10px 0;
    padding: 0px;
}

.section .w-container {
    padding: 10px;
}
.section .table td{
    text-transform: uppercase;
}
.section .w-container td:nth-child(1) {
    text-align: center;
}
.section .w-container  th:nth-child(1) {
    text-align: center;
}
.section .w-container td:nth-child(n+4) {
    text-align: center;
}
.section .w-container th:nth-child(n+4) {
    text-align: center;
}
.section .w-container .w-row .section td:nth-child(1) {
    text-align: center;
}
.section .w-container .w-row .section td:nth-child(2) {
    text-align: center;
}
.section .w-container .w-row .section th:nth-child(1) {
    text-align: center;
}
.section .w-container .w-row .section th:nth-child(2) {
    text-align: center;
}
.section .w-container .w-row .section td:nth-child(4) {
    text-align: left;
    text-transform: uppercase;
}
.section .w-container .w-row .section td:nth-child(4) {
    text-align: left;
}
.section .w-container .w-row .section th:nth-child(4) {
    text-align: left;
}
.section .w-container .w-row .section th:nth-child(4) {
    text-align: left;
}


#campeonato-calendario > div > table > tbody > tr > td {
    text-align: center !important;
}


.w-container {
    background-color: #fff;
    padding: 20px;
    box-shadow: 5px 0 4px -6px #ccc, -5px 0 4px -6px #ccc;
    -moz-box-shadow: 5px 0 4px -6px #ccc, -5px 0 4px -6px #ccc;
    -webkit-box-shadow: 5px 0 4px -6px #ccc, -5px 0 4px -6px #ccc;
}

.box-sombra {
    padding: 10px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 4px -2px #ccc;
}

    .box-sombra h1 {
        color: #555;
        border-bottom: 2px solid #e0e0e0;
    }

.button.align-center, a.align-center, h1.align-center {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
}
a.align-center {
    display: inline-block !important;
}

div.align-center {
    float: none;
    display: block;
    margin: 0 auto;
}

.section.header { /*margin-top: 20px;*/
}

.section.hero {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f2f2f2;
    box-shadow: 0 7px 10px -6px #333, 0 -7px 10px -6px #333;
    -moz-box-shadow: 0 7px 10px -6px #333, 0 -7px 10px -6px #333;
    -webkit-box-shadow: 0 7px 10px -6px #333, 0 -7px 10px -6px #333;
}

    .section.hero .w-container {
        background: none;
        padding-top: 0px;
        padding-bottom: 0px;
        box-shadow: none;
    }

    .section.hero .imagem-hero {
        text-align: center;
    }

    .section.hero .titulo-hero {
        margin-top: 60px;
    }

.company {
    margin-top: 19px;
    margin-bottom: 19px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: black;
    font-size: 20px;
}

#login {
    float: right;
}

    #login h6 {
        color: #333;
        font-weight: 700;
        margin: 5px 0;
    }

    #login input[type=text], #login input[type=password] {
        border: 1px solid #ccc;
        margin-bottom: 5px;
        padding: 5px;
    }

    #login input[type=submit] {
        color: #fff;
        background-color: #2a8951;
        border: 1px solid #247144;
        padding: 5px;
    }

    #login a, #login a:visited {
        color: #1971a3;
    }

#informacoes-usuario-logado {
    float: right;
    text-align: right;
    padding-top: 15px;
}

    #informacoes-usuario-logado #boas-vindas {
        display: block;
        margin-bottom: 10px;
    }

    #informacoes-usuario-logado a {
        background-color: #ececec;
        color: #777;
        padding: 5px;
        border-radius: 5px;
    }

        #informacoes-usuario-logado a:hover {
            background-color: #ccc;
        }

        #informacoes-usuario-logado a.action {
            background-color: #02843a;
            color: #fff;
        }

            #informacoes-usuario-logado a.action:hover {
                background-color: #1a9b51;
            }

.menu-nav {
    margin-top: 10px;
}

.nav-section ul {
    margin: 0px;
}

    .nav-section .menu-nav ul li {
        display: inline-block;
        float: left;
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .nav-section ul li.submenu:hover {
            cursor: pointer;
        }

            .nav-section .menu-nav  ul li.submenu:hover a {
                background-color: #13435e;
            }

        .nav-section .menu-nav ul li ul {
            display: none;
            position: absolute;
            z-index: 10;
            border-top: 2px solid #163444;
            background-color: #13435e;
        }

        .nav-section .menu-nav ul li:hover ul {
            display: inline-block;
        }

        .nav-section .menu-nav ul li ul li {
            clear: both;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #143a4f;
        }

            .nav-section .menu-nav ul li ul li a {
                border: none;
                width: 100%;
                text-align: left;
                background-color: #13435e;
            }

            .nav-section .menu-nav  ul li ul li ul {
                right: -109px;
                top: 80px;
            }

            .nav-section .menu-nav  ul li ul li ul li {
                display: none;
                z-index: 10;
                background-color: #13435e;
            }
            .nav-section .menu-nav  ul li ul li ul li:hover ul li {
                display: inline-block;
            }
            .nav-section  .menu-nav ul li ul li:hover ul li {
                display: inline-block;
            }

.nav-link {
    display: block;
    padding: 10px;
    background-color: #1971a3;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #dcdcdc;
}

    .nav-link:hover {
        background-color: #155f89;
        color: #fcd964;
    }

    .nav-link.first {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .nav-link.last {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-right: none;
    }

.navigation-column {
    margin-top: 20px;
    padding-top: 0px;
    text-align: right;
}

.nav-section {
    background-color: rgba(0, 0, 0, 0);
}

    .nav-section .w-container {
        padding: 10px;
    }

.search {
    margin-top: 10px;
}

    /* .search #search-field input[type="text"] { float: left; border: 1px solid #ccc; width: 175px; outline: none; color: #777; padding: 11px 5px; } */
    .search #search-field .gsc-control-cse {
        padding: 0;
    }

        .search #search-field .gsc-control-cse table {
            border: none;
            border-spacing: 0;
            border-collapse: collapse;
            margin: 0px;
            padding: 0px;
        }

            .search #search-field .gsc-control-cse table.gsc-search-box td {
                vertical-align: top;
                border: none;
                padding: 0px;
            }

                .search #search-field .gsc-control-cse table.gsc-search-box td.gsib_a {
                    padding-top: 9px;
                    padding-left: 10px;
                    height: 37px;
                }

                    .search #search-field .gsc-control-cse table.gsc-search-box td.gsib_a input {
                        font-size: 11px;
                        color: #777;
                    }

        .search #search-field .gsc-control-cse .gsc-input-box {
            height: auto;
        }

    .search #search-field .gsc-search-box-tools .gsc-search-box .gsc-input {
        padding: 0;
        padding-right: 0px;
    }

    .search #search-field .gsc-search-button input.gsc-search-button {
        padding: 7px;
        width: 39px;
        height: 39px;
        margin: 0;
        margin-top: 0;
        margin-left: 0;
        border-radius: 0px 0px;
        border: none;
    }

/*
.search #search-field a { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; float: left; margin: 0; width: 40px; height: 39px; background: url(../images/search-icon-sprite.png) no-repeat 7px 5px #ececec; display: inline-block; }
.search #search-field a:hover { background-position-y: -31px; }
*/

#alerts .alert {
    display: block;
    padding: 10px;
    font-size: 14px;
}

    #alerts .alert.alert-success {
        background-color: #2c8a52;
        color: #fff;
    }

    #alerts .alert.alert-info {
        background-color: #398ab2;
        color: #fff;
    }

    #alerts .alert.alert-warning {
        background-color: #fcd964;
        color: #92781f;
    }

    #alerts .alert.alert-danger {
        background-color: #a83030;
        color: #fff;
    }

.hero-image {
    width: 60%;
}

.hero-column {
    padding-top: 53px;
}

.footer-link {
    margin-right: 15px;
}

.w-container .w-row.special-row {
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background-color: #f2f2f2;
}

.special-row h3 {
    color: #444;
    border: none;
}

.email-column {
    padding-top: 40px;
    text-align: center;
}

.special-column {
    padding: 10px 15px;
}

.texto-hero {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.70);
    color: #333;
    font-size: 16px;
}

.titulo-hero {
    margin-top: 40px;
    float: none;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.70);
    color: white;
    font-weight: 700;
    text-align: center;
    text-shadow: black 0px 2px 10px;
}

.box-destaque {
    border: 1px solid #ccc;
    background-color: #ececec;
}


table {
    margin: 12px 0;
    border: 1px solid #eee;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

    table tr th {
        font-weight: bold;
        background-color: #cccccc29;
    }

    table tr th, table tr td {
        border: 0;
        border-bottom: 1px solid #ccc;
        padding: 5px;
        text-align: left;
    }

        table tr th.left, table tr td.left {
            text-align: left;
            padding-left: 10px;
        }

        table tr th.title {
            font-size: 16px;
        }

            table tr th.title span.informacao-complementar {
                font-size: 12px;
            }

        table tr td.marcada {
            background-color: #008839;
        }

    table tfoot tr th.marcada {
        background-color: #999;
        color: #fff;
    }

#search-field table tr td {
    border: none;
}

.box-informativo {
    padding: 10px;
    background-color: #ececec;
}

    .box-informativo h2 {
        font-size: 24px;
    }

    .box-informativo h3 {
        font-size: 20px;
    }

    .box-informativo h4 {
        font-size: 14px;
        color: #777;
        font-weight: normal;
    }

.banner {
    display: block;
    margin-top: 10px;
}

.lista {
    list-style-type: disc;
    margin-left: 40px;
}

.lista-sequencia {
    list-style-type: disc;
    margin-left: 20px;
}

h2.frase-destaque {
    font-size: 24px;
    background-color: #1f6139;
    color: #fcd964;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
}

.titulo-torneio {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.torneio-info {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    color: #333;
}

.postagem-autor {
    display: block;
    text-align: right;
    margin: 5px 35px 5px 0;
    color: #333;
}

    .postagem-autor:visited {
        color: #333;
    }

.cadastro-rebrac {
    padding-top: 0px;
}

    .cadastro-rebrac label {
        display: block;
        clear: both;
    }

.forrm-wrapper {
    margin-top: 10px;
    margin-bottom: -10px;
}

.field-label {
    font-weight: 400;
}

.row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.video {
    margin-bottom: 10px;
}

.banner-parceiro-lateral {
    margin-top: 0px;
    margin-bottom: 10px;
}

.info-publicidade {
    margin-top: 10px;
    text-align: right;
}

.anuncio-google {
    margin-top: 10px;
    margin-bottom: 10px;
}

.por-apenas {
    margin-top: 26px;
    margin-right: 4px;
    float: right;
}

.box-colaborador {
    height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px 10px 10px;
}

    .box-colaborador h3 {
        color: #caa62c;
        border-bottom: 5px solid #caa62c;
    }

        .box-colaborador h3.titulo-box {
            color: #2c8a52;
            border-bottom: 5px solid #2c8a52;
        }

    .box-colaborador .info-preco {
        text-align: center;
        padding-top: 20px;
    }

    .box-colaborador h3.preco, #colaborador-oferta h3.preco {
        padding: 10px 9px 10px 10px;
        display: inline-block;
        background-color: #caa62c;
        color: white;
        font-weight: 400;
        border-bottom: none;
        margin: 0 10px;
    }

    .box-colaborador .info-preco .destaque {
        display: block;
    }

    .box-colaborador .info-preco a.saiba-mais {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .box-colaborador .acao {
        padding-top: 60px;
    }

#colaborador-oferta .destaque {
    text-align: center;
    margin-top: 40px;
}

#box-newsletters .mensagem-aguarde, #box-newsletters .mensagem-sucesso, #box-newsletters .mensagem-erro {
    display: none;
}

    #box-newsletters .mensagem-sucesso h4 {
        background-color: #ddffeb;
        border: 1px solid #bdf2d2;
        padding: 5px;
        color: #2c8a52;
        font-size: 12px;
    }

    #box-newsletters .mensagem-erro h4 {
        background-color: #ffd6d6;
        border: 1px solid #ebb1b1;
        padding: 5px;
        color: #e72b2b;
        font-size: 12px;
    }

#pagina-construcao a.action {
    float: none;
}

#pagina-construcao div.imagem {
    padding: 50px 0;
    text-align: center;
}

#pagina-construcao div.acao {
    padding: 120px 0;
    text-align: center;
}

h4.titulo-sitemap {
    margin-bottom: 0px;
}

#rodape-contato {
    text-align: center;
}

    #rodape-contato h4.titulo-sitemap {
        text-align: center;
        margin-bottom: 10px;
    }

.copyright {
    text-align: center;
    padding: 20px;
}

.adsense-titulo {
    color: #146ed1;
    font-weight: bold;
}

.adsense-descricao {
    text-decoration: none;
    color: #333;
}

.adsense-url {
    color: #093;
}

.form-colaborador {
    margin-top: 11px;
}

.acobrap h1 {
    border-radius: 15px;
    background-color: #1f6139;
    color: #fcd964;
    padding: 5px 10px;
}

.acobrap h3 {
    padding: 5px 10px 7px;
    border-radius: 10px;
    background-color: #1f6139;
    color: #fcd964;
}

.acobrap {
    padding: 10px;
    border: 1px solid #fff4bf;
    background-color: #2c8851;
    font-size: 14px;
}

.acobrap .w-container {
    background-color: transparent;
}

.acobrap-paragrafo {
    color: #c0e4cf;
}

.acobrap-valores {
    margin-left: -10px;
    color: #c0e4cf;
}

.acobrap ul {
    list-style-type: disc;
    margin-left: 20px;
}

.acobrap ul li {
    margin-bottom: 10px;
}

#vantagens-colaborador h2.frase-destaque {
    font-size: 20px;
}

.federacoes ul li {
    padding-left: 0;
}

    .federacoes ul li .federacao {
        border: 1px solid #dcdcdc;
        background-color: #f7f7f7;
        margin-bottom: 20px;
        padding: 10px;
        min-height: 250px;
    }

        .federacoes ul li .federacao h4 {
            margin-bottom: 0;
        }

        .federacoes ul li .federacao h3 {
            font-size: 20px;
            margin-top: 0;
        }

.box-campeonato h3 {
    margin-bottom: 0px;
}

.box-campeonato ul.menu {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    border-left: 1px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

    .box-campeonato ul.menu li {
        display: inline-block;
        float: left;
        width: 25%;
        background-color: #f7f7f7;
        margin: 0;
        border: 0px;
        border-right: 1px solid #dcdcdc;
    }

        .box-campeonato ul.menu li:last-of-type {
            border-right: none;
        }

        .box-campeonato ul.menu li a {
            display: block;
            text-align: center;
            padding: 5px;
            color: #555;
        }

            .box-campeonato ul.menu li a:hover {
                background-color: #dcdcdc;
            }


.box-campeonato .lista-torneio {
}

    .box-campeonato .lista-torneio li {
        margin-bottom: 10px;
        border: 1px solid #eee;
    }


        .box-campeonato .lista-torneio li .data {
            background-color: #cccccc29;
            border-right: 1px solid #eee;
            color: #777;
            padding: 17px 5px;
            text-align: center;
            font-size: 20px;
            font-weight: normal;
        }

        .box-campeonato .lista-torneio li .local {
            padding: 5px 5px 3px 5px;
            display: block;
            font-size: 13px;
            color: #2c8a52;
            font-weight: bold;
        }

        .box-campeonato .lista-torneio li .categorias {
            padding: 0px 5px 5px 5px;
            display: block;
        }

        .box-campeonato .lista-torneio li a {
            color: #333;
        }

            .box-campeonato .lista-torneio li a:hover {
                color: #333;
            }

                .box-campeonato .lista-torneio li a:hover div {
                    background-color: #ececec;
                }

                .box-campeonato .lista-torneio li a:hover .data {
                    color: #fff;
                    background-color: #2c8a52;
                }

.box-renctas h3 {
    color: #c4151b;
}

.box-renctas .action-container {
    width: 100%;
    text-align: center;
}

.box-renctas .action {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: inline-block;
    width: 200px;
    background-color: #c4151b;
    color: #fff;
    float: none;
}

#campeonato-etapa .data {
    font-size: 18px;
    color: #555;
    background-color: #ccc;
    padding: 0;
    margin-right: 5px;
    line-height: 30px;
    display: block;
    text-align: center;
}

    #campeonato-etapa .data.dia {
        font-size: 24px;
        border-bottom: 3px dotted #fff;
    }

    #campeonato-etapa .data.mes {
        line-height: 24px;
    }

#campeonato-etapa .modalidades {
    font-size: 24px;
    color: #caa62c;
    font-weight: bold;
    margin-top: 11px;
    display: block;
    line-height: 30px;
}

#campeonato-etapa .button.action.inscreva-se {
    float: none;
}

.box-carteirinha {
    text-align: center;
}

.form-rebrac {
    padding-top: 20px;
}

.divided-row .w-col {
    padding-left: 20px;
    padding-right: 20px;
}

    .divided-row .w-col.divisor {
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
    }

.w-col.actions {
    text-align: center;
    padding-top: 20px;
}

    .w-col.actions .btn {
        margin-left: 10px;
    }

.w-col.imagem {
    text-align: center;
    padding: 10px;
}

.form-cell {
    padding: 5px;
}

.control-label {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    float: left;
    padding: 5px 0;
}

.form-control {
    padding: 7px;
    margin-bottom: 10px;
    font-size: 16px;
}

    .form-control.input-sm {
        width: 100%;
        border: 1px solid #ccc;
    }

input.btn, a.btn {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #ececec;
    color: #777;
    font-size: 16px;
}

    input.btn.btn-primary, a.btn.btn-primary {
        background-color: #14974e;
        color: #fff;
        border: 1px solid #369a63;
    }

/* CSS Created by CSS CHECKBOX */
/**********************************/
/**** www.CSScheckbox.com *********/

/*general styles for all CSS Checkboxes*/
label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 20px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -15px;
    }

.css-label {
    background-image: url(http://csscheckbox.com/checkboxes/dark-check-green.png);
}

.vlad {
    background-image: url(../images/checkbox-vlad.png);
}

input[type=checkbox].css-checkbox.med + label.css-label.med {
    padding-left: 22px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox.med:checked + label.css-label.med {
    background-position: 0 -17px;
}

input[type=checkbox].css-checkbox.sme + label.css-label.sme {
    padding-left: 22px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme {
    background-position: 0 -16px;
}

input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
    padding-left: 22px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg {
    background-position: 0 -20px;
}

.section.footer {
    padding-bottom: 20px;
}

    .section.footer a {
        color: #777;
    }

        .section.footer a:hover {
            color: #2184bd;
        }

.help-inline {
    color: #f00;
    display: inline-block;
    float: left;
    margin-left: 10px;
    padding: 5px 0;
}

#especie-lista .especie h2 {
    font-size: 24px;
    background-color: #ececec;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    box-shadow: 0px 2px 2px #000;
    z-index: 10;
}

    #especie-lista .especie h2 a {
        display: block;
        text-align: center;
        color: #555;
    }

#especie-lista .especie:hover h2 {
    background-color: #02853f;
    border: 1px solid #016a32;
}

    #especie-lista .especie:hover h2 a {
        color: #fff;
    }

#especie-lista .especie .miniatura {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 2px 2px #000 inset;
    border-bottom: 1px solid #ccc;
}

    #especie-lista .especie .miniatura a {
        display: block;
        height: 200px;
        background-color: #fff;
        opacity: 0.3;
    }

#especie-lista .especie:hover .miniatura a {
    opacity: 0;
}

#especie-detalhe h2 {
    font-size: 20px;
}

#especie-detalhe h3 {
    color: #999;
    font-size: 16px;
    margin-top: 0px;
}

#especie-detalhe #classificacao-cientifica .w-col {
    padding: 0 10px 0 0;
    margin-bottom: 5px;
}

    #especie-detalhe #classificacao-cientifica .w-col label {
        background-color: #ececec;
        border: 1px solid #ccc;
        text-align: center;
        padding: 10px;
        margin: 0;
        float: left;
        width: 35%;
    }

    #especie-detalhe #classificacao-cientifica .w-col span {
        padding: 10px;
        float: left;
        display: inline-block;
        width: 65%;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

.criadouro {
    border: 1px solid #dcdcdc;
    padding-bottom: 10px;
    position: relative;
}
    .criadouro .container-logo {
        display: flex; 
        justify-content: center;
    }

    .criadouro .logo {
        width: 160px;
        height: auto;
        border: 1px solid #dcdcdc;
        margin-top: 10px;
    }

    .criadouro .grid-descricao {
        display: grid;
        grid-template-columns: 220px auto;
        text-align: left;
    }

    @media (max-width: 767px) {
        .criadouro {
            display: flex;
            flex-direction: column;
        }
        .criadouro .grid-descricao {
            grid-template-columns: auto;
            grid-row-gap: 5px;
        }
    }

    .criadouro h4 {
        color: #2c8a52;
        font-weight: bold;
    }

    .w-container .w-row.criadouro {
        margin-left: 0px;
        margin-right: 0px;
    }

.criadouro a.btn-saiba-mais {
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.criadouro a.btn-saiba-mais span {
    margin-left: 5px;
}

    .criadouro .saiba-mais {
        margin-top: 10px;
        display: none;
    }

    .criadouro h5 {
        display: inline-block;
        color: #555;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .criadouro a.esconder-saiba-mais {
        margin-left: 10px;
        cursor: pointer;
    }

    #classificacao-navegacao .modalidade {
        display: none;
    }

    h4.saudacao {
        font-size: 24px;
    }

    .conteudo-campanha {
        text-align: justify;
    }

        .conteudo-campanha img {
            margin-left: 20px;
            margin-bottom: 20px;
            float: right;
        }

    .doacao-observacao {
        padding-bottom: 10px;
    }

    .valor-doacao {
        background-color: #cccccc;
        padding: 30px 20px;
        font-size: 30px;
        text-align: center;
        cursor: pointer;
        border-radius: 5px;
        border: 1px solid #bbb;
        margin-bottom: 10px;
    }

        .valor-doacao strong {
            color: #038339;
        }

        .valor-doacao a {
            margin-top: 20px;
            display: block;
            background-color: #038339;
            color: #fff;
            border-radius: 5px;
            font-size: 18px;
            padding: 10px;
        }

        .valor-doacao:hover {
            background-color: #d5d5d5;
        }

            .valor-doacao:hover strong {
                color: #10b254;
            }

            .valor-doacao:hover a {
                background-color: #10b254;
            }

    /* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
    #fb-root {
        display: none;
    }

    /* To fill the container and nothing else */
    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
        width: 100% !important;
    }

    .hide-big {
        display: none;
    }

    @media (max-width: 991px) {
        h1 {
            padding-top: 10px;
            color: #ccb649;
            font-weight: 400;
        }

        .section.hero {
            background-image: url(../images/fundo-banner.jpg);
        }

        .hero-column {
            padding-top: 0px;
        }

        .acobrap-h3 {
            font-weight: 400;
        }
    }

    @media (max-width: 767px) {
        .button {
            margin-top: 4px;
            margin-bottom: 23px;
        }

        .section {
            text-align: center;
        }

        .section.hero {
            background-image: url(../images/fundo-banner.jpg);
        }

        .company {
            text-align: center;
        }

        .nav-link {
            display: block;
        }

        .hide-medium {
            display: none;
        }
        h4.titulo-sitemap {
            text-align: center;
            display: block;
        }
        .nav-link.first {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .nav-link.last {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .navigation-column {
            border-top: 1px solid rgba(255, 255, 255, 0.4);
            text-align: center;
        }

        .footer {
            text-align: center;
        }

        .email-column {
            padding-top: 0px;
        }

        .titulo-hero {
            text-shadow: black 0px 2px 10px;
        }

        .nav-section ul li {
            display: block;
            width: 100%;
        }
        .hide-medium {
            display: none;
        }
    }

    @media (max-width: 479px) {
        #logo {
            width: 60%;
        }

        #area-restrita {
            width: 40%;
            float: left;
            text-align: right;
            margin-top: 15px;
            padding-right: 10px;
        }

            #area-restrita a {
                background-color: #ececec;
                padding: 7px 10px;
            }

        .box-campeonato.w-col {
            padding-left: 0;
            padding-right: 0;
        }

        .nav-section .w-container {
            padding-left: 0;
            padding-right: 0;
        }

        .hide-small, .nav-section ul li.hide-small {
            display: none !important;
        }
        .nav-section ul li {
            display: block;
            /*width: 25%;*/
        }

        .nav-link {
            display: block;
            width: 100%;
            padding: 5px 3px 5px 3px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            border-left-width: 0px;
            font-size: 11px;
            text-transform: none;
        }

            .nav-link.last {
                border-right-width: 0px;
            }

        .navigation-column {
            padding-right: 0px;
            padding-left: 0px;
        }

        .titulo-hero {
            text-shadow: black 0px 2px 10px;
        }

        h4.titulo-sitemap {
            text-align: center;
            display: block;
        }

        .hide-small, .nav-section ul li.hide-small {
            display: none;
        }

        .hide-big {
            display: block;
        }
    }

    h2.principal {
        font-size: 16px;
        margin: 0px 0px -11px;
    }

    h4 {
        font-size: 14px;
    }

        h4.data {
            font-size: 18px;
        }

    .data.mes {
        font-size: 15px;
    }

    .tag {
        align-items: center;
        background-color: #1971a3;
        border-radius: 4px;
        color: white;
        display: inline-flex;
        font-size: .75rem;
        height: 2em;
        justify-content: center;
        line-height: 1.5;
        padding-left: .75em;
        padding-right: .75em;
        white-space: nowrap;
        margin-bottom: 10px;
    }

        .tag:hover {
            background-color: #155f89;
            color: #fcd964;
        }

    i {
        margin-right: 2px;
    }

    .button {
        padding: 3px 21px;
    }

        .button.cinza {
            background-color: #eee;
            color: #333;
        }

            .button.cinza:hover {
                background-color: #ccc;
                color: #333;
            }

        .button.azul {
            background-color: #1971a3;
            color: white;
        }

            .button.azul:hover {
                background-color: #155f89;
                color: #fcd964;
            }

    .section .w-container.etapa {
        padding: 3px;
    }

    tr:nth-child(even) {
        background-color: #f5f5f550;
    }

    hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
    }

    .grid-localidades {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    @media screen and (max-width: 1170px) {
        .grid-localidades {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media screen and (min-width : 320px) and (max-width : 480px) {
        .grid-localidades {
            grid-template-columns: 1fr;
        }
    }

    .text-center {
        text-align: center;
    }

.text-center {
    text-align: center;
}

.button.action.passaros {
    background-color: #594f41;
}

.btn-auth {
    background-color: #594f41;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    cursor: prointer;
    height: 40px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.btn-auth-icon {
    border-right: 1px solid #444;
    background: white;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.btn-auth-text {
    padding: 7.5px 15px;
}

.btn-auth-icon, btn-auth-text {
    display: table-cell;
    vertical-align: middle;
    padding: 6.5px 8px;
    margin-left: -5px;
}

.btn-auth img {
    margin-top: 3px;
}

.btn-auth:hover {
    background-color: #443d33;
}

.btn-auth svg {
    margin-right: 5px;
    height: 20px;
    width: 18px;
}

.passaros-logo {
    width: 110px;
    height: 15px;
    margin-top: 4px;
}

.passaros-svg {
    height: 149px;
    margin-top: 20px;
    background-color: white;
    padding: 20px;
    border-radius: 25px;
}


.colaborador {
    border: 1px solid #fff4bf;
    background-color: #1971a3;
    font-size: 14px;
}

.colaborador p {
    color: #c0e4cf;
}

.colaborador h1 {
    border-radius: 15px;
    background-color: #155f89;
    color: #fcd964;
    padding: 5px 10px;
}

.colaborador .w-container {
    background: url(../images/bg-colaborador.png);
    background-color: #1971a3;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    background-blend-mode: screen;
}

.vantagens-colaborador i {
    font-size: 60px;
    color: #1971a3;
}

.vantagens-colaborador .w-col {
    padding: 10px;
}

.vantagens-colaborador h3 {
    color: #155f89;
}

.vantagens-colaborador h2.frase-destaque {
    margin-top: 10px;
    margin-bottom: 30px;
}

.box-form-colaborador {
    margin: 10px; 
    padding: 20px;
    margin-left: 0px; 
    margin-right: 0px; 
    border: 1px solid rgba(0, 0, 0, 0.09); 
    background-color: #f2f2f2; 
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 500px;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.social-icons {
    text-align: right;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 41px 41px 41px 41px;
    align-items: center;
    justify-content: end;
}

.social-icons i {
    color: #b9b9b9;
    font-size: 24px;
    height: 32px;
    background: #eee;
    padding: 0.2em 2px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
}

    .social-icons .icon-facebook-1:hover, .sidenav .social-icons i.icon-facebook-1 {
        color: #4267B2;
    }

    .social-icons .icon-youtube-play:hover, .sidenav .social-icons i.icon-youtube-play {
        color: #bb0000;
    }

    .social-icons .icon-mail:hover, .sidenav .social-icons i.icon-mail {
        color: #00cdff;
    }

.social-icons a {
    display: contents;
}
.social-icons i.icon-passaros {
    background-image: url(../images/passaros-icon-cinza.svg) !important;
    background-position: 50% 50%;
    background-size: 55%;
    background-repeat: no-repeat;
}

    .social-icons i.icon-passaros:hover, .sidenav .social-icons i.icon-passaros {
        background-image: url(../images/passaros-icon.svg) !important;
    }

.w-button.btn-area {
    background-color: #2c8a52;
    float: right;
}

.grid-acesso {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.grid-acesso .box-1 .box-container {
    height: 70%;
    justify-content: center;
    align-content: center;
    display: inline-grid;
}

@media (max-width: 767px) {
    .grid-acesso {
        grid-template-columns: auto;
    }
    div.box-sombra.box-1 {
        grid-row: 1;
    }
}

.w-container-form {
    padding-left: 30px;
    padding-right: 30px;
}

.w-container-form input {
    height: 40px;
}

.btn-area:hover {
    background-color:#2184bd;
    color: white;
}

.dropbtn {
    background: white;
    color: #2c8a52;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus, .dropdown-btn:active.dropbtn:active {
        background-color: #2c8a52 !important;
        color: #fcd964;
    }

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2c8a52;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
}

    .dropdown-content .admin {
        background-color: #1971a3 !important;
        border-bottom: 1px solid #eee;
    }


.dropdown a:hover {
    background-color: #236f42;
    color: #fcd964;
}

.show {
    display: block;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav h2 {
    color: white;
}

    .sidenav a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 18px;
        color: #666;
        display: block;
        transition: 0.3s;
        width: 92%;
        margin: 0 15px;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        width: 25px;
    }

    .sidenav .social-icons {
        padding: 15px 0;
        background-color: #1971a3;
        justify-content: space-evenly;
        place-items: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        width: 92%;
        margin: 0 15px;
    }

        .sidenav .social-icons i.icon-passaros {
            display: block;
            width: 38px;
            height: 38px;
        }

        .sidenav .social-icons a {
            padding: 0;
        }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 16px;
        }
}

.dropdown-container {
    display: none;
    background-color: #f2f2f2;
    padding-left: 8px;
    width: 92%;
    margin: 0 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.dropdown-btn.active {
    background-color: #ccc !important;
}

.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.w-embed ul li {
    display: block;
    float: none;
}

.modal {
    display: none; 
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}

.modal-content.md {
    width: 400px;
}


.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
}

.modal-content h2 {
    font-size: 20px;
}

.modal-footer {
    margin-top: 15px;
}


.modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

input.btn.btn-danger, a.btn.btn-danger {
    background-color: #d8412c;
    color: #fff;
    border: 1px solid #d8412c;
}

.badge {
    padding: 2px 6px;
    border-radius: 12px;
    text-transform: capitalize;
}

.badge.ativo {
    background-color: #2c8a52;
    color: white;
}

.badge.aguardando {
    background-color: #fcd964;
    color: white;
}

.badge.recusado {
    background-color: #d8412c;
    color: white;
}

.badge.futura {
    background-color: #1971a3;
    color: white;
}

.badge.expirado {
    background-color: #808080;
    color: white;
}

.dropdown-hover:hover .dropdown-content {
    display: block;
}

.info {
    font-size: 18px;
    color: #1971a3;
    cursor: pointer;
}

.box-cartao {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-top: 20px;
}

    .box-cartao input {
        border-radius: 5px;
    }

.box-cartao-pqno {
    padding: 12px;
    margin: 1px 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

    .box-cartao-pqno .close {
        position: absolute;
        top: 35%;
        cursor: pointer;
        left: 15px;
        font-size: 19px;
    }

img.cartao {
    width: 35px;
}

.box-cartao-pqno img {
    width: 40px;
    margin-right: 5px;
}

.check-info {
    margin: 10px 0;
}

    .check-info label {
        padding: 0;
        font-weight: normal;
        font-size: 13px !important;
    }

.grid-cartao {
    display: grid;
    grid-template-columns: repeat(6, 180px);
}

@media only screen and (max-width : 421px) {
    .check-info label {
        margin-bottom: 30px;
    }
}


.btn-bold {
    font-weight: 600;
}

.ml-15 {
    margin-left: 15px;
}

.box-colaboracao {
    border: 1px solid #1971a3;
    border-radius: 4px;
    padding: 15px;
    margin: 15px;
    position: relative;
}

.box-erro {
    border-color: red !important;
}

.box-colaboracao:hover, .box-colaboracao.ativo {
    box-shadow: 0px 3px 0px #ccc;
    border: 2px solid #1971a3;
    margin: 14px;
}

.box-colaboracao span {
    font-size: 16px;
    font-weight: bold;
    color: #1971a3;
}

.box-colaboracao input[name=valorDefinido] {
    width: 80px
}

.box-colaboracao input[type=radio] {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
}

.grid-colaboracao {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-box-texto {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 10px;
}

@media only screen and (max-width : 1025px) {
    .grid-colaboracao {
        grid-template-columns: 1fr 1fr;
        text-align: left !important;
    }
}

@media only screen and (max-width : 421px) {
    .grid-colaboracao, .grid-box-texto {
        grid-template-columns: 1fr;
    }
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(243, 243, 243, 0.8);
}
    #loader > div {
        color: #2c8a52;
        font-size: 20px;
        margin: 0 auto;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        text-indent: -9999em;
        -webkit-animation: load4 1.3s infinite linear;
        animation: load4 1.3s infinite linear;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
    }

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}


.anuncio-1, .anuncio-2 {
    display: none;
}

.anuncio-1.ativo, .anuncio-2.ativo {
    display: block;
}

.banner-anuncio {
    width: 100%;
    height: auto;
}

.anuncio-multi {
    display: none;
}

.anuncio-multi.ativo {
    display: block;
}

#sdshow-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sld-1 {
    width: 100%;
    display: none;
}

.sld-1.active {
    display: block;
}

.sld-1 a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.sld-1 picture,
.sld-1 img {
    width: 100%;
    height: auto;
    display: block;
}

#sdshow-2 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sld-2 {
    width: 100%;
    display: none;
}

.sld-2.active {
    display: block;
}

.sld-2 a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.sld-2 picture,
.sld-2 img {
    width: 100%;
    height: auto;
    display: block;
}