#loader{
	position: fixed;
	background:#000 url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 150px;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	top: 0;
	left: 0;
	display: none;	
	opacity:0.8;
}

#ofertaespecial{

	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
	display: none;
}

#boleto_oferta{

    z-index: 1000;
	position: fixed;
	/*background-image: url("../images/banner_boleto2.jpg");*/
	background-repeat: no-repeat;
	background-position: 50% 40%;
    margin-left: -450px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    display: none;
}

#pagseguro_oferta{

    z-index: 1000;
	position: fixed;
	/*background-image: url("../images/pagseguro.jpg");*/
	background-repeat: no-repeat;
	background-position: 50% 40%;
    margin-left: 450px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    display: none;
}

#texto_oferta{

    z-index: 1000;
	position: fixed;
	background-image: url("../images/ofertaespecial.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    display: none;
}

#back_oferta{

    z-index: 999;
	position: fixed;
    background-color:#000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity:0.8;
    display: none;
}

/*/-------------- POPUP -------------------/*/
#popWindow{
    position:fixed;
    right: 10px;
    bottom: 10px;
    max-width: 220px;
    padding: 16px;
    background:#EFECDC;
    font-size: 14px;
    border:1px solid #CCC;
    border-radius:20px;
    box-shadow:1px 1px 5px #999;
    opacity:0;
    z-index: 999999;
}

#popWindow b{
    font-weight:bold;
    font-size: 16px;
}

#popWindow i{
    font-size: 16px;
    font-weight:bold;
    color:red;
}

#popWindow span {
    font-size: 16px;
    font-weight:bold;
    color:#0C6;
}
/*/-------------- END POPUP -------------------/*/


@media only screen and (min-width: 1024px) {
    #index-noform {
        background-image: url(../images/Keto Boost-fundo-7.jpg);
        height: 767px;
        cursor: pointer;
        background-size: auto 130%;
    }
}


@media only screen and (max-width: 1023px) and (min-width: 480px) {
    #index-noform {
        /*background-image: url(../images/img-rodape-mbl.png);*/
        height: 503px;
        cursor: pointer;

    }
}

@media only screen and (max-width: 480px) {
    #index-noform {
        /*background-image: url(../images/img-rodape-mbl.png);*/
        height: 783px;
        background-size: 100%;
        cursor: pointer;

    }
}

.custom-title{
    color: #fff;
    text-align: center;
    background: #59c3ff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}


       .rodape-new ul {
                    list-style: none;
                    float: left;
                    width: 100%;
                }

                .rodape-new ul li {
                    width: 250px;
                    float: left;
                    margin-left: 14px;
                    text-align: center;
                    padding: 20px;
                }

                    .rodape-new ul li strong {
                        text-transform: uppercase;
                        font-size: 14px;
                    }

                    .rodape-new ul li p {
                        text-transform: uppercase;
                        font-size: 10px;
                    }

                    .rodape-new ul li img {
                        margin: 10px -12px 10px -12px ;
                    }

                    .rodape-new ul li a {
                        font-size: 15px;
                    }




.timer {
    width: 225px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    float: left;
    margin: 0 427.5px;
    background: url(../images/timer.png);
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .timer span {
        width: 100px;
        float: left;
        font-size: 50px;
    }

        .timer span:last-child {
            width: 100px;
            float: right;
        }

        .timer span i {
            padding: 10px;
            font-style: normal;
        }



.aviso_timer {
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
    font-size: 25px;
}

    .aviso_timer span {
        color: orange;
        font-weight: 700;
    }


.warning-notice-timer {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    margin: 0 auto;
    font-size: 0.875rem;
    color: #fff;
    background-color: #252525;
    text-align: center;
    top: 0;
    position: relative;
    padding: 0.375rem 0.25rem;
    z-index: 7;
}

    .warning-notice-timer .alert-color {
        color: #ec175c;
    }