﻿@import url('https://fonts.googleapis.com/css?family=Ubuntu');

.paragrafoNormal {
	line-height: normal;
}

.backgroundForms {
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 20px;
	position: relative;
	background-color: #f0f0f0;
	margin: 40px auto 40px auto;
	width: 700px;
	font-family: 'Ubuntu', sans-serif !important;
	transition: 1s;
	height: 415px;
}

.formCadastro {
	position: relative;
	transition: 1s;
	padding: 15px;
	margin: 0px auto 0px auto;
	width: 500px;
}

.casezinhoForm{
	position: absolute;
	bottom: 100px;
	right: 10px;
	width: 175px;
	height: auto;
}
/*.formCadastro input{
	border-bottom:	1px solid black;
}
.formCadastro select {
	border-bottom: 1px solid black;
}*/
.formCadastro label {
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 15px;
	color: #808080;
	font-weight: 100;
}

#formDadosConta{
	display: none;
	opacity: 0;
	margin-bottom: 15px;
	height: 0;
}

#formDadosPlano {
	display: none;
	opacity: 0;
	margin-bottom: 15px;
	height: 0;
}

.sessaoCadastro {
	display: inline-flex;
}

.campoCadastro{
	margin-right: 15px;
	margin-bottom: 10px;
}

.linhaPlanos{
	display: inline-flex;
	width: 100%;
	text-align: center;
}

.boxPlanos {
	transition: 0.5s;
	border: solid 1px grey;
	padding: 15px 0px;
	width: 25%;
	margin: 5px auto;
	cursor: pointer;
	color: #808080 !important;
	background-color: white;
	
}

.nMesesPlano {
	line-height: normal;
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 100;
}

.mesesPlano {
	line-height: normal;
	margin-bottom: 0px;
	font-size: 13px;
}


.precoPlano {
	line-height: normal;
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 13px;
}

.radioPlano{
	display:none;
}

.radioPlano:checked + label { /* target next sibling (+) label */
	color: white !important;
	border-color: cornflowerblue !important;
	background-color: cornflowerblue;
	box-shadow: 0px 0px 15px cornflowerblue;
}

.botaoContinuar {
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: cornflowerblue;
	color: white;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.botaoContinuar:hover {
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: cornflowerblue;
	color: white;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.barraForca {
	margin: 5px 0px;
	border: 1px solid rgb(128, 128, 128);
	border-image: none;
	width: 100px;
	height: 8px;
	background-color: white;
}

.botaoSugestao {
	color: blue;
	margin-right: 15px;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 4px;
	line-height: 15px;
}
