.box_contact{    
    width: 100%;
    display: flex;
    flex-wrap: wrap;   
    position: relative;
    font-family: 'JOYRIDE-EXTENDEDROUND';
}
.box_contact div{   
    display: flex;
    flex-wrap: wrap;  
    align-items: center;  
    position: relative;
}
.box_contact_img{
    max-width: 50%;
    min-width: 300px;
    display: flex;
    justify-content: center;
}
.box_contact_input{
    width: 39.5%;
    min-width: 300px;
    color: #fff;
    display: flex;
    justify-content: center;    
}
.box_contact_img img{
    width: 100%;
    position: relative;
}
.box_contact_input div {
    display: flex;        
    flex-wrap: wrap;
    width: 400px;
}
.box_contact_input input,input[type=radio],input[type=checkbox],textarea {
    width: 100%;
    margin-top: 10px;
    border-radius: 20px;
    border: 4px solid #00de9a;
    padding: 5px;
    background: #000;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
}
.box_contact_input label{
    display: flex;
    align-items: center;    
    font-family: 'Zetafonts-Eastman-Alternate-Regular';
    margin-top: 10px;
    
}
.form_texto{
    color: #fff;
    position: absolute;
    width: 90%;
}
.form_texto span{
    font-size: 3rem;
    line-height: 50px;
}
.form_texto p {
    margin-top: 150px;
    font-family: 'Zetafonts-Eastman-Alternate-Regular';
}
.box_check{
    display: flex;
    flex-wrap: wrap;   
}
.custom-checkbox{
    width: 100px !important;
    margin-right: 10px;
}
.checkbox{
    width: 300px !important;
}
.box_checkbox {
    width: 620px !important;
}
.boxCheck_conteiner{
    width: 620px !important;
}
.custom-checkbox input{
    display: none;
}
.custom-checkbox input + label::before{
    content: '';
    width: 18px;
    height: 18px;
    border:2px solid #00de9a;
    border-radius: 5px;
    display: block;   
    margin-right: 5px;
    cursor: pointer;
}
.custom-checkbox input:checked + label::before{    
    background: url('../themes/images/check.png')  #00de9a;;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.checkbox_box{
    width: auto !important;
}
.T10{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.T10 img{
    width: 100%;
    position: relative;
}
.T10_texto{
    position: absolute;
    color: #fff;
    z-index: 1;
    max-width: 700px;
    min-width: 300px;
    text-align: center;
}

.T10_texto span{
    font-family: 'JOYRIDE-EXTENDEDROUND';
    font-size: 3rem;
    text-align: center;
}
.box_etapa{
    position: absolute;
    z-index: 2;
    width: 100%;
    margin-top: 30px;
}
.etapa{
    background: #00de9a;
    font-family: 'JOYRIDE-EXTENDEDROUND';
    font-size: 0.5rem;
    padding: 5px;
    width: 10%;
    display: inline-block;
    text-align: right;  
    transition: 1s;  
}
.box_seta{
    width: 100%;
    display: flex; 
    justify-content: right;
    position: absolute;
    margin-top: -100px;
    margin-right: 50px;
}
.box_seta span{
    margin: 5px;
}

.box_seta i{
    background: #00de9a;
    padding: 10px;
    border-radius: 100%;  
    cursor: pointer;
    transition: .5s;    
}
.box_seta i:hover{
    color: #00de9a;
    border: 2px solid #00de9a;
    transition: .5s; 
    background: none;
}
.T2,.T3,.T4,.T5,.T6,.T7,.T8,.T9,.T10{
    display: none;
}
@media (max-width:500px){
    .box_contact_img{
        max-width: 100% !important;
    }
    .box_contact_input{
        width: 90%;
    }
    .box_seta{
        margin-top: 30px
    }
    .box_contact_input div{
        width: 100%;
        padding: 10px;
    }
}
@media (max-width:1000px){
    .form_texto span{
        font-size: 2rem;
        line-height: 20px;
    }
    .form_texto p{
        margin-top: 20px;
    }
    .box_contact_check{
        max-width: 100% !important;
        width: 100% !important;
    }
    .box_checkbox{
        width:auto !important;
    }

}