@charset "utf-8";
/* CSS Document */

@import "https://fonts.googleapis.com/css?family=Raleway:100,200,400,500,700";

.tamanho {
  width: 25%;
  float: left;
  text-align:right;
}

.planos {
  width: 33%;
  float: left;
  background-color:#303030;
}

body{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height: 1.6;
	background-color:#3e3e3e;
	color:#FFFFFF;
	margin:0;
	}

h1{
	font-size:26px;
	font-weight:200;
	line-height:1.2;
	text-align:center;
	padding:20px;
	vertical-align:central;
	}

.footer{
	background-color:#303030;
	text-align:center;
	font-size:11px;
	padding:20px;
}

.precos{
	text-align:center;
	font-size:32px;
	line-height:1;
	font-weight:200;
	}

.vantagens{
	padding:10px 20px 40px 20px;
	font-size:14px;
	line-height:1.4;
}

h2.accordion{ 
	cursor: pointer; 
	background: #5b3da6;
    padding: 5px;
    font-size: 15px;
    border: 2px solid #665abe;
    font-weight: 500;
    border-radius: 5px;
}
div.accordion{ display: none; }

.metragem{
	font-size:13px;
	line-height:30px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 3px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 2.75em;
		line-height: 2.75em;
		min-width: 9.25em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}

		@media screen and (max-width: 736px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				min-width: 0;
			}

		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: #00bfa5;
		color: #ffffff !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: #1DE9B6;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: #00bfa5;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			color: rgba(255, 255, 255, 0.5);
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #00bfa5;
			color: #ffffff !important;
			box-shadow: none;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #1DE9B6;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #00bfa5;
			}

			input[type="submit"].special.icon:before,
			input[type="reset"].special.icon:before,
			input[type="button"].special.icon:before,
			button.special.icon:before,
			.button.special.icon:before {
				color: #ffffff !important;
			}
@media only screen and (max-width:600px) {
  /* For tablets: */
  .tamanho{
	width: 40%;
  }
  
  .planos {
    width: 100%;
  }
  
@media only screen and (max-width:100px) {
  /* For mobile phones: */
  .tamanho, .planos {
    width: 100%;
  }
}
