html, body {
	overflow-x: hidden;
}

header{
	color:  #1A3281;
	border-bottom: 2px solid #ccc;
}

#linha{
	-ms-flex-line-pack: center;
	    align-content: center;
	border-bottom: 10px dotted rgb(23, 162, 184);
	width: 200px;
	margin:  0 auto;
}

footer{
	color: #1A3281;
}

a{
	color:  #1A3281;
}

a:hover{
	color: rgb(23, 162, 184);
}

.bg-botao{
	background-color: #1A3281;
	color:  white;
	width:  200px;
}

.bg-botao2{
	background-color: #dd1c1c;
	color:  white;
	width:  200px;
}

.bg-botao2:hover{
	background-color: #d8a53f;
	color:  white;
	width:  200px;
}

.bg-botao:hover{
	background-color: rgb(23, 162, 184);
	color:  white;
}

#subir{
	position:fixed;
	bottom:5px;
	right:5px;
}

@media (min-width: 360px) and (max-width: 415px) {

	iframe{
		width: 100%;
		height: 650px;
	}
}