/* COMPONENTS */
.space-10 {
    height: 10px;
}
.space-20 {
    height: 20px;
}
.space-30 {
    height: 30px;
}
.space-40 {
    height: 40px;
}
.space-60 {
    height: 60px;
}
.space-80 {
    height: 60px;
}

.block {
    display: block;
    width: 100%;
}

body {
    background-color: #fff;
}
.container {
    overflow: visible;
}

#branding {
    margin: 0;
}

.section-title {
    text-transform: uppercase;
}

.section-title.extra-size {
    font-size: 40px;
    font-weight: 500;
    text-transform: none;
}
.section-title.extra-size strong {
    font-weight: 900;
}


.section-gray {
    padding: 1px 0 60px;
    background-color: #f5f5f5;
}
.section-gray h4,
.section-gray h5 {
    display: inline-block;
    margin: 20px auto 10px;
    font-size: 24px;
    letter-spacing: .1px;
    color: #999999;
    font-weight: 500;
    border-bottom: 2px solid #b8b8b8;
}
.section-gray h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.section-gray p {
    color: #999999;
    font-weight: 500;
}
.section-gray.color-black p {
    color: #000000;
    font-weight: 400;
}

header .links-sec a {
    display: inline-block;
    margin-right: 15px;
}
header .links-sec a:before {
    content: none;
}

.icon-list-entry {
    margin: 60px 0 0;
    text-align: center;
    font-size: 14px;
    line-height: auto;
    color: #999999;
    font-weight: 500;
}
.icon-list-entry.icon-list-entry-slick {
    background-color: transparent;
}
.icon-list-entry.icon-list-entry-slick .icon-list-item {
    width: calc(100vw / 3);
}
.icon-list-entry a:hover {
    color: initial;
}
.icon-list-entry strong {
    font-weight: inherit;
    color: #ff0101;
}
.icon-list-entry img {
    margin: 0 auto 30px;
}

.icon-list-entry p em {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    color: #cc0000;
}


/* slick-entry-servicos */
.slick-entry-servicos {
    margin: 50px 0 60px;
}
.slick-entry-servicos.no-slick {
    display: flex;
    justify-content: space-between;
}
.slick-entry-servicos .slick-list {
    margin: 0 -10px;
}
.slick-entry-servicos .slick-slide {
    opacity: 0;
    filter: grayscale(1);
    margin: 0 10px;
    transition: 1s .25s opacity ease;
}
.servicos-item {
    border-radius: 14px;
    box-shadow: 0 0 20px rgba(45,45,45,.1);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 14px;
    border-bottom: 17px solid #ff0000;
    text-align: center;
    border-radius: 14px;
    overflow: hidden;
    padding-bottom: 60px;
    transition: .25s margin-top ease;
}
.servicos-item.no-bd-bt {
    border-bottom: 0;
}
.servicos-item.slick-slide {
    width: initial;
}
.servicos-item h5 {
    font-size: 16px;
    line-height: 1.4;
    color: #636161;
    font-weight: 700;
    text-transform: uppercase;
    margin: 34px 0 16px;
}
.servicos-item p {
    font-size: 14px;
    line-height: 1.8;
    color: #636161;
    font-weight: 500;
}
.servicos-item .more {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #ff0000;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px solid #ff0000;
}
.servicos-item .more.red {
    display: block;
    padding: 10px 6px;
    color: #fff;
    background-color: #cc0000;
    text-align: center;
    border-radius: 4px;
}
.slick-entry-servicos .servicos-item .more {
    opacity: 0;
    height: 0;
}
.servicos-item .app-body {
    padding: 0 80px;
}
.servicos-item .app-header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    text-align: center;
    background-color: #e1e1e1;
    transition: .25s all ease;
}
.servicos-item .app-header img {
    margin: 16px auto;
}
.servicos-item .app-header p { 
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #b91925;
    margin: 0;
}
.servicos-item .app-header p span {
    color: #4f4e4e;
}
.servicos-item .app-header .small-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicos-item .app-header .small-icon img {
    display: inline-block;
    max-width: 19px;
    height: auto;
    margin-right: 6px;
}
.servicos-item .app-header .small-icon p {
    font-size: 20px;
    font-weight: 900;
    color: #636161;
}

.slick-entry-servicos .slick-active {
    opacity: .5;
}
.slick-entry-servicos .slick-current + .slick-active {
    opacity: 1;
    filter: grayscale(0);
}
.slick-entry-servicos .slick-current + .slick-active.servicos-item {
    margin-top: 0;
    border-color: #bb0a17;
}
.slick-entry-servicos .slick-current + .slick-active .app-header {
    background-color: #e1e1e1;
}
.slick-entry-servicos .slick-current + .slick-active .more {
    opacity: 1;
    height: 28px;
}


.append-arrows .slick-arrow {
    outline: 0 !important;
    font-size: 0;
    display: inline-block;
    color: transparent;
    width: 22px;
    height: 31px;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: url(../img/arrow-left.png);
}
.append-arrows .slick-arrow.slick-next {
    left: unset;
    right: -100px;
    background-image: url(../img/arrow-right.png);
}

/* BANNER SORTEIO */
.bar-sorteio,
.bar-sorteio .container,
.bar-sorteio .container .row {
    height: 164px;
}
.bar-sorteio {
    background-image: url(../img/sorteio-flag-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bar-sorteio .big-number {
    font-size: 85px;
    line-height: 1.25;
    color: #f00101;
    font-weight: 700;
}
.bar-sorteio .legend-number {
    font-size: 18px;
    line-height: 1.8;
    color: #f00101;
    font-weight: 400;
}

.btn-more{
	display: inline-block;
	font-size: 11px;
	line-height: 40px;
	font-weight: 900;
	color: #2b2f3e;
	padding: 0 38px;
	border: 2px solid #2b2f3e;
	border-radius: 25px;
	transition: .3s all ease;
}
.btn-more:hover{
	background-color: #000;
	color: #fff;
}

.btn-more.red {
    text-transform: uppercase;
    color: #ff0101;
    border-color: #ff0101;
}
.btn-more.red:hover {
    color: #fff;
    background-color: #ff0101;
}
.btn-more.full-red {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background-color: #cc0000;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 10px 6px;
    border-bottom: 0;
}
.btn-more.full-red.white {
    color: #cc0000;
    background-color: #fff;
    border: 1px solid #cc0000;
}
.btn-more img {
    margin-right: 2px;
    vertical-align: middle;;
}

/* FOOTER */
footer {
    background: url(../img/bg_footer.gif) repeat-x left top;
}
footer .cartoes h5 {
    padding-left: 0;
}
.container-footer {
    display: flex;
    flex-wrap: nowrap;
}
.container-footer .container-footer-col {
    width: 20% !important;
    margin-left: 14px;
    margin-right: 14px;
}
.cadastro-footer form#desk-footer .nf-form-content nf-field {
    width: 30% !important;
}
.cadastro-footer form#desk-footer input[type="button"] {
    background: #ff0000 url(../img/bg_bt_cadastrar.gif) no-repeat 14px center !important;
    border: 0;
}
footer p {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    letter-spacing: .2px;
    line-height: 1.5;
}
footer .sociais ul {
    padding: 10px 0 0;
}
footer .sociais ul li a.facebook { background: url(../img/bg_sociais_footer.gif) no-repeat 0px top; }

footer .sociais ul li a.twitter { background: url(../img/bg_sociais_footer.gif) no-repeat -58px top; }

footer .sociais ul li a.instagram { background: url(../img/bg_sociais_footer.gif) no-repeat -116px top; }

footer .sociais ul li a.youtube { background: url(../img/bg_sociais_footer.gif) no-repeat -176px top; }

footer .sociais ul li a.linkedin { background: url(../img/bg_sociais_footer.gif) no-repeat -236px top; }

footer .localizador h5 { background: url(../img/bg_localizador_footer.gif) no-repeat left top; }


/* FORM */
.form-column input,
.form-column select,
.form-column textarea,
.form-column button {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
}
.form-column input,
.form-column select,
.form-column textarea {
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    margin-bottom: 9px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}
.form-column textarea {
    height: 150px;
}
.form-column select option {
    text-align: center;
}
.form-column .form-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0;
}
.form-column .form-row input {
    width: 100%;
}



/* bloco-contato */
.bloco-contato {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 142px;
    height: 142px;
    border: 1px solid #cc0000;
    border-radius: 10px;
    text-align: center;
}
.bloco-contato strong {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #cc0000;
    text-transform: uppercase;
}


/* panel-gray  */
.panel-gray {
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 30px 24px 40px;
    text-align: left;
}
.panel-gray h4 {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.panel-gray p {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}


/* faq-list */
.faq-list .faq-item {
    cursor: pointer;
    padding-top: 36px;
    padding-bottom: 18px;
    border-bottom: 2px solid #bbbbbb;
}
.faq-list .faq-item h5 {
    position: relative;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    font-weight: 700;
}
.faq-list .faq-item.active h5 {
    color: #cc0000;
}
.faq-list .faq-item h5:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/faq-arrow.png);
}
.faq-list .faq-item.active h5:after {
    background: url(../img/faq-arrow-open.png);
}
.faq-list .faq-item p {
    margin-top: 14px;
    font-size: 14px;
    color: #636161;
    font-weight: 500;
    padding: 20px 24px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.faq-list .faq-item .faq-answer {
    max-height: 0;
    overflow: hidden;
}
.faq-list .faq-item.active .faq-answer {
    max-height: 9999px;
}

/* quem somos */
.section-quem-somos {
    background-image: url(../img/bg-quem-somos.png);
    background-position: center;
    background-size: cover;
}
.section-quem-somos h4 {
    font-size: 16px;
    color: #e30327;
    font-weight: 600;
    letter-spacing: .1px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-quem-somos p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 40px;
}

/* slick-text-premios */
.slick-text-premios p {
    text-transform: uppercase;
    text-align: center;
}
.slick-text-premios .slick-dots {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    list-style: none;
}
.slick-text-premios .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}
.slick-text-premios .slick-dots li button {
    font-size: 0;
    color: transparent;
    background-color: transparent;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #9a9797;
    outline: 0 !important;
}
.slick-text-premios .slick-dots li.slick-active button {
    background-color: #9a9797;
}



@media screen and (max-width: 769px) {
    header nav {
        display: none;
    }

    .container h1, h1.section-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .section-title.extra-size {
        margin-top: 20px;
        font-size: 20px;
    }

    .icon-list-entry {
        background-color: #f5f5f5;
        margin-top: 0;
    }
    .icon-list-entry .section-title {
        margin: 0 0 20px;
        padding-top: 20px;
    }
    .icon-list-entry p {
        text-align: left;
    }
    .icon-list-entry.icon-list-entry-slick {
        margin: 40px 0 10px;
    }
    .icon-list-entry.icon-list-entry-slick p {
        font-weight: 500;
        text-align: center;
        color: #000;
    }
    .icon-list-entry.icon-list-entry-slick p {
        font-weight: 500;
        text-align: center;
        color: #999;
    }
    .icon-list-entry.icon-list-entry-slick .slick-slide {
        filter: grayscale(1);
        opacity: .5;
    }
    .icon-list-entry.icon-list-entry-slick .slick-current {
        opacity: 1;
        filter: grayscale(0);
    }

    .icon-list-entry p {
        margin-bottom: 10px;
    }
    .icon-list-entry p em {
        display: block;
        margin-top: 20px;
    }

    .slick-entry-servicos {
        margin-top: 20px;
        padding: 0 35px;
    }
    .slick-entry-servicos .slick-active {
        opacity: 1;
        filter: grayscale(0);
        border-color: #bb0a17;
    }
    .slick-entry-servicos .slick-active .more {
        opacity: 1;
        height: 28px;
    }
    .append-arrows {
        width: 100vw;
    }
    .append-arrows .slick-arrow.slick-prev {
        left: 0;
    }
    .append-arrows .slick-arrow.slick-next {
        right: 0;
    }

    .bar-sorteio,
    .bar-sorteio .container,
    .bar-sorteio .container .row {
        height: auto;
    }
    .bar-sorteio {
        padding: 10px 0 20px;
        background-image: none;
        background-color: #f5f5f5;
    }
    .bar-sorteio .legend-number {
        font-size: 12.72px;
    }
    .bar-sorteio .big-number {
        font-size: 60px;
    }

    .slick-text-premios p {
        font-size: 13px;
    }
    .slick-text-premios p strong {
        display: block;
    }
    .slick-text-premios .slick-dots li {
        margin: 0 10px;
    }

    .cadastro-footer {
        display: flex;
        padding: 16px 10px;
    }
    .cadastro-footer form#desk-footer {
        float: none;
        width: initial;
    }
    .cadastro-footer h3,
    .cadastro-footer form#desk-footer .nf-form-content nf-field {
        width: initial !important;
    }
    .cadastro-footer form#desk-footer input[type="text"],
    .cadastro-footer form#desk-footer input[type="email"] {
        display: none !important;
    }

    .container-footer {
        flex-wrap: wrap;
    }
    .container-footer {
        flex-wrap: wrap;
    }
    .container-footer .container-footer-col {
        margin-top: 30px;
        margin-bottom: 20px;
        width: 100% !important;
    }
    footer .localizador h5 {
        margin-bottom: 15px;
    }

    footer span.final {
        display: none;
    }

    .servicos-item {
        padding-bottom: 20px;
    }

    .servicos-item.mobile-remove-border {
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
    }
    
    .servicos-item .app-body {
        padding: 0 40px;
    }

    .section-gray p {
        font-size: 12px;
    }

    .form-column .form-row {
        display: block;
    }
    .form-column .form-row input {
        width: calc(100% - 10px);
    }


    .bloco-contato {
        width: 100%;
    }

    .container .panel-gray {
        margin: 0 -2%;
        width: 100vw;
    }

    .faq-list .faq-item {
        border-bottom-width: 1px;
    }
    .faq-list .faq-item h5,
    .faq-list .faq-item p {
        font-size: 10px;
    }

    .section-quem-somos {
        background-image: none;
    }
    .section-quem-somos h4 {
        margin-bottom: 4px;
        font-size: 14px;
    }
    .section-quem-somos p {
        font-size: 12px;
    }
}