.contenedor {
    max-width: 120rem;
    width: 90%;
    margin: 0 auto;
    display: block;
}

.formulario-app{
    width: 740px;
    min-height: 900px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 150px;
}   
.formulario-app form {
    width: 700px;
    position: absolute;
    left: 40px;
    padding-right: 10px;
    transition: 0.5s;
}
#form2{
    left: 790px;
}
#form3{
    left: 790px;
}
#form4{
    left: 790px;
}
#form5{
    left: 790px;
}
#form6{
    left: 790px;
}
#form7{
    left: 790px;
}
#form8{
    left: 790px;
}
#form9{
    left: 790px;
}
#form10{
    left: 790px;
}
#form11{
    left: 790px;
}

form .col-sm, form .col-sm-auto{
    padding-right: 0;
}
.btn-check{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

form p{
    display: inline-block;
}

.select2-container{
    /*display: inline-block!important;*/
    width: 95%!important;
    
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
input[type="text"], input[type="date"], input[type="number"]{
    display: inline-block;
    padding: .1rem .5rem!important;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

input[type="text"]:focus{
-webkit-box-shadow: none;
box-shadow: none;
}

#fecha_nac{
    display: inline-block;
}

.next, .back{
    display: inline-block;
}
.next{
    float: right;
}
form h1{
    color: #000;
}

.a-tool{
    border-bottom: 1px dotted black;
}

.tooltip-inner {
    max-width: 300px !important;
    font-size: 12px;
    padding: 10px;
    background-color: #555;
    color: #fff;
    border-radius: 6px;
    text-align: left;
    opacity: 0.9;
    transition: opacity 0.3s;
}


.logo-formulario{
    height: 80px;
    padding-right: 40px;
    padding-left: 40px;
}

.formulario-nav-bar {
    height: 80px;
    display: flex;
    background-color: rgba(0, 0, 0, .8) !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1020;
    flex-flow: row nowrap;
}


@media(min-width: 600px) {
    .container.menu-dos .formulario-nav-bar .logo-mbi {
        height: 80px;
    }

    #nav.formulario-nav-bar {
        padding: 0;
        padding-left: 110px;
        transition: all 0.3s;
    }

    #nav.formulario-nav-bar>* {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .container.menu-dos .formulario-nav-bar {
        height: 40px;
        top: 30px;
    }

    .container.menu-dos .formulario-nav-bar ul.navbar-nav li a:first-child {
        height: 0;
        opacity: 0;
        transition: all 0.3s;
    }
}

@media only screen and (max-width: 992px) {

    .formulario-app{
        min-height: 1100px;
    }
    .formulario-app form {
        width: 500px;
    }
    .select2-container{
    /*display: inline-block!important;*/
    width: 90%!important;
    
    }

}

@media only screen and (max-width: 575px) {

    .formulario-app{
        width: 100%;
        min-height: 1300px;
    }
    .formulario-app form{
        width: 80%;
    }
    .select2-container{
    /*display: inline-block!important;*/
    width: 100%!important;
    
    }


}

button {
    margin-top: 1rem;
}

form h1{
    margin-top: 0;
}

#myProgress {
    width: 100%;
    background-color: #ddd;
}

#myBar {
    width: 10%;
    height: 30px;
    background-color: #f78000;
    text-align: center;
    line-height: 30px;
    color: white;
}

.fondo-ima {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/concentrated.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 17rem;
    min-height: 17rem;
}

.ima-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.ima-logo img {
    width: 20rem;
}

/* Footer */

.fondo-footer {
    background-color: #282828;
    height: 18rem;
    text-align: center;
    color: #fff;
  }
  
.fondo-footer h3 {
    padding-top: 2rem;
    font-size: 1rem;
    padding-bottom: .5rem;
}
  
.fondo-footer .contenedor hr {
    background-color: #ff832a;
    height: .1rem;
}
  
.fondo-footer p {
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: .8rem;
    text-align: center;
}
.contenedor h3 span img{
    margin-right: .6rem;
    width: 1.1rem;
}
.cop {
    margin-top: 1.5rem;
    color: #F2F6F9;
}
.letra{
    display: flex;
    justify-content: space-around;
    margin-left: 25rem;
    margin-right: 25rem;
}
.letra a{
    margin-top: 1.5rem;
    color: #ff832a;
    text-decoration: none;
    font-size: .6rem;    
}
.letra img{
      width: 3rem;
}
.letra a:hover{
    text-decoration: revert;
    margin-top: 1.5rem;
    color: #ff832a;
}
@media (max-width: 1100px) {
    .letra {
        display: flex;
        justify-content: space-between;
        margin-left: 12rem;
        margin-right: 12rem;
    }
}
@media (max-width: 814px) {
    .letra {
        margin-left: 6rem;
        margin-right: 6rem;
    }
}
@media (max-width: 599px) {
    .letra {
        display: inline-block;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .fondo-footer p{
        margin-bottom: 1rem;
    }
    .cop{
        margin-top: 0;
    }
}

button:disabled,
button[disabled]{
    background: #555;
    color: #ddd;
}

button:disabled:hover,
button[disabled]:hover{
    color: #ddd;
}

button:hover{
    color: #f78000;
}
