#form_cotizador{
    padding: 0 20px;
}

#form_cotizador .bulto{
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 20px;
}

#form_cotizador .centrado{
    align-content: center;
    height: 100%;
}

.error{
    color: red !important;
    font-size: 12px;
}

.cargador{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("ajax-loader.gif") 50% 50% no-repeat rgb(249,249,249);
}