body {
   
    font-size: 2.5em;
    margin: 0;
    padding: 0;
}
#app {
    background-color: #f0f0f0;
    font-family: "Roboto Flex"!important;
   font-weight: 500;
}

#conteiner {
    background-color: #ffffff;
   
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

#header {
   width: 100%;
   height: auto;
}

#header img {
    width: 100%;
    height: auto;
    
}

#header h1 {
    text-align: left;
    color: #ffffff;
    font-size: 2.5em;
    font-weight: 500;
    margin-left: 30px;
    padding-bottom: 10px;
}

.first-line {
 margin-top: 35px;
   border-bottom: #ffffff 2px solid;
}

.section{
    width: 100%;
    height: auto;
    padding-top: 15px;
    
}

.row{
    padding: 0 2%;
    margin: 0!important;
 }

 @media screen and (min-width: 575px) {
    
    .section #left {
        border-right: black 1px solid;
    }  

    .section #right {
        border-left: black 1px solid;
        }
    }

.rgt-text
{
    margin-top: 20px;
    text-align: left;
    font-size: 1.5em;
    color: #333;    
}

.button {
    width: 80%;
    padding: 0.7em ;
    background-color: #000000;
    color: #ffffff;
    font-size: 1.3em;
    margin: 5% 10%;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
}

.casaca-tickets {
    margin-top: -60px;
    width: 60%;
    height: auto;
    padding: 0;
    margin-left: 10%;
} 

.img-foot{
    text-align: right;
    font-size: 1.5em;
    height: auto;
}

.tec-part{
    width: 50%;
    height: auto;
    padding: 0;
    margin: 10px 25%;
}

#foot {
    height: auto;
    color: #333;
    text-align: center;
    font-size: 1.2em;
    margin: 0.5em;
    clear: both;
}

#foot a {
    text-decoration: none;
    color: #333;
 }

.false-background{
    width: 100%;
    height: 50px;
    background-image: url('../img/footer-img.png');
    background-size: cover;
    background-repeat: repeat-y;
    clear: both;
}

/*GRAL*/
.hide{
    display: none;
}

.under-line{
    border-bottom: #000000 2px solid;
}

.top-line{
    border-top: #000000 2px solid;
}

/*FORM*/

#header-form{
    width: 100%;
    height: auto;
}

#form-title h1{
   margin: 0 0.5em 0.5em 0.5em;
}

.campos{
    width: 100%;
    padding: 1em;
    margin: 0;
    font-size: 1em;
}

.campos label{
   width: 100%;
}
.campos input{
   border-radius: 7px;
}


@media screen and (min-width: 575px) {
    .btnShort{
        width: 60%;
        margin: 5% 15%;
    }

    .left-line{
        border-left: #000000 2px solid;
    }
    
    .tec-part-form{
        width: 100%;
        height: auto;
        padding: 0;
        margin-top: 4%;
    }
}

@media screen and (max-width: 575px) {
    .btnShort{
        width: 80%;
        margin: 5% 10%;
    }
    
    .tec-part-form{
        width: 50%;
        height: auto;
        padding: 0;
        margin: 5% 25%;
    }
}
 
.off-button{
    opacity: 50%;
 }
    
 .modal .loading .spinner-border{
     width: 3em ;
     height: 3em;
     text-align: center;
 }
 
 .modal .button{
     width: 40%; 
     margin: 1em 30%;
     font-size: 1em;
     border-radius: 10px;
     padding: 1em;
 }
 
 
#success-mje{
    padding-top: 2em;
    font-size: 1.5em;
}

#success-mje .tec-part{
   width: 25%;
   height: auto;
   margin: 2em 37.5%;
}