/* --------------------- WIDESCREEN --------------------- */
@media screen and (max-width: 992px){
}

/* --------------------- DESKTOP --------------------- */
@media screen and (max-width: 768px){
}

/* --------------------- TABLET --------------------- */
@media screen and (max-width: 640px){
}

/* --------------------- SMARTPHONE --------------------- */
@media screen and (max-width: 480px){
.bg{
    background-position: center;
}

	footer .bt-whatsapp{
        position: fixed;
        width: 50%;
        z-index: 1000;
        left: 10px; 
        top: 50%;
    }

    footer .col-md-4, .col-md-3, .col-md-2{
    	margin-bottom: 20px;
    }

    .bg .titulos-home{
        margin: 20px 0 70px 0;
    }
        .titulos-home h1{
            font-family: 'Avenir Next LT Pro Demi';
            letter-spacing: 0px;
            font-size: 20px;
        }

        .titulos-home h2{
            font-size: 18px;
        }

    .chamada h2{
    	text-align: center;
        font-size: 25px;
        margin-bottom: 20px;
    }
.recursos .text-e{
    text-align: center;
}

.recursos .text-d{
    text-align: center;
}

.info h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.cadastro h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.cadastro ul li {
    font-size: 16px;
    margin-bottom: 3px;
}
	.cadastro .formulario {
	    padding: 20px;
	}

	.interna .bloco{
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        text-align: center;
    }
    	.bloco .text-d{
		    text-align: center;
		}

.planos .col-md-4{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 4px solid #FCB017;
}





h1{
    font-size: 32px;
    letter-spacing: -1px;
}
}

