
#section{
    /*background-image: url(../img/IMAGEN4.png);*/
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    height: 130vh;
}
@media (max-width: 992px){  /*  antes 850px */
   #section{
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    height: auto;
   }
} 
@media (max-height: 922px){   /*  antes 850px */
   #section{
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    height: 1400px;
   }
} 
@media (max-height: 922px) and (max-width: 992px){
   #section{
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    height: auto;
   }
} 

@media(min-width: 992px) and (max-width: 1439px){
    #formulario {        
        height: auto !important;
        width : auto !important;            
    }    
}

#principal{
    padding-top: 100px;
}
#bcsembrace{
    width: 65%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display:block; 
    
}
#qrimage{
    width: 20%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display:block; 
}
#qrimage2{
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display:block; 
}
#scan{
    color:white;
    font-size: 20px;
    line-height: 10px;
    margin:auto;
}
#div2{
    align-items: center;
    justify-content: center;
}
#formulario{
    background:white !important;
    padding-top: 20px;
    text-align: center;
    line-height: 20px;
    padding-left: 7%;
    padding-right: 7%;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 25px 25px #4a5063;
    border-radius: 20px;
}

.divs{
   padding: 0 !important;
   margin-top: 0 !important
}
.centrar{
    color:black;
    font-size: 25px;    
    margin:auto;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}
.centrar2{
    color:black;
    font-size: 15px;    
    margin:auto;
    font-weight: bold;
    display: block;
}
.precio{
    color:black;
    font-size: 15px;    
    margin:auto;
    font-weight: bold;
}
.labels{
    float: left;
    padding-top: 10px;
    color:black !important;
    font-size: 1.3rem !important;    
    margin:auto !important;
    font-weight: bold !important;
}
.inputs{
    color:black !important;
    font-size: 15px !important; 
}
.btn-primary{
    /*float: right;*/
    background: #399e99 !important;
    margin-bottom: 20px !important;
}

.años{
    color:black !important;
}
