@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Lato:400);

* {
box-sizing:border-box;
}

body {
color:#637282;
font-family:Ubuntu, sans-serif;
overflow-y: scroll;
background: #f2f6fa;	
}

h1,h2 {
border:0;
margin:0;
padding:0;
}

h1 {
  font-size:34px;
  font-weight:500;
  text-align:center;
}

h2 {
color:#78909c;
font-size:20px;
font-weight:300;
text-align:center;
margin-top:10px;
font-style: normal;
}

h3 {
color: #637282;
font-family: Ubuntu, sans-serif;
font-size: 2rem;
margin-top: 5px;
text-align: center;
font-weight: 500;
font-style: normal;
}

h4{
	text-align: center;
	padding-top: 0;
	color: #F0433A;
	font-weight: 600;
}

.modal-header{
	padding-bottom: 0;
}

.ok-h3 {
color:#fff;
}

p {
font-family:Ubuntu, sans-serif;
font-size:20px;
font-weight:400;
text-align:center;
padding:0 40px;
}


a {
color:#00aeef;
text-decoration:none;
}

a:hover {
text-decoration:none;
color:#fff;
}

.posicao{
	color: 	grey;
	font-size: 	1rem;
}

.stroke:after {
		margin-bottom: 15px
	}

.stroke:after {
	content: ' ';
	display: block;
	border: 2px solid #00aaef;
	width: 75px;
	border-radius: 50px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}


.btn-fxconnect{
	background-color: #00aeef;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin: 20px;
    padding: 10px 20px;
}

.logo {
display:block;
margin:50px auto 0;
}

.container {
background:#fff;
}

form {
background-color:#fff;
min-width:300px;
margin-bottom:50px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(248, 248, 248,0.1);
-moz-box-shadow: 0px 3px 5px 0px rgba(248, 248, 248,0.1);
box-shadow: 0px 3px 5px 0px rgba(248, 248, 248,0.1);
}


.content{
min-width:300px;
/*-webkit-box-shadow: 0px 3px 5px 0px rgba(0,94,255,0.1);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,94,255,0.1);
box-shadow: 0px 3px 5px 0px rgba(0,94,255,0.1);*/

}
.tab {
display:none;
height:50%;
width:100%;
margin:0 auto;
}

.current {
display:block;
}

.header {
margin-top:50px;
}

.top {
margin-bottom:20px;
margin-top:0;
width:100%;
padding:15px 0;
border-top: 1px solid #f8f8f8;	
}

.steps{
	color: #ccc;
	font-size: 14px;
}

input[type="checkbox"] {
display:block;
height:50px;
left:0;
top:7px;
width:50px;
margin:0 auto;
}

.obs {
color:#7d7d7d;
font-size:14px;
margin-bottom:10px;
text-align:center;
padding:0 50px;
font-style: italic;
}

button {
background-color:#00aeef;
border:none;
border-radius:50px;
color:#fff;
cursor:pointer;
font-size:17px;
margin:20px;
padding:10px 20px;
}

button:hover {
opacity:0.8;
}

.flex {
display:flex;
justify-content:center;
}

.previous {
background-color:transparent;
border:1px solid #F27816;
color:#F27816;
}

.next{
	background: #00aaef;
	border-radius: 50px;
	color: #fff;
}

.next:hover{
	opacity: 0.8;
}

.link{
    color: #00aeef;
    text-decoration: none;
    cursor: pointer;
}

a{
	color: #fff;
}

.next a:hover{
	color: #fff;
}

.previous,.next {
display:inline-block;
}

.btn-secondary{
	background-color: #00aeef;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin: 20px;
    padding: 10px 20px;
}

.btn-secondary:hover{
	background-color: #00aeef!Important;
	opacity: 0.8;
}

.btn-fc, .btn-os{
	padding: 10px;
}

.btn-fc a:hover{
	text-decoration: none;
	color: #fff;
}

.btn-os a:hover{
	text-decoration: none;
	color: #fff;
}

.btn.focus, .btn:focus{
	box-shadow: none;
}

.btn-secondary.focus, .btn-secondary:focus{
	box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
	box-shadow: none;
}

footer{
	background: #f2f6fa;	
}

.modal-header{
	border: none;
	padding-bottom: 0;
}

.modal-title{
	margin: 0 auto;
}

.modal-body {
	text-align: center;
	padding-top: 0;
	font-size: 16px;
	border: none;
 	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
 	padding-bottom: 40px;
 }

.modal-content{
	border: none;
}

.modal-footer{
	justify-content: center;
	border: none;
	padding: 0;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

/* Responsive Youtube Iframe Video */
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 80%;
	width: 80%;
	position: absolute;
}

@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.step {
background-color:#bbb;
border:none;
border-radius:50%;
color:#fff;
cursor:pointer;
display:inline-block;
height:30px;
opacity:0.8;
width:30px;
margin:0 2px;
padding:5px;
}

.step.active {
background-color:#69c769;
opacity:1;
}

.step.finish {
background-color:#4CAF50;
}

.error {
color:#ff6950;
font-size:16px;
font-weight: 600;
margin-top: 1.5rem;
}

footer .copyright,.nav a {
font-size:13px;
color:#7d7d7d;
}

.fab {
color:#7d7d7d;
}

.social-media {
box-shadow:none;
}

::-webkit-scrollbar {
width:12px;
}

::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);
-webkit-border-radius:10px;
border-radius:10px;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius:10px;
border-radius:10px;
background:rgba(212,227,252);
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
background:rgba(212,227,252);
}

.fab:hover,.nav a:hover {
color:#00aeef;
}

::selection,::-moz-selection {
background:#00aeef;
color:#fff;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

@media (max-width: 576px) { 
	p{
		font-size: 18px;
	    font-weight: 400;
	    padding: 0 5px;
	}

	.top {
	    padding: 5px 0;
	}

	.h3 {
	    font-size: 25px;
	}
}