/*
 Documento CSS do Varejo
 Seguindo os padrões do Bootstrap - http://getbootstrap.com/css/#grid-media-queries
 Criador: Weslei Silveira - www.wesleisilveira.com.br
 Data: 16/05/2018
 */

/* ------------------------------------------------------------------------------- */
/* Large devices (large desktops, 1200px and up) - col-lg-*
/* ------------------------------------------------------------------------------- */

@media (min-width: 1200px) {}

/* ------------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up) - col-md-*
/* ------------------------------------------------------------------------------- */

@media (min-width: 992px) {}

/* ------------------------------------------------------------------------------- */
/* Small devices (tablets, 768px and max 991px) - col-sm-*
/* ------------------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {}

/* ------------------------------------------------------------------------------- */
/* Extra small devices (phones, less than 768px) - col-xs-*
/* ------------------------------------------------------------------------------- */

@media (max-width: 767px) {

	/* ------------------------------ */
	/* Typography
	/* ------------------------------ */

	h1 {
	    font-size: 42px;
	    line-height: 50px;
	    margin-top: 50px;
	}

	/* ------------------------------ */
	/* Wrapper
	/* ------------------------------ */

	.wrapper {
		padding: 50px 0;
	}

	/* ------------------------------ */
	/* Breadcrumb
	/* ------------------------------ */

	.breadcrumb {
		margin-top: 60px;
	}

	/* ------------------------------ */
	/* Intro
	/* ------------------------------ */

	.intro {
		padding-top: 100px;
	}

	/* ------------------------------ */
	/* Features
	/* ------------------------------ */

	.features img {
		margin-bottom: 20px;
	}

	/* ------------------------------ */
	/* Register
	/* ------------------------------ */

	.register::before {
	    width: 100%;
	    content: '';
		background-color: rgba(255, 255, 255, 0.7);
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 0;
	}

	/* ------------------------------ */
	/* Testimonials
	/* ------------------------------ */

	.testimonials-new .btn-green {
		margin-top: 20px;
	}

	/* ------------------------------ */
	/* Plans
	/* ------------------------------ */

	.plans .container {
		padding-bottom: 0;
	}

	/* ------------------------------ */
	/* Faq
	/* ------------------------------ */

	.faq-new {
		padding-top: 100px;
	}

}