@font-face {
    font-family: Dylan-Regular;
    src: url('../fonts/DylanGothic-Regular.otf') format("truetype");
}

ul{
    list-style-type: none !important;
}

.clean{
	clear: both;
}

.agility i{
	font-size: 70px;
}

.agility span{
	font-size: 20px;
    color: #ff9f21;
}

.access .col-md-6{
	padding: 15px 65px;
}    

	.access .actions{
		margin-top: 2em;
	}

.price{
	display: inline-block;;
}

.price span{
	font-size: 25px;
    float: left;
}

	.price .value-01{
		float: left;
	    font-size: 60px;
	    margin-top: -25px;
	    margin-left: 5px;
	}

		.price .value-02{
			float: left;
		    font-size: 25px;
		    margin-top: 10px;
		}

			.price .info-value{
				float: left;
			    font-size: 25px;
			    margin-top: 10px;
			    margin-left: 10px;
			}

.button-orange{
	background-color: #ff9f21 !important;
	color: #fff;
	border-color: #ff9f21 !important;
}

	.button-orange:hover{
		background-color: rgba(250, 164, 40, .8) !important;
		text-decoration: none !important;
		color: #fff !important;
	}

.button-red{
	background: #f8253e !important;
	border-color: #C50017 !important;
	color: #fff !important;
}

	.button-red:hover{
		opacity: .8;
	}

.button-transparent{
	background-color: transparent !important;
	color: rgba(187, 187, 187, 1);
	border-color: rgba(187, 187, 187, 1) !important;
}

	.button-transparent:hover{
		background-color: rgba(187, 187, 187, .3) !important;
		text-decoration: none !important;
		color: #555 !important;
	}

#one{
	background-color: #2a2b2c !important;
}

	#one h2{
		color: #fff !important;
	}

		#one header.major:after{
			border-bottom: solid 2px #fff !important;
		}

			#one .icon{
				color: #fff !important;
			}

#devices img{
	width: 100%;
}

		#devices .col-md-6{
			padding: 25px;
		}

			#devices li{
				padding: 10px 45px;
				font-size: 1.25em;
			    margin-top: -0.5em;
			    line-height: 1.5em;
			}

				#devices .last{
					margin-top: 10%;
				}

					#devices i{
						margin-bottom: 10px;
					}

#two{
	background-color: #fbfbfb;
}

	#two .col-md-6{
		padding: 5em;
	}

.two-mobile{
	display: none;
}

.two-desktop{
	display: block;
}

.modal-header{
	background: #ff9f21;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    height: 60px;
}

	.modal-header button{
		color: #fff;
	}

.close{
	opacity: .8 !important;
}

.page-header{
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 1em 0px !important;
}

	.page-header h1{
		font-size: 25px !important;
		font-weight: 600;
	}

		.page-header small{
			font-weight: 600;
		}

/****************************WIZARD***************************/

.form-register{
	margin: 0 !important;
}

.wizard {
    margin: 0px auto;
    background: #fff;
    padding: 15px;
}

    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
    margin-top: 20px;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #ff9f21;
    
}
.wizard li.active span.round-tab i{
    color: #ff9f21;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 50%;
    padding-left: 0 !important;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ff9f21;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ff9f21;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 25px;
}

.wizard h3 {
    margin-top: 0;
    font-weight: 500 !important;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.modal-footer{
	padding: 15px 20px !important;
}

.ar-success-credit{
    display: none;
}

    .ar-success-credit img{
        width: 100px;
    }

        .ar-success-credit h3{
            margin-top: 25px !important;
        }

.ar-success-debit{
    display: none;
}

    .ar-success-debit img{
        width: 100px;
    }

        .ar-success-debit h3{
            margin-top: 25px !important;
        }

.ar-success-boleto{
    display: none;
}

    .ar-success-boleto img{
        width: 100px;
    }

        .ar-success-boleto h3{
            margin-top: 25px !important;
        }

.ar-danger{
    display: none;
}

    .ar-danger img{
        width: 100px;
    }

        .ar-danger h3{
            margin-top: 25px !important;
        }

.ar-warning{
    display: none;
}

    .ar-warning img{
        width: 100px;
    }

        .ar-warning h3{
            margin-top: 25px !important;
        }

.div-input-radio{
    float: left;
    margin-top: 10px;
    width: 50%;
}

    .div-input-radio p{
        margin-left: 5px;
        float: left;
    }


.type-pf{
    display: none;
}



/*************************PAYMENT*********************/

.div-creditcard{
    clear: both;
}

    .div-creditcard input{
        background-color: #fff !important;
    }

            .div-creditcard .row{
                margin-bottom: 15px !important;
            }

.div-debitcard{
    clear: both;
}

    .div-debitcard input{
        background-color: #fff !important;
    }

            .div-debitcard .row{
                margin-bottom: 15px !important;
            }

.year-payment{
    margin-top: 35px;
}

.img-payment{
    margin-top: 32px;
}

    .img-payment img{
        width: 40px;
    }

.types-card {
    padding: 10px 0px !important;
    text-align: center;
    margin-top: 15px;
}

    .types-card img{
        width: 40px;
    }

        .types-card li img{
            margin-left: 10%;
            margin-right: 10%;
            float: left;
        }

            .types-card li input{
                float: left;
            }

                .types-card li .lg-img{
                    margin-top: -10px;
                }

.select-year{
    margin-top: 35px !important;
}

.img-boleto{
    width: 100%;
}

    .img-boleto img{
        width: 175px;
    }

.form-pay{
    display: none;
}

.btn.disabled{
    border: 1px solid #999 !important;
    color: #999 !important;
}

.list-inline > li{
    display: inherit !important;
}

#div-button-step1 small{
    float: left;
    margin-top: 13px;
}

.active-step{
    display: none;
}

#dialog-modal #continue-step{
    display: none;
}

#continue-step{
    display: none;
}

.div-button-boleto .button-orage{
    margin-left: 5px;
    margin-right: 5px;
}

.dialog-modal .modal{
    z-index: 99999 !important;
}

input[type="text"], input[type="password"], input[type="email"], select{
    height: 35px;
}

.icon-more{
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -70px;
}

    .icon-more i{
        color: #fff;
        font-size: 70px;
        opacity: .8;
    }

.p-register{
    margin-bottom: 0px !important;
}