/*
 * Ajustes Extras
*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=Montserrat:wght@800&display=swap');

@font-face {
    font-family: akhandSoftBlack;
    src: url('../../fonts/akhand-soft-black.otf') format('opentype');
}

@font-face {
    font-family: akhandSoftSemiBold;
    src: url('../../fonts/akhand-soft-semibold.otf') format('opentype');
}

@media (max-width: 960px) {
    #elem01 {
        width:420px;
        margin-top: 30px;
    }

    #elem02 {
        width:220px;
        margin-top: -50px; 
    }
    
    #elem02_1 {
        width:220px;
        margin-top: 30px;
    }  
    
    #elem03 {
        width:320px;
        margin-top: 30px;
    }  

    #btnIncreva_se {
        width:200px;
        margin-left:120px !important;
    }

    #pre_elem07 {
        margin-left: 0px !important;
    }
    
    #elem07 {
        max-width:240px !important;
    }
    
    #elem08 {
        max-width:460px !important;
        margin-top: -60px;
    }    
}

body {
    font-family: 'Fira Sans',  sans-serif !important;
  }

  .titleInscricao {
    font-family: 'akhandSoftBlack', sans-serif !important; 
    font-size: 5rem;
}


.elem-banner {
    margin-top: -13%;
}


#elem01 {
    max-width:450px;
    position: relative;
    /* top: -7rem;
    left: -7rem;*/
} 

#elem02 {
    max-width:450px;
    position: relative;
    /* top: -4.8rem;
    left: -2rem; */
}

#elem02_1 {
    max-width:460px;
    position: relative;
    /* top: -4.8rem; */
    /* left: -2rem; */
}

#elem03 {
    max-width: 200px;
}

#pre_elem07 {
    margin-left: -160px;
}

#elem07 {
    max-width:340px;
}
 
#elem08 {
    max-width:1000px;
}

.btnInscreva_se {
    width:250px;
    max-height: 60px;
    background-color: #a0fa36;
    font-family: 'akhandSoftSemiBold', sans-serif !important;
    font-size: 2.5rem; 
    line-height: 30px;
    box-shadow: -5px 5px #1200ff;
    border-radius: 15px;
    color: #1200ff;
    /* margin-left: 200px; */
}

.btnInscreva_se_submit{
    background-color: #a0fa36;
    font-family: 'akhandSoftSemiBold', sans-serif !important;
    font-size: 2rem;
    height: 50px;
    margin-top: -5rem;
    box-shadow: -5px 5px #1200ff;
    line-height: 10px;
    border-radius: 4px;
    color: #1200ff;
    border:none;
}

#btnInscreva_se:hover {
    background-color: #74f360;
}


.titleLink {
    font-family: 'Montserrat', sans-serif !important; 
    color: #0084ff;
}

hr.landing-separator {
    width: 6rem !important;
    border-width: 10px !important;
    text-align: left;
}

.tam {
    font-size: 18px;
}

.text-muted {
    color: #606060!important;
}

.btn-enviar {
    border-color: #46d1ff;
    background: rgba(4, 147, 230, 0.481);
    color: #ffffff;
}

.btn-enviar:hover {
    border-color: #46d1ff;
    background: #ffffff;
    color: #4b006b;
}

.btn-default {
    border-color: #ffffff;
    background: rgba(0,0,0,0);
    color: #ffffff;
}

.btn-default:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #4b006b;
}

.borderForm {
    border-radius: 10px;
    border-color: #000cff;
    border-width: 2px;
}

.form-inline-input {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}

.form-inline label {
    justify-content: left !important;
    margin-left: 4px;
    color: #000cff;
}

#naFixTop {
    background-color: #0084ff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff; !important;
    padding-right: 20px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.swiper-button-prev.custom-icon, .swiper-button-next.custom-icon {
    font-size: 4rem !important;
}

.text-primary {
    color: #ffffff !important;
}

.text-facebook {
    color: #ffffff !important;
}

.text-instagram {
    color: #ffffff !important;
}

.footer.bg-white .footer-link {
    color: #ffffff;
}

.footer.bg-white .footer-link:hover {
    color: #ffffff;
}

.footer.bg-white .footer-link:hover, .footer.bg-white .footer-link:focus {
    color: #ffffff;
}