html, body, #home {
	height: 100%;
	width: 100%;
}

body {
	background-color: #d8eaf8;
	font-family: arial;
	margin: 0px;
	padding: 0px;
}

h1 {
	/* background-color: blue; */
	color: black;
	letter-spacing: -0.03em;
	font-family: arial;
	margin: 0px;
	padding: 10px;
}

h3 {
	font-family: arial;
	margin: 0px;
	padding: 10px;
	background-color: lightblue;
	border-radius: 3px 4px;
	padding: 5px;
	text-align:center;
}

h4 {
	background-color: lightgreen;
	padding: 5px;
	text-align: center;
}

.cabecalho{
	background-color:lightblue; 
	margin:0;
	padding:0;
	width: 100%;
}

a.semunderline:link {
	text-decoration: none;
} 	

/* Barra de navegação
-----------------------------*/
nav.navbar-transparente {
	padding: 15px 0px;
	background: rgba(0,0,0,0.6);
}

.navbar-light .navbar-nav .nav-link {
	color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #9bf0e1;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,0.5);
}

.divisor {
	width: 1px;
	background: white;
	margin: 12px 15px;
}

/* Capa
-----------------------------*/
.capa {
	text-align: center;
}

.btn-custom {
	color: white;
	border-radius: 500px;
	-webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
    padding: 10px 20px;
}

.btn-roxo {
	background: #7c25f8;
}

.btn-roxo:hover {
	background: #6207e3;
	color: white;
}

.btn-branco {
	border: 2px solid white;
}

.btn-branco:hover {
	background-color: white;
	color: black;
}

/* Tipografia
-----------------------------*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

	#meunome{
		font-weight: 5px;
	}

	h1 {
		font-size: 15px;
	}

	.btn-custom {
		margin: 10px 15px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	#meunome{
		font-weight: 10px;
	}

	h1 {
		font-size: 1em;
	}

	.btn-custom {
		margin: 10px 15px;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	#meunome{
		font-weight: 20px;	
	}

	h1 {
		font-size: 2em;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	#meunome{
		font-weight: 25px;
	}

	h1 {
		font-size: 3em;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	#meunome{
		font-weight: 30px;
	}

	h1 {
		font-size: 4em;
	}
}

@media (min-width: 1400px) {
	#meunome {
		font-weight: 35px;
	}

	h1 {
		font-size: 5em;
	}
}

.centralizado{
	text-align: center;
	align-items: center;	
}

.diplayflex{
	display: flex;
}

.alinharesq{
	float:left;
}
.alinhardir{
	float:right;
}

.centraliza{	
    text-align:center;
}

.limparfloat{
	clear: both;
}

.centraliza1{
	position: absolute;
	top: 0; 
	bottom: 0;
	left: 0; 
	right: 0;
	margin: auto;
}

.centraliza2 {
    position: relative;
    top: 50%;
    left: 10%;
    /*transform: translateY(-50%);*/
}

.tam1{
	font-size:2em;
}

.inline{
	display:inline;
}

.block{
	display: block;
}

.inlineBlock{
	display: inline-block;
}

.header{
	font-size: 18px;
	height: 60px;
	margin:auto;
	background-color: blue;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	padding:5px;
}

#fora {
	background-color: #CCFFFF;
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
	border-radius: 3px 4px;
	text-align: center;
	border: 1px solid blue;
	vertical-align: central;
}

#dentro {
	background-color: lightblue;
	width: 99%;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 5%;
	border-radius: 3px 4px;
	vertical-align: central;
}

#painelEsq {
	text-align: center;
	padding: 5px;
	background-color: white;
	border-radius: 6px 8px;
}

#painelCentralDir {
	text-align: center;
	padding: 5px;
	background-color: white;
	margin-left: 10px;
	border-radius: 6px 8px;
}

.centralizado2 {
	margin: auto;
	/* width: 50%; */
	/*border: 3px solid green;*/
	padding: 15px;
  }

  div>div{
	  padding:1px;
  }

.centrav {
	line-height: 50px;
}

.bordaAM {
	border: 1px solid yellow;
}
